A B C D E F G H I K M O P R S T U V W Z

A

add(KemetToolBar) - Method in class org.kemet.lf.GlobalKemet
add a toolbar.
addBtDraggableFlavor(DataFlavor) - Method in class org.kemet.lf.GlobalKemet
add META information about data of draggable button.
addData(Object) - Method in class org.kemet.lf.components.actions.DragButtonInformation
add the "data" object to the list of "data" block.
addListOfComponentsToPanel(JPanel, Component[]) - Static method in class org.kemet.lf.tools.ihm.ComponentsTools
add list of components to panel.
addPrefToList(String, String) - Static method in class org.kemet.lf.tools.PreferencesManager
add one preference to the list of preferences.
AFXMLManager - Class in org.kemet.lf.tools
 
AFXMLManager() - Constructor for class org.kemet.lf.tools.AFXMLManager
load the configuration XML file.

B

backgroundColorJMenu - Static variable in class org.kemet.lf.GlobalKemet
background color for JMenu.
backgroundColorMenuBar - Static variable in class org.kemet.lf.GlobalKemet
background color for Menu Bar.
backgroundImageJPanel(Graphics) - Method in class org.kemet.lf.components.CJPanel
draw background of panel.
backgroundImageJPanel(Graphics) - Method in class org.kemet.lf.components.CPapyrusJPanel
draw background of panel.

C

CancelButton - Class in org.kemet.lf.components.basic
 
CancelButton() - Constructor for class org.kemet.lf.components.basic.CancelButton
Create a cancel button.
canImport(JComponent, DataFlavor[]) - Method in class org.kemet.lf.components.actions.DropButton
component can it be imported ?
CDropPanel - Class in org.kemet.lf.components.basic
Deprecated. 

CDropPanel : Creation and management of drop panel.

CDropPanel(String, int, int) - Constructor for class org.kemet.lf.components.basic.CDropPanel
Deprecated.  creation of drop panel.
CJButton - Class in org.kemet.lf.components.basic
 
CJButton(ImageIcon, String) - Constructor for class org.kemet.lf.components.basic.CJButton
create the custom checkbox.
CJCheckBox - Class in org.kemet.lf.components.basic
 
CJCheckBox(String, int, int) - Constructor for class org.kemet.lf.components.basic.CJCheckBox
create the custom checkbox.
CJCheckBoxMenuItem - Class in org.kemet.lf.components.basic
 
CJCheckBoxMenuItem(String, boolean) - Constructor for class org.kemet.lf.components.basic.CJCheckBoxMenuItem
create the custom checkBoxMenuItem.
CJLabel - Class in org.kemet.lf.components.basic
 
CJLabel(String, int, int) - Constructor for class org.kemet.lf.components.basic.CJLabel
create custom label (text, width, height).
CJLabel(String, int, int, Border) - Constructor for class org.kemet.lf.components.basic.CJLabel
create custom label (text, width, height, border).
CJLabel(String, int, int, Border, Color, Color) - Constructor for class org.kemet.lf.components.basic.CJLabel
create custom label (text, width, height, border, color for foreground, color for background).
CJLabel(String, Font, int, int, Border, Color, Color) - Constructor for class org.kemet.lf.components.basic.CJLabel
create custom label (text, font, width, height, border, color for foreground, color for background, horizontal/vertical text position).
CJMenu - Class in org.kemet.lf.components.basic
 
CJMenu(String) - Constructor for class org.kemet.lf.components.basic.CJMenu
create custom menu.
CJMenuItem - Class in org.kemet.lf.components.basic
 
CJMenuItem(String) - Constructor for class org.kemet.lf.components.basic.CJMenuItem
create custom menu item.
CJMenuItem(String, String) - Constructor for class org.kemet.lf.components.basic.CJMenuItem
create custom menu item.
CJPanel - Class in org.kemet.lf.components
 
CJPanel() - Constructor for class org.kemet.lf.components.CJPanel
create custom panel.
CJRadioButton - Class in org.kemet.lf.components.basic
 
CJRadioButton(String, int, int) - Constructor for class org.kemet.lf.components.basic.CJRadioButton
create custom radio button.
CJRadioButtonMenuItem - Class in org.kemet.lf.components.basic
 
CJRadioButtonMenuItem(String) - Constructor for class org.kemet.lf.components.basic.CJRadioButtonMenuItem
create custom radio button menu item.
CJRadioButtonMenuItem(String, boolean) - Constructor for class org.kemet.lf.components.basic.CJRadioButtonMenuItem
create custom radio button menu item.
CJSeparator - Class in org.kemet.lf.components
 
CJSeparator(JMenu) - Constructor for class org.kemet.lf.components.CJSeparator
create custom separator.
CJTextArea - Class in org.kemet.lf.components.basic
 
