|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kemet.lf.components.ComponentsKemet
public class ComponentsKemet
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 |
|---|
public ComponentsKemet(java.lang.String title)
throws ExceptionManager
initialize for certains components the UI Manager and size and position of the current window.
title - title of the current window
ExceptionManager| Method Detail |
|---|
public javax.swing.JPanel getHeaderPanel()
return the header panel of the current window.
public void setHeaderPanel(javax.swing.JPanel headerPanel)
set the header panel of the current window.
headerPanel - header panel of the current windowpublic javax.swing.JPanel getMenuPanel()
return the menu panel of the current window.
public void setMenuPanel(javax.swing.JPanel menuPanel)
set the menu panel of the current window.
menuPanel - menu panel of the current windowpublic javax.swing.JPanel getFooterPanel()
return the footer panel of the current window.
public void setFooterPanel(javax.swing.JPanel footerPanel)
set the footer panel of the current window.
footerPanel - footer panel of the current window
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||