|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 MainFrameService
public final void close()
MainFrameService
close
in interface MainFrameService
public final JFrame getFrame()
MainFrameService
JFrame
managed by the service.
getFrame
in interface MainFrameService
public final JPanel getMainPanel()
public final void addComponent(String title, Component component)
MainFrameService
Component
to the frame.
addComponent
in interface MainFrameService
title
- title of the component to displaycomponent
- component to addpublic final void removeComponent(Component component)
MainFrameService
removeComponent
in interface MainFrameService
component
- the component to removepublic final void invokeLater(Runnable runnable)
MainFrameService
invokeLater
in interface MainFrameService
runnable
- the runnable to invoke
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |