public class FwkPopupMenuUnregisterListener extends FwkListener implements javax.swing.event.PopupMenuListener
,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
version |
fwkListener| Modifier and Type | Method and Description |
|---|---|
static FwkPopupMenuUnregisterListener |
getInstance()
Gets the single instance of this Class.
|
java.lang.String |
getVersion()
Return the version string of the FWK component.
|
void |
popupMenuCanceled(javax.swing.event.PopupMenuEvent e)
Callback when the menu was canceled.
|
void |
popupMenuWillBecomeInvisible(javax.swing.event.PopupMenuEvent e)
Callback when the popup menu becomes invisible.
|
void |
popupMenuWillBecomeVisible(javax.swing.event.PopupMenuEvent e)
Callback when the popup menu becomes visible.
|
actionPerformed, actionPerformed, getSingelton, menuCanceled, menuDeselected, menuSelectedgetPresentationString, getPresentationStringgetNiceVersion, releaseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPresentationString, getPresentationStringreleasepublic static final java.lang.String version
public java.lang.String getVersion()
FwkInterfacegetVersion in interface FwkInterfacegetVersion in class FwkListenerpublic void popupMenuCanceled(javax.swing.event.PopupMenuEvent e)
popupMenuCanceled in interface javax.swing.event.PopupMenuListenerpublic void popupMenuWillBecomeInvisible(javax.swing.event.PopupMenuEvent e)
popupMenuWillBecomeInvisible in interface javax.swing.event.PopupMenuListenerpublic void popupMenuWillBecomeVisible(javax.swing.event.PopupMenuEvent e)
popupMenuWillBecomeVisible in interface javax.swing.event.PopupMenuListenerpublic static FwkPopupMenuUnregisterListener getInstance()