CJTextArea(String) - Constructor for class org.kemet.lf.components.basic.CJTextArea
create custom text area.
CJTextArea(String, Border) - Constructor for class org.kemet.lf.components.basic.CJTextArea
create custom text area (border).
CJTextPane - Class in org.kemet.lf.components.basic
 
CJTextPane(String, String, int, int) - Constructor for class org.kemet.lf.components.basic.CJTextPane
create custom text pane/
ColoredTabbedPane - Class in org.kemet.lf.components.basic
 
ColoredTabbedPane() - Constructor for class org.kemet.lf.components.basic.ColoredTabbedPane
b>set font and opacity of the tabbed pane.
ComponentsKemet - Class in org.kemet.lf.components
 
ComponentsKemet(String) - Constructor for class org.kemet.lf.components.ComponentsKemet
initialize for certains components the UI Manager and size and position of the current window.
ComponentsKemet.CheckBoxIcon - Class in org.kemet.lf.components
 
ComponentsKemet.CheckBoxIcon() - Constructor for class org.kemet.lf.components.ComponentsKemet.CheckBoxIcon
 
ComponentsKemet.RadioButtonIcon - Class in org.kemet.lf.components
 
ComponentsKemet.RadioButtonIcon() - Constructor for class org.kemet.lf.components.ComponentsKemet.RadioButtonIcon
 
ComponentsTools - Class in org.kemet.lf.tools.ihm
 
ComponentsTools() - Constructor for class org.kemet.lf.tools.ihm.ComponentsTools
 
CPapyrusJPanel - Class in org.kemet.lf.components
 
CPapyrusJPanel(int, int) - Constructor for class org.kemet.lf.components.CPapyrusJPanel
create custom panel.
createTransferable(JComponent) - Method in class org.kemet.lf.components.actions.DragButtonHandler
create transferable component.
CScrollableDropArea - Class in org.kemet.lf.components
 
CScrollableDropArea(int, int, MethodInfo) - Constructor for class org.kemet.lf.components.CScrollableDropArea
creation of scrollable drop area.

D

DialogAbout - Class in org.kemet.lf.components.dialog
 
DialogAbout(List<Object>) - Constructor for class org.kemet.lf.components.dialog.DialogAbout
create dialog about.
DialogInfo - Class in org.kemet.lf.components.dialog
 
DialogInfo() - Constructor for class org.kemet.lf.components.dialog.DialogInfo
 
DialogSaveBeforeExit - Class in org.kemet.lf.components.dialog
 
DialogSaveBeforeExit() - Constructor for class org.kemet.lf.components.dialog.DialogSaveBeforeExit
 
displayText(String[]) - Method in class org.kemet.lf.tools.ihm.SplashTools
manage display of text in the splash screen.
DragButton - Class in org.kemet.lf.components.actions
 
DragButton(String, ImageIcon, DragButtonInformation, JFrame, GlobalKemet) - Constructor for class org.kemet.lf.components.actions.DragButton
creation of a draggable button.
DragButton.DeplacementAdapter - Class in org.kemet.lf.components.actions
 
DragButton.DeplacementAdapter() - Constructor for class org.kemet.lf.components.actions.DragButton.DeplacementAdapter
 
DragButtonHandler - Class in org.kemet.lf.components.actions
 
DragButtonHandler(DragButton) - Constructor for class org.kemet.lf.components.actions.DragButtonHandler
define a handler for draggable button.
DragButtonInformation - Class in org.kemet.lf.components.actions
 
DragButtonInformation() - Constructor for class org.kemet.lf.components.actions.DragButtonInformation
creation of a draggable button information.
DrawLine - Class in org.kemet.lf.components.basic
 
DrawLine(float, float, float, float, float) - Constructor for class org.kemet.lf.components.basic.DrawLine
draw a line.
DropButton - Class in org.kemet.lf.components.actions
 
DropButton(CScrollableDropArea, JPanel, JFrame, ArrayList<DataFlavor>, MethodInfo) - Constructor for class org.kemet.lf.components.actions.DropButton
Inialize the drop treat.

E

ExceptionManager - Exception in org.kemet.lf.exceptions
 
ExceptionManager(ExceptionsEnum, String, Exception) - Constructor for exception org.kemet.lf.exceptions.ExceptionManager
intercept exception.
ExceptionsEnum - Enum in org.kemet.lf.exceptions
 
execGenericMethodWithArrayListReturn(Class, String, Vector) - Static method in class org.kemet.lf.tools.ReflexionToolBox
execute a method with arrayList type returned value.
execGenericMethodWithObjectReturn(Class, String, Vector) - Static method in class org.kemet.lf.tools.ReflexionToolBox
execute a method with object returned value.
execInitMethod(String) - Static method in class org.kemet.lf.tools.ReflexionToolBox
execute a init method.
execInitMethodForJMenu(String) - Static method in class org.kemet.lf.tools.ReflexionToolBox
execute a init method for JMenu method.
execInitMethodWithReturn(String) - Static method in class org.kemet.lf.tools.ReflexionToolBox
execute a method with object list returned value.
execInitMethodWithReturn(String, Vector<Object[]>) - Static method in class org.kemet.lf.tools.ReflexionToolBox
execute a method with object list returned value.
execMethod(String, String, Vector<Object[]>) - Static method in class org.kemet.lf.tools.ReflexionToolBox
execute a method
execMethodWithNoReturn(Class, String, Vector<Object[]>) - Static method in class org.kemet.lf.tools.ReflexionToolBox
execute a method with no return.

F

FontTools - Class in org.kemet.lf.tools.ihm
 
FontTools() - Constructor for class org.kemet.lf.tools.ihm.FontTools
 
footerPanelHeight - Static variable in interface org.kemet.lf.components.IComponents
height of the footer panel.

G

getApplicationXMLFileName() - Method in class org.kemet.lf.GlobalKemet
return name of configuration XML file.
getBackgroundAt(int) - Method in class org.kemet.lf.components.basic.ColoredTabbedPane
b>set the background color of selected tab.
getBackgroundColorJMenu() - Static method in class org.kemet.lf.GlobalKemet
return the background color of JMenu.
getBackgroundColorMenuBar() - Static method in class org.kemet.lf.GlobalKemet
return the background color of menu bar.
getBtsDraggableFlavor() - Method in class org.kemet.lf.GlobalKemet
return META informations about data from draggable buttons.
getCentralPanel() - Method in class org.kemet.lf.GlobalKemet
return the panel which contains window content.
getCurrentLoc() - Static method in class org.kemet.lf.GlobalKemet
return the current localization.
getData() - Method in class org.kemet.lf.components.actions.DragButton
return the "data" block.
getData() - Method in class org.kemet.lf.components.actions.DragButtonInformation
return the "data" object.
getError() - Method in exception org.kemet.lf.exceptions.ExceptionManager
return error.
getException() - Method in class org.kemet.lf.components.dialog.DialogAbout
return the raised exception.
getException() - Method in class org.kemet.lf.components.KemetToolBar
return the raised exception.
getException() - Method in class org.kemet.lf.components.KemetWindow
return the raised exception.
getException() - Method in class org.kemet.lf.tools.ihm.MoveAutoToolbars
return the raised exception.
getFooterPanel() - Method in class org.kemet.lf.components.ComponentsKemet
return the footer panel of the current window.
getHeaderPanel() - Method in class org.kemet.lf.components.ComponentsKemet
return the header panel of the current window.
getHeaderPanel() - Method in class org.kemet.lf.components.KemetToolBar
return the header panel.
getHeight() - Method in class org.kemet.lf.components.basic.CDropPanel
Deprecated.  return the height of the panel.
getHeight() - Method in class org.kemet.lf.components.basic.CJButton
return the height of the component.
getHeight() - Method in class org.kemet.lf.components.basic.CJCheckBox
return the height of the component.
getHeight() - Method in class org.kemet.lf.components.basic.CJLabel
return the height of the component.
getHeight() - Method in class org.kemet.lf.components.basic.CJRadioButton
return the height of the component.
getHeight() - Method in class org.kemet.lf.components.basic.CJTextPane
return the height of the component.
getHeight() - Method in class org.kemet.lf.components.CJPanel
return the height of panel.
getHeight() - Method in class org.kemet.lf.components.CPapyrusJPanel
return the height of panel.
getHeight() - Method in class org.kemet.lf.components.CScrollableDropArea
return the height of the panel.
getHeight() - Method in class org.kemet.lf.components.helper.Helper
return the height of split pane.
getHeightFromMainWindow() - Static method in class org.kemet.lf.tools.PreferencesManager
return the height of the main window.
getHGap() - Static method in class org.kemet.lf.components.CScrollableDropArea
return the horizontal gap.
getHiddenException() - Method in exception org.kemet.lf.exceptions.ExceptionManager
return intercepted exception.
getIcn() - Method in class org.kemet.lf.components.actions.DragButton
return the icon.
getIconHeight() - Method in class org.kemet.lf.components.basic.CancelButton
return the height of icon.
getIconHeight() - Method in class org.kemet.lf.components.basic.OkButton
return the height of the icon.
getIconHeight() - Method in class org.kemet.lf.components.ComponentsKemet.CheckBoxIcon
return the height of icon.
getIconHeight() - Method in class org.kemet.lf.components.ComponentsKemet.RadioButtonIcon
return the height of icon.
getIconWidth() - Method in class org.kemet.lf.components.basic.CancelButton
return the width of icon.
getIconWidth() - Method in class org.kemet.lf.components.basic.OkButton
return the width of the icon.
getIconWidth() - Method in class org.kemet.lf.components.ComponentsKemet.CheckBoxIcon
return the width of icon.
getIconWidth() - Method in class org.kemet.lf.components.ComponentsKemet.RadioButtonIcon
return the width of icon.
getInstance(String) - Static method in class org.kemet.lf.components.KemetWindow
get the only one instance from KemetWindow class.
getInstance() - Static method in class org.kemet.lf.GlobalKemet
get the only one instance from GlobalKemet class.
getInstance(int, int) - Static method in class org.kemet.lf.tools.ihm.SplashTools
get the only one instance from SplashTools class.
getJf() - Method in class org.kemet.lf.components.KemetToolBar
return the JFrame of the toolbar.
getJf() - Method in class org.kemet.lf.components.KemetWindow
return the current JFrame.
getJs() - Method in class org.kemet.lf.components.CJSeparator
return the current separator.
getJs() - Method in class org.kemet.lf.components.CScrollableDropArea
return the scroll pane.
getJs() - Method in class org.kemet.lf.components.KemetToolBar
return the scrollable list.
getLayout() - Method in class org.kemet.lf.components.KemetToolBar
return the layout of toolbar.
getLine() - Method in class org.kemet.lf.components.basic.DrawLine
return the component.
getLocationAndSizeByDefaultForMainWindow() - Static method in class org.kemet.lf.tools.PreferencesManager
initialize location and size by default for main window.
getLocationAndSizeForMainWindow() - Static method in class org.kemet.lf.tools.PreferencesManager
initialize location and size for main window.
getMaxScreenToDouble() - Static method in class org.kemet.lf.tools.ihm.Screen
return the max (X,Y) of screen.
getMaxScreenToRectangle() - Static method in class org.kemet.lf.tools.ihm.Screen
return the max (X,Y) of screen.
getMenu() - Method in class org.kemet.lf.GlobalKemet
return the list of JMenu of application.
getMenuPanel() - Method in class org.kemet.lf.components.ComponentsKemet
return the menu panel of the current window.
getMessage() - Method in exception org.kemet.lf.exceptions.ExceptionManager
return message.
getMethod() - Method in class org.kemet.lf.tools.MethodInfo
return the name of the method.
getMethodNames() - Method in class org.kemet.lf.tools.AFXMLManager
get all targets (method names).
getMinSizeFont() - Static method in class org.kemet.lf.GlobalKemet
return the minimal size of the current font.
getMinX() - Method in class org.kemet.lf.GlobalKemet
return the minimal width of the current window.
getMinY() - Method in class org.kemet.lf.GlobalKemet
return the minimal height of the current window.
getMoveAutoWindow() - Method in class org.kemet.lf.GlobalKemet
return the "move automatically toolbars by relation with main button" button.
getMoveWindow() - Method in class org.kemet.lf.GlobalKemet
return the "move toolbars with main button" button.
getMyMessage(String) - Static method in class org.kemet.lf.tools.Messages
return message from key.
getMyPrefs() - Method in class org.kemet.lf.GlobalKemet
return the user preferences manager.
getName() - Method in class org.kemet.lf.components.dialog.Zoom
return the name of content zoom.
getName() - Method in class org.kemet.lf.tools.MethodInfo
return the name of the class.
getNameOfMyMessagesFile() - Static method in class org.kemet.lf.tools.Messages
 
