|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttico.imageGallery.TIGActionSet
public class TIGActionSet
Map of actions that can be done to the image gallery
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 |
---|
public static final java.lang.String GALLERY_KEY_ACTION
TIGKeyWordGalleryAction
id
public static final java.lang.String GALLERY_NEW_IMAGE_ACTION
TIGManageGallery
id
public static final java.lang.String GALLERY_MANAGE_ACTION
TIGManageImageAction
id
public static final java.lang.String GALLERY_DELETE_ACTION
TIGDeleteImageAction
id
public static final java.lang.String GALLERY_IMPORT_DB_ACTION
TIGImportDBAction
id
public static final java.lang.String GALLERY_EXPORT_DB_ACTION
TIGExportDBAction
id
Constructor Detail |
---|
public TIGActionSet(TEditor editor, TIGDataBase dataBase)
TIGActionSet
for the specified editor
with all the possible actions.
editor
- The specified editor
Method Detail |
---|
public javax.swing.Action getAction(java.lang.String actionId)
action
with the specified actionId
.
actionId
- The specified actionId
action
with the specified actionId
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |