Modifier and Type | Method and Description |
---|---|
protected Collection<FunctionWizardDescriptor<?>> |
AbstractFunctionWizardContribution.getFunctionWizardDescriptors()
Get the currently applicable function wizard descriptors
|
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractWizardAction<?> |
AbstractFunctionWizardContribution.createWizardAction(FunctionWizardDescriptor<?> descriptor,
AlignmentService alignmentService)
Create a wizard action for the given function wizard descriptor
|
protected AbstractWizardAction<?> |
ReplaceFunctionWizardContribution.createWizardAction(FunctionWizardDescriptor<?> descriptor,
AlignmentService alignmentService) |
protected AbstractWizardAction<?> |
SchemaSelectionFunctionContribution.createWizardAction(FunctionWizardDescriptor<?> descriptor,
AlignmentService alignmentService) |
protected AbstractWizardAction<?> |
CellFunctionContribution.createWizardAction(FunctionWizardDescriptor<?> descriptor,
AlignmentService alignmentService) |
abstract boolean |
AbstractFunctionWizardContribution.isActive(FunctionWizardDescriptor<?> descriptor)
Determine if a function wizard is active for the current selection
|
boolean |
ReplaceFunctionWizardContribution.isActive(FunctionWizardDescriptor<?> descriptor) |
boolean |
SchemaSelectionFunctionContribution.isActive(FunctionWizardDescriptor<?> descriptor) |
boolean |
CellFunctionContribution.isActive(FunctionWizardDescriptor<?> descriptor) |
Modifier and Type | Field and Description |
---|---|
protected FunctionWizardDescriptor<?> |
AbstractWizardAction.descriptor
The function wizard descriptor
|
Constructor and Description |
---|
AbstractWizardAction(T functionContribution,
FunctionWizardDescriptor<?> descriptor,
AlignmentService alignmentService)
Constructor
|
CellWizardAction(CellFunctionContribution functionContribution,
Cell originalCell,
FunctionWizardDescriptor<?> descriptor,
AlignmentService alignmentService)
Constructor
|
ReplaceFunctionWizardAction(SchemaSelectionFunctionContribution functionContribution,
Cell originalCell,
FunctionWizardDescriptor<?> descriptor,
AlignmentService alignmentService)
Constructor
|
SchemaSelectionWizardAction(SchemaSelectionFunctionContribution functionContribution,
FunctionWizardDescriptor<?> descriptor,
AlignmentService alignmentService) |
Modifier and Type | Interface and Description |
---|---|
interface |
PropertyFunctionWizardDescriptor
TODO Type description
|
interface |
TypeFunctionWizardDescriptor
TODO Type description
|
Modifier and Type | Method and Description |
---|---|
protected FunctionWizardDescriptor<?> |
FunctionWizardExtension.createFactory(org.eclipse.core.runtime.IConfigurationElement conf) |
FunctionWizardDescriptor<?> |
FunctionWizardExtension.getWizardDescriptor(String functionId)
Get the wizard descriptor for the given function ID.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFunctionWizardDescriptor<T extends AbstractFunction<?>>
Abstract function wizard descriptor based on a configuration element
|
class |
FactoryWizardDescriptor<T extends AbstractFunction<?>>
Function wizard descriptor based on a
FunctionWizardFactory instance. |
class |
PropertyFunctionWizardDescriptorImpl
Property function wizard descriptor
|
class |
TypeFunctionWizardDescriptorImpl
Type function wizard descriptor
|
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a