Class JDCreationMenu

java.lang.Object
fr.esrf.tangoatk.widget.util.jdraw.JDCreationMenu
All Implemented Interfaces:
ActionListener, EventListener

public class JDCreationMenu extends Object implements ActionListener
A convenience class to handle object creation Menu and Toolbar.
See Also:
  • Method Details

    • getToolbar

      public JToolBar getToolbar()
      Returns:
      the JDObject creation toolbar.
    • getMenu

      public JMenu getMenu()
      Returns:
      the JDObject creation menu.
    • setEditor

      public void setEditor(JDrawEditor editor)
      Sets the editor where object will be created.
      Parameters:
      editor - Parent editor.
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener