|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.projectmanagement.component.ganttchart.Menu
public class Menu
The Class Menu.
Nested Class Summary | |
---|---|
static interface |
Menu.MenuCommandListener
The listener interface for receiving menuCommand events. |
Constructor Summary | |
---|---|
Menu(ContentSystem contentSystem)
Instantiates a new menu. |
Method Summary | |
---|---|
void |
addMenuCommandListener(Menu.MenuCommandListener l)
Adds the menu command listener. |
void |
clear()
Clear. |
Window |
getMenuNode()
Gets the menu node. |
void |
removeMenuCommandListener(Menu.MenuCommandListener l)
Removes the menu command listener. |
void |
setMenuLocation(float x,
float y)
Sets the menu location. |
void |
setVisiable(boolean visiable)
Sets the visiable. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Menu(ContentSystem contentSystem)
contentSystem
- the content systemMethod Detail |
---|
public void addMenuCommandListener(Menu.MenuCommandListener l)
l
- the lpublic void clear()
public Window getMenuNode()
public void removeMenuCommandListener(Menu.MenuCommandListener l)
l
- the lpublic void setMenuLocation(float x, float y)
x
- the xy
- the ypublic void setVisiable(boolean visiable)
visiable
- the new visiable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |