|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kemet.lf.components.ComponentsKemet
org.kemet.lf.components.KemetWindow
public class KemetWindow
KemetWindow : Creation and management of a main window. The only one main window is possible.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.kemet.lf.components.ComponentsKemet |
---|
ComponentsKemet.CheckBoxIcon, ComponentsKemet.RadioButtonIcon |
Field Summary |
---|
Fields inherited from interface org.kemet.lf.components.IComponents |
---|
footerPanelHeight, headerPanelHeight, maxSizeTitle, menuPanelHeight, posCentralPanel, posMenuPanel, sizeFont, valueToRemoveFromWindowWidth |
Method Summary | |
---|---|
java.lang.Exception |
getException()
return the raised exception. |
static KemetWindow |
getInstance(java.lang.String title)
get the only one instance from KemetWindow class. |
javax.swing.JFrame |
getJf()
return the current JFrame. |
void |
run()
run the thread which be going to initialize the window. |
Methods inherited from class org.kemet.lf.components.ComponentsKemet |
---|
getFooterPanel, getHeaderPanel, getMenuPanel, setFooterPanel, setHeaderPanel, setMenuPanel |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static KemetWindow getInstance(java.lang.String title) throws ExceptionManager
get the only one instance from KemetWindow class.
ExceptionManager
public void run()
run the thread which be going to initialize the window.
run
in interface java.lang.Runnable
public javax.swing.JFrame getJf()
return the current JFrame.
public java.lang.Exception getException()
return the raised exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |