|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Context
A Context
represents some object in the context of the graphical
user interface. It knows its containing workbench, window, panel,
and component.
Method Summary | |
---|---|
java.lang.Object |
getComponent()
Determines the GUI component of this GUI context. |
Panel |
getPanel()
Determines the panel of this GUI context. |
Window |
getWindow()
Determines the window of this GUI context. |
Workbench |
getWorkbench()
Determines the workbench of this GUI context. |
Method Detail |
---|
java.lang.Object getComponent()
Panel getPanel()
Window getWindow()
Workbench getWorkbench()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |