Ontimize 5.2072EN

com.ontimize.gui
Class DefaultActionMenuListener

java.lang.Object
  extended bycom.ontimize.gui.DefaultMenuListener
      extended bycom.ontimize.gui.DefaultActionMenuListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, LocaleListener, MenuListener

public class DefaultActionMenuListener
extends DefaultMenuListener


Field Summary
static java.lang.String CHANGE_TABLE_FIELD_LOOK
           
static java.lang.String CHAT
           
protected  java.util.Hashtable createdForms
           
static java.lang.String EXIT
           
static java.lang.String FONT_SETUP
           
static java.lang.String HELP_THEME
           
static java.lang.String LARGE_FONT
           
static java.lang.String LCMC_S
           
static java.lang.String LOCK
           
static java.lang.String MANAGER
           
static java.lang.String MESSAGES
           
static java.lang.String REGULAR_FONT
           
static java.lang.String REMEMBER_PASSWORD
           
static java.lang.String REPORT_DESIGNER
           
static java.lang.String REPORT_EDITOR
           
static java.lang.String REPORT_LIST
           
protected  ReportStore[] rs
           
static java.lang.String SEND_TO_TRAY
           
static java.lang.String SHORTCUT_CONFIGURATION
           
static java.lang.String SHOW_HIDE_MONITOR
           
static java.lang.String SHOW_HIDE_STATUS_BAR
           
static java.lang.String SHOW_HIDE_TABLE_ROW_NUMBER
           
static java.lang.String SHOW_HIDE_TOOLBAR
           
static java.lang.String SMALL_FONT
           
static java.lang.String SYSTEM_INFORMATION
           
static java.lang.String WHAT_IS_THIS
           
 
Fields inherited from class com.ontimize.gui.DefaultMenuListener
application, CHECK_SUPPORTED_LOCALES, menu
 
Constructor Summary
DefaultActionMenuListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          This method implementation is empty.
protected  java.util.List getEntitiesListForReportDesigner()
           
 EntityReportDesigner getEntityReportDesigner()
           
protected  java.lang.String getFormName(java.lang.Object source)
           
protected  boolean isDialog(java.lang.Object source)
           
 void setInitialState()
          Sets the initial state for application.
protected  void showHelp()
           
protected  void showHelp(java.awt.event.ActionEvent e)
           
 
Methods inherited from class com.ontimize.gui.DefaultMenuListener
addMenuToListenFor, getAvaliableLocales, localeChange, setApplication
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SYSTEM_INFORMATION

public static final java.lang.String SYSTEM_INFORMATION
See Also:
Constant Field Values

SHORTCUT_CONFIGURATION

public static final java.lang.String SHORTCUT_CONFIGURATION
See Also:
Constant Field Values

REPORT_EDITOR

public static final java.lang.String REPORT_EDITOR
See Also:
Constant Field Values

REPORT_DESIGNER

public static final java.lang.String REPORT_DESIGNER
See Also:
Constant Field Values

REPORT_LIST

public static final java.lang.String REPORT_LIST
See Also:
Constant Field Values

HELP_THEME

public static final java.lang.String HELP_THEME
See Also:
Constant Field Values

SEND_TO_TRAY

public static final java.lang.String SEND_TO_TRAY
See Also:
Constant Field Values

CHAT

public static final java.lang.String CHAT
See Also:
Constant Field Values

MESSAGES

public static final java.lang.String MESSAGES
See Also:
Constant Field Values

LCMC_S

public static final java.lang.String LCMC_S
See Also:
Constant Field Values

FONT_SETUP

public static final java.lang.String FONT_SETUP
See Also:
Constant Field Values

LARGE_FONT

public static final java.lang.String LARGE_FONT
See Also:
Constant Field Values

REGULAR_FONT

public static final java.lang.String REGULAR_FONT
See Also:
Constant Field Values

SMALL_FONT

public static final java.lang.String SMALL_FONT
See Also:
Constant Field Values

CHANGE_TABLE_FIELD_LOOK

public static final java.lang.String CHANGE_TABLE_FIELD_LOOK
See Also:
Constant Field Values

LOCK

public static final java.lang.String LOCK
See Also:
Constant Field Values

EXIT

public static final java.lang.String EXIT
See Also:
Constant Field Values

SHOW_HIDE_MONITOR

public static final java.lang.String SHOW_HIDE_MONITOR
See Also:
Constant Field Values

MANAGER

public static final java.lang.String MANAGER
See Also:
Constant Field Values

SHOW_HIDE_TABLE_ROW_NUMBER

public static final java.lang.String SHOW_HIDE_TABLE_ROW_NUMBER
See Also:
Constant Field Values

SHOW_HIDE_TOOLBAR

public static final java.lang.String SHOW_HIDE_TOOLBAR
See Also:
Constant Field Values

SHOW_HIDE_STATUS_BAR

public static final java.lang.String SHOW_HIDE_STATUS_BAR
See Also:
Constant Field Values

REMEMBER_PASSWORD

public static final java.lang.String REMEMBER_PASSWORD
See Also:
Constant Field Values

WHAT_IS_THIS

public static final java.lang.String WHAT_IS_THIS
See Also:
Constant Field Values

createdForms

protected java.util.Hashtable createdForms

rs

protected ReportStore[] rs
Constructor Detail

DefaultActionMenuListener

public DefaultActionMenuListener()
Method Detail

setInitialState

public void setInitialState()
Description copied from class: DefaultMenuListener
Sets the initial state for application. By default, only application locale is set in this method. For increasing the functionalities, it is recommended to override this method.

Specified by:
setInitialState in interface MenuListener
Overrides:
setInitialState in class DefaultMenuListener

showHelp

protected void showHelp(java.awt.event.ActionEvent e)

showHelp

protected void showHelp()

isDialog

protected boolean isDialog(java.lang.Object source)

getFormName

protected java.lang.String getFormName(java.lang.Object source)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Description copied from class: DefaultMenuListener
This method implementation is empty.

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Overrides:
actionPerformed in class DefaultMenuListener

getEntitiesListForReportDesigner

protected java.util.List getEntitiesListForReportDesigner()

getEntityReportDesigner

public EntityReportDesigner getEntityReportDesigner()

Ontimize