- All Superinterfaces:
Context
,Disposable
- All Known Subinterfaces:
ChartPanel
,Console
,TextEditor
,Window
- All Known Implementing Classes:
AutoCompletableTextEditorSupport
,CLIChartPanelSupport
,CLIConsolePanel
,CLIPanelSupport
,CLITextEditor
,CLIWindowSupport
,Curve2DPanel
,Curve3DPanel
,JConsole
,JEditTextEditor
,PanelDecorator
,PanelHL
,PanelSupport
,TextEditorSupport
,VideoPanelWrapper
,View
,View2D
,View3D
,WindowSupport
A
Workbench
presents its information
in a set of Panel
s.
Panels are displayed within Window
s, they have
their own title and menu bar and may be re-arranged by Drag&Drop.- Author:
- Ole Kniemeyer
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final String
static final int
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkClose
(Command ok) getMenu()
void
initDecorator
(Panel decorator) initialize
(Panel ws, Map params) resolve()
void
setContent
(ComponentWrapper content) void
setCursor
(int cursor) void
void
Methods inherited from interface de.grogra.pf.ui.Context
getComponent, getPanel, getWindow, getWorkbench
Methods inherited from interface de.grogra.util.Disposable
dispose
-
Field Details
-
PANEL_ID
- See Also:
-
DEFAULT_CURSOR
static final int DEFAULT_CURSOR- See Also:
-
WAIT_CURSOR
static final int WAIT_CURSOR- See Also:
-
INC_WAIT_CURSOR
static final int INC_WAIT_CURSOR- See Also:
-
DEC_WAIT_CURSOR
static final int DEC_WAIT_CURSOR- See Also:
-
INHERIT_CURSOR
static final int INHERIT_CURSOR- See Also:
-
-
Method Details