getOrientation() - Static method in class org.kemet.lf.tools.print.PrintWork
return the orientation.
getOs() - Method in class org.kemet.lf.GlobalKemet
return the operating system of user.
getPanel() - Method in class org.kemet.lf.components.basic.CDropPanel
Deprecated.  return the drop panel.
getPanel() - Method in class org.kemet.lf.components.CJPanel
return the current panel.
getPanel() - Method in class org.kemet.lf.components.CPapyrusJPanel
return the current panel.
getPanel() - Method in class org.kemet.lf.components.CScrollableDropArea
return the drop panel.
getParam() - Method in class org.kemet.lf.tools.MethodInfo
return the list of parameters for method.
getPoliceName() - Static method in class org.kemet.lf.GlobalKemet
return the name of the police used by the application.
getPosX() - Static method in class org.kemet.lf.components.CScrollableDropArea
return the (X) coordinate.
getPosX() - Method in class org.kemet.lf.components.dialog.Zoom
return the (X) coordinate of dialog.
getPosX() - Method in class org.kemet.lf.GlobalKemet
return the position (X) of the current window.
getPosY() - Static method in class org.kemet.lf.components.CScrollableDropArea
return the (Y) coordinate.
getPosY() - Method in class org.kemet.lf.components.dialog.Zoom
return the (Y) coordinate of dialog.
getPosY() - Method in class org.kemet.lf.GlobalKemet
return the position (Y) of the current window.
getPrefsList() - Static method in class org.kemet.lf.tools.PreferencesManager
return the list of preferences.
getResXMIN() - Static method in class org.kemet.lf.GlobalKemet
return the X min resolution.
getResYMIN() - Static method in class org.kemet.lf.GlobalKemet
return the Y min resolution.
getRootFrame() - Method in class org.kemet.lf.GlobalKemet
return the root Kemet window.
getSaveSidePref() - Static method in class org.kemet.lf.tools.PreferencesManager
In preferences : "save whished side when toolbars move" preference is available ?
getScreenRes() - Method in class org.kemet.lf.GlobalKemet
return the resolution of the screen.
getSourceActions(JComponent) - Method in class org.kemet.lf.components.actions.DragButtonHandler
COPY mode for transfer.
getSplash() - Method in class org.kemet.lf.tools.ihm.SplashTools
return the splash.
getString(String) - Static method in class org.kemet.lf.tools.Messages
return message from key.
getTargetList() - Method in class org.kemet.lf.GlobalKemet
return list of target (which are contained in configuration XML file).
getTargetList() - Method in class org.kemet.lf.tools.AFXMLManager
return the list of targets.
getTheNearestToolbarToMainWindow() - Static method in class org.kemet.lf.components.KemetToolBar
return the index of the nearest toolbar to main window.
getToolBarCurrentNumber() - Method in class org.kemet.lf.GlobalKemet
return the toolBar current number.
getToolbarFlag() - Method in class org.kemet.lf.GlobalKemet
return the showHide toolbars button.
getToolBarList() - Method in class org.kemet.lf.GlobalKemet
return the list of toolbars.
getToolBarPanel() - Method in class org.kemet.lf.components.KemetToolBar
return the tool bar panel.
getToolTip() - Method in class org.kemet.lf.components.actions.DragButton
return the tooltip.
getTransferData(DataFlavor) - Method in class org.kemet.lf.components.actions.DragButton
clone the button for transfer.
getTransferDataFlavors() - Method in class org.kemet.lf.components.actions.DragButton
return array of META Information about data.
getVGap() - Static method in class org.kemet.lf.components.CScrollableDropArea
return the vertical gap.
getWidth() - Method in class org.kemet.lf.components.basic.CDropPanel
Deprecated.  return the width of the panel.
getWidth() - Method in class org.kemet.lf.components.basic.CJButton
return the width of the component.
getWidth() - Method in class org.kemet.lf.components.basic.CJCheckBox
return the width of the component.
getWidth() - Method in class org.kemet.lf.components.basic.CJLabel
return the width of the component.
getWidth() - Method in class org.kemet.lf.components.basic.CJRadioButton
return the width of the component.
getWidth() - Method in class org.kemet.lf.components.basic.CJTextPane
return the width of the component.
getWidth() - Method in class org.kemet.lf.components.CJPanel
return the width of panel.
getWidth() - Method in class org.kemet.lf.components.CPapyrusJPanel
return the width of panel.
getWidth() - Method in class org.kemet.lf.components.CScrollableDropArea
return the width of the panel.
getWidth() - Method in class org.kemet.lf.components.helper.Helper
return the width of split pane.
getWidthFromMainWindow() - Static method in class org.kemet.lf.tools.PreferencesManager
return the width of the main window.
getWindowHeight() - Method in class org.kemet.lf.components.KemetToolBar
return the height of window.
getWindowHeight() - Method in class org.kemet.lf.GlobalKemet
return the height of the current window.
getWindowHeightTmp() - Method in class org.kemet.lf.GlobalKemet
return the temporary height of the current window.
getWindowPosX() - Method in class org.kemet.lf.components.KemetToolBar
return the coordinate X of window.
getWindowPosY() - Method in class org.kemet.lf.components.KemetToolBar
return the coordinate Y of window.
getWindowWidth() - Method in class org.kemet.lf.components.KemetToolBar
return the width of window.
getWindowWidth() - Method in class org.kemet.lf.GlobalKemet
return the width of the current window.
getWindowWidthTmp() - Method in class org.kemet.lf.GlobalKemet
return the temporary width of the current window.
GlobalKemet - Class in org.kemet.lf
 

