Uses of Class
org.fopps.ui.actions.BaseAction

Packages that use BaseAction
org.fopps.ui.actions   
 

Uses of BaseAction in org.fopps.ui.actions
 

Subclasses of BaseAction in org.fopps.ui.actions
 class AddFeatureAction
          AddFeatureAction adds a child feature to a selected feature
 class AddNumericFeatureAction
          AddFeatureAction adds a child feature to a selected feature
 class AttachFilesAction
          AttachFilesAction is an action to attach files to a feature
 class CloneAction
          Clones selected item
 class CompileAction
          Compiles one or more products
 class CreateMany2OneRelationAction
          CreateMany2OneRelationAction connects two or more projects in a way, that the last item in the selection receives incoming relations from all previous items in the selection.
 class CreateRelationAction
          CreateRelationAction connects two or more projects together.
 class DecDurationAction
          DecDurationAction increases the duration of a project by one month
 class DecDurationQAction
          DecDurationQAction increases the duration of a project by 3 months
 class DeleteAction
          Deletes selected item(s)
 class DeleteRelationAction
          DeleteRelationAction disconnects related projects.
 class FeatureAction
          FeatureAction is the abstract base class for feature actions.
 class FileAction
          Base class for all file based actions
 class FixAllTimingsAction
          FixAllTimingAction moves a projects in a way, that no project start earlier than it's preceding projects.
 class FixTimingAction
          FixTimingAction moves a projects in a way, that no project start earlier than it's preceding projects.
 class IncDurationAction
          Increases project duration by one month.
 class IncDurationQAction
          Increases project duration by 3 months.
 class InvertSelectionAction
          Action to invert selection in a view
 class ItemAction
          ItemAction is the base class for all item action (actions operating on AbstractItem's)
 class ItemPropertiesAction
          Shows a property dialog for a selected item.
 class MoveDownAction
          Moves project one row down
 class MoveLeftAction
          Makes a project start one month earlier
 class MoveLeftQAction
          Makes a project start 3 months earlier
 class MoveLeftYAction
          Makes a project start one year earlier
 class MoveRightAction
          Makes a project start one month later
 class MoveRightQAction
          Makes a project start 3 months later
 class MoveRightYAction
          MoveRightYAction postpones a project by one year
 class MoveUpAction
          Moves project one row up
 class NarrowAction
          NarrowAction causes the view to be smaller (regarding width, not height), if the selected view is able to handle this
 class NewAction
          Creates a new document, all existing projects are dropped.
 class NewCoreAssetAction
          Inserts a new asset
 class NewProductAction
          Inserts a new product
 class OpenAction
          Opens a file
 class OptionsAction
          Shows option dialog.
 class PrintAction
          Prints the content of the current view
 class ProjectAction
          ProjectAction is the base class for all actions working on a single project item, normally to change project properties.
 class QuitAction
          Quits application.
 class RemoveFeatureAction
          RemoveFeatureAction removes a eature to a selected feature
 class SaveAction
          Action to save a file.
 class SaveAsAction
          Action to save a file.
 class SelectAllAction
          Action to select all items in a view
 class SelectDirectoryAction
          Action to select a directory
 class ToggleAlternativeAction
          ToggleOptionalAction is an action to toggle the optional flag of a feature.
 class ToggleDefaultAction
          ToggleOptionalAction is an action to toggle the optional flag of a feature.
 class ToggleOptionalAction
          ToggleOptionalAction is an action to toggle the optional flag of a feature.
 class UndoAction
          Performs an undo.
 class UnselectAllAction
          Action to unselect all items in a view
 class ViewAction
          ViewAction is the base class for all view actions
 class WidenAction
          WidenAction causes the view to be wider (regarding width, not height), if the selected view is able to handle this
 class ZoomInAction
          ZoomInAction zooms the current view, if possible.
 class ZoomOutAction
          ZoomOutAction unzooms the slected view, if possible
 

Methods in org.fopps.ui.actions that return BaseAction
 BaseAction ActionHandler.getActionByName(java.lang.String pName)
          Returns the action with the given name or null, if action not exist
 

Methods in org.fopps.ui.actions with parameters of type BaseAction
 void ActionHandler.registerAction(BaseAction pAction)
          Registers an action.
 



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