public interface VirtualPanelListener
Modifier and Type | Field and Description |
---|---|
static int |
ICON_CRITICAL |
static int |
ICON_INFORMATION |
static int |
ICON_NOICON |
static int |
ICON_QUERY |
static int |
ICON_QUESTION |
static int |
ICON_WARNING |
static int |
MB_ABORTRETRYIGNORE |
static int |
MB_CANCEL |
static int |
MB_ENTER |
static int |
MB_ENTERCANCEL |
static int |
MB_OK |
static int |
MB_OKCANCEL |
static int |
MB_RETRYCANCEL |
static int |
MB_YESNO |
static int |
MB_YESNOCANCEL |
static int |
MBID_CANCEL |
static int |
MBID_DEFAULT |
static int |
MBID_ENTER |
static int |
MBID_IGNORE |
static int |
MBID_NO |
static int |
MBID_OK |
static int |
MBID_RETRY |
static int |
MBID_YES |
Modifier and Type | Method and Description |
---|---|
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.
|
static final int ICON_NOICON
static final int ICON_INFORMATION
static final int ICON_QUERY
static final int ICON_QUESTION
static final int ICON_WARNING
static final int ICON_CRITICAL
static final int MB_CANCEL
static final int MB_OK
static final int MB_OKCANCEL
static final int MB_ENTER
static final int MB_ENTERCANCEL
static final int MB_YESNO
static final int MB_YESNOCANCEL
static final int MB_RETRYCANCEL
static final int MB_ABORTRETRYIGNORE
static final int MBID_DEFAULT
static final int MBID_CANCEL
static final int MBID_OK
static final int MBID_ENTER
static final int MBID_YES
static final int MBID_NO
static final int MBID_RETRY
static final int MBID_IGNORE
void onPanelCreate(VirtualPanel panel)
void onPanelDestroy(VirtualPanel panel)
boolean onPanelClosing(VirtualPanel panel)
onPanelClose
is called.onPanelClose(se.entra.phantom.server.VirtualPanel)
boolean onPanelClose(VirtualPanel panel)
onPanelClosing(se.entra.phantom.server.VirtualPanel)
void onPageActivated(VirtualPanel panel)
Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.