|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.keridwen.core.ui.dockingframes.impl.MainFrameDefault
public class MainFrameDefault
Default implementation of the main frame servcie.
| Constructor Summary | |
|---|---|
MainFrameDefault()
|
|
| Method Summary | |
|---|---|
void |
addComponent(String title,
Component component)
Adds the given Component to the frame. |
void |
close()
Closes the frame. |
void |
display()
Displays the frame. |
bibliothek.gui.dock.SplitDockStation |
getDefaultDockStation()
Gets the default dock station. |
bibliothek.gui.DockController |
getDockController()
Gets the dock controller. |
JFrame |
getFrame()
Returns the JFrame managed by the service. |
JPanel |
getMainPanel()
Gets the main panel. |
void |
initializeGUI()
Initializes the graphical user interface. |
void |
invokeLater(Runnable runnable)
Invokes the given runnable later. |
void |
removeComponent(Component component)
Removes the given component from the frame. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MainFrameDefault()
| Method Detail |
|---|
public final void initializeGUI()
public final bibliothek.gui.dock.SplitDockStation getDefaultDockStation()
public final bibliothek.gui.DockController getDockController()
public final void display()
MainFrameService
display in interface MainFrameServicepublic final void close()
MainFrameService
close in interface MainFrameServicepublic final JFrame getFrame()
MainFrameServiceJFrame managed by the service.
getFrame in interface MainFrameServicepublic final JPanel getMainPanel()
public final void addComponent(String title,
Component component)
MainFrameServiceComponent to the frame.
addComponent in interface MainFrameServicetitle - title of the component to displaycomponent - component to addpublic final void removeComponent(Component component)
MainFrameService
removeComponent in interface MainFrameServicecomponent - the component to removepublic final void invokeLater(Runnable runnable)
MainFrameService
invokeLater in interface MainFrameServicerunnable - the runnable to invoke
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||