|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.reload.dweezil.menu.ProxyAction
This Proxy Action is performed when a Main Menu Action (like Delete, or Save) is performed
Field Summary | |
protected MenuAction |
_proxyMenuAction
The Menu Action we are listening for |
Constructor Summary | |
ProxyAction(MenuAction proxyMenuAction)
Constructor |
Method Summary | |
void |
addListener()
Add Listener to Menu Action |
MenuAction |
getMenuAction()
Get the MenuAction |
java.lang.String |
getText()
Gets the Menu Item text |
boolean |
isEnabled()
Whether it is enabled |
void |
removeAllListeners()
Call this to clean up |
void |
removeListener()
Call this to clean up |
void |
setEnabled(boolean enabled)
Set the Menu Item enabled or disabled |
void |
setText(java.lang.String text)
Set the Menu Item Text |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface uk.ac.reload.dweezil.menu.MenuActionListener |
menuActionPerformed |
Field Detail |
protected MenuAction _proxyMenuAction
Constructor Detail |
public ProxyAction(MenuAction proxyMenuAction)
proxyMenuAction
- Method Detail |
public void removeListener()
public void removeAllListeners()
public void addListener()
public void setEnabled(boolean enabled)
enabled
- public void setText(java.lang.String text)
text
- public java.lang.String getText()
public boolean isEnabled()
public MenuAction getMenuAction()
|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |