Interface IDesignTreatmentGroupTask
- All Superinterfaces:
- ICompilationSupport,- IDesignElement,- IDesignTask,- ILocalizableSupport,- ILocationSupport,- InputConnectionPoint,- IPropertiesSupport,- IProtocolSupport,- IWidget,- IWritable,- IXmlSerializable,- OutputConnectionPoint,- Serializable
public interface IDesignTreatmentGroupTask
extends IDesignTask, InputConnectionPoint, OutputConnectionPoint, ILocationSupport, IProtocolSupport, ILocalizableSupport
Interface to describe a treatment group task within a diagram.
- Since:
- 2.0, 9/11/2010
- Version:
- 1.0
- Author:
- vlygeros
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceSpecific display mode.static interfaceSpecific event types.
- 
Method SummaryModifier and TypeMethodDescriptioncreateDesignConnectorTreatmentTask(String treatmentName) Creates a design connector treatment task.Creates a design change field treatment task.Creates a design script treatment task.Creates a design change state treatment task.Gets the contained design treatments.get display modevoidsetDisplayMode(String newDisplayMode) set display modeMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.ICompilationSupportbeforeCompile, beforeMerge, compile, generateName, mergeMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IDesignElementallowRemove, delete, getContainer, getId, getLinkedDesignElementsGroupName, getUniqueGroupName, getUniqueName, isDirty, isEmbedded, isPersistent, isVolatile, setAllowRemove, setDirty, verifyMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IDesignTaskgetComment, setCommentMethods inherited from interface com.axemble.vdoc.sdk.supports.ILocalizableSupportgetLocalizableName, getLocalizableType, getLocalizationScopeMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.ILocationSupportgetDimension, getPoint, setDimension, setPointMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.InputConnectionPointdisconnectInputs, getInputsMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IPropertiesSupportgetDescription, getLabel, getName, setDescription, setLabel, setNameMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupportgetProtocolURI, getProtocolURIMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.IWidgetaddActionListener, addChangeListener, afterInit, getCtrlTemplate, getCtrlTemplateWriter, getParam, getParentBlock, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getSysname, hasActionListeners, hasChangeListeners, isHidden, refresh, refreshWidgets, removeActionListener, removeActionListeners, removeChangeListener, removeChangeListeners, render, renderMobile, setHidden, setParentBlock, setSysnameMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IXmlSerializableload, saveMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.OutputConnectionPointconnect, disconnect, disconnectOutputs, getOutputs, getOutputTasks, isConnected
- 
Method Details- 
createDesignScriptTreatmentTaskIDesignScriptTreatmentTask createDesignScriptTreatmentTask()Creates a design script treatment task.- Returns:
- A IDesignScriptTreatmentTaskobject.
 
- 
createDesignStateTreatmentTaskIDesignStateTreatmentTask createDesignStateTreatmentTask()Creates a design change state treatment task.- Returns:
- A IDesignStateTreatmentTaskobject.
 
- 
createDesignFieldTreatmentTaskIDesignFieldTreatmentTask createDesignFieldTreatmentTask()Creates a design change field treatment task.- Returns:
- A IDesignFieldTreatmentTaskobject.
 
- 
createDesignConnectorTreatmentTaskCreates a design connector treatment task.- Parameters:
- treatmentName- treatmentName
- Returns:
- A IDesignConnectorTreatmentTaskobject.
 
- 
getDesignTreatmentTasksCollection<IDesignTreatmentTask> getDesignTreatmentTasks()Gets the contained design treatments.- Returns:
- A collection of IDesignTreatmentTaskobject.
 
- 
getDisplayModeString getDisplayMode()get display mode- Returns:
- display mode
 
- 
setDisplayModeset display mode- Parameters:
- newDisplayMode-
 
 
-