public abstract class VirtualPanelAdapter extends Object implements VirtualPanelListener
ICON_CRITICAL, ICON_INFORMATION, ICON_NOICON, ICON_QUERY, ICON_QUESTION, ICON_WARNING, MB_ABORTRETRYIGNORE, MB_CANCEL, MB_ENTER, MB_ENTERCANCEL, MB_OK, MB_OKCANCEL, MB_RETRYCANCEL, MB_YESNO, MB_YESNOCANCEL, MBID_CANCEL, MBID_DEFAULT, MBID_ENTER, MBID_IGNORE, MBID_NO, MBID_OK, MBID_RETRY, MBID_YES| Constructor and Description |
|---|
VirtualPanelAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onModalPanelCreate(VirtualPanel panel)
Method to use internally for the Editor.
|
void |
onModalPanelProcessing(VirtualPanel panel)
Method to use internally for the Editor.
|
void |
onPageActivated(VirtualPanel panel)
Called when a notebook page becomes active due to user
interaction.
|
boolean |
onPanelClose(VirtualPanel panel)
Called when the close button of a panel is pressed.
|
boolean |
onPanelClosing(VirtualPanel panel)
Called when the close button of a panel is pressed,
but before any other processing has been done.
|
void |
onPanelCreate(VirtualPanel panel)
Called to initialize the panel before it is displayed.
|
void |
onPanelDestroy(VirtualPanel panel)
Called to inform the listener that the panel is destroyed.
|
public void onPanelCreate(VirtualPanel panel)
This function doesn't perform anything.
onPanelCreate in interface VirtualPanelListenerpublic void onModalPanelCreate(VirtualPanel panel)
public void onModalPanelProcessing(VirtualPanel panel)
public void onPanelDestroy(VirtualPanel panel)
This function doesn't perform anything.
onPanelDestroy in interface VirtualPanelListenerpublic boolean onPanelClosing(VirtualPanel panel)
onPanelClose is called.onPanelClosing in interface VirtualPanelListeneronPanelClose(se.entra.phantom.server.VirtualPanel)public boolean onPanelClose(VirtualPanel panel)
onPanelClose in interface VirtualPanelListeneronPanelClosing(se.entra.phantom.server.VirtualPanel)public void onPageActivated(VirtualPanel panel)
onPageActivated in interface VirtualPanelListenerPhantom® and NetPhantom® are registered trademarks of Nexum Technologies SARL.
© Copyright Nexum Technologies SARL, 2011. All rights reserved.