tico.imageGallery
Class TIGActionSet

java.lang.Object
  extended by tico.imageGallery.TIGActionSet

public class TIGActionSet
extends java.lang.Object

Map of actions that can be done to the image gallery

Version:
1.0 May 20, 2008
Author:
Patricia M. Jaray

Field Summary
static java.lang.String GALLERY_DELETE_ACTION
          The TIGDeleteImageAction id
static java.lang.String GALLERY_EXPORT_DB_ACTION
          The TIGExportDBAction id
static java.lang.String GALLERY_IMPORT_DB_ACTION
          The TIGImportDBAction id
static java.lang.String GALLERY_KEY_ACTION
          The TIGKeyWordGalleryAction id
static java.lang.String GALLERY_MANAGE_ACTION
          The TIGManageImageAction id
static java.lang.String GALLERY_NEW_IMAGE_ACTION
          The TIGManageGallery id
 
Constructor Summary
TIGActionSet(TEditor editor, TIGDataBase dataBase)
          Creates a new TIGActionSet for the specified editor with all the possible actions.
 
Method Summary
 javax.swing.Action getAction(java.lang.String actionId)
          Returns the action with the specified actionId.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GALLERY_KEY_ACTION

public static final java.lang.String GALLERY_KEY_ACTION
The TIGKeyWordGalleryAction id

See Also:
Constant Field Values

GALLERY_NEW_IMAGE_ACTION

public static final java.lang.String GALLERY_NEW_IMAGE_ACTION
The TIGManageGallery id

See Also:
Constant Field Values

GALLERY_MANAGE_ACTION

public static final java.lang.String GALLERY_MANAGE_ACTION
The TIGManageImageAction id

See Also:
Constant Field Values

GALLERY_DELETE_ACTION

public static final java.lang.String GALLERY_DELETE_ACTION
The TIGDeleteImageAction id

See Also:
Constant Field Values

GALLERY_IMPORT_DB_ACTION

public static final java.lang.String GALLERY_IMPORT_DB_ACTION
The TIGImportDBAction id

See Also:
Constant Field Values

GALLERY_EXPORT_DB_ACTION

public static final java.lang.String GALLERY_EXPORT_DB_ACTION
The TIGExportDBAction id

See Also:
Constant Field Values
Constructor Detail

TIGActionSet

public TIGActionSet(TEditor editor,
                    TIGDataBase dataBase)
Creates a new TIGActionSet for the specified editor with all the possible actions.

Parameters:
editor - The specified editor
Method Detail

getAction

public javax.swing.Action getAction(java.lang.String actionId)
Returns the action with the specified actionId.

Parameters:
actionId - The specified actionId
Returns:
The action with the specified actionId