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 onModalPanelCreate(VirtualPanel panel)
public void onModalPanelProcessing(VirtualPanel panel)
public void onPanelCreate(VirtualPanel panel)
This function doesn't perform anything.
onPanelCreate
in interface VirtualPanelListener
panel
- The panel issuing the event.public void onPanelDestroy(VirtualPanel panel)
onPanelDestroy
in interface VirtualPanelListener
panel
- The panel issuing the event.public boolean onPanelClosing(VirtualPanel panel)
onPanelClose
is called.onPanelClosing
in interface VirtualPanelListener
panel
- The panel issuing the event.VirtualPanelListener.onPanelClose(se.entra.phantom.server.VirtualPanel)
public boolean onPanelClose(VirtualPanel panel)
onPanelClose
in interface VirtualPanelListener
panel
- The panel issuing the event.VirtualPanelListener.onPanelClosing(se.entra.phantom.server.VirtualPanel)
public void onPageActivated(VirtualPanel panel)
onPageActivated
in interface VirtualPanelListener
panel
- The panel issuing the event.Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.