Package ipsk.swing.action.tree
Interface ActionLeaf
-
- All Superinterfaces:
javax.swing.Action,java.awt.event.ActionListener,ActionNode,java.util.EventListener
- All Known Implementing Classes:
AbstractActionLeaf,AbstractLocalizableAction,CancelSelectionAction,CheckActionLeaf,CopyAction,CutAction,JComponentImageFileWriteAction,MediaViewActions.MediaLengthUnitFramesAction,MediaViewActions.MediaLengthUnitTimeAction,MediaViewActions.MediaTimeFormatAction,MediaViewActions.TimeFormatSecondsMsAction,PasteAction,RadioActionLeaf,RedoAction,SelectAllAction,UndoAction
public interface ActionLeaf extends javax.swing.Action, ActionNode
- Author:
- klausj
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.swing.IcongetIcon()voidsetIcon(javax.swing.Icon icon)-
Methods inherited from interface javax.swing.Action
accept, addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Methods inherited from interface ipsk.swing.action.tree.ActionNode
getDisplayName, setDisplayName
-
-