Uses of Class
org.kemet.lf.exceptions.ExceptionManager

Packages that use ExceptionManager
org.kemet.lf   
org.kemet.lf.components   
org.kemet.lf.components.actions   
org.kemet.lf.components.basic   
org.kemet.lf.components.dialog   
org.kemet.lf.components.helper   
org.kemet.lf.tools   
org.kemet.lf.tools.ihm   
org.kemet.lf.tools.print   
 

Uses of ExceptionManager in org.kemet.lf
 

Methods in org.kemet.lf that throw ExceptionManager
 void GlobalKemet.addBtDraggableFlavor(java.awt.datatransfer.DataFlavor btDraggableFlavor)
           add META information about data of draggable button.
static GlobalKemet GlobalKemet.getInstance()
           get the only one instance from GlobalKemet class.
 void GlobalKemet.init()
           load configuration XML file used by the application.
 

Uses of ExceptionManager in org.kemet.lf.components
 

Methods in org.kemet.lf.components that throw ExceptionManager
 void CPapyrusJPanel.backgroundImageJPanel(java.awt.Graphics g)
           draw background of panel.
 void CJPanel.backgroundImageJPanel(java.awt.Graphics g)
           draw background of panel.
static KemetWindow KemetWindow.getInstance(java.lang.String title)
           get the only one instance from KemetWindow class.
static int[] KemetToolBar.getTheNearestToolbarToMainWindow()
           return the index of the nearest toolbar to main window.
static void KemetToolBar.showOrHideToolbars(boolean flag)
           show or hide toolbars.
 void KemetToolBar.update(java.util.List<javax.swing.JPanel> panels)
           update toolbar.
 

Constructors in org.kemet.lf.components that throw ExceptionManager
CJPanel()
           create custom panel.
CJSeparator(javax.swing.JMenu m)
           create custom separator.
ComponentsKemet(java.lang.String title)
           initialize for certains components the UI Manager and size and position of the current window.
CScrollableDropArea(int width, int height, MethodInfo info)
           creation of scrollable drop area.
KemetToolBar(java.lang.String title, ToolBarsTypeEnum type)
           create tool bar.
 

Uses of ExceptionManager in org.kemet.lf.components.actions
 

Constructors in org.kemet.lf.components.actions that throw ExceptionManager
DragButton(java.lang.String toolTip, javax.swing.ImageIcon icn, DragButtonInformation data, javax.swing.JFrame frame, GlobalKemet application)
           creation of a draggable button.
 

Uses of ExceptionManager in org.kemet.lf.components.basic
 

Constructors in org.kemet.lf.components.basic that throw ExceptionManager
CancelButton()
           Create a cancel button.
OkButton()
           create Ok button.
 

Uses of ExceptionManager in org.kemet.lf.components.dialog
 

Methods in org.kemet.lf.components.dialog that throw ExceptionManager
static java.lang.Object DialogSaveBeforeExit.show()
           show confirmation dialog.
static java.lang.Object DialogInfo.show(java.lang.String text, boolean modal)
           show information dialog.
 

Constructors in org.kemet.lf.components.dialog that throw ExceptionManager
DialogAbout(java.util.List<java.lang.Object> text)
           create dialog about.
 

Uses of ExceptionManager in org.kemet.lf.components.helper
 

Methods in org.kemet.lf.components.helper that throw ExceptionManager
 void Helper.show()
           display help dialog.
 

Uses of ExceptionManager in org.kemet.lf.tools
 

Methods in org.kemet.lf.tools that throw ExceptionManager
static java.util.ArrayList ReflexionToolBox.execGenericMethodWithArrayListReturn(java.lang.Class cl, java.lang.String name, java.util.Vector param)
           execute a method with arrayList type returned value.
static java.lang.Object ReflexionToolBox.execGenericMethodWithObjectReturn(java.lang.Class cl, java.lang.String name, java.util.Vector param)
           execute a method with object returned value.
static java.util.List<java.lang.Object> ReflexionToolBox.execInitMethodWithReturn(java.lang.String target)
           execute a method with object list returned value.
static java.util.List<java.lang.Object> ReflexionToolBox.execInitMethodWithReturn(java.lang.String target, java.util.Vector<java.lang.Object[]> param)
           execute a method with object list returned value.
static void ReflexionToolBox.execMethod(java.lang.String className, java.lang.String methodName, java.util.Vector<java.lang.Object[]> param)
           execute a method
static void ReflexionToolBox.execMethodWithNoReturn(java.lang.Class cl, java.lang.String name, java.util.Vector<java.lang.Object[]> param)
           execute a method with no return.
static void PreferencesManager.getLocationAndSizeByDefaultForMainWindow()
           initialize location and size by default for main window.
static void PreferencesManager.getLocationAndSizeForMainWindow()
           initialize location and size for main window.
 void AFXMLManager.getMethodNames()
           get all targets (method names).
static void PreferencesManager.saveLocationAndSizeForToolbars()
           save location and size for toolbars.
 void PreferencesManager.updateFile()
           update the preferences file.
 

Constructors in org.kemet.lf.tools that throw ExceptionManager
AFXMLManager()
           load the configuration XML file.
PreferencesManager()
           create or load the preferences file.
 

Uses of ExceptionManager in org.kemet.lf.tools.ihm
 

Methods in org.kemet.lf.tools.ihm that throw ExceptionManager
static SplashTools SplashTools.getInstance(int posX, int posY)
           get the only one instance from SplashTools class.
 

Uses of ExceptionManager in org.kemet.lf.tools.print
 

Constructors in org.kemet.lf.tools.print that throw ExceptionManager
PrintWork(java.awt.print.Printable document)
           initialize the print work.
 



Copyright © 2008 F. MAUPIN. All Rights Reserved.