java.lang.Object
de.grogra.pf.ui.awt.LabelRenderer
- All Implemented Interfaces:
Command
-
Nested Class Summary
Nested Classes -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a name which can be used in the graphical user interface to represent this command.protected abstract IconSourceprotected abstract StringvoidPerforms the actions of this command.protected abstract voidupdateNodes(LabelRenderer.LabelData[] nodes, boolean layout)
-
Constructor Details
-
LabelRenderer
-
-
Method Details
-
run
Description copied from interface:CommandPerforms the actions of this command. This method is invoked by theJobManagerafter the command has been submitted to the job manager by one ofexecute,runAt, orrunLater-methods. The argumentsinfoandcontextare the arguments which have been provided as arguments to theJobManager-methods. -
getCommandName
Description copied from interface:CommandReturns a name which can be used in the graphical user interface to represent this command.- Specified by:
getCommandNamein interfaceCommand- Returns:
- this commands's name
-
getText
-
getIconSource
-
updateNodes
-