Class JDCreationMenu
java.lang.Object
fr.esrf.tangoatk.widget.util.jdraw.JDCreationMenu
- All Implemented Interfaces:
ActionListener,EventListener
A convenience class to handle object creation Menu and Toolbar.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetMenu()voidsetEditor(JDrawEditor editor) Sets the editor where object will be created.
-
Method Details
-
getToolbar
- Returns:
- the JDObject creation toolbar.
-
getMenu
- Returns:
- the JDObject creation menu.
-
setEditor
Sets the editor where object will be created.- Parameters:
editor- Parent editor.
-
actionPerformed
- Specified by:
actionPerformedin interfaceActionListener
-