|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.borg.ui.util.PopupMenuHelper.Entry
public static class PopupMenuHelper.Entry
Holds the Listener and ResourceKey for a Popup Menu Item
Constructor Summary | |
---|---|
PopupMenuHelper.Entry(ActionListener listener,
String resourceKey)
Instantiates a new entry. |
Method Summary | |
---|---|
ActionListener |
getListener()
Gets the listener. |
String |
getResourceKey()
Gets the resource key. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PopupMenuHelper.Entry(ActionListener listener, String resourceKey)
listener
- the listenerresourceKey
- the resource keyMethod Detail |
---|
public final ActionListener getListener()
public final String getResourceKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |