Package com.iizigo.link.vs
Class LopVSComponent
java.lang.Object
com.iizigo.link.vs.LopVSComponent
- All Implemented Interfaces:
ILinkOperation
The link operation linking any of VSTable, VSColumnHeader, VSField or VSAction. The owner of the reference property must implement IVSComponentReferenceProvider.
- Author:
- Christopher Mindus
Constructor Summary
Method Summary
Modifier and TypeMethodDescriptionCreates the operation node for presentation in the link wizard main page.boolean
Checks if two operations are equal.org.eclipse.core.runtime.IStatus
Executes the operation.org.eclipse.core.runtime.IStatus
Returns if the operation is enabled for execution, regardless of any preconditions.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.iizigo.link.ILinkOperation
addPages, getDependentOperations, isOperationEnabled, isPrecondition, isSelected, isWizardDialogRequired, validateOperations
Constructor Details
LopVSComponent
Constructor.- Parameters:
target
- The target VSComponent.owner
- The reference property owner.atom
- The name of the reference property.
Method Details
isOperationEnabled
public org.eclipse.core.runtime.IStatus isOperationEnabled()Returns if the operation is enabled for execution, regardless of any preconditions. These are tested once all parties have agreed that the operation might be a "go".- Specified by:
isOperationEnabled
in interfaceILinkOperation
- Returns:
- The status for the operation.
executeOperation
Executes the operation.- Specified by:
executeOperation
in interfaceILinkOperation
- Parameters:
op
- The complex operation.- Returns:
- The status of the operation. A complex operation would have a
MultiStatus
return code.
equalsOp
Checks if two operations are equal.- Specified by:
equalsOp
in interfaceILinkOperation
- Parameters:
op
- Operation to compare with.- Returns:
- true if they produce the same result, false otherwise.