com.azalient.api.ui.clipboard
Interface IActionableExt

All Superinterfaces:
IActionable

public interface IActionableExt
extends IActionable

An extended version of the IActionable interface, used in special cases


Field Summary
 
Fields inherited from interface com.azalient.api.ui.clipboard.IActionable
ZERO
 
Method Summary
 IUndoable action(IEditAction ea, ISelectable s, Object extra)
          Implement the given action on this individual associate, using the given selectable
 
Methods inherited from interface com.azalient.api.ui.clipboard.IActionable
action
 

Method Detail

action

IUndoable action(IEditAction ea,
                 ISelectable s,
                 Object extra)
Implement the given action on this individual associate, using the given selectable

Returns:
an undo action for this associate to undo what has just been done