|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
C - The type of component supported by this export strategy.public interface ImportStrategy<C extends Component>
A strategy for importing data into a component.
| Method Summary | |
|---|---|
boolean |
canImportTransfer(C component,
Transferable<?> transferable)
Determines whether this strategy can import the given transferable object. |
boolean |
importTransfer(C component,
Transferable<?> transferable)
Imports the given data into the given component. |
| Method Detail |
|---|
boolean canImportTransfer(C component,
Transferable<?> transferable)
component - The component into which the object will be transferred.transferable - The object to be transferred.
true if the given object can be imported.
boolean importTransfer(C component,
Transferable<?> transferable)
component - The component into which the object will be transferred.transferable - The object to be transferred.
true if the given object was imported.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||