H

headerPanelHeight - Static variable in interface org.kemet.lf.components.IComponents
height of the header panel.
Helper - Class in org.kemet.lf.components.helper
 
Helper(String, String, String, String, Object[]) - Constructor for class org.kemet.lf.components.helper.Helper
initialize the helper manager.

I

IComponents - Interface in org.kemet.lf.components
 
iconToImage(Icon) - Static method in class org.kemet.lf.tools.ihm.ComponentsTools
convert icon to image.
importData(JComponent, Transferable) - Method in class org.kemet.lf.components.actions.DropButton
import data to panel.
init() - Method in class org.kemet.lf.GlobalKemet
load configuration XML file used by the application.
initButton(String, String, String, String, String, Object[]) - Static method in class org.kemet.lf.tools.ihm.ComponentsTools
initialize a button.
internalPanel - Variable in class org.kemet.lf.components.actions.DropButton
panel used for drop.
isAlreadyVisible(String) - Static method in class org.kemet.lf.components.dialog.Zoom
verify if a particular zoom is visible ?
isCopyButtonFromButtonItself() - Method in class org.kemet.lf.GlobalKemet
the copy button from itself (drop panel) is allowed ?
isDataFlavorSupported(DataFlavor) - Method in class org.kemet.lf.components.actions.DragButton
META Information about data are supported ?
isFullScreen() - Method in class org.kemet.lf.GlobalKemet
return if or not we are in fullscreen mode.
isSaveBeforeExit() - Method in class org.kemet.lf.GlobalKemet
save the content of the application before leaving ?
isSaveLocationAndSizeWindowsPref() - Static method in class org.kemet.lf.tools.PreferencesManager
In preferences : "save location and size of windows" preference is available ?

K

KemetToolBar - Class in org.kemet.lf.components
 
KemetToolBar(String, ToolBarsTypeEnum) - Constructor for class org.kemet.lf.components.KemetToolBar
create tool bar.
KemetWindow - Class in org.kemet.lf.components
 

M

maxSizeTitle - Static variable in interface org.kemet.lf.components.IComponents
maximale size of the title for the current window.
menuPanelHeight - Static variable in interface org.kemet.lf.components.IComponents
height of the menu panel.
Messages - Class in org.kemet.lf.tools
 
Messages() - Constructor for class org.kemet.lf.tools.Messages
 
MethodInfo - Class in org.kemet.lf.tools
 
MethodInfo() - Constructor for class org.kemet.lf.tools.MethodInfo
initialize information about method.
mousePressed(MouseEvent) - Method in class org.kemet.lf.components.actions.DragButton.DeplacementAdapter
mouse pressed event.
MoveAutoToolbars - Class in org.kemet.lf.tools.ihm
 
MoveAutoToolbars() - Constructor for class org.kemet.lf.tools.ihm.MoveAutoToolbars
 
myBtDraggable - Variable in class org.kemet.lf.components.actions.DragButtonHandler
current draggable button.

O

OkButton - Class in org.kemet.lf.components.basic
 
OkButton() - Constructor for class org.kemet.lf.components.basic.OkButton
create Ok button.
org.kemet.lf - package org.kemet.lf
 
org.kemet.lf.components - package org.kemet.lf.components
 
org.kemet.lf.components.actions - package org.kemet.lf.components.actions
 
org.kemet.lf.components.basic - package org.kemet.lf.components.basic
 
org.kemet.lf.components.dialog - package org.kemet.lf.components.dialog
 
org.kemet.lf.components.helper - package org.kemet.lf.components.helper
 
org.kemet.lf.exceptions - package org.kemet.lf.exceptions
 
org.kemet.lf.tools - package org.kemet.lf.tools
 
org.kemet.lf.tools.ihm - package org.kemet.lf.tools.ihm
 
org.kemet.lf.tools.print - package org.kemet.lf.tools.print
 

P

paintIcon(Component, Graphics, int, int) - Method in class org.kemet.lf.components.ComponentsKemet.CheckBoxIcon
paint icon with news icons.
paintIcon(Component, Graphics, int, int) - Method in class org.kemet.lf.components.ComponentsKemet.RadioButtonIcon
paint icon with news icons.
posCentralPanel - Static variable in interface org.kemet.lf.components.IComponents
position of the central panel (content) in the current window.
posMenuPanel - Static variable in interface org.kemet.lf.components.IComponents
position of the menu panel in the current window.
PreferencesManager - Class in org.kemet.lf.tools
 
PreferencesManager() - Constructor for class org.kemet.lf.tools.PreferencesManager
create or load the preferences file.
print(Graphics, PageFormat, int) - Method in class org.kemet.lf.tools.print.PrintHeader
Prints the page at the specified index.
PrintHeader - Class in org.kemet.lf.tools.print
 
PrintHeader() - Constructor for class org.kemet.lf.tools.print.PrintHeader
 
PrintWork - Class in org.kemet.lf.tools.print
 
PrintWork(Printable) - Constructor for class org.kemet.lf.tools.print.PrintWork
initialize the print work.

R

ReflexionToolBox - Class in org.kemet.lf.tools
 
ReflexionToolBox() - Constructor for class org.kemet.lf.tools.ReflexionToolBox
 
run() - Method in class org.kemet.lf.components.dialog.DialogAbout
run the thread which be going to initialize the window.
run() - Method in class org.kemet.lf.components.KemetToolBar
run the thread which be going to initialize the window.
run() - Method in class org.kemet.lf.components.KemetWindow
run the thread which be going to initialize the window.
run() - Method in class org.kemet.lf.tools.ihm.MoveAutoToolbars
execute the move toolbars.

S

saveLocationAndSizeForMainWindow(JFrame) - Static method in class org.kemet.lf.tools.PreferencesManager
save location and size for main window.
saveLocationAndSizeForToolbars() - Static method in class org.kemet.lf.tools.PreferencesManager
save location and size for toolbars.
saveSide(int) - Static method in class org.kemet.lf.tools.PreferencesManager
save whished side when toolbars move.
Screen - Class in org.kemet.lf.tools.ihm
 
Screen() - Constructor for class org.kemet.lf.tools.ihm.Screen
 
setApplicationXMLFileName(String) - Method in class org.kemet.lf.GlobalKemet
set name of configuration XML file.
setBtsDraggableFlavor(ArrayList<DataFlavor>) - Method in class org.kemet.lf.GlobalKemet
set META informations about data of draggable buttons.
setCentralPanel(JPanel) - Method in class org.kemet.lf.GlobalKemet
set the panel which contains window content.
setCopyButtonFromButtonItself(boolean) - Method in class org.kemet.lf.GlobalKemet
set to true the copy button from itself (drop panel).
setCurrentLoc(Locale) - Static method in class org.kemet.lf.GlobalKemet
set the current localization.
setData(DragButtonInformation) - Method in class org.kemet.lf.components.actions.DragButton
set the "data" block.
setData(ArrayList<Object>) - Method in class org.kemet.lf.components.actions.DragButtonInformation
fix the "data" object.
setDropType(TransferHandler) - Method in class org.kemet.lf.components.basic.CDropPanel
Deprecated.  set the type of handler.
setFooterPanel(JPanel) - Method in class org.kemet.lf.components.ComponentsKemet
set the footer panel of the current window.
setFullScreen(boolean) - Method in class org.kemet.lf.GlobalKemet
set the fullscreen mode.
setHeaderPanel(JPanel) - Method in class org.kemet.lf.components.ComponentsKemet
set the header panel of the current window.
setHeight(int) - Method in class org.kemet.lf.components.basic.CJLabel
set the height of the component.
setHeight(int) - Method in class org.kemet.lf.components.CJPanel
set the height of panel.
setHeight(int) - Method in class org.kemet.lf.components.helper.Helper
set the height of split pane.
setHGap(int) - Static method in class org.kemet.lf.components.CScrollableDropArea
fix the horizontal gap.
setHorizontalTextPosition(int) - Method in class org.kemet.lf.components.basic.CJLabel
set the horizontal text position.
setIcn(ImageIcon) - Method in class org.kemet.lf.components.actions.DragButton
set the icon.
setJs(JScrollPane) - Method in class org.kemet.lf.components.CScrollableDropArea
fix the jscroll pane.
setLayout(LayoutManager) - Method in class org.kemet.lf.components.basic.CDropPanel
Deprecated.  set the layout of panel.
setLayout(LayoutManager) - Method in class org.kemet.lf.components.KemetToolBar
set the layout of toolbar.
setMenu(List<Object[]>) - Method in class org.kemet.lf.GlobalKemet
set the list of JMenu for application.
setMenuPanel(JPanel) - Method in class org.kemet.lf.components.ComponentsKemet
set the menu panel of the current window.
setMethod(String) - Method in class org.kemet.lf.tools.MethodInfo
fix the name of the method.
setMinX(int) - Method in class org.kemet.lf.GlobalKemet
set the minimal width of the current window.
setMinY(int) - Method in class org.kemet.lf.GlobalKemet
set the minimal height of the current window.
setMoveAutoWindow(JLabel) - Method in class org.kemet.lf.GlobalKemet
set the "move automatically toolbars by relation with main button" button.
setMoveWindow(JLabel) - Method in class org.kemet.lf.GlobalKemet
set the "move toolbars with main button" button.
setName(String) - Method in class org.kemet.lf.tools.MethodInfo
fix the name of the class.
setNameOfMyMessagesFile(String) - Static method in class org.kemet.lf.tools.Messages
 
