|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWorkspace
A workspace is implemented by the enclosing application to provide components with hooks to the shared context in which they are executed or operations that are to be performed by the enclosing desktop.
Method Summary | |
---|---|
void |
addFrame(JInternalFrame frame)
Add a frame to the workspace so that it can be managed by the underlying Desktop. |
JDesktopPane |
getDesktop()
This method returns a reference to the actual desktop in which all the components live. |
JFileChooser |
getFileChooser()
Get a singleton instance of a file chooser whose state is saved between different accesses. |
JFrame |
getRootFrame()
When spawning new windows and frame the components usually need a reference to the application root frame. |
ISedManager |
getSedManager()
SED objects are maintained by a centralized SED manager. |
void |
removeFrame(JInternalFrame frame)
Remove an internal frame from the Desktop. |
Method Detail |
---|
void addFrame(JInternalFrame frame)
frame
- The JInternalFrame that has to be managed by the Desktop.void removeFrame(JInternalFrame frame)
frame
- The frame that must be dropped from the Desktop.JFileChooser getFileChooser()
ISedManager getSedManager()
JFrame getRootFrame()
JDesktopPane getDesktop()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |