edu.wpi.cs.cs509.clipboard
Interface IItem

All Known Implementing Classes:
Item

public interface IItem

External interface revealed to external components to manipulate Items on the clipboard.

Author:
George T. Heineman (heineman@cs.wpi.edu)

Method Summary
 java.lang.Object getObject()
          Return object associated with this Item
 IDataType getType()
          Return type associated with this Item
 

Method Detail

getObject

public java.lang.Object getObject()
Return object associated with this Item

Returns:
Object

getType

public IDataType getType()
Return type associated with this Item

Note: earlier interfaces had returned DataType.

Returns:
IDataType