Package com.azalient.api.ui.clipboard

This package provides interfaces to classes related to cout, copy and paste.

See:
          Description

Interface Summary
IActionable If an object is actionable, then it can have actions associated with it in the Action Pane
IActionableExt An extended version of the IActionable interface, used in special cases
IAssociate A pickable object can have one or more associate objects (impl.
IClipBoard An interface to the Commuter clipboard object used for cut, copy and paste
IClippable If an associate can be copied or cut to the clipboard it will return a non-null IClippable interface when the copy() or cut() method in IAssociate is called.
ICreator A factory interface to make a new object of the right type when pasting.
IDeletable Any object implementing this interface can be deleted by the general purpose Edit>Delete action
IDraggable A draggable object can be moved (dragged) by the user
IPastable An IAssociate interface object should implement this if it is to be pasted
IPickable A pickable object is one that can be selected by the user in the main window.
IPickListener This listener is notified when the set of picked objects changes
IProximity Used to identify objects which can be edited by "proximity" editing.
ISelectable A selectable object can be selected, either through direct user interaction, or some indirect internal mechanism.
ISelections An interface to the most recently selected object of each type
IUndeletable Any object which cannot be deleted should implement this interface
 

Package com.azalient.api.ui.clipboard Description

This package provides interfaces to classes related to cout, copy and paste.