|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MobyObjectReceiver
This interface should be implemented by any application component that desires to receive incoming data from MobyObjectTransferHandler. The MOTH will turn pasted data into MOBY Objects, so for example a JPanel interface element implementing this interface could have data manually dropped on it to populate its Moby data (direct manipulation).
Method Summary | |
---|---|
void |
consumeMobyObject(String incomingName,
MobyDataInstance incomingData)
Callback routine used by MobyObjectTransferHandler once it has resolved the data to paste. |
Map<String,MobyPrimaryData> |
getAcceptableData()
List of data that the object is willing to consume in consumeMobyObject() at the given moment. |
Method Detail |
---|
void consumeMobyObject(String incomingName, MobyDataInstance incomingData)
Map<String,MobyPrimaryData> getAcceptableData()
|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |