A B C D E F G H I J L M N O P R S T U V W Z

T

tag - Variable in class templates.diagram.EntityLayout
The text inside the icon.
tag - Variable in class templates.diagram.SimpleIcon
Text inside the icon.
tag - Variable in class templates.library.FSATemplate
The "ID" of the template.
tag - Variable in class templates.library.TemplateDescriptor
The "ID" of the template.
tagField - Static variable in class templates.library.AddTemplateDialog
The text field where the user can enter the "ID" of the template.
template - Variable in class templates.diagram.actions.DiagramActions.CreateTemplateInstanceAction
The template to be instantiated.
Template - Interface in templates.library
Describes a template (available in a template library).
template - Variable in class templates.library.TemplateTransferable
The template which is wrapped.
template - Variable in class templates.presentation.AssignFSADialog.TemplateCell
The Template which is displayed.
TEMPLATE_DESC - Static variable in interface templates.library.Template
The key to be used when a TemplateDescriptor is added as an annotation.
TemplateCanvas - Class in templates.presentation
The UI element which renders the graphical representation of a TemplateModel.
TemplateCanvas(TemplateModel) - Constructor for class templates.presentation.TemplateCanvas
Construct and set up a new canvas to render the given template design.
templateCollectionChanged(TemplateLibrary) - Method in class templates.library.LibraryUI
Update the list of templates.
templateCollectionChanged(TemplateLibrary) - Method in interface templates.library.TemplateLibraryListener
Called when there has been a change in the content of the TemplateLibrary to which this listener subscribes.
TemplateComponent - Interface in templates.model
Describes a component in a template design, namely a module or a channel.
TemplateConsistencyCanvas - Class in templates.presentation
A TemplateEditableCanvas which highlights the elements which contribute to consistency issues in the template design.
TemplateConsistencyCanvas(TemplateModel) - Constructor for class templates.presentation.TemplateConsistencyCanvas
Construct a new consistency canvas to enable the editing of the given template design and the visualization of consistency issues in the design.
TemplateDescriptor - Class in templates.library
Encapsulates the visual description of a Template.
TemplateDescriptor() - Constructor for class templates.library.TemplateDescriptor
 
TemplateDesign - Class in templates.model.v3
Implementation of TemplateModel.
TemplateDesign(String) - Constructor for class templates.model.v3.TemplateDesign
Construct a new template design with the given name.
TemplateDesign.TemplateDesignDescriptor - Class in templates.model.v3
Descriptor of the template design type of model.
TemplateDesign.TemplateDesignDescriptor() - Constructor for class templates.model.v3.TemplateDesign.TemplateDesignDescriptor
 
TemplateDiagram - Class in templates.diagram
The class describing and maintaining the graphical representation of a TemplateModel.
TemplateDiagram(TemplateModel) - Constructor for class templates.diagram.TemplateDiagram
Construct a template diagram for the given TemplateModel.
templateDiagramChanged(TemplateDiagramMessage) - Method in interface templates.diagram.TemplateDiagramSubscriber
Called when there has been a change to the structure of the TemplateDiagram to which this listener subscribes.
templateDiagramChanged(TemplateDiagramMessage) - Method in class templates.presentation.IssuesViewer
Update the list of consistency issues after a change to the template diagram.
templateDiagramChanged(TemplateDiagramMessage) - Method in class templates.presentation.TemplateCanvas
Refresh the rendering of the diagram.
templateDiagramChanged(TemplateDiagramMessage) - Method in class templates.presentation.TemplateEditableCanvas
In addition to refreshing the rendering of the template diagram, update the highlighting of diagram elements.
TemplateDiagramMessage - Class in templates.diagram
Describes messages sent by TemplateDiagram to listeners for changes (i.e., TemplateDiagramSubscribers).
TemplateDiagramMessage(TemplateDiagram, Collection<DiagramElement>, int) - Constructor for class templates.diagram.TemplateDiagramMessage
Create a message with the given parameters.
TemplateDiagramMessage(TemplateDiagram, Collection<DiagramElement>, int, String) - Constructor for class templates.diagram.TemplateDiagramMessage
Create a message with the given parameters.
templateDiagramSelectionChanged(TemplateDiagramMessage) - Method in interface templates.diagram.TemplateDiagramSubscriber
Called when there has been a change to the collection of selected DiagramElements in the TemplateDiagram to which this listener subscribes.
templateDiagramSelectionChanged(TemplateDiagramMessage) - Method in class templates.presentation.IssuesViewer
After a change to the selection of diagram elements, in the list of consistency issues select those consistency issues which stem from the diagram elements selected by the user.
templateDiagramSelectionChanged(TemplateDiagramMessage) - Method in class templates.presentation.TemplateCanvas
Refresh the rendering of the diagram.
TemplateDiagramSubscriber - Interface in templates.diagram
Callback interface for listeners for changes in TemplateDiagrams.
TemplateEditableCanvas - Class in templates.presentation
A TemplateCanvas which allows the manipulation of a TemplateModel by the user via the GUI.
TemplateEditableCanvas(TemplateModel) - Constructor for class templates.presentation.TemplateEditableCanvas
Construct a new canvas to enable the editing of the given template design.
TemplateEditableCanvas.CanvasSettings - Class in templates.presentation
Canvas appearance settings.
TemplateEditableCanvas.CanvasSettings() - Constructor for class templates.presentation.TemplateEditableCanvas.CanvasSettings
 
TemplateFileIO - Class in templates.io
Provides IO for TemplateModels.
TemplateFileIO() - Constructor for class templates.io.TemplateFileIO
 
