org.kemet.lf.components
Interface IComponents

All Known Implementing Classes:
ComponentsKemet, DialogAbout, KemetToolBar, KemetWindow

public interface IComponents

Since:
0.3
Author:
fabricemaupin

IComponents : This interface contains all constants used by the ComponentsKemet class.


Field Summary
static int footerPanelHeight
           height of the footer panel.
static int headerPanelHeight
           height of the header panel.
static int maxSizeTitle
           maximale size of the title for the current window.
static int menuPanelHeight
           height of the menu panel.
static int posCentralPanel
           position of the central panel (content) in the current window.
static int posMenuPanel
           position of the menu panel in the current window.
static int sizeFont
           size of the current font.
static int valueToRemoveFromWindowWidth
           value (X) used to move correctly panels in current window.
 

Field Detail

sizeFont

static final int sizeFont

size of the current font.

See Also:
Constant Field Values

maxSizeTitle

static final int maxSizeTitle

maximale size of the title for the current window.

See Also:
Constant Field Values

headerPanelHeight

static final int headerPanelHeight

height of the header panel.

See Also:
Constant Field Values

footerPanelHeight

static final int footerPanelHeight

height of the footer panel.

See Also:
Constant Field Values

posMenuPanel

static final int posMenuPanel

position of the menu panel in the current window.

See Also:
Constant Field Values

menuPanelHeight

static final int menuPanelHeight

height of the menu panel.

See Also:
Constant Field Values

valueToRemoveFromWindowWidth

static final int valueToRemoveFromWindowWidth

value (X) used to move correctly panels in current window.

See Also:
Constant Field Values

posCentralPanel

static final int posCentralPanel

position of the central panel (content) in the current window.

See Also:
Constant Field Values


Copyright © 2008 F. MAUPIN. All Rights Reserved.