public static final class EnclosingStepUI.EnclosingStepFactory extends AbstractEnclosingStepDelegate implements ClientStepFactory
CHART_PATH, EXECUTION_MODE, FACTORY_ID, PASSED_PARAMS, RETURN_PARAMSAssociatedData, Breakpoint, FactoryId, Name| Constructor and Description |
|---|
EnclosingStepFactory() |
| Modifier and Type | Method and Description |
|---|---|
StepUI |
createStepUI(ChartUIElement element)
Create the UI component that is used to represent this step.
|
java.lang.String |
getCategory()
A string representing the step's category.
|
javax.swing.Icon |
getPaletteIcon()
The primary icon (32x32) for the palette
|
java.lang.String |
getPaletteText()
A short name for the step to be displayed beneath its palette item
|
java.lang.String |
getPaletteTooltip()
A short description of what the step does
|
javax.swing.Icon |
getRolloverPaletteIcon()
A 'highlighted' version of the primary icon
|
void |
initializeStep(ChartUIElement element)
Called when a new step is created from the palette.
|
fromXml, getCompilationAlteringProperties, getId, isEnclosingStep, toXml, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIdfromXml, getCompilationAlteringProperties, toXml, validatepublic StepUI createStepUI(ChartUIElement element)
ClientStepFactorycreateStepUI in interface ClientStepFactoryelement - The chart element that represents this steppublic java.lang.String getCategory()
ClientStepFactorygetCategory in interface ClientStepFactorypublic javax.swing.Icon getPaletteIcon()
ClientStepFactorygetPaletteIcon in interface ClientStepFactorypublic javax.swing.Icon getRolloverPaletteIcon()
ClientStepFactorygetRolloverPaletteIcon in interface ClientStepFactorypublic java.lang.String getPaletteText()
ClientStepFactorygetPaletteText in interface ClientStepFactorypublic java.lang.String getPaletteTooltip()
ClientStepFactorygetPaletteTooltip in interface ClientStepFactorypublic void initializeStep(ChartUIElement element)
ClientStepFactoryinitializeStep in interface ClientStepFactory