templateFlavor - Static variable in interface templates.library.Template
The DataFlavor for a Template.
TemplateLibrary - Class in templates.library
Library of Templates.
TemplateLibrary(File) - Constructor for class templates.library.TemplateLibrary
Create a new template library using the files in the given directory.
TemplateLibraryListener - Interface in templates.library
Callback interface for listeners to changes in TemplateLibrarys.
TemplateLink - Interface in templates.model
Describes a link between two components in a template design.
TemplateManager - Class in templates.library
Singleton manager of the TemplateLibrarys available at runtime.
TemplateMetaIO - Class in templates.library
Stores and loads the descriptions of Templates when the models of the templates are stored and loaded.
TemplateMetaIO() - Constructor for class templates.library.TemplateMetaIO
 
TemplateModel - Interface in templates.model
Describes a template design (which includes modules, channels and links).
TemplateModelMessage - Class in templates.model
Message sent by a TemplateModel to notify listeners of changes to the model.
TemplateModelMessage(TemplateModel, long, int, int, String) - Constructor for class templates.model.TemplateModelMessage
Create a message with the given parameters.
TemplateModelMessage(TemplateModel, long, int, int) - Constructor for class templates.model.TemplateModelMessage
Create a message with the given parameters and a null text message.
TemplateModelPublisher - Interface in templates.model
Interface for publishers of notifications about changes in TemplateModels.
templateModelStructureChanged(TemplateModelMessage) - Method in class templates.diagram.TemplateDiagram
 
templateModelStructureChanged(TemplateModelMessage) - Method in interface templates.model.TemplateModelSubscriber
Called when there has been a change to the structure of the TemplateModel to whose TemplateModelPublisher this listener subscribes.
TemplateModelSubscriber - Interface in templates.model
Callback interface for listeners for changes in TemplateModels.
templates.diagram - package templates.diagram
 
templates.diagram.actions - package templates.diagram.actions
 
templates.io - package templates.io
 
templates.library - package templates.library
 
templates.model - package templates.model
 
templates.model.v3 - package templates.model.v3
 
templates.operations - package templates.operations
 
templates.plugin - package templates.plugin
 
templates.presentation - package templates.presentation
 
templates.utils - package templates.utils
 
templatesCombo - Static variable in class templates.presentation.AssignFSADialog
The combo box with templates.
TemplatesPlugin - Class in templates.plugin
The main class of the template design plugin.
TemplatesPlugin() - Constructor for class templates.plugin.TemplatesPlugin
 
TemplateToolset - Class in templates.presentation
The toolset which describes the UI elements to be displayed when a TemplateModel is activated in IDES.
TemplateToolset() - Constructor for class templates.presentation.TemplateToolset
 
TemplateToolset.TemplateStatusBar - Class in templates.presentation
Status bar for TemplateModels.
TemplateToolset.TemplateStatusBar(TemplateModel, IssuesViewer) - Constructor for class templates.presentation.TemplateToolset.TemplateStatusBar
Construct and set up a status bar for the given template design.
TemplateToolset.TemplateUID - Class in templates.presentation
The UIDescriptor which specifies the UI elements to be displayed when a TemplateModel is activated in IDES.
TemplateToolset.TemplateUID(TemplateModel) - Constructor for class templates.presentation.TemplateToolset.TemplateUID
Construct the UIDescriptor for the given TemplateModel.
TemplateTransferable - Class in templates.library
Wraps Templates during drag-and-drop operations.
TemplateTransferable(Template) - Constructor for class templates.library.TemplateTransferable
Create a Transferable wrapper for a template.
transferHandler - Static variable in class templates.presentation.TemplateToolset
Supports the drop of a template from the template library onto the canvas during a drag-and-drop.
transformMouseCoords(MouseEvent) - Method in class templates.presentation.TemplateEditableCanvas
Construct a new mouse event based on the given mouse event, where the mouse cursor coordinates are transformed to account for the scaling factor used in painting the template diagram.
translate(Point) - Method in class templates.diagram.Connector
NOTE: Do not use this method directly.
translate(Point) - Method in class templates.diagram.DiagramElement
Translate the diagram element by the given displacement in the x and y direction.
translate(Point) - Method in class templates.diagram.Entity
NOTE: Do not use this method directly.
translate(Point) - Method in class templates.diagram.TemplateDiagram
Translates all elements in the diagram with the given displacement.
translate(Collection<DiagramElement>, Point) - Method in class templates.diagram.TemplateDiagram
Translates the given diagram elements with the given displacement and updates the rest of the diagram elements to reflect the change.
type - Variable in class templates.diagram.actions.DiagramActions.SetTypeAction
The type to be set (TemplateComponent.TYPE_MODULE or TemplateComponent.TYPE_CHANNEL).
TYPE - Static variable in class templates.io.TemplateFileIO
The string description of TemplateModels.
type - Variable in class templates.model.v3.Component
The type of the component.
type - Variable in class templates.model.Validator.ValidatorResult
The type of the consistency issue (Validator.ValidatorResult.ERROR or Validator.ValidatorResult.WARNING ).
type - Variable in class templates.presentation.IssueDescriptor
The type of issue (error or warning)
type - Variable in class templates.presentation.IssuesWrapper.ConvertAction
The new type (TemplateComponent.TYPE_MODULE or TemplateComponent.TYPE_CHANNEL) of the component.
TYPE_CHANNEL - Static variable in interface templates.model.TemplateComponent
Specifies the type of components which are channels.
TYPE_ERROR - Static variable in class templates.presentation.IssueDescriptor
The indicator for an issue of type "error".
TYPE_MODULE - Static variable in interface templates.model.TemplateComponent
Specifies the type of components which are modules.
TYPE_WARNING - Static variable in class templates.presentation.IssueDescriptor
The indicator for an issue of type "warning".

A B C D E F G H I J L M N O P R S T U V W Z