Package org.gvsig.app.project.documents
Class AbstractDocumentAction
java.lang.Object
org.gvsig.app.project.documents.AbstractDocumentAction
- All Implemented Interfaces:
DocumentAction,org.gvsig.tools.extensionpoint.ExtensionSingleton
- Direct Known Subclasses:
CopyDocumentAction,CutDocumentAction,PasteDocumentAction
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected DocumentActionGroupprotected intprotected String -
Constructor Summary
ConstructorsConstructorDescriptionAbstractDocumentAction(DocumentActionGroup group, String id, String title, String description, int order) -
Method Summary
Modifier and TypeMethodDescriptionReturns a paragraph with the action description for this document type.getGroup()Gets the group name for this action.getId()Gets the unique identifier for this action.intgetOrder()Representa el orden en el que se presentara la accion entre elresto de acciones de este tipo documento alla donde estas se presenten.getTitle()Returns a phrase with the action title for this document.type.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.app.project.documents.DocumentAction
execute, isAvailable, isVisible
-
Field Details
-
group
-
title
-
description
-
order
protected int order
-
-
Constructor Details
-
AbstractDocumentAction
-
AbstractDocumentAction
public AbstractDocumentAction(DocumentActionGroup group, String id, String title, String description, int order)
-
-
Method Details
-
getDescription
Description copied from interface:DocumentActionReturns a paragraph with the action description for this document type.- Specified by:
getDescriptionin interfaceDocumentAction- Returns:
- description as String
-
getGroup
Description copied from interface:DocumentActionGets the group name for this action.- Specified by:
getGroupin interfaceDocumentAction- Returns:
- group name as String
-
getId
Description copied from interface:DocumentActionGets the unique identifier for this action.- Specified by:
getIdin interfaceDocumentAction- Returns:
- id as String
-
getOrder
public int getOrder()Description copied from interface:DocumentActionRepresenta el orden en el que se presentara la accion entre elresto de acciones de este tipo documento alla donde estas se presenten.- Specified by:
getOrderin interfaceDocumentAction- Returns:
- title as String
-
getTitle
Description copied from interface:DocumentActionReturns a phrase with the action title for this document.type.- Specified by:
getTitlein interfaceDocumentAction- Returns:
- description as String
-