org.kemet.lf.components
Class ComponentsKemet

java.lang.Object
  extended by org.kemet.lf.components.ComponentsKemet
All Implemented Interfaces:
IComponents
Direct Known Subclasses:
DialogAbout, KemetToolBar, KemetWindow

public class ComponentsKemet
extends java.lang.Object
implements IComponents

Since:
0.3
Author:
fabricemaupin

ComponentsKemet : UI components used by KemetWindow class and KemetToolBar class.


Nested Class Summary
static class ComponentsKemet.CheckBoxIcon
           
static class ComponentsKemet.RadioButtonIcon
           
 
Field Summary
 
Fields inherited from interface org.kemet.lf.components.IComponents
footerPanelHeight, headerPanelHeight, maxSizeTitle, menuPanelHeight, posCentralPanel, posMenuPanel, sizeFont, valueToRemoveFromWindowWidth
 
Constructor Summary
ComponentsKemet(java.lang.String title)
           initialize for certains components the UI Manager and size and position of the current window.
 
Method Summary
 javax.swing.JPanel getFooterPanel()
           return the footer panel of the current window.
 javax.swing.JPanel getHeaderPanel()
           return the header panel of the current window.
 javax.swing.JPanel getMenuPanel()
           return the menu panel of the current window.
 void setFooterPanel(javax.swing.JPanel footerPanel)
           set the footer panel of the current window.
 void setHeaderPanel(javax.swing.JPanel headerPanel)
           set the header panel of the current window.
 void setMenuPanel(javax.swing.JPanel menuPanel)
           set the menu panel of the current window.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentsKemet

public ComponentsKemet(java.lang.String title)
                throws ExceptionManager

initialize for certains components the UI Manager and size and position of the current window.

Parameters:
title - title of the current window
Throws:
ExceptionManager
Since:
0.3
Method Detail

getHeaderPanel

public javax.swing.JPanel getHeaderPanel()

return the header panel of the current window.

Returns:
header panel of the current window
Since:
0.3

setHeaderPanel

public void setHeaderPanel(javax.swing.JPanel headerPanel)

set the header panel of the current window.

Parameters:
headerPanel - header panel of the current window
Since:
0.3

getMenuPanel

public javax.swing.JPanel getMenuPanel()

return the menu panel of the current window.

Returns:
menu panel of the current window
Since:
0.3

setMenuPanel

public void setMenuPanel(javax.swing.JPanel menuPanel)

set the menu panel of the current window.

Parameters:
menuPanel - menu panel of the current window
Since:
0.3

getFooterPanel

public javax.swing.JPanel getFooterPanel()

return the footer panel of the current window.

Returns:
footer panel of the current window
Since:
0.3

setFooterPanel

public void setFooterPanel(javax.swing.JPanel footerPanel)

set the footer panel of the current window.

Parameters:
footerPanel - footer panel of the current window
Since:
0.3


Copyright © 2008 F. MAUPIN. All Rights Reserved.