public class JDCreationMenu
extends java.lang.Object
implements java.awt.event.ActionListener
JDrawEditorFrame| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
javax.swing.JMenu |
getMenu()
Returns the JDObject creation menu.
|
javax.swing.JToolBar |
getToolbar()
Returns the JDObject creation toolbar.
|
void |
setEditor(JDrawEditor editor)
Sets the editor where object will be created.
|
public javax.swing.JToolBar getToolbar()
public javax.swing.JMenu getMenu()
public void setEditor(JDrawEditor editor)
editor - Parent editor.public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListener