com.u2d.element
Class EOCommand
java.lang.Object
com.u2d.model.AbstractEObject
com.u2d.model.AbstractComplexEObject
com.u2d.element.ProgrammingElement
com.u2d.element.Member
com.u2d.element.Command
com.u2d.element.EOCommand
- All Implemented Interfaces:
- Searchable, ChangeNotifier, ComplexEObject, EObject, PostChangeNotifier, PropertyChangeNotifier, Typed, Viewable, PersistorListener, AppEventNotifier, Restrictable, ValidationNotifier, java.awt.datatransfer.Transferable, java.io.Serializable
public class EOCommand
- extends Command
- Author:
- Eitan Suez
- See Also:
- Serialized Form
| Fields inherited from class com.u2d.model.AbstractComplexEObject |
_associations, _changeSupport, _createdOn, _currentState, _editState, _nullState, _readState, _stateMap, _transientState, _type, commandOrderEditState, commandOrderReadState, commandOrderTransientState, readOnly |
|
Constructor Summary |
EOCommand(java.lang.reflect.Method method,
ComplexType parent)
|
EOCommand(java.lang.reflect.Method method,
ComplexType parent,
char mnemonic)
|
EOCommand(java.lang.reflect.Method method,
ComplexType parent,
char mnemonic,
ParameterInfo[] params)
|
EOCommand(java.lang.reflect.Method method,
ComplexType parent,
char mnemonic,
ParameterInfo[] params,
boolean sensitive)
|
| Methods inherited from class com.u2d.element.Command |
allow, applyRestriction, filter, finder, forbid, getOwner, isForbidden, isMinorCommand, isOpenInNonMinimizedContext, isSensitive, liftRestriction, setOwner, setSensitive |
| Methods inherited from class com.u2d.model.AbstractComplexEObject |
addAppEventListener, addPropertyChangeListener, addPropertyChangeListener, association, cancelTransition, childFields, cleanCGILibEnhancer, clearEditor, command, command, commands, createInstance, defaultCommand, defaultCommandName, delete, doSave, field, fieldSublist, fireAppEventNotification, fireAppEventNotification, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getCreatedOn, getDeleted, getDeletedOn, getExpandableView, getFormView, getIconView, getID, getInequalities, getListItemView, getMainView, getState, getTabBodyView, getTransferData, getTransferDataFlavors, getTreeView, getView, iconLg, iconSm, initialize, isDataFlavorSupported, isEditableState, isEditState, isEmpty, isNullState, isTransientState, log, makeCopy, onBeforeCreate, onBeforeSave, onCreate, onDelete, onLoad, onSave, popState, pushState, removeAppEventListener, removePropertyChangeListener, removePropertyChangeListener, restoreCopy, restoredState, restoreState, save, saveCopy, setEditor, setEditState, setID, setNullState, setReadState, setStartState, setState, setState, setTransientState, setValue, setValue, startState, treeModel, type, validate |
| Methods inherited from class com.u2d.model.AbstractEObject |
addChangeListener, addPostChangeListener, addValidationListener, currentUser, field, fireStateChanged, fireValidationException, fireValidationException, hbmPersistor, parentObject, persistor, removeChangeListener, removePostChangeListener, removeValidationListener, setField, vmech |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
EOCommand
public EOCommand(java.lang.reflect.Method method,
ComplexType parent)
EOCommand
public EOCommand(java.lang.reflect.Method method,
ComplexType parent,
char mnemonic)
EOCommand
public EOCommand(java.lang.reflect.Method method,
ComplexType parent,
char mnemonic,
ParameterInfo[] params)
EOCommand
public EOCommand(java.lang.reflect.Method method,
ComplexType parent,
char mnemonic,
ParameterInfo[] params,
boolean sensitive)
getPositioningHint
public com.u2d.ui.desktop.Positioning getPositioningHint()
setPositioningHint
public void setPositioningHint(com.u2d.ui.desktop.Positioning hint)
execute
public void execute(java.lang.Object value,
EView source)
throws java.lang.reflect.InvocationTargetException
- Specified by:
execute in class Command
- Throws:
java.lang.reflect.InvocationTargetException
execute
public void execute(java.lang.Object value,
java.lang.Object[] params)
throws java.lang.reflect.InvocationTargetException
- Throws:
java.lang.reflect.InvocationTargetException
getTarget
public java.lang.Object getTarget(java.lang.Object value)
paramInfo
public ParameterInfo[] paramInfo()
title
public Title title()
- Specified by:
title in interface EObject- Overrides:
title in class ProgrammingElement
copy
public EOCommand copy()
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class Command
hashCode
public int hashCode()
- Overrides:
hashCode in class Command