public class FwkPopupMenuUnregisterListener extends FwkListener implements javax.swing.event.PopupMenuListener
,
Serialized FormModifier 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, menuSelected
getPresentationString, getPresentationString
getNiceVersion, release
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPresentationString, getPresentationString
release
public static final java.lang.String version
public java.lang.String getVersion()
FwkInterface
getVersion
in interface FwkInterface
getVersion
in class FwkListener
public void popupMenuCanceled(javax.swing.event.PopupMenuEvent e)
popupMenuCanceled
in interface javax.swing.event.PopupMenuListener
public void popupMenuWillBecomeInvisible(javax.swing.event.PopupMenuEvent e)
popupMenuWillBecomeInvisible
in interface javax.swing.event.PopupMenuListener
public void popupMenuWillBecomeVisible(javax.swing.event.PopupMenuEvent e)
popupMenuWillBecomeVisible
in interface javax.swing.event.PopupMenuListener
public static FwkPopupMenuUnregisterListener getInstance()