setOrientation(int) - Static method in class org.kemet.lf.tools.print.PrintWork
fix the orientation.
setParam(Vector<Object[]>) - Method in class org.kemet.lf.tools.MethodInfo
fix the list of parameters for method.
setPoliceName(String) - Static method in class org.kemet.lf.GlobalKemet
set the name of the police used by the application.
setPosX(int) - Static method in class org.kemet.lf.components.CScrollableDropArea
fix the (X) coordinate.
setPosX(int) - Method in class org.kemet.lf.components.dialog.Zoom
set the (X) coordinate of dialog.
setPosX(int) - Method in class org.kemet.lf.GlobalKemet
set the position (X) of the current window.
setPosX(int) - Method in class org.kemet.lf.tools.ihm.SplashTools
fix the (X) coordinate for splash.
setPosY(int) - Static method in class org.kemet.lf.components.CScrollableDropArea
fix the (Y) coordinate.
setPosY(int) - Method in class org.kemet.lf.components.dialog.Zoom
set the (Y) coordinate of dialog.
setPosY(int) - Method in class org.kemet.lf.GlobalKemet
set the position (Y) of the current window.
setPosY(int) - Method in class org.kemet.lf.tools.ihm.SplashTools
fix the (Y) coordinate for splash.
setPrefsList(HashMap) - Static method in class org.kemet.lf.tools.PreferencesManager
set the list of preferences.
setRootFrame(JFrame) - Method in class org.kemet.lf.GlobalKemet
set the root Kemet window.
setSaveBeforeExit(boolean) - Method in class org.kemet.lf.GlobalKemet
set to true or false the flag "save content of the application before leaving ?".
setToolbarFlag(JLabel) - Method in class org.kemet.lf.GlobalKemet
set the showHide toolbars button.
setToolBarList(List<KemetToolBar>) - Method in class org.kemet.lf.GlobalKemet
set the list of toolbars.
setToolTip(String) - Method in class org.kemet.lf.components.actions.DragButton
set the tooltip.
setVerticalTextPosition(int) - Method in class org.kemet.lf.components.basic.CJLabel
set the vertical text position.
setVGap(int) - Static method in class org.kemet.lf.components.CScrollableDropArea
fix the vertical gap.
setWidth(int) - Method in class org.kemet.lf.components.basic.CJLabel
set the width of the component.
setWidth(int) - Method in class org.kemet.lf.components.CJPanel
set the width of panel.
setWidth(int) - Method in class org.kemet.lf.components.helper.Helper
set the width of split pane.
setWindowHeight(int) - Method in class org.kemet.lf.components.KemetToolBar
set the height of window.
setWindowHeight(int) - Method in class org.kemet.lf.GlobalKemet
set the height of the current window.
setWindowHeightTmp(int) - Method in class org.kemet.lf.GlobalKemet
set the temporary height of the current window.
setWindowPosX(int) - Method in class org.kemet.lf.components.KemetToolBar
set the coordinate X of window.
setWindowPosY(int) - Method in class org.kemet.lf.components.KemetToolBar
set the coordinate Y of window.
setWindowWidth(int) - Method in class org.kemet.lf.components.KemetToolBar
set the width of window.
setWindowWidth(int) - Method in class org.kemet.lf.GlobalKemet
set the width of the current window.
setWindowWidthTmp(int) - Method in class org.kemet.lf.GlobalKemet
set the temporary width of the current window.
show(String, boolean) - Static method in class org.kemet.lf.components.dialog.DialogInfo
show information dialog.
show() - Static method in class org.kemet.lf.components.dialog.DialogSaveBeforeExit
show confirmation dialog.
show() - Method in class org.kemet.lf.components.dialog.Zoom
display zoom content.
show() - Method in class org.kemet.lf.components.helper.Helper
display help dialog.
showOrHideToolbars(boolean) - Static method in class org.kemet.lf.components.KemetToolBar
show or hide toolbars.
sizeFont - Static variable in interface org.kemet.lf.components.IComponents
size of the current font.
SplashTools - Class in org.kemet.lf.tools.ihm
 

T

TabbedPaneGUI - Class in org.kemet.lf.components.basic
 
TabbedPaneGUI() - Constructor for class org.kemet.lf.components.basic.TabbedPaneGUI
 
ToolBarsTypeEnum - Enum in org.kemet.lf.components
 

U

update(List<JPanel>) - Method in class org.kemet.lf.components.KemetToolBar
update toolbar.
updateFile() - Method in class org.kemet.lf.tools.PreferencesManager
update the preferences file.
updateUI() - Method in class org.kemet.lf.components.basic.ColoredTabbedPane
b>update the UI of the tabbed pane with the basic tabbed pane UI.

V

value() - Method in enum org.kemet.lf.components.ToolBarsTypeEnum
return the value of enumeration.
value() - Method in enum org.kemet.lf.exceptions.ExceptionsEnum
return the value of enumeration.
valueOf(String) - Static method in enum org.kemet.lf.components.ToolBarsTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kemet.lf.exceptions.ExceptionsEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.kemet.lf.components.ToolBarsTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kemet.lf.exceptions.ExceptionsEnum
Returns an array containing the constants of this enum type, in the order they are declared.
valueToRemoveFromWindowWidth - Static variable in interface org.kemet.lf.components.IComponents
value (X) used to move correctly panels in current window.

W

widthOfCaracter(Font) - Static method in class org.kemet.lf.tools.ihm.FontTools
return the width of a caracter for a particular font.
widthOfText(String, Font) - Static method in class org.kemet.lf.tools.ihm.FontTools
return the width of a text for a particular font.

Z

Zoom - Class in org.kemet.lf.components.dialog
 
Zoom(String, String, JPanel) - Constructor for class org.kemet.lf.components.dialog.Zoom
initialize the zoom manager.

A B C D E F G H I K M O P R S T U V W Z

Copyright © 2008 F. MAUPIN. All Rights Reserved.