Package ipsk.swing.action.tree
Interface ActionNode
-
- All Known Subinterfaces:
ActionLeaf
- All Known Implementing Classes:
AbstractActionLeaf,AbstractActionNode,AbstractLocalizableAction,ActionFolder,ActionGroup,ActionList,ActionTreeRoot,CancelSelectionAction,CheckActionLeaf,CopyAction,CutAction,JComponentImageFileWriteAction,MediaViewActions.MediaLengthUnitFramesAction,MediaViewActions.MediaLengthUnitTimeAction,MediaViewActions.MediaTimeFormatAction,MediaViewActions.TimeFormatSecondsMsAction,PasteAction,RadioActionLeaf,RedoAction,SelectAllAction,UndoAction
public interface ActionNode- Author:
- klausj
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalizableMessagegetDisplayName()voidsetDisplayName(LocalizableMessage displayName)
-
-
-
Method Detail
-
getDisplayName
LocalizableMessage getDisplayName()
-
setDisplayName
void setDisplayName(LocalizableMessage displayName)
-
-