java.lang.Object
de.grogra.pf.ui.PanelHL
- All Implemented Interfaces:
RegistryContext
,Context
,Panel
,Disposable
-
Field Summary
Fields inherited from interface de.grogra.pf.ui.Panel
DEC_WAIT_CURSOR, DEFAULT_CURSOR, INC_WAIT_CURSOR, INHERIT_CURSOR, PANEL_ID, WAIT_CURSOR
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkClose
(Command ok) void
dispose()
Determines the GUI component of this GUI context.getMenu()
getPanel()
Determines the panel of this GUI context.Returns theRegistry
which is linked with this instance.Determines the window of this GUI context.Determines the workbench of this GUI context.void
initDecorator
(Panel decorator) final Panel
initialize
(Panel ws, Map params) resolve()
void
setContent
(ComponentWrapper content) void
setCursor
(int cursor) void
void
-
Field Details
-
ctx
-
-
Constructor Details
-
PanelHL
-
-
Method Details
-
getWorkbench
Description copied from interface:Context
Determines the workbench of this GUI context.- Specified by:
getWorkbench
in interfaceContext
- Returns:
- this context's workbench
-
initialize
- Specified by:
initialize
in interfacePanel
-
getWindow
Description copied from interface:Context
Determines the window of this GUI context. -
getPanel
Description copied from interface:Context
Determines the panel of this GUI context. -
getComponent
Description copied from interface:Context
Determines the GUI component of this GUI context.- Specified by:
getComponent
in interfaceContext
- Returns:
- this context's component
-
dispose
public void dispose()- Specified by:
dispose
in interfaceDisposable
-
getRegistry
Description copied from interface:RegistryContext
Returns theRegistry
which is linked with this instance.- Specified by:
getRegistry
in interfaceRegistryContext
- Returns:
- the registry linked with this instance
-
getUIPropertyMap
- Specified by:
getUIPropertyMap
in interfacePanel
-
getPanelId
- Specified by:
getPanelId
in interfacePanel
-
getMenu
-
resolve
-
initDecorator
- Specified by:
initDecorator
in interfacePanel
-
getDecorator
- Specified by:
getDecorator
in interfacePanel
-
setMenu
-
setContent
- Specified by:
setContent
in interfacePanel
-
getContent
- Specified by:
getContent
in interfacePanel
-
show
-
checkClose
- Specified by:
checkClose
in interfacePanel
-
setCursor
public void setCursor(int cursor)
-