org.fopps.ui.actions
Class ActionGroups

java.lang.Object
  |
  +--org.fopps.ui.actions.ActionGroups

public class ActionGroups
extends java.lang.Object

ActionGroups holds all standard group names

Author:
Oliver Wieland

Field Summary
static java.lang.String ADD
          Group for add actions
static java.lang.String DEFAULT_GROUP
          Default group name, if no group was assigned explicitly
static java.lang.String[] DEFAULT_MENU_GROUPS
          Default groups for toolbars
static java.lang.String[] DEFAULT_TOOLBAR_GROUPS
          Default groups for toolbars
static java.lang.String DELETE
          Group for delete actions
static java.lang.String FEATURE
          Group for feature actions
static java.lang.String FILE
          Group for file actions
static java.lang.String MENU_EDIT
          Key for edit menu
static java.lang.String MENU_FILE
          Key for file menu
static java.lang.String MENU_OPTIONS
          Key for options menu
static java.lang.String MENU_VIEW
          Key for view menu
static java.lang.String OPTIONS
          Group for view actions
static java.lang.String PRINT
          Group for print actions
static java.lang.String PRODUCT
          Group for product sprecific actions
static java.lang.String PROJECT
          Group for project actions (common to assets and products)
static java.lang.String QUIT
          Group for quit action
static java.lang.String RELATION
          Group for relation specific actions
static java.lang.String VIEW
          Group for view actions
 
Constructor Summary
ActionGroups()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_GROUP

public static final java.lang.String DEFAULT_GROUP
Default group name, if no group was assigned explicitly

See Also:
Constant Field Values

PRODUCT

public static final java.lang.String PRODUCT
Group for product sprecific actions

See Also:
Constant Field Values

FEATURE

public static final java.lang.String FEATURE
Group for feature actions

See Also:
Constant Field Values

PROJECT

public static final java.lang.String PROJECT
Group for project actions (common to assets and products)

See Also:
Constant Field Values

PRINT

public static final java.lang.String PRINT
Group for print actions

See Also:
Constant Field Values

FILE

public static final java.lang.String FILE
Group for file actions

See Also:
Constant Field Values

DELETE

public static final java.lang.String DELETE
Group for delete actions

See Also:
Constant Field Values

RELATION

public static final java.lang.String RELATION
Group for relation specific actions

See Also:
Constant Field Values

OPTIONS

public static final java.lang.String OPTIONS
Group for view actions

See Also:
Constant Field Values

VIEW

public static final java.lang.String VIEW
Group for view actions

See Also:
Constant Field Values

ADD

public static final java.lang.String ADD
Group for add actions

See Also:
Constant Field Values

QUIT

public static final java.lang.String QUIT
Group for quit action

See Also:
Constant Field Values

MENU_FILE

public static final java.lang.String MENU_FILE
Key for file menu

See Also:
Constant Field Values

MENU_EDIT

public static final java.lang.String MENU_EDIT
Key for edit menu

See Also:
Constant Field Values

MENU_VIEW

public static final java.lang.String MENU_VIEW
Key for view menu

See Also:
Constant Field Values

MENU_OPTIONS

public static final java.lang.String MENU_OPTIONS
Key for options menu

See Also:
Constant Field Values

DEFAULT_TOOLBAR_GROUPS

public static final java.lang.String[] DEFAULT_TOOLBAR_GROUPS
Default groups for toolbars


DEFAULT_MENU_GROUPS

public static final java.lang.String[] DEFAULT_MENU_GROUPS
Default groups for toolbars

Constructor Detail

ActionGroups

public ActionGroups()


Fopps 0.19 - Copyright © 2002 Oliver Wieland. All Rights Reserved.