public interface MainFrame
Modifier and Type | Method and Description |
---|---|
void |
addChildFrame(javax.swing.JFrame frame)
Adds a child frame that depends on the main frame.
|
void |
clearChildFrames()
Clears the child frames from the main frame.
|
java.util.Collection |
getChildFrames()
Gets a copy of the ChildFrames collection.
|
OSPFrame |
getMainFrame()
Gets the main OSPFrame.
|
OSPApplication |
getOSPApp()
Gets the OSP Application that is controlled by this frame.
|
OSPFrame getMainFrame()
OSPApplication getOSPApp()
void addChildFrame(javax.swing.JFrame frame)
frame
- JFramevoid clearChildFrames()
java.util.Collection getChildFrames()