org.kemet.lf.components
Class KemetWindow

java.lang.Object
  extended by org.kemet.lf.components.ComponentsKemet
      extended by org.kemet.lf.components.KemetWindow
All Implemented Interfaces:
java.lang.Runnable, IComponents

public class KemetWindow
extends ComponentsKemet
implements java.lang.Runnable

Since:
0.3
Author:
fabricemaupin

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

getInstance

public static KemetWindow getInstance(java.lang.String title)
                               throws ExceptionManager

get the only one instance from KemetWindow class.

Returns:
instance of KemetWindow class
Throws:
ExceptionManager
Since:
0.4

run

public void run()

run the thread which be going to initialize the window.

Specified by:
run in interface java.lang.Runnable
Since:
0.3

getJf

public javax.swing.JFrame getJf()

return the current JFrame.

Returns:
current JFrame
Since:
0.3

getException

public java.lang.Exception getException()

return the raised exception.

Returns:
raised exception
Since:
0.4


Copyright © 2008 F. MAUPIN. All Rights Reserved.