A C D E F G H I L M N O P Q R S T U V W X

A

AbstractExporter - class cz.cmc.tcgui.datamanip.AbstractExporter.
AbstractExporter is abstract superclass implementing Exporter interface.
AbstractExporter() - Constructor for class cz.cmc.tcgui.datamanip.AbstractExporter
 
AbstractFileAction - class cz.cmc.tcgui.actions.AbstractFileAction.
Title: class AbstractFileAction Description: Implementation of the basic file choosing functionality Copyright: Copyright (c) 2003 Company: CMC Computers
AbstractFileAction(TCGui) - Constructor for class cz.cmc.tcgui.actions.AbstractFileAction
 
AbstractFileAction(TCGui, String) - Constructor for class cz.cmc.tcgui.actions.AbstractFileAction
 
AbstractFileAction(TCGui, String, Icon) - Constructor for class cz.cmc.tcgui.actions.AbstractFileAction
 
AbstractFileAction.TCFileFilter - class cz.cmc.tcgui.actions.AbstractFileAction.TCFileFilter.
Filter for the jgraphpad file format (*.pad or *.lib)
AbstractFileAction.TCFileFilter(String, String) - Constructor for class cz.cmc.tcgui.actions.AbstractFileAction.TCFileFilter
Constructor for the Graphpad specific file format
AbstractGenerator - class cz.cmc.tcgui.datamanip.AbstractGenerator.
Title: class AbstractGenerator Description: Implementation of the common Generator functionality Copyright: Copyright (c) 2003 Company: CMC Computers
AbstractGenerator() - Constructor for class cz.cmc.tcgui.datamanip.AbstractGenerator
 
Attribute - class cz.cmc.tcgui.datadef.Attribute.
Attribute describes a single attribute.
Attribute() - Constructor for class cz.cmc.tcgui.datadef.Attribute
Creates a new Attribute
Attribute(AttributeType) - Constructor for class cz.cmc.tcgui.datadef.Attribute
Creates a new Attribute with the given type
Attribute(String, String, String, AttributeType) - Constructor for class cz.cmc.tcgui.datadef.Attribute
Creates a new Attribute with given id, name, label and type
AttributeEntry - class cz.cmc.tcgui.datadef.AttributeEntry.
Abstract parent for AttributeGroup and Attribute, implements their common functionality.
AttributeEntry() - Constructor for class cz.cmc.tcgui.datadef.AttributeEntry
Creates a new AttributeEntry
AttributeEntry(String, String, String) - Constructor for class cz.cmc.tcgui.datadef.AttributeEntry
Creates a new AttributeEntry with given id, name and label
AttributeEntryInstance - class cz.cmc.tcgui.datadef.AttributeEntryInstance.
Title: class AttributeEntryInstance Description: AttributeEntryInstance is the key to real Attribute[Group] values Copyright: Copyright (c) 2003 Company: CMC Computers
AttributeEntryInstance() - Constructor for class cz.cmc.tcgui.datadef.AttributeEntryInstance
Creates new empty attribute instance
AttributeEntryInstance(AttributeEntry, int) - Constructor for class cz.cmc.tcgui.datadef.AttributeEntryInstance
Creates instance from given AttributeEntry and its instance index
AttributeEntryInstancePanel - class cz.cmc.tcgui.datamanip.AttributeEntryInstancePanel.
Title: AttributeEntryInstancePanel Description: Abstract Class for AttributeInstancePanel and AttributeGroupInstancePanel Copyright: Copyright (c) 2003 Company: CMC Computers
AttributeEntryInstancePanel() - Constructor for class cz.cmc.tcgui.datamanip.AttributeEntryInstancePanel
Just for calling JPanel constructor
AttributeEntryPanel - class cz.cmc.tcgui.datamanip.AttributeEntryPanel.
Title: Description: This panel contains x AttributeEntryInstancePanels, where x = number of its AttributeEntry instances.
AttributeEntryPanel() - Constructor for class cz.cmc.tcgui.datamanip.AttributeEntryPanel
 
AttributeEntryPanel(AttributeEntry, Object, boolean) - Constructor for class cz.cmc.tcgui.datamanip.AttributeEntryPanel
Creates AttributeEntryPanel with instances of AttributeEntry ae, and optionally with + and - buttons
AttributeEntryPanel.DISABLED_COLOR - class cz.cmc.tcgui.datamanip.AttributeEntryPanel.DISABLED_COLOR.
 
AttributeGroup - class cz.cmc.tcgui.datadef.AttributeGroup.
AttributeGroup is a container for more AttributeEntries (which are in turn AttributeGroups or Attributes).
AttributeGroup() - Constructor for class cz.cmc.tcgui.datadef.AttributeGroup
Creates a new AttributeEntry
AttributeGroup(String, String, String) - Constructor for class cz.cmc.tcgui.datadef.AttributeGroup
Creates a new AttributeGroup with given id, name and label
AttributeGroup.AttributeEntryComparator - class cz.cmc.tcgui.datadef.AttributeGroup.AttributeEntryComparator.
Comparator comparing order of AttributeGroup's entries
AttributeGroup.AttributeEntryComparator() - Constructor for class cz.cmc.tcgui.datadef.AttributeGroup.AttributeEntryComparator
 
AttributeGroup.AttributeSet - class cz.cmc.tcgui.datadef.AttributeGroup.AttributeSet.
Class for defining attribute sets.
AttributeGroup.AttributeSet(String, int) - Constructor for class cz.cmc.tcgui.datadef.AttributeGroup.AttributeSet
Create a new attribute set.
AttributeGroup.AttributeSetPriorityComparator - class cz.cmc.tcgui.datadef.AttributeGroup.AttributeSetPriorityComparator.
Comparator for comparing priority of AttributeSets
AttributeGroup.AttributeSetPriorityComparator() - Constructor for class cz.cmc.tcgui.datadef.AttributeGroup.AttributeSetPriorityComparator
 
AttributeGroupInstancePanel - class cz.cmc.tcgui.datamanip.AttributeGroupInstancePanel.
Title: Description: This Panel contains one AttributeEntryPanel for every AttributeEntry in its AttributeGroup Copyright: Copyright (c) 2003 Company: CMC Computers
AttributeGroupInstancePanel(AttributeEntryInstance, Object, boolean) - Constructor for class cz.cmc.tcgui.datamanip.AttributeGroupInstancePanel
 
AttributeInstancePanel - class cz.cmc.tcgui.datamanip.AttributeInstancePanel.
Title: Description: Copyright: Copyright (c) 2003 Company: CMC Computers
AttributeInstancePanel(AttributeEntryInstance, Object, boolean) - Constructor for class cz.cmc.tcgui.datamanip.AttributeInstancePanel
 
AttributeType - class cz.cmc.tcgui.datadef.AttributeType.
Superclass for atribute types
AttributeType() - Constructor for class cz.cmc.tcgui.datadef.AttributeType
 
AttributeTypeComponent - interface cz.cmc.tcgui.datamanip.AttributeTypeComponent.
Title: Description: Copyright: Copyright (c) 2003 Company: CMC Computers
AttributeTypeFloat - class cz.cmc.tcgui.datadef.AttributeTypeFloat.
AttributeTypeFloat is used to mark attributes which store float value.
AttributeTypeFloat() - Constructor for class cz.cmc.tcgui.datadef.AttributeTypeFloat
Creates new AttributeTypeFloat with "positive" and "nonzero" flags set to false.
AttributeTypeFloat(boolean, boolean) - Constructor for class cz.cmc.tcgui.datadef.AttributeTypeFloat
Creates new AttributeTypeFloat with "positive" and "nonzero" flags set to given values.
AttributeTypeFloatTextField - class cz.cmc.tcgui.datamanip.AttributeTypeFloatTextField.
Title: Description: Copyright: Copyright (c) 2003 Company: CMC Computers
AttributeTypeFloatTextField(AttributeEntryInstance, Map, Object) - Constructor for class cz.cmc.tcgui.datamanip.AttributeTypeFloatTextField
 
AttributeTypeInt - class cz.cmc.tcgui.datadef.AttributeTypeInt.
AttributeTypeInt is used to mark attributes which store int value.
AttributeTypeInt() - Constructor for class cz.cmc.tcgui.datadef.AttributeTypeInt
Creates new AttributeTypeInt with "positive" and "nonzero" flags set to false.
AttributeTypeInt(boolean, boolean) - Constructor for class cz.cmc.tcgui.datadef.AttributeTypeInt
Creates new AttributeTypeInt with "positive" and "nonzero" flags set to given values.
AttributeTypeIntTextField - class cz.cmc.tcgui.datamanip.AttributeTypeIntTextField.
Title: Description: Copyright: Copyright (c) 2003 Company: CMC Computers
AttributeTypeIntTextField(AttributeEntryInstance, Map, Object) - Constructor for class cz.cmc.tcgui.datamanip.AttributeTypeIntTextField
 
AttributeTypeNumber - class cz.cmc.tcgui.datadef.AttributeTypeNumber.
Abstract parent implementing common properties for attribute types based on numbers.
AttributeTypeNumber() - Constructor for class cz.cmc.tcgui.datadef.AttributeTypeNumber
Creates new AttributeTypeNumber with "positive" and "nonzero" flags set to false.
AttributeTypeNumber(boolean, boolean) - Constructor for class cz.cmc.tcgui.datadef.AttributeTypeNumber
Creates new AttributeTypeNumber with "positive" and "nonzero" flags set to given values.
AttributeTypeSet - class cz.cmc.tcgui.datadef.AttributeTypeSet.
AttributeTypeSet is used to mark attributes which store set of elements.
AttributeTypeSet() - Constructor for class cz.cmc.tcgui.datadef.AttributeTypeSet
Creates new AttributeTypeSet with min and max cardinality set to 1.
AttributeTypeSet(int, int) - Constructor for class cz.cmc.tcgui.datadef.AttributeTypeSet
Creates new AttributeTypeSet with min and max cardinality set to given values.
AttributeTypeSetComboBox - class cz.cmc.tcgui.datamanip.AttributeTypeSetComboBox.
Title: Description: Copyright: Copyright (c) 2003 Company: CMC Computers
AttributeTypeSetComboBox(AttributeEntryInstance, Map, Object) - Constructor for class cz.cmc.tcgui.datamanip.AttributeTypeSetComboBox
 
AttributeTypeSetList - class cz.cmc.tcgui.datamanip.AttributeTypeSetList.
Title: Description: Copyright: Copyright (c) 2003 Company: CMC Computers
AttributeTypeSetList(AttributeEntryInstance, Map, Object) - Constructor for class cz.cmc.tcgui.datamanip.AttributeTypeSetList
 
AttributeTypeString - class cz.cmc.tcgui.datadef.AttributeTypeString.
AttributeTypeString is used to mark attributes which store string value.
AttributeTypeString() - Constructor for class cz.cmc.tcgui.datadef.AttributeTypeString
 
AttributeTypeStringTextField - class cz.cmc.tcgui.datamanip.AttributeTypeStringTextField.
Title: Description: Copyright: Copyright (c) 2003 Company: CMC Computers
AttributeTypeStringTextField(AttributeEntryInstance, Map, Object) - Constructor for class cz.cmc.tcgui.datamanip.AttributeTypeStringTextField
 
AttributeTypeVariant - class cz.cmc.tcgui.datadef.AttributeTypeVariant.
AttributeTypeVariant is used for attributes which store custom value.
AttributeTypeVariant(String) - Constructor for class cz.cmc.tcgui.datadef.AttributeTypeVariant
Creates new AttributeTypeVariant with given id.
AttributeTypeVariantTextField - class cz.cmc.tcgui.datamanip.AttributeTypeVariantTextField.
Title: Description: Copyright: Copyright (c) 2003 Company: CMC Computers
AttributeTypeVariantTextField(AttributeEntryInstance, Map, Object) - Constructor for class cz.cmc.tcgui.datamanip.AttributeTypeVariantTextField
 
AutoSize - class cz.cmc.tcgui.actions.AutoSize.
Title: Description: Copyright: Copyright (c) 2003 Company: CMC Computers
AutoSize(TCGui, boolean) - Constructor for class cz.cmc.tcgui.actions.AutoSize
 
accept(File) - Method in class cz.cmc.tcgui.actions.AbstractFileAction.TCFileFilter
Returns true if the file ends with the extension or if the file is a directory.
acceptsSource(TCPort) - Method in class cz.cmc.tcgui.FilterChainEdge
 
acceptsSource(TCPort) - Method in class cz.cmc.tcgui.FilterMatchEdge
 
acceptsSource(TCPort) - Method in class cz.cmc.tcgui.QDiscInputEdge
 
acceptsSource(TCPort) - Method in class cz.cmc.tcgui.SubclassEdge
 
acceptsSource(TCPort) - Method in class cz.cmc.tcgui.TCEdge
Returns whether the edge can accept given port as its source
acceptsSource(Object, Object) - Method in class cz.cmc.tcgui.TCGraphModel
 
acceptsTarget(TCPort) - Method in class cz.cmc.tcgui.FilterChainEdge
 
acceptsTarget(TCPort) - Method in class cz.cmc.tcgui.FilterMatchEdge
 
acceptsTarget(TCPort) - Method in class cz.cmc.tcgui.QDiscInputEdge
 
acceptsTarget(TCPort) - Method in class cz.cmc.tcgui.SubclassEdge
 
acceptsTarget(TCPort) - Method in class cz.cmc.tcgui.TCEdge
Returns whether the edge can accept given port as its target
acceptsTarget(Object, Object) - Method in class cz.cmc.tcgui.TCGraphModel
 
actionPerformed(ActionEvent) - Method in class cz.cmc.tcgui.TCObjectPropertiesDialog
 
actionPerformed(ActionEvent) - Method in class cz.cmc.tcgui.actions.AutoSize
 
actionPerformed(ActionEvent) - Method in class cz.cmc.tcgui.actions.DetachQDisc
actionPerformed(ActionEvent) - Method in class cz.cmc.tcgui.actions.DetachQDiscClass
actionPerformed(ActionEvent) - Method in class cz.cmc.tcgui.actions.DetachSubclassParent
actionPerformed(ActionEvent) - Method in class cz.cmc.tcgui.actions.DetachSubclasses
actionPerformed(ActionEvent) - Method in class cz.cmc.tcgui.actions.DisconnectClassMatches
actionPerformed(ActionEvent) - Method in class cz.cmc.tcgui.actions.DisconnectFilterMatch
actionPerformed(ActionEvent) - Method in class cz.cmc.tcgui.actions.NewSchema
 
actionPerformed(ActionEvent) - Method in class cz.cmc.tcgui.actions.Open
 
actionPerformed(ActionEvent) - Method in class cz.cmc.tcgui.actions.RemoveTCObject
actionPerformed(ActionEvent) - Method in class cz.cmc.tcgui.actions.Save
actionPerformed(ActionEvent) - Method in class cz.cmc.tcgui.actions.SaveAs
actionPerformed(ActionEvent) - Method in class cz.cmc.tcgui.actions.SchemaExportTC
actionPerformed(ActionEvent) - Method in class cz.cmc.tcgui.actions.TCObjectProperties
actionPerformed(ActionEvent) - Method in class cz.cmc.tcgui.actions.TestSchemaExportTC
 
addAttributeEntry(AttributeEntry) - Method in class cz.cmc.tcgui.datadef.AttributeGroup
Appends AttributeEntry to this group.
addAttributeSet(AttributeGroup.AttributeSet) - Method in class cz.cmc.tcgui.datadef.AttributeGroup
Add a new attribute set into this group
addClass(TCClass) - Method in class cz.cmc.tcgui.datadef.TCQdisc
Adds TCClass to the list of allowed subclasses of this Qdisc.
addDefinitionFromInputStream(InputStream) - Method in class cz.cmc.tcgui.datadef.DataDefinitionContainer
Reads definition from InputStream 'is' and parses it with XtcParser.
addDefinitionsFromDirectory(String, String) - Method in class cz.cmc.tcgui.datadef.DataDefinitionContainer
Searches for all files in directory 'directoryPath' which have correct extension as defined by supplied ResourceManager 'rm'.
addEdge(Object) - Method in class cz.cmc.tcgui.TCPort
Adds edge to the list of ports.
addFilter(FilterContainer, Filter) - Method in class cz.cmc.tcgui.TCEditor
Adds the filter to the FilterContainer
addFilter(FilterContainer, Filter) - Method in interface cz.cmc.tcgui.dataif.TCImport
Adds the filter to the FilterContainer
addFilterElement(Filter, FilterElement) - Method in class cz.cmc.tcgui.TCEditor
Adds the filter element to the Filter
addFilterElement(Filter, FilterElement) - Method in interface cz.cmc.tcgui.dataif.TCImport
Adds the filter element to the Filter
addSelectionCell(Object) - Method in class cz.cmc.tcgui.TCGraphSelectionModel
Overriden to update categorized list.
addSelectionCells(Object[]) - Method in class cz.cmc.tcgui.TCGraphSelectionModel
Overriden to update categorized list.
addSetElement(String) - Method in class cz.cmc.tcgui.datadef.AttributeTypeSet
Adds new String element to list(set) of allowed set elements.
addTCCell(Object) - Method in class cz.cmc.tcgui.TCGraphSelectionModel
Adds a cell into TCGraphSelectionModel
addTCCells(Object[]) - Method in class cz.cmc.tcgui.TCGraphSelectionModel
Add cells into the TCGraphSelectionModel
addTCEditorListener(TCEditorListener) - Method in class cz.cmc.tcgui.TCEditor
Add listener for editor events
addTCObject(TCObject) - Method in class cz.cmc.tcgui.TCEditor
Adds TCObject to the schema
addTCObject(TCObject) - Method in interface cz.cmc.tcgui.dataif.TCImport
Adds TCObject to the schema
aei - Variable in class cz.cmc.tcgui.datamanip.AbstractExporter
common AttributeEntryInstance for indexing tc attribute maps
anchor - Variable in class cz.cmc.tcgui.TCPort
Reference to the anchor of this port
applyAttributeChangeMap(Map, Map) - Static method in class cz.cmc.tcgui.TCEditor
Applies the change map to attributes and return result
applyTCAttributes(TCObject, Map) - Method in class cz.cmc.tcgui.TCEditor
Applies attributes for given TCObject.
applyTCAttributes(TCObject, Map) - Method in interface cz.cmc.tcgui.dataif.TCImport
Applies attributes for given TCObject Keys are AttributeInstances or Strings, values are basic java objects as Float, Boolean, Integer, String, java.util.Set; the datadef object has key TCGraphConstants.DATADEFINITION
applyViewAttributes(TCObject, Map) - Method in class cz.cmc.tcgui.TCEditor
Applies given view attributes for given TCObject Keys are strings, values are basic java objects as Float, Boolean, Integer, String, java.awt.Rectangle, java.awt.Point
applyViewAttributes(TCObject, Map) - Method in interface cz.cmc.tcgui.dataif.TCImport
Applies given view attributes for given TCObject Keys are strings, values are basic java objects as Float, Boolean, Integer, String, java.awt.Rectangle, java.awt.Point
attachQDisc(Class, QDisc) - Method in class cz.cmc.tcgui.TCEditor
Attaches the given QDisc to the given class. If something was attached on the class, it would be removed. If the qdisc was attached on a class, it would be detached.
attachQDisc(Class, QDisc) - Method in interface cz.cmc.tcgui.dataif.TCImport
Attaches the given QDisc to the given class.
attachSubclass(SubclassableTCObject, Class) - Method in class cz.cmc.tcgui.TCEditor
Attaches the given subclass to the given SubclassableTCObject. If a QDisc was attached on the class, it would be disconnected.
attachSubclass(SubclassableTCObject, Class) - Method in interface cz.cmc.tcgui.dataif.TCImport
Attaches the given subclass to the given SubclassableTCObject.
attributeEntries - Variable in class cz.cmc.tcgui.datadef.AttributeGroup
Map AttributeEntry => ordered set of AttributeSets
attributeEntries() - Method in class cz.cmc.tcgui.datadef.AttributeGroup
Get array of contained attribute group entries (sorted by index)
attributeEntriesInSet(AttributeGroup.AttributeSet) - Method in class cz.cmc.tcgui.datadef.AttributeGroup
Returns all attribute entries in the given set (sorted by index).
attributeEntriesToString(AttributeEntry[]) - Method in class cz.cmc.tcgui.datadef.Tester
 
attributeEntry - Variable in class cz.cmc.tcgui.datadef.AttributeEntryInstance
AttributeEntryOcurence whose instance is this
attributeEntry - Variable in class cz.cmc.tcgui.datadef.TCObject
Main group containing all Attributes and sub AttributeEntries (AttributeEntries) of this TCObject.
attributeEntryCount() - Method in class cz.cmc.tcgui.datadef.AttributeGroup
Returns number of AttributeEntries in group.
attributeEntryPanel - Variable in class cz.cmc.tcgui.datamanip.DefaultEditor
 
attributeSetCount() - Method in class cz.cmc.tcgui.datadef.AttributeGroup
Returns number of AttributeSet in group.
attributeSets - Variable in class cz.cmc.tcgui.datadef.AttributeGroup
Map attributeSet => ordered set of attributeEntries
attributeSets() - Method in class cz.cmc.tcgui.datadef.AttributeGroup
Get array of contained attribute sets (sorted by priority)
attributeSetsContainingAttributeEntry(AttributeEntry) - Method in class cz.cmc.tcgui.datadef.AttributeGroup
Returns all sets containing the given attribute (sorted by priority).
attributeSetsToString(AttributeGroup.AttributeSet[]) - Method in class cz.cmc.tcgui.datadef.Tester
 
autoSize(CellView) - Method in class cz.cmc.tcgui.ClassView.ClassRenderer
Returns the auto-size dimension May be overriden in subclasses
autoSize(CellView) - Method in class cz.cmc.tcgui.FilterEntryView.FilterEntryRenderer
Returns the auto-size dimension May be overriden in subclasses
autoSize(CellView) - Method in class cz.cmc.tcgui.QDiscView.QDiscRenderer
Returns the auto-size dimension May be overriden in subclasses
autoSize(CellView) - Method in class cz.cmc.tcgui.TCObjectView.TCObjectRenderer
Returns the auto-size dimension the initial implemantations uses Component UI's preffered size bounded by minimum and maximum autosize May be overriden in subclasses
availableKeys - Static variable in class cz.cmc.tcgui.TCGraphConstants
 

C

CLASSFUL_QDISC_OUTPUT_HANDLE_HEIGHT - Static variable in class cz.cmc.tcgui.TCGraph
Indices of handle sizes
CLASSFUL_QDISC_OUTPUT_HANDLE_WIDTH - Static variable in class cz.cmc.tcgui.TCGraph
Indices of handle sizes
CLASS_INPUT_HANDLE_HEIGHT - Static variable in class cz.cmc.tcgui.TCGraph
Indices of handle sizes
CLASS_INPUT_HANDLE_WIDTH - Static variable in class cz.cmc.tcgui.TCGraph
Indices of handle sizes
CONNECT_HANDLE - Variable in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
 
Checker - interface cz.cmc.tcgui.datamanip.Checker.
Title: interface Checker Description: Interface for checking whether attribute changes may be passed to a TCObject Copyright: Copyright (c) 2003 Company: CMC Computers
Children - class cz.cmc.tcgui.datadef.parser.Children.
This class is designed for purposes of parsing XML files.
Children(Node) - Constructor for class cz.cmc.tcgui.datadef.parser.Children
Creates an instance of the Children object.
Class - class cz.cmc.tcgui.Class.
Title: Class Description: class representing classes of classful qdiscs and the appropriate graph cell model Copyright: Copyright (c) 2003 Company: CMC Computers
Class() - Constructor for class cz.cmc.tcgui.Class
Create a new traffic class using defaults.
Class(Object) - Constructor for class cz.cmc.tcgui.Class
Create a new traffic class using specified user object and defaults otherwise.
ClassMatchPort - class cz.cmc.tcgui.ClassMatchPort.
Title: class ClassMatchPort Description: Port for assigning filter elements with match targets Copyright: Copyright (c) 2003 Company: CMC Computers
ClassMatchPort() - Constructor for class cz.cmc.tcgui.ClassMatchPort
 
ClassMatchPort(Object) - Constructor for class cz.cmc.tcgui.ClassMatchPort
 
ClassMatchPort(Object, Port) - Constructor for class cz.cmc.tcgui.ClassMatchPort
 
ClassView - class cz.cmc.tcgui.ClassView.
Title: ClassView Description: Class providing view of traffic class cells.
ClassView(Object, TCGraph, CellMapper) - Constructor for class cz.cmc.tcgui.ClassView
Creates new ClassView for the cell.
ClassView.ClassEditor - class cz.cmc.tcgui.ClassView.ClassEditor.
In-place editor.
ClassView.ClassEditor(GraphCellEditor) - Constructor for class cz.cmc.tcgui.ClassView.ClassEditor
Creates new ClassEditor with the real editor editor.
ClassView.ClassEditor() - Constructor for class cz.cmc.tcgui.ClassView.ClassEditor
Creates new ClassEditor with the default real editor.
ClassView.ClassHandle - class cz.cmc.tcgui.ClassView.ClassHandle.
Title: class ClassHandle Description: Handle for Class.
ClassView.ClassHandle(GraphContext) - Constructor for class cz.cmc.tcgui.ClassView.ClassHandle
Constructs new QDiscHandle
ClassView.ClassRenderer - class cz.cmc.tcgui.ClassView.ClassRenderer.
Renderer class for Class views
ClassView.ClassRenderer() - Constructor for class cz.cmc.tcgui.ClassView.ClassRenderer
Creates the renderer.
ClassfulQDisc - class cz.cmc.tcgui.ClassfulQDisc.
Title: ClassfulQDisc Description: class representing classful queuing disciplines and the appropriate graph cell model Copyright: Copyright (c) 2003 Company: CMC Computers
ClassfulQDisc() - Constructor for class cz.cmc.tcgui.ClassfulQDisc
Create a new classful qdisc using defaults.
ClassfulQDisc(Object) - Constructor for class cz.cmc.tcgui.ClassfulQDisc
Create a new classful qdisc using specified user object and defaults otherwise.
ClassfulQDiscView - class cz.cmc.tcgui.ClassfulQDiscView.
Title: ClassfulQDiscView Description: Class providing view for classful qdisc cells.
ClassfulQDiscView(Object, TCGraph, CellMapper) - Constructor for class cz.cmc.tcgui.ClassfulQDiscView
Creates new classful qdisc view for the cell.
ClassfulQDiscView.ClassfulQDiscEditor - class cz.cmc.tcgui.ClassfulQDiscView.ClassfulQDiscEditor.
In-place editor.
ClassfulQDiscView.ClassfulQDiscEditor(GraphCellEditor) - Constructor for class cz.cmc.tcgui.ClassfulQDiscView.ClassfulQDiscEditor
Creates new QDiscEditor with the real editor editor.
ClassfulQDiscView.ClassfulQDiscEditor() - Constructor for class cz.cmc.tcgui.ClassfulQDiscView.ClassfulQDiscEditor
Creates new QDiscEditor with the default real editor.
ClassfulQDiscView.ClassfulQDiscHandle - class cz.cmc.tcgui.ClassfulQDiscView.ClassfulQDiscHandle.
Title: Class ClassfulQDiscHandle Description: Handle for ClassfulQDiscs.
ClassfulQDiscView.ClassfulQDiscHandle(GraphContext) - Constructor for class cz.cmc.tcgui.ClassfulQDiscView.ClassfulQDiscHandle
Constructs new ClassfulQDiscHandle
ClassfulQDiscView.ClassfulQDiscRenderer - class cz.cmc.tcgui.ClassfulQDiscView.ClassfulQDiscRenderer.
Classfull qdisc view's renderer.
ClassfulQDiscView.ClassfulQDiscRenderer() - Constructor for class cz.cmc.tcgui.ClassfulQDiscView.ClassfulQDiscRenderer
 
ClasslessQDisc - class cz.cmc.tcgui.ClasslessQDisc.
Title: ClasslessQDisc Description: This class represents classless qdisc semantics as well as cell model.
ClasslessQDisc() - Constructor for class cz.cmc.tcgui.ClasslessQDisc
Create a new classless qdisc using defaults.
ClasslessQDisc(Object) - Constructor for class cz.cmc.tcgui.ClasslessQDisc
Create a new classlessl qdisc using specified user object and defaults otherwise.
ClasslessQDiscView - class cz.cmc.tcgui.ClasslessQDiscView.
Title: ClasslessQDiscView Description: Class providing view for classless qdisc cells.
ClasslessQDiscView(Object, TCGraph, CellMapper) - Constructor for class cz.cmc.tcgui.ClasslessQDiscView
Creates new classless qdisc view for the cell.
ClasslessQDiscView.ClasslessQDiscEditor - class cz.cmc.tcgui.ClasslessQDiscView.ClasslessQDiscEditor.
In-place editor.
ClasslessQDiscView.ClasslessQDiscEditor(GraphCellEditor) - Constructor for class cz.cmc.tcgui.ClasslessQDiscView.ClasslessQDiscEditor
Creates new QDiscEditor with the real editor editor.
ClasslessQDiscView.ClasslessQDiscEditor() - Constructor for class cz.cmc.tcgui.ClasslessQDiscView.ClasslessQDiscEditor
Creates new QDiscEditor with the default real editor.
ClasslessQDiscView.ClasslessQDiscRenderer - class cz.cmc.tcgui.ClasslessQDiscView.ClasslessQDiscRenderer.
Classless qdisc view's renderer.
ClasslessQDiscView.ClasslessQDiscRenderer() - Constructor for class cz.cmc.tcgui.ClasslessQDiscView.ClasslessQDiscRenderer
 
cachedBounds - Variable in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
 
cellHeap - Variable in class cz.cmc.tcgui.TCGraphSelectionModel
 
cellMap - Variable in class cz.cmc.tcgui.TCGraphSelectionModel
Map where the selected objects are structurally stored
changeAttributes(Map) - Method in class cz.cmc.tcgui.TCEdge
Override parent method to ensure non-null points.
changeCount(int) - Method in class cz.cmc.tcgui.TCGraphSelectionModel.TCHierarchyHeapEntry
Changes member count of this hierarchy entry relatively
changeIndex(int) - Method in class cz.cmc.tcgui.TCGraphSelectionModel.TCHierarchyHeapEntry
Changes index of this hierarchy entry relatively
checkAndWrite(TCObject, String) - Method in class cz.cmc.tcgui.io.SchemaExporterXML
 
checkChanges(TCExport, TCObject, Map) - Method in interface cz.cmc.tcgui.datamanip.Checker
Checks whether changes may be passed to the TCObject
checkChanges(TCExport, TCObject, Map) - Method in class cz.cmc.tcgui.datamanip.DefaultChecker
Checks whether changes may be passed to the TCObject
checkConnection(TCExport, TCObject, TCObject) - Method in interface cz.cmc.tcgui.datamanip.Checker
Checks whether objkects tco1 and tco2 may be connected
checkConnection(TCExport, TCObject, TCObject) - Method in class cz.cmc.tcgui.datamanip.DefaultChecker
Checks whether objkects tco1 and tco2 may be connected
checker - Variable in class cz.cmc.tcgui.datadef.TCObject
Checker for this TCObject definition
classEditor - Static variable in class cz.cmc.tcgui.ClassView
Class title editor, created lazily.
classIcon - Static variable in class cz.cmc.tcgui.ClassView
The icon of the class visualization, should be set lazily since resource managers may not be set properly at time the class is loading.
classRenderer - Static variable in class cz.cmc.tcgui.ClassView
Class renderer, created lazily.
classfulQDiscEditor - Static variable in class cz.cmc.tcgui.ClassfulQDiscView
QDiscs' title editor, created lazily.
classfulQDiscIcon - Static variable in class cz.cmc.tcgui.ClassfulQDiscView
The icon of this kind of QDisc, should be set lazily since resource managers may not be set properly at the time of class loading.
classfulQDiscRenderer - Static variable in class cz.cmc.tcgui.ClassfulQDiscView
Classful QDisc renderer, created lazily by the superclass using the createQDiscRenderer() method.
classlessQDiscEditor - Static variable in class cz.cmc.tcgui.ClasslessQDiscView
QDiscs' title editor, created lazily.
classlessQDiscIcon - Static variable in class cz.cmc.tcgui.ClasslessQDiscView
The icon of this kind of QDisc, should be set lazily since resource managers may not be set properly at the time of class loading.
classlessQDiscRenderer - Static variable in class cz.cmc.tcgui.ClasslessQDiscView
Classless QDisc renderer, created lazily by the superclass using the createQDiscRenderer() method.
clearSchema() - Method in class cz.cmc.tcgui.TCEditor
Empties the whole schema
clearSchema() - Method in interface cz.cmc.tcgui.dataif.TCImport
Empties the whole schema
clearSelection() - Method in class cz.cmc.tcgui.TCGraphSelectionModel
Overriden to update categorized list.
clearTCSelection() - Method in class cz.cmc.tcgui.TCGraphSelectionModel
Clears categorized list in TCGraphSelectionModel
clone() - Method in class cz.cmc.tcgui.TCEdge
Create a clone of the cell.
clone() - Method in class cz.cmc.tcgui.TCPort
Create a clone of the cell.
clone() - Method in class cz.cmc.tcgui.datadef.Attribute
Clones this Attribute
clone() - Method in class cz.cmc.tcgui.datadef.AttributeEntry
Clones this AttributeEntry
clone() - Method in class cz.cmc.tcgui.datadef.AttributeGroup.AttributeSet
Clones this AttributeSet
clone() - Method in class cz.cmc.tcgui.datadef.AttributeGroup
Clones this AttributeGroup
clone() - Method in class cz.cmc.tcgui.datadef.AttributeType
Clones this AttributeType
clone() - Method in class cz.cmc.tcgui.datadef.AttributeTypeSet
Clones this AttributeTypeSet
clone() - Method in class cz.cmc.tcgui.datadef.TCEntry
Clones this TCEntry
close() - Method in class cz.cmc.tcgui.actions.TestSchemaExportTC.DataSinkOutputStream
 
compare(Object, Object) - Method in class cz.cmc.tcgui.TCGraphSelectionModel.TCHierarchyComparator
Compare two objects
compare(Object, Object) - Method in class cz.cmc.tcgui.datadef.AttributeGroup.AttributeEntryComparator
Compare two objects
compare(Object, Object) - Method in class cz.cmc.tcgui.datadef.AttributeGroup.AttributeSetPriorityComparator
Compare two objects
computeBounds(MouseEvent) - Method in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
Computes new bounds when handling move or resize
computeTCObjectContainerEntryInsertionBounds(TCObjectView.TCObjectContainerEntryPlacementContext) - Method in class cz.cmc.tcgui.TCObjectView
Computes bounds to be displayed as insertion area of the moved TCObjectContainerEntry.
connect(TCOutputPort, TCInputPort) - Method in class cz.cmc.tcgui.TCEditor
Connects the two ports by calling the right method of the TCImport interface.
connect(TCPort, TCPort) - Method in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
Called when the connecting is done and the connection is allowed May be overriden by subclassers.
connectFilterMatch(FilterElement, Class) - Method in class cz.cmc.tcgui.TCEditor
Connects filter element to the matching class Throws exception if the Class is not a subclass of the ClassfulQDisc owning the FilterElement.
connectFilterMatch(FilterElement, Class) - Method in interface cz.cmc.tcgui.dataif.TCImport
Connects filter element to the matching class Throws exception if the Class is not a subclass of the ClassfulQDisc owning the FilterElement.
connectionAllowed(TCPort, TCPort) - Method in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
Decide whether the connection between ports is allowed
containsElement(String) - Method in class cz.cmc.tcgui.datadef.AttributeTypeSet
Tests whether element is already present in the set definition domain.
context - Variable in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
Reference to the context for the specified view.
contextViews - Variable in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
 
count - Variable in class cz.cmc.tcgui.TCGraphSelectionModel.TCHierarchyHeapEntry
Member count of this hierarchy
createAttributeEntryPanel(TCObject) - Method in class cz.cmc.tcgui.datamanip.DefaultEditor
 
createDefaultView(TCGraph, CellMapper) - Method in class cz.cmc.tcgui.Class
Creates and returns appropriate view for this cell.
createDefaultView(TCGraph, CellMapper) - Method in class cz.cmc.tcgui.ClassfulQDisc
Creates and returns appropriate view for this cell.
createDefaultView(TCGraph, CellMapper) - Method in class cz.cmc.tcgui.ClasslessQDisc
Creates and returns appropriate view for this cell.
createDefaultView(TCGraph, CellMapper) - Method in class cz.cmc.tcgui.Filter
Creates and returns appropriate view for this cell.
createDefaultView(TCGraph, CellMapper) - Method in class cz.cmc.tcgui.FilterElement
Creates and returns appropriate view for this cell.
createDefaultView(TCGraph, CellMapper) - Method in class cz.cmc.tcgui.FilterEntry
Creates and returns appropriate view for this cell.
createDefaultView(TCGraph, CellMapper) - Method in class cz.cmc.tcgui.QDisc
 
createDefaultView(TCGraph, CellMapper) - Method in class cz.cmc.tcgui.TCEdge
Creates default view object for this TCEdge.
createDefaultView(TCGraph, CellMapper) - Method in class cz.cmc.tcgui.TCObject
Creates default view object for this TCObject.
createDefaultView(TCGraph, CellMapper) - Method in class cz.cmc.tcgui.TCPort
Creates default view object for this TCPort.
createGraphSelectionListener() - Method in class cz.cmc.tcgui.TCGraphUI
Creates the listener that updates the display based on selection change methods.
createHandle(GraphContext) - Method in class cz.cmc.tcgui.TCGraphUI
createIcon() - Method in class cz.cmc.tcgui.TCObjectView
Called when icon should be created and getIcon() returns null at the initialization time.
createInsertEdit(List, Map, TCGraph) - Method in class cz.cmc.tcgui.Class
Insert into list additional cells to be created with this TCObject and inserts their attributes to the viewMap.
createInsertEdit(List, Map, TCGraph) - Method in class cz.cmc.tcgui.ClassfulQDisc
Insert into list additional cells to be created with this TCObject and inserts their attributes to the viewMap.
createInsertEdit(List, Map, TCGraph) - Method in class cz.cmc.tcgui.ClasslessQDisc
Insert into list additional cells to be created with this TCObject and inserts their attributes to the viewMap.
createInsertEdit(List, Map, TCGraph) - Method in class cz.cmc.tcgui.Filter
Insert into list additional cells to be created with this TCObject and inserts their attributes to the viewMap.
createInsertEdit(List, Map, TCGraph) - Method in class cz.cmc.tcgui.FilterElement
Insert into list additional cells to be created with this TCObject and inserts their attributes to the viewMap.
createInsertEdit(List, Map, TCGraph) - Method in class cz.cmc.tcgui.FilterEntry
Insert into list additional cells to be created with this TCObject and inserts their attributes to the viewMap.
createInsertEdit(List, Map) - Method in class cz.cmc.tcgui.FilterMatchEdge
Insert into list additional cells to be created with this TCEdge and inserts their attributes to the viewMap.
createInsertEdit(List, Map, TCGraph) - Method in class cz.cmc.tcgui.QDisc
Insert into list additional cells to be created with this TCObject and inserts their attributes to the viewMap.
createInsertEdit(List, Map) - Method in class cz.cmc.tcgui.QDiscInputEdge
Insert into list additional cells to be created with this TCEdge and inserts their attributes to the viewMap.
createInsertEdit(List, Map) - Method in class cz.cmc.tcgui.SubclassEdge
Insert into list additional cells to be created with this TCEdge and inserts their attributes to the viewMap. Intended for Graphmodel.insert.
createInsertEdit(List, Map) - Method in class cz.cmc.tcgui.TCEdge
Insert into list additional cells to be created with this TCEdge and inserts their attributes to the viewMap.
createInsertEdit(List, Map, TCGraph) - Method in class cz.cmc.tcgui.TCObject
Insert into list additional cells to be created with this TCObject and inserts their attributes to the viewMap.
createMouseListener() - Method in class cz.cmc.tcgui.TCGraphUI
createPopupMenu(Point, Object) - Method in class cz.cmc.tcgui.TCEditor
Create popup menu for an popup event in this editor
createStaticRenderer() - Method in class cz.cmc.tcgui.ClassView
Called when static renderer should be lazilly created. If the renderer does not exist yet, it will be created. In case that some TCObject does not use a static renderer, this should be overriden with an empty implementation.
createStaticRenderer() - Method in class cz.cmc.tcgui.ClassfulQDiscView
Creates the static view renderer for this qdisc type if it was not been created already.
createStaticRenderer() - Method in class cz.cmc.tcgui.ClasslessQDiscView
Creates the static view renderer for this qdisc type if it was not been created already.
createStaticRenderer() - Method in class cz.cmc.tcgui.FilterElementView
Creates the static view renderer for this filter entry type if it was not been created already.
createStaticRenderer() - Method in class cz.cmc.tcgui.FilterView
Creates the static view renderer for this filter entry type if it was not been created already.
createStaticRenderer() - Method in class cz.cmc.tcgui.TCObjectView
Called when static renderer should be lazilly created.
createTCOTypeComponent() - Method in class cz.cmc.tcgui.datamanip.DefaultEditor
Creates the component for selecting/displaying tco's type.
createView(Object, CellMapper) - Method in class cz.cmc.tcgui.TCGraph
Overrides JGraph.createView
current - Variable in class cz.cmc.tcgui.TCMarqueeHandler
Holds the Start and the Current Point
currentFile - Variable in class cz.cmc.tcgui.TCGui
Current file being edited.
currentPoint - Variable in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
Connection target
currentPort - Variable in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
Port to connect to
cz.cmc.tcgui - package cz.cmc.tcgui
 
cz.cmc.tcgui.actions - package cz.cmc.tcgui.actions
 
cz.cmc.tcgui.datadef - package cz.cmc.tcgui.datadef
 
cz.cmc.tcgui.datadef.parser - package cz.cmc.tcgui.datadef.parser
 
cz.cmc.tcgui.dataif - package cz.cmc.tcgui.dataif
 
cz.cmc.tcgui.datamanip - package cz.cmc.tcgui.datamanip
 
cz.cmc.tcgui.io - package cz.cmc.tcgui.io
 

D

DATA_DEFINITION - Static variable in class cz.cmc.tcgui.TCGraphConstants
Maximum size for an autosized cell.
DEFAULT_CHECKER - Static variable in class cz.cmc.tcgui.datadef.TCObject
Default checker
DEFAULT_EXPORTER - Static variable in class cz.cmc.tcgui.datadef.TCClass
Default Class exporter
DEFAULT_EXPORTER - Static variable in class cz.cmc.tcgui.datadef.TCFilter
Default Filter exporter
DEFAULT_EXPORTER - Static variable in class cz.cmc.tcgui.datadef.TCQdisc
Default QDisc exporter
DEFAULT_GENERATOR - Static variable in class cz.cmc.tcgui.datadef.TCClass
Default Class generator.
DEFAULT_GENERATOR - Static variable in class cz.cmc.tcgui.datadef.TCFilter
Default Filter generator
DEFAULT_GENERATOR - Static variable in class cz.cmc.tcgui.datadef.TCQdisc
Default QDisc generator
DataDefinition - interface cz.cmc.tcgui.datadef.DataDefinition.
Interface which defines all methods and their input and output parameters used for transporting necessary Datadef structures based on XML definition files inside gui and export modules.
DataDefinitionContainer - class cz.cmc.tcgui.datadef.DataDefinitionContainer.
Serves as a container for all the Datadef objects created during parsing of XML definition files.
DataDefinitionContainer() - Constructor for class cz.cmc.tcgui.datadef.DataDefinitionContainer
Creates new instance of empty DataDefinitionContainer.
DataDefinitionContainer(ResourceManager) - Constructor for class cz.cmc.tcgui.datadef.DataDefinitionContainer
Creates new instance of DataDefinitionContainer filled with objects accessible through supplied resource manager.
DefaultChecker - class cz.cmc.tcgui.datamanip.DefaultChecker.
Title: class DefaultChecker Description: Default implementation of the Checker interface Copyright: Copyright (c) 2003 Company: CMC Computers
DefaultChecker() - Constructor for class cz.cmc.tcgui.datamanip.DefaultChecker
 
DefaultClassExporter - class cz.cmc.tcgui.datamanip.DefaultClassExporter.
DefaultClassExporter is subclass of AbstractExporter.
DefaultClassExporter() - Constructor for class cz.cmc.tcgui.datamanip.DefaultClassExporter
 
DefaultClassGenerator - class cz.cmc.tcgui.datamanip.DefaultClassGenerator.
Title: class DefaultClassGenerator Description: Default implementation of the class generator Copyright: Copyright (c) 2003 Company: CMC Computers
DefaultClassGenerator() - Constructor for class cz.cmc.tcgui.datamanip.DefaultClassGenerator
 
DefaultEditor - class cz.cmc.tcgui.datamanip.DefaultEditor.
Title: class DefaultEditor Description: Default implementation of Editor for editing AttributeEntries of TCObjects Copyright: Copyright (c) 2003 Company: CMC Computers
DefaultEditor() - Constructor for class cz.cmc.tcgui.datamanip.DefaultEditor
 
DefaultFilterExporter - class cz.cmc.tcgui.datamanip.DefaultFilterExporter.
DefaultFilterExporter is subclass of AbstractExporter.
DefaultFilterExporter() - Constructor for class cz.cmc.tcgui.datamanip.DefaultFilterExporter
 
DefaultFilterGenerator - class cz.cmc.tcgui.datamanip.DefaultFilterGenerator.
Title: class DefaultFilterGenerator Description: default implementation of the Filter Generator Copyright: Copyright (c) 2003 Company: CMC Computers
DefaultFilterGenerator() - Constructor for class cz.cmc.tcgui.datamanip.DefaultFilterGenerator
 
DefaultQDiscExporter - class cz.cmc.tcgui.datamanip.DefaultQDiscExporter.
DefaultQDiscExporter is subclass of AbstractExporter.
DefaultQDiscExporter() - Constructor for class cz.cmc.tcgui.datamanip.DefaultQDiscExporter
 
DefaultQDiscGenerator - class cz.cmc.tcgui.datamanip.DefaultQDiscGenerator.
Title: class DefaultQDiscGenerator Description: Default implementation of the QDisc Generator Copyright: Copyright (c) 2003 Company: CMC Computers
DefaultQDiscGenerator() - Constructor for class cz.cmc.tcgui.datamanip.DefaultQDiscGenerator
 
DefaultResourceManager - class cz.cmc.tcgui.DefaultResourceManager.
Title: Description: Copyright: Copyright (c) 2003 Company: CMC Computers
DefaultResourceManager(ResourceBundle) - Constructor for class cz.cmc.tcgui.DefaultResourceManager
Creates a DefaultResourceManager.
DetachQDisc - class cz.cmc.tcgui.actions.DetachQDisc.
Title: class DetachQDisc Description: Action for detaching selected qdisc(s) from its class(es) Copyright: Copyright (c) 2003 Company: CMC Computers
DetachQDisc(TCGui) - Constructor for class cz.cmc.tcgui.actions.DetachQDisc
 
DetachQDisc(TCGui, String) - Constructor for class cz.cmc.tcgui.actions.DetachQDisc
 
DetachQDisc(TCGui, String, Icon) - Constructor for class cz.cmc.tcgui.actions.DetachQDisc
 
DetachQDiscClass - class cz.cmc.tcgui.actions.DetachQDiscClass.
Title: class DetachQDiscClass Description: action for detaching qdisc(s) attached on selected class(es) Copyright: Copyright (c) 2003 Company: CMC Computers
DetachQDiscClass(TCGui) - Constructor for class cz.cmc.tcgui.actions.DetachQDiscClass
 
DetachQDiscClass(TCGui, String) - Constructor for class cz.cmc.tcgui.actions.DetachQDiscClass
 
DetachQDiscClass(TCGui, String, Icon) - Constructor for class cz.cmc.tcgui.actions.DetachQDiscClass
 
DetachSubclassParent - class cz.cmc.tcgui.actions.DetachSubclassParent.
Title: class DetachSubclassParent Description: action for detaching subclass's parent from selected tc objects Copyright: Copyright (c) 2003 Company: CMC Computers
DetachSubclassParent(TCGui) - Constructor for class cz.cmc.tcgui.actions.DetachSubclassParent
 
DetachSubclassParent(TCGui, String) - Constructor for class cz.cmc.tcgui.actions.DetachSubclassParent
 
DetachSubclassParent(TCGui, String, Icon) - Constructor for class cz.cmc.tcgui.actions.DetachSubclassParent
 
DetachSubclasses - class cz.cmc.tcgui.actions.DetachSubclasses.
Title: class DetachSubclasses Description: action for detaching subclasses from selected tc objects Copyright: Copyright (c) 2003 Company: CMC Computers
DetachSubclasses(TCGui) - Constructor for class cz.cmc.tcgui.actions.DetachSubclasses
 
DetachSubclasses(TCGui, String) - Constructor for class cz.cmc.tcgui.actions.DetachSubclasses
 
DetachSubclasses(TCGui, String, Icon) - Constructor for class cz.cmc.tcgui.actions.DetachSubclasses
 
DisconnectClassMatches - class cz.cmc.tcgui.actions.DisconnectClassMatches.
Title: class DisconnectClassMatches Description: action for disconnecting matching filter element(s) from selected classes Copyright: Copyright (c) 2003 Company: CMC Computers
DisconnectClassMatches(TCGui) - Constructor for class cz.cmc.tcgui.actions.DisconnectClassMatches
 
DisconnectClassMatches(TCGui, String) - Constructor for class cz.cmc.tcgui.actions.DisconnectClassMatches
 
DisconnectClassMatches(TCGui, String, Icon) - Constructor for class cz.cmc.tcgui.actions.DisconnectClassMatches
 
DisconnectFilterMatch - class cz.cmc.tcgui.actions.DisconnectFilterMatch.
Title: class DisconnectFilterMatch Description: action for disconnecting matching class(es) from filter element(s) Copyright: Copyright (c) 2003 Company: CMC Computers
DisconnectFilterMatch(TCGui) - Constructor for class cz.cmc.tcgui.actions.DisconnectFilterMatch
 
DisconnectFilterMatch(TCGui, String) - Constructor for class cz.cmc.tcgui.actions.DisconnectFilterMatch
 
DisconnectFilterMatch(TCGui, String, Icon) - Constructor for class cz.cmc.tcgui.actions.DisconnectFilterMatch
 
dataDefinitionTCObject - Variable in class cz.cmc.tcgui.datamanip.DefaultEditor
 
dataSinkOutputStream - Static variable in class cz.cmc.tcgui.actions.TestSchemaExportTC
Data sink (aka /dev/null).
ddTCO - Variable in class cz.cmc.tcgui.datamanip.AbstractExporter
datadef.TCObject of given 'tco' tcgui.TCObject
debugSets() - Method in class cz.cmc.tcgui.datadef.Tester
 
defaultLabelPosition - Static variable in class cz.cmc.tcgui.TCEdge
 
defaultPoints - Static variable in class cz.cmc.tcgui.TCEdge
 
description - Variable in class cz.cmc.tcgui.actions.AbstractFileAction.TCFileFilter
Description of the file format.
description - Variable in class cz.cmc.tcgui.datadef.TCEntry
Description of the entry.
detachAllSubclasses(SubclassableTCObject) - Method in class cz.cmc.tcgui.TCEditor
Dettaches all subclasses of the given SubclassableTCObject.
detachAllSubclasses(SubclassableTCObject) - Method in interface cz.cmc.tcgui.dataif.TCImport
Dettaches all subclasses of the given SubclassableTCObject.
detachFilter(Filter) - Method in class cz.cmc.tcgui.TCEditor
Removes the Filter from its FilterContainer
detachFilter(Filter) - Method in interface cz.cmc.tcgui.dataif.TCImport
Removes the Filter from its FilterContainer
detachFilterElement(FilterElement) - Method in class cz.cmc.tcgui.TCEditor
Removes the FilterElement from its Filter
detachFilterElement(FilterElement) - Method in interface cz.cmc.tcgui.dataif.TCImport
Removes the FilterElement from its Filter
detachQDisc(Class) - Method in class cz.cmc.tcgui.TCEditor
Detaches the QDisc attached to the given Class.
detachQDisc(QDisc) - Method in class cz.cmc.tcgui.TCEditor
Detaches the given QDisc from the Class it is attached on.
detachQDisc(Class) - Method in interface cz.cmc.tcgui.dataif.TCImport
Detaches the QDisc attached to the given Class.
detachQDisc(QDisc) - Method in interface cz.cmc.tcgui.dataif.TCImport
Detaches the given QDisc from the Class it is attached on.
detachSubclass(Class) - Method in class cz.cmc.tcgui.TCEditor
Detaches the given class from its parent SubclassableTCObject.
detachSubclass(Class) - Method in interface cz.cmc.tcgui.dataif.TCImport
Detaches the given class from its parent SubclassableTCObject.
determineOffset(JGraph, Object, boolean) - Method in class cz.cmc.tcgui.TCObjectView.TCObjectEditor
Overriden method to get offsets and editingIcon
device - Variable in class cz.cmc.tcgui.TCEditor
Name of the network device this schema stands for
deviceTextField - Variable in class cz.cmc.tcgui.TCGui
 
dialog(boolean, String, String, String) - Method in class cz.cmc.tcgui.actions.AbstractFileAction
Opens a dialog and return the filename.
disconnectChild(TCObject) - Method in class cz.cmc.tcgui.TCEditor
Separates child from its parent
disconnectFilterMatch(FilterElement) - Method in class cz.cmc.tcgui.TCEditor
Disconnects the FilterElement from the matching Class counterpart
disconnectFilterMatch(FilterElement) - Method in interface cz.cmc.tcgui.dataif.TCImport
Disconnects the FilterElement from the matching Class counterpart
disconnectFilterMatches(Class) - Method in class cz.cmc.tcgui.TCEditor
Disconnects the Class from matching FilterElements.
disconnectFilterMatches(Class) - Method in interface cz.cmc.tcgui.dataif.TCImport
Disconnects the Class from matching FilterElements.
dragged - Variable in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
 
drawed - Variable in class cz.cmc.tcgui.FilterElementView.FilterElementHandle
Drawed position for inserting element.
drawed - Variable in class cz.cmc.tcgui.FilterView.FilterHandle
Drawed position for inserting element.

E

Editor - interface cz.cmc.tcgui.datamanip.Editor.
Title: interface Editor Description: Interface for editing AttributeEntries of TCObjects Copyright: Copyright (c) 2003 Company: CMC Computers
EditorTester - class cz.cmc.tcgui.datamanip.EditorTester.
 
EditorTester(String) - Constructor for class cz.cmc.tcgui.datamanip.EditorTester
 
ExportException - exception cz.cmc.tcgui.dataif.ExportException.
ExportException is direct descendant of Exception and is meant to be thrown if error occurs during scheme export from gui into OutputStreams.
ExportException(String) - Constructor for class cz.cmc.tcgui.dataif.ExportException
 
Exporter - interface cz.cmc.tcgui.datamanip.Exporter.
Title: interface Exporter Description: Interface for exporting TCObjects into OutputStreams Copyright: Copyright (c) 2003 Company: CMC Computers
edges - Variable in class cz.cmc.tcgui.TCPort
Edges that are connected to the port
edges() - Method in class cz.cmc.tcgui.TCPort
Returns an iterator of the edges connected to the port.
editor - Variable in class cz.cmc.tcgui.datadef.TCObject
Editor for this TCObject definition
equals(Object) - Method in class cz.cmc.tcgui.TCGraphConstants.NullDataDefTCObject
 
equals(Object) - Method in class cz.cmc.tcgui.TCGraphConstants.NullObject
 
equals(Object) - Method in class cz.cmc.tcgui.TCGraphSelectionModel.TCHierarchyComparator
Comparing comparator with an another one
equals(Object) - Method in class cz.cmc.tcgui.datadef.AttributeEntryInstance
Compare two AttributeEntryInstances
equals(Object) - Method in class cz.cmc.tcgui.datadef.AttributeGroup.AttributeEntryComparator
Comparing the comparator with an another one
equals(Object) - Method in class cz.cmc.tcgui.datadef.AttributeGroup.AttributeSetPriorityComparator
Comparing the comparator with an another one
exp - Variable in class cz.cmc.tcgui.io.SchemaImporterXML
 
export(TCExport, TCObject) - Method in class cz.cmc.tcgui.datamanip.AbstractExporter
Subclasses should implement this to add their specialized export functionality and append Strings for export to 'tcCmd' and 'tcCmt' StringBuffers.
export(TCExport, TCObject) - Method in class cz.cmc.tcgui.datamanip.DefaultClassExporter
Performs specific export operations for export of a class.
export(TCExport, TCObject) - Method in class cz.cmc.tcgui.datamanip.DefaultFilterExporter
Performs specific export operations for export of a filter including its elements.
export(TCExport, TCObject) - Method in class cz.cmc.tcgui.datamanip.DefaultQDiscExporter
Performs specific export operations for export of a qdisc.
exportAction - Variable in class cz.cmc.tcgui.TCGui
Actions
exportAttributeEntry(Map, AttributeEntry, TCObject) - Method in class cz.cmc.tcgui.datamanip.AbstractExporter
Exports given AttributeEntry into 'tcCmd' and 'tcCmt' StringBuffers.
exportAttributeGroup(Map, AttributeGroup, TCObject) - Method in class cz.cmc.tcgui.datamanip.AbstractExporter
Exports AttributeEntries within given AttributeGroup into 'tcCmd' and 'tcCmt' StringBuffers.
exportHandle(Map, TCObject, String, TCObject) - Method in class cz.cmc.tcgui.datamanip.AbstractExporter
Searches root AttributeGroup for handle specified by given String (usually "classid" or "handle") and exports its value into 'tcCmd' StringBuffer.
exportParentHandle(String, TCObject) - Method in class cz.cmc.tcgui.datamanip.AbstractExporter
Searches parent's root AttributeGroup for handle specified by given String (usually "classid" or "handle") and exports its value into 'tcCmd' StringBuffer.
exportSchema(OutputStream, TCExport) - Method in interface cz.cmc.tcgui.dataif.SchemaExporter
Export the schema into the given output stream.
exportSchema(OutputStream, TCExport) - Method in class cz.cmc.tcgui.io.SchemaExporterTC
 
exportSchema(OutputStream, TCExport) - Method in class cz.cmc.tcgui.io.SchemaExporterXML
 
exportSchemaTCAction - Variable in class cz.cmc.tcgui.TCGui
Actions
exportTCObject(OutputStream, TCExport, TCObject) - Method in class cz.cmc.tcgui.datamanip.AbstractExporter
 
exportTCObject(OutputStream, TCExport, TCObject) - Method in interface cz.cmc.tcgui.datamanip.Exporter
Exports the TCObject into given OutputStream
exportTestAction - Variable in class cz.cmc.tcgui.TCGui
Actions
exporter - Variable in class cz.cmc.tcgui.datadef.TCObject
Exporter for this TCObject definition
extension - Variable in class cz.cmc.tcgui.actions.AbstractFileAction.TCFileFilter
Extension of the file format.

F

FILTER_ELEMENT_INPUT_HANDLE_HEIGHT - Static variable in class cz.cmc.tcgui.TCGraph
Indices of handle sizes
FILTER_ELEMENT_INPUT_HANDLE_WIDTH - Static variable in class cz.cmc.tcgui.TCGraph
Indices of handle sizes
FILTER_ENTRY_INDEX - Static variable in class cz.cmc.tcgui.TCGraphConstants
index of a filter entry.
FILTER_HEAD_INPUT_HANDLE_HEIGHT - Static variable in class cz.cmc.tcgui.TCGraph
Indices of handle sizes
FILTER_HEAD_INPUT_HANDLE_WIDTH - Static variable in class cz.cmc.tcgui.TCGraph
Indices of handle sizes
FILTER_MATCH_HANDLE_HEIGHT - Static variable in class cz.cmc.tcgui.TCGraph
Indices of handle sizes
FILTER_MATCH_HANDLE_WIDTH - Static variable in class cz.cmc.tcgui.TCGraph
Indices of handle sizes
FILTER_MATCH_ROUTING - Static variable in class cz.cmc.tcgui.TCEdgeView
 
FILTER_OUTPUT_HANDLE_HEIGHT - Static variable in class cz.cmc.tcgui.TCGraph
Indices of handle sizes
FILTER_OUTPUT_HANDLE_WIDTH - Static variable in class cz.cmc.tcgui.TCGraph
Indices of handle sizes
FILTER_PRIORITY - Static variable in class cz.cmc.tcgui.TCGraphConstants
Priority of a filter.
Filter - class cz.cmc.tcgui.Filter.
Title: class Filter Description: Filter represents specification of the filter (which in turn contains filter elements) Copyright: Copyright (c) 2003 Company: CMC Computers
Filter() - Constructor for class cz.cmc.tcgui.Filter
 
Filter(Object) - Constructor for class cz.cmc.tcgui.Filter
 
FilterChainEdge - class cz.cmc.tcgui.FilterChainEdge.
Title: class FilterChainEdge Description: Edge for creating filter entry chains Copyright: Copyright (c) 2003 Company: CMC Computers
FilterChainEdge() - Constructor for class cz.cmc.tcgui.FilterChainEdge
 
FilterChainEdge(Object) - Constructor for class cz.cmc.tcgui.FilterChainEdge
 
FilterChainEdge(Object, boolean) - Constructor for class cz.cmc.tcgui.FilterChainEdge
 
FilterContainer - interface cz.cmc.tcgui.FilterContainer.
Title: interface FilterContainer Description: interface to be implemented by TCObjects that may contain filters Copyright: Copyright (c) 2003 Company: CMC Computers
FilterElement - class cz.cmc.tcgui.FilterElement.
Title: class FilterElement Description: Filter element represent a rule of a specific filter Copyright: Copyright (c) 2003 Company: CMC Computers
FilterElement() - Constructor for class cz.cmc.tcgui.FilterElement
 
FilterElement(Object) - Constructor for class cz.cmc.tcgui.FilterElement
 
FilterElementInputPort - class cz.cmc.tcgui.FilterElementInputPort.
Title: class FilterElementInputPort Description: Input port for filter elements Copyright: Copyright (c) 2003 Company: CMC Computers
FilterElementInputPort() - Constructor for class cz.cmc.tcgui.FilterElementInputPort
 
FilterElementInputPort(Object) - Constructor for class cz.cmc.tcgui.FilterElementInputPort
 
FilterElementInputPort(Object, Port) - Constructor for class cz.cmc.tcgui.FilterElementInputPort
 
FilterElementOutputPort - class cz.cmc.tcgui.FilterElementOutputPort.
Title: Class FilterOutputPort Description: Output port for creating filter chains from FilterElements Copyright: Copyright (c) 2003 Company: CMC Computers
FilterElementOutputPort() - Constructor for class cz.cmc.tcgui.FilterElementOutputPort
 
FilterElementOutputPort(Object) - Constructor for class cz.cmc.tcgui.FilterElementOutputPort
 
FilterElementOutputPort(Object, Port) - Constructor for class cz.cmc.tcgui.FilterElementOutputPort
 
FilterElementView - class cz.cmc.tcgui.FilterElementView.
Title: class FilterElementView Description: Graph view of filter heads Copyright: Copyright (c) 2003 Company: CMC Computers
FilterElementView(Object, TCGraph, CellMapper) - Constructor for class cz.cmc.tcgui.FilterElementView
Creates new FilterElementView
FilterElementView.FilterElementEditor - class cz.cmc.tcgui.FilterElementView.FilterElementEditor.
In-place editor.
FilterElementView.FilterElementEditor(GraphCellEditor) - Constructor for class cz.cmc.tcgui.FilterElementView.FilterElementEditor
Creates new FilterElementEditor with the real editor editor.
FilterElementView.FilterElementEditor() - Constructor for class cz.cmc.tcgui.FilterElementView.FilterElementEditor
Creates new FilterElementEditor with the default real editor.
FilterElementView.FilterElementHandle - class cz.cmc.tcgui.FilterElementView.FilterElementHandle.
Title: class FilterElementHandle Description: Handle for filter elements.
FilterElementView.FilterElementHandle(GraphContext) - Constructor for class cz.cmc.tcgui.FilterElementView.FilterElementHandle
Constructs new FilterElementHandle
FilterElementView.FilterElementRenderer - class cz.cmc.tcgui.FilterElementView.FilterElementRenderer.
Filter head view renderer.
FilterElementView.FilterElementRenderer() - Constructor for class cz.cmc.tcgui.FilterElementView.FilterElementRenderer
 
FilterEntry - class cz.cmc.tcgui.FilterEntry.
Title: FilterEntry Description: class representing traffic filters and the appropriate graph cell model Copyright: Copyright (c) 2003 Company: CMC Computers
FilterEntry() - Constructor for class cz.cmc.tcgui.FilterEntry
Create a new traffic filter using defaults.
FilterEntry(Object) - Constructor for class cz.cmc.tcgui.FilterEntry
Create a new traffic filter using specified user object and defaults otherwise.
FilterEntryView - class cz.cmc.tcgui.FilterEntryView.
Title: FilterEntryView Description: Class providing view of traffic filter cells.
FilterEntryView(Object, TCGraph, CellMapper) - Constructor for class cz.cmc.tcgui.FilterEntryView
Creates new FilterView for the cell.
FilterEntryView.FilterEntryEditor - class cz.cmc.tcgui.FilterEntryView.FilterEntryEditor.
In-place editor.
FilterEntryView.FilterEntryEditor(GraphCellEditor) - Constructor for class cz.cmc.tcgui.FilterEntryView.FilterEntryEditor
Creates new FilterEditor with the real editor editor.
FilterEntryView.FilterEntryEditor() - Constructor for class cz.cmc.tcgui.FilterEntryView.FilterEntryEditor
Creates new FilterEditor with the default real editor.
FilterEntryView.FilterEntryHandle - class cz.cmc.tcgui.FilterEntryView.FilterEntryHandle.
Title: Class FilterEntryHandle Description: Handle for FilterEntries.
FilterEntryView.FilterEntryHandle(GraphContext) - Constructor for class cz.cmc.tcgui.FilterEntryView.FilterEntryHandle
Constructs new FilterEntryHandle
FilterEntryView.FilterEntryRenderer - class cz.cmc.tcgui.FilterEntryView.FilterEntryRenderer.
Renderer class for Filter views
FilterEntryView.FilterEntryRenderer() - Constructor for class cz.cmc.tcgui.FilterEntryView.FilterEntryRenderer
Creates the renderer.
FilterInputPort - class cz.cmc.tcgui.FilterInputPort.
Title: class FilterInputPort Description: Input port of FilterEntries Copyright: Copyright (c) 2003 Company: CMC Computers
FilterInputPort() - Constructor for class cz.cmc.tcgui.FilterInputPort
 
FilterInputPort(Object) - Constructor for class cz.cmc.tcgui.FilterInputPort
 
FilterInputPort(Object, Port) - Constructor for class cz.cmc.tcgui.FilterInputPort
 
FilterMatchEdge - class cz.cmc.tcgui.FilterMatchEdge.
Title: class FilterMatchEdge Description: Edge for connecting matching filter elements with target classes Copyright: Copyright (c) 2003 Company: CMC Computers
FilterMatchEdge() - Constructor for class cz.cmc.tcgui.FilterMatchEdge
 
FilterMatchEdge(Object) - Constructor for class cz.cmc.tcgui.FilterMatchEdge
 
FilterMatchEdge(Object, boolean) - Constructor for class cz.cmc.tcgui.FilterMatchEdge
 
FilterMatchPort - class cz.cmc.tcgui.FilterMatchPort.
Title: Description: Copyright: Copyright (c) 2003 Company: CMC Computers
FilterMatchPort() - Constructor for class cz.cmc.tcgui.FilterMatchPort
 
FilterMatchPort(Object) - Constructor for class cz.cmc.tcgui.FilterMatchPort
 
FilterMatchPort(Object, Port) - Constructor for class cz.cmc.tcgui.FilterMatchPort
 
FilterOutputPort - class cz.cmc.tcgui.FilterOutputPort.
Title: Class FilterOutputPort Description: Output port for creating filter chains from FilterEntries Copyright: Copyright (c) 2003 Company: CMC Computers
FilterOutputPort() - Constructor for class cz.cmc.tcgui.FilterOutputPort
 
FilterOutputPort(Object) - Constructor for class cz.cmc.tcgui.FilterOutputPort
 
FilterOutputPort(Object, Port) - Constructor for class cz.cmc.tcgui.FilterOutputPort
 
FilterPanel - class cz.cmc.tcgui.datamanip.FilterPanel.
Title: Description: Copyright: Copyright (c) 2003 Company: CMC Computers
FilterPanel(Map) - Constructor for class cz.cmc.tcgui.datamanip.FilterPanel
 
FilterView - class cz.cmc.tcgui.FilterView.
Title: class FilterView Description: Graph view of filter heads Copyright: Copyright (c) 2003 Company: CMC Computers
FilterView(Object, TCGraph, CellMapper) - Constructor for class cz.cmc.tcgui.FilterView
Creates new FilterView
FilterView.FilterEditor - class cz.cmc.tcgui.FilterView.FilterEditor.
In-place editor.
FilterView.FilterEditor(GraphCellEditor) - Constructor for class cz.cmc.tcgui.FilterView.FilterEditor
Creates new FilterEditor with the real editor editor.
FilterView.FilterEditor() - Constructor for class cz.cmc.tcgui.FilterView.FilterEditor
Creates new FilterEditor with the default real editor.
FilterView.FilterHandle - class cz.cmc.tcgui.FilterView.FilterHandle.
Title: class FilterHandle Description: Handle for filter heads.
FilterView.FilterHandle(GraphContext) - Constructor for class cz.cmc.tcgui.FilterView.FilterHandle
Constructs new FilterHandle
FilterView.FilterRenderer - class cz.cmc.tcgui.FilterView.FilterRenderer.
Filter head view renderer.
FilterView.FilterRenderer() - Constructor for class cz.cmc.tcgui.FilterView.FilterRenderer
 
filterEditor - Static variable in class cz.cmc.tcgui.FilterView
QDiscs' title editor, created lazily.
filterElementEditor - Static variable in class cz.cmc.tcgui.FilterElementView
QDiscs' title editor, created lazily.
filterElementIcon - Static variable in class cz.cmc.tcgui.FilterElementView
The icon of this kind of FilterElement, should be set lazily since resource managers may not be set properly at the time of class loading.
filterElementRenderer - Static variable in class cz.cmc.tcgui.FilterElementView
Classless QDisc renderer, created lazily by the superclass using the createQDiscRenderer() method.
filterIcon - Static variable in class cz.cmc.tcgui.FilterView
The icon of this kind of FilterElement, should be set lazily since resource managers may not be set properly at the time of class loading.
filterRenderer - Static variable in class cz.cmc.tcgui.FilterView
Classless QDisc renderer, created lazily by the superclass using the createQDiscRenderer() method.
findLeafTCObjectView(CellView, Point) - Method in class cz.cmc.tcgui.TCEditor
Returns CellView that to be selected for given point
findLeafTCObjectView(CellView[], Point) - Method in class cz.cmc.tcgui.TCEditor
Returns CellView that is to be selected for given point.
findViewForPoint(Point) - Method in class cz.cmc.tcgui.TCGraphUI.TCRootHandle
Find view for given point when there is too much handles
fireTCEditorEvent(TCEditorEvent, String) - Method in class cz.cmc.tcgui.TCEditor
fires TCEditorEvent
firstDrag - Variable in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
 
firstOverlayInvocation - Variable in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
 
firstPoint - Variable in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
Point when the connecting started
firstPort - Variable in class cz.cmc.tcgui.TCMarqueeHandler
Holds the First and the Current Port
firstPort - Variable in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
Port being connected
flush() - Method in class cz.cmc.tcgui.actions.TestSchemaExportTC.DataSinkOutputStream
 
focusGained(FocusEvent) - Method in class cz.cmc.tcgui.datamanip.AttributeTypeFloatTextField
 
focusGained(FocusEvent) - Method in class cz.cmc.tcgui.datamanip.AttributeTypeIntTextField
 
focusGained(FocusEvent) - Method in class cz.cmc.tcgui.datamanip.AttributeTypeSetList
 
focusGained(FocusEvent) - Method in class cz.cmc.tcgui.datamanip.AttributeTypeStringTextField
 
focusGained(FocusEvent) - Method in class cz.cmc.tcgui.datamanip.AttributeTypeVariantTextField
 
focusLost(FocusEvent) - Method in class cz.cmc.tcgui.datamanip.AttributeTypeFloatTextField
 
focusLost(FocusEvent) - Method in class cz.cmc.tcgui.datamanip.AttributeTypeIntTextField
 
focusLost(FocusEvent) - Method in class cz.cmc.tcgui.datamanip.AttributeTypeSetList
 
focusLost(FocusEvent) - Method in class cz.cmc.tcgui.datamanip.AttributeTypeStringTextField
 
focusLost(FocusEvent) - Method in class cz.cmc.tcgui.datamanip.AttributeTypeVariantTextField
 
freeTCObjectID - Variable in class cz.cmc.tcgui.TCEditor
TCObject ID generator.

G

Generator - interface cz.cmc.tcgui.datamanip.Generator.
Title: interface Generator Description: Interface for passing attribute changes to TCObjects Copyright: Copyright (c) 2003 Company: CMC Computers
generateClassID(TCImport, TCExport, Class, Map) - Method in class cz.cmc.tcgui.datamanip.DefaultClassGenerator
 
generated - Variable in class cz.cmc.tcgui.datadef.AttributeEntry
The 'generated' flag
generator - Variable in class cz.cmc.tcgui.datadef.TCObject
Generator for this TCObject definition
getATComponent(Object) - Method in class cz.cmc.tcgui.datamanip.AttributeInstancePanel
 
getAllFilterContainers() - Method in class cz.cmc.tcgui.TCEditor
 
getAllFilters() - Method in class cz.cmc.tcgui.TCEditor
 
getAllFilters() - Method in interface cz.cmc.tcgui.datadef.DataDefinition
Returns List containing instances of TCFilter representing all supported filters.
getAllFilters() - Method in class cz.cmc.tcgui.datadef.DataDefinitionContainer
Returns Map containing instances of TCFilter representing all supported filters.
getAllQdiscs() - Method in interface cz.cmc.tcgui.datadef.DataDefinition
Returns List containing instances of TCQdisc representing all supported qdiscs.
getAllQdiscs() - Method in class cz.cmc.tcgui.datadef.DataDefinitionContainer
Returns Map containing instances of TCQdisc representing all supported qdiscs.
getAncestorClassfulQDisc(Class) - Method in class cz.cmc.tcgui.TCEditor
Returns classfull qdisc which is (possibly indirect) parent of the given Class.
getAncestorClassfulQDisc(Class) - Method in interface cz.cmc.tcgui.dataif.TCExport
Returns classfull qdisc which is (possibly indirect) parent of the given Class.
getAnchor() - Method in class cz.cmc.tcgui.TCPort
Returns the anchor of this port.
getAttachedQDisc(Class) - Method in class cz.cmc.tcgui.TCEditor
Returns QDisc attached to the given class. Returns null if the class is not leaf or if there is no QDisc attached.
getAttachedQDisc(Class) - Method in interface cz.cmc.tcgui.dataif.TCExport
Returns QDisc attached to the given class.
getAttributeEntry() - Method in class cz.cmc.tcgui.datadef.AttributeEntryInstance
 
getAttributeEntry() - Method in class cz.cmc.tcgui.datadef.TCObject
Returns the attributeEntry of this TCObject.
getAttributeEntryForID(String) - Method in class cz.cmc.tcgui.datadef.AttributeGroup
Get attribute entry with the given ID from the AttributeGroup
getAttributeEntryInstance() - Method in interface cz.cmc.tcgui.datamanip.AttributeTypeComponent
 
getAttributeEntryInstance() - Method in class cz.cmc.tcgui.datamanip.AttributeTypeFloatTextField
 
getAttributeEntryInstance() - Method in class cz.cmc.tcgui.datamanip.AttributeTypeIntTextField
 
getAttributeEntryInstance() - Method in class cz.cmc.tcgui.datamanip.AttributeTypeSetComboBox
 
getAttributeEntryInstance() - Method in class cz.cmc.tcgui.datamanip.AttributeTypeSetList
 
getAttributeEntryInstance() - Method in class cz.cmc.tcgui.datamanip.AttributeTypeStringTextField
 
getAttributeEntryInstance() - Method in class cz.cmc.tcgui.datamanip.AttributeTypeVariantTextField
 
getChangeMap() - Method in class cz.cmc.tcgui.datamanip.AttributeEntryInstancePanel
Returns the values which were changed by user.
getChangeMap() - Method in class cz.cmc.tcgui.datamanip.AttributeEntryPanel
 
getChangeMap() - Method in class cz.cmc.tcgui.datamanip.AttributeGroupInstancePanel
 
getChangeMap() - Method in class cz.cmc.tcgui.datamanip.AttributeInstancePanel
 
getChangeMap() - Method in class cz.cmc.tcgui.datamanip.DefaultEditor
 
getChangeMap() - Method in class cz.cmc.tcgui.datamanip.FilterPanel
 
getChecker() - Method in class cz.cmc.tcgui.datadef.TCObject
 
getChild(int) - Method in class cz.cmc.tcgui.datadef.parser.Children
 
getClass(int) - Method in class cz.cmc.tcgui.datadef.TCQdisc
Returns one TCClass from list of all alowed subclasses.
getClassMatch(FilterElement) - Method in class cz.cmc.tcgui.TCEditor
Get Class matching the given FilterElement
getClassMatch(FilterElement) - Method in interface cz.cmc.tcgui.dataif.TCExport
Get Class matching the given FilterElement
getClassMatchPort() - Method in class cz.cmc.tcgui.Class
 
getClasses() - Method in class cz.cmc.tcgui.datadef.TCQdisc
Returns Vector containing all TCClasses which are allowed to be a subclass of this Qdisc.
getContainerInsets() - Method in class cz.cmc.tcgui.ClassView
Returns insets fo the container view.
getContainerInsets() - Method in class cz.cmc.tcgui.ClassfulQDiscView
Returns insets fo the container view.
getContainerInsets() - Method in class cz.cmc.tcgui.FilterView
Returns insets fo the container view.
getContainerInsets() - Method in interface cz.cmc.tcgui.TCObjectViewContainer
Returns insets fo the container view.
getCount() - Method in class cz.cmc.tcgui.TCGraphSelectionModel.TCHierarchyHeapEntry
 
getCurrentEditor() - Method in class cz.cmc.tcgui.TCGui
Returns the currently active editor.
getCurrentFile() - Method in class cz.cmc.tcgui.TCGui
Gets the file being currently edited.
getDataDefinition() - Method in class cz.cmc.tcgui.TCEditor
Get DataDefinition instance which defines TCObjects and their attributes
getDataDefinition(Map) - Static method in class cz.cmc.tcgui.TCGraphConstants
Returns the data definition object.
getDataDefinition(TCObject) - Static method in class cz.cmc.tcgui.TCGraphConstants
Abbrevation for getting datadefinition from TCObject's attributes.
getDataDefinition() - Method in class cz.cmc.tcgui.TCGui
Get DataDefinition instance which defines TCObjects and their attributes
getDataDefinition() - Method in interface cz.cmc.tcgui.dataif.TCExport
Get DataDefinition instance which defines TCObjects and their attributes
getDefaultClassName() - Method in class cz.cmc.tcgui.TCEditor
Returns incremental identifiers for newly created queuing disciplines.
getDefaultFilterElementName() - Method in class cz.cmc.tcgui.TCEditor
Returns incremental identifiers for newly created filter elements.
getDefaultFilterName() - Method in class cz.cmc.tcgui.TCEditor
Returns incremental identifiers for newly created filter heads.
getDefaultQDiscName() - Method in class cz.cmc.tcgui.TCEditor
Returns incremental identifiers for newly created queuing disciplines.
getDefaultResourceManager() - Static method in class cz.cmc.tcgui.DefaultResourceManager
 
getDescription() - Method in class cz.cmc.tcgui.actions.AbstractFileAction.TCFileFilter
Returns the description.
getDescription() - Method in class cz.cmc.tcgui.datadef.TCEntry
Returns the description of the entry.
getDevice() - Method in class cz.cmc.tcgui.TCEditor
 
getDevice() - Method in class cz.cmc.tcgui.TCGui
Returns the filled in device name.
getDevice() - Method in interface cz.cmc.tcgui.dataif.TCExport
 
getEdges() - Method in class cz.cmc.tcgui.TCPort
Returns the anchor of this port.
getEditingIcon() - Method in class cz.cmc.tcgui.ClassView.ClassEditor
Get editing icon for this class
getEditingIcon() - Method in class cz.cmc.tcgui.ClassfulQDiscView.ClassfulQDiscEditor
Get editing icon for this class
getEditingIcon() - Method in class cz.cmc.tcgui.ClasslessQDiscView.ClasslessQDiscEditor
Get editing iconfor this class
getEditingIcon() - Method in class cz.cmc.tcgui.FilterElementView.FilterElementEditor
Get editing icon for this class For subclassers
getEditingIcon() - Method in class cz.cmc.tcgui.FilterEntryView.FilterEntryEditor
Get editing icon for this class For subclassers
getEditingIcon() - Method in class cz.cmc.tcgui.FilterView.FilterEditor
Get editing icon for this class For subclassers
getEditingIcon() - Method in class cz.cmc.tcgui.QDiscView.QDiscEditor
Get editing icon (for subclassers)
getEditingIcon() - Method in class cz.cmc.tcgui.TCObjectView.TCObjectEditor
Get editing icon (for subclassers)
getEditor() - Method in class cz.cmc.tcgui.ClassView
Sets up and returns inline editor of the cell.
getEditor() - Method in class cz.cmc.tcgui.ClassfulQDiscView
Sets up and returns inline editor of the cell.
getEditor() - Method in class cz.cmc.tcgui.ClasslessQDiscView
Returns the editor for this qdisc type.
getEditor() - Method in class cz.cmc.tcgui.FilterElementView
Returns the editor for this qdisc type.
getEditor() - Method in class cz.cmc.tcgui.FilterEntryView
Returns the editor for given component
getEditor() - Method in class cz.cmc.tcgui.FilterView
Returns the editor for this qdisc type.
getEditor() - Method in class cz.cmc.tcgui.QDiscView
Returns the editor for given component
getEditor() - Method in class cz.cmc.tcgui.TCObjectView
Returns the editor for given component
getEditor() - Method in class cz.cmc.tcgui.datadef.TCObject
 
getEditorComponent(TCExport, TCObject) - Method in class cz.cmc.tcgui.datamanip.DefaultEditor
Create and return top editor component for editing given TCObject.
getEditorComponent(TCExport, TCObject) - Method in interface cz.cmc.tcgui.datamanip.Editor
Create and return top editor component for editing given TCObject.
getExporter() - Method in class cz.cmc.tcgui.datadef.TCObject
 
getFilter(FilterElement) - Method in class cz.cmc.tcgui.TCEditor
Returns filter the filter element is in.
getFilter(String) - Method in interface cz.cmc.tcgui.datadef.DataDefinition
Returns TCFilter instance representing filter with tc name 'name' from all supported filters.
getFilter(String) - Method in class cz.cmc.tcgui.datadef.DataDefinitionContainer
Returns TCFilter instance representing filter with tc name 'name' from all supported filters.
getFilter(FilterElement) - Method in interface cz.cmc.tcgui.dataif.TCExport
Returns filter the filter element is in.
getFilterAt(int) - Method in interface cz.cmc.tcgui.datadef.DataDefinition
Returns TCFilter instance representing filter at position 'index' in the list of all supported filters.
getFilterAt(int) - Method in class cz.cmc.tcgui.datadef.DataDefinitionContainer
Returns TCFilter instance representing filter at position 'index' in the list of all supported filters.
getFilterContainer(Filter) - Method in class cz.cmc.tcgui.TCEditor
Returns filter container the filter is in.
getFilterContainer(Filter) - Method in interface cz.cmc.tcgui.dataif.TCExport
Returns filter container the filter is in.
getFilterCount() - Method in interface cz.cmc.tcgui.datadef.DataDefinition
Returns number of supported filters.
getFilterCount() - Method in class cz.cmc.tcgui.datadef.DataDefinitionContainer
Returns number of supported filters.
getFilterElementInputPort() - Method in class cz.cmc.tcgui.FilterElement
 
getFilterElements(Filter) - Method in class cz.cmc.tcgui.TCEditor
Returns filter elements in the given filter.
getFilterElements(Filter) - Method in interface cz.cmc.tcgui.dataif.TCExport
Returns filter elements in the given filter.
getFilterInputPort() - Method in class cz.cmc.tcgui.Filter
 
getFilterMatch(Class) - Method in class cz.cmc.tcgui.TCEditor
Get FilterElement matching the given Class
getFilterMatch(Class) - Method in interface cz.cmc.tcgui.dataif.TCExport
Get FilterElements matching the given Class
getFilterMatchPort() - Method in class cz.cmc.tcgui.FilterElement
 
getFilterName(Map) - Static method in class cz.cmc.tcgui.TCGraphConstants
Returns the name of the queuing disciplne type.
getFilterPriority(Map) - Static method in class cz.cmc.tcgui.TCGraphConstants
Returns the priority of the filter.
getFilters(FilterContainer) - Method in class cz.cmc.tcgui.TCEditor
Return filters attached to the given FilterContainer (ClassfulQDisc or Class) in the correct order.
getFilters(FilterContainer) - Method in interface cz.cmc.tcgui.dataif.TCExport
Return filters attached to the given FilterContainer (ClassfulQDisc or Class) in the correct order.
getGenerated() - Method in class cz.cmc.tcgui.datadef.AttributeEntry
Checks whether this AttributeEntry is generated.
getGenerator() - Method in class cz.cmc.tcgui.datadef.TCObject
 
getGraph() - Method in class cz.cmc.tcgui.TCEditor
 
getHandle(GraphContext) - Method in class cz.cmc.tcgui.ClassView
 
getHandle(GraphContext) - Method in class cz.cmc.tcgui.ClassfulQDiscView
 
getHandle(GraphContext) - Method in class cz.cmc.tcgui.ClasslessQDiscView
 
getHandle(GraphContext) - Method in class cz.cmc.tcgui.FilterElementView
 
getHandle(GraphContext) - Method in class cz.cmc.tcgui.FilterEntryView
 
getHandle(GraphContext) - Method in class cz.cmc.tcgui.FilterView
 
getHandle(GraphContext) - Method in class cz.cmc.tcgui.QDiscView
 
getHandle(GraphContext) - Method in class cz.cmc.tcgui.TCEdgeView
getHandle(GraphContext) - Method in class cz.cmc.tcgui.TCObjectView
 
getHandleSize(int) - Method in class cz.cmc.tcgui.TCGraph
Returns handle size with the given index
getID() - Method in class cz.cmc.tcgui.TCObject
Returns id of the TCObject.
getID() - Method in class cz.cmc.tcgui.datadef.TCEntry
Returns TCEntry's id (may be empty string)
getIcon() - Method in class cz.cmc.tcgui.ClassView
Returns the icon of the TCObject.
getIcon() - Method in class cz.cmc.tcgui.ClassfulQDiscView
Gets the static icon of this QDisc class.
getIcon() - Method in class cz.cmc.tcgui.ClasslessQDiscView
Gets the static icon of this QDisc class.
getIcon() - Method in class cz.cmc.tcgui.FilterElementView
Gets the static icon of this QDisc class.
getIcon() - Method in class cz.cmc.tcgui.FilterView
Gets the static icon of this QDisc class.
getIcon() - Method in class cz.cmc.tcgui.TCObjectView
Returns the icon of the TCObject.
getId() - Method in class cz.cmc.tcgui.datadef.AttributeTypeVariant
Returns id of this AttributeTypeVariant.
getImage(String) - Method in class cz.cmc.tcgui.ResourceManager
Get a resource as an image.
getImageIcon(String) - Method in class cz.cmc.tcgui.ResourceManager
Get a resource as an image icon.
getIndex() - Method in class cz.cmc.tcgui.TCGraphSelectionModel.TCHierarchyHeapEntry
 
getIndex() - Method in class cz.cmc.tcgui.datadef.AttributeEntryInstance
 
getInsertClassAction() - Method in interface cz.cmc.tcgui.TCCommonActions
 
getInsertClassAction() - Method in class cz.cmc.tcgui.TCGui
 
getInsertClassfulQDiscAction() - Method in interface cz.cmc.tcgui.TCCommonActions
 
getInsertClassfulQDiscAction() - Method in class cz.cmc.tcgui.TCGui
 
getInsertClasslessQDiscAction() - Method in interface cz.cmc.tcgui.TCCommonActions
 
getInsertClasslessQDiscAction() - Method in class cz.cmc.tcgui.TCGui
 
getInsertFilterAction() - Method in interface cz.cmc.tcgui.TCCommonActions
 
getInsertFilterAction() - Method in class cz.cmc.tcgui.TCGui
 
getInsertFilterElementAction() - Method in class cz.cmc.tcgui.TCGui
 
getInterpreted() - Method in class cz.cmc.tcgui.datadef.AttributeEntry
Checks whether this AttributeEntry is interpreted.
getLabel() - Method in class cz.cmc.tcgui.datadef.TCEntry
Returns TCEntry's label.
getLength() - Method in class cz.cmc.tcgui.datadef.parser.Children
Simply returns number of children.
getMatchingPort(TCObject) - Method in class cz.cmc.tcgui.ClassView.ClassHandle
Get matching port of the counterpart TCObject when connecting
getMatchingPort(TCObject) - Method in class cz.cmc.tcgui.ClassfulQDiscView.ClassfulQDiscHandle
Get matching port of the counterpart TCObject when connecting
getMatchingPort(TCObject) - Method in class cz.cmc.tcgui.FilterElementView.FilterElementHandle
Get matching port of the counterpart TCObject when connecting
getMatchingPort(TCObject) - Method in class cz.cmc.tcgui.FilterView.FilterHandle
Get matching port of the counterpart TCObject when connecting
getMatchingPort(TCObject) - Method in class cz.cmc.tcgui.QDiscView.QDiscHandle
Get matching port of the counterpart TCObject when connecting
getMatchingPort(TCObject) - Method in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
Get matching port of the counterpart TCObject when connecting.
getMaxCardinality() - Method in class cz.cmc.tcgui.datadef.AttributeTypeSet
Returns value of maximal cardinality of this AttributeTypeSet.
getMaxHandleSize() - Method in class cz.cmc.tcgui.TCGraph
 
getMaxInstances() - Method in class cz.cmc.tcgui.datadef.AttributeEntry
 
getMaximumSize(Map) - Static method in class cz.cmc.tcgui.TCGraphConstants
Returns the maximum size for an autosized cell.
getMaximumUsableSize() - Method in class cz.cmc.tcgui.TCObjectView
 
getMinCardinality() - Method in class cz.cmc.tcgui.datadef.AttributeTypeSet
Returns value of minimal cardinality of this AttributeTypeSet.
getMinInstances() - Method in class cz.cmc.tcgui.datadef.AttributeEntry
 
getMinimumSize(Map) - Static method in class cz.cmc.tcgui.TCGraphConstants
Returns the minimum size for an autosized cell.
getMinimumUsableSize() - Method in class cz.cmc.tcgui.TCObjectView
 
getName() - Method in class cz.cmc.tcgui.datadef.AttributeGroup.AttributeSet
Returns the name of the attribute set
getName() - Method in class cz.cmc.tcgui.datadef.TCEntry
Returns attribute name.
getNestedResourceManager(String) - Method in class cz.cmc.tcgui.ResourceManager
 
getNonzero() - Method in class cz.cmc.tcgui.datadef.AttributeTypeNumber
Checks whether this AttributeTypeNumber has 'nonzero' flag set.
getObject(String) - Method in class cz.cmc.tcgui.ResourceManager
 
getOffset() - Method in class cz.cmc.tcgui.ClassView.ClassEditor
Get offset to begin painting of the editor at (for subclassers).
getOffset() - Method in class cz.cmc.tcgui.ClassfulQDiscView.ClassfulQDiscEditor
Get offset to begin painting of the editor at (for subclassers).
getOffset() - Method in class cz.cmc.tcgui.ClasslessQDiscView.ClasslessQDiscEditor
Get offset to begin painting of the editor at (for subclassers).
getOffset() - Method in class cz.cmc.tcgui.FilterEntryView.FilterEntryEditor
Get offset to begin painting of the editor at.
getOffset() - Method in class cz.cmc.tcgui.QDiscView.QDiscEditor
Get offset to begin painting of the editor at (for subclassers).
getOffset() - Method in class cz.cmc.tcgui.TCObjectView.TCObjectEditor
Get offset to begin painting of the editor at (for subclassers).
getOrigin(Map) - Static method in class cz.cmc.tcgui.TCGraphConstants
Returns the origin parameter (determined from the current bounds).
getParent() - Method in class cz.cmc.tcgui.datadef.AttributeEntry
Returns parent of this AttributeEntry.
getParentClass(QDisc) - Method in class cz.cmc.tcgui.TCEditor
Returns the Class the given qdisc is attached on.
getParentClass(QDisc) - Method in interface cz.cmc.tcgui.dataif.TCExport
Returns the Class the given qdisc is attached on.
getParentSubclassableTCObject(Class) - Method in class cz.cmc.tcgui.TCEditor
Returns ClassfulQDisc or class which is parent of the given class.
getParentSubclassableTCObject(Class) - Method in interface cz.cmc.tcgui.dataif.TCExport
Returns ClassfulQDisc or class which is parent of the given class.
getPosition() - Method in class cz.cmc.tcgui.datadef.AttributeEntry
Gets the position within parent AttributeGroup
getPositive() - Method in class cz.cmc.tcgui.datadef.AttributeTypeNumber
Checks whether this AttributeTypeNumber has 'positive' flag set.
getPriority() - Method in class cz.cmc.tcgui.datadef.AttributeGroup.AttributeSet
Returns the priority of the attribute set
getQDiscInputPort() - Method in class cz.cmc.tcgui.QDisc
 
getQDiscName(Map) - Static method in class cz.cmc.tcgui.TCGraphConstants
Returns the name of the queuing disciplne type.
getQdisc(String) - Method in interface cz.cmc.tcgui.datadef.DataDefinition
Returns TCQdisc instance representing qdisc with tc name 'name' from all supported qdiscs.
getQdisc(String) - Method in class cz.cmc.tcgui.datadef.DataDefinitionContainer
Returns TCQdisc instance representing qdisc with tc name 'name' from all supported qdiscs.
getQdiscAt(int) - Method in interface cz.cmc.tcgui.datadef.DataDefinition
Returns TCQdisc instance representing qdisc at position 'index' in the list of all supported qdiscs.
getQdiscAt(int) - Method in class cz.cmc.tcgui.datadef.DataDefinitionContainer
Returns TCQdisc instance representing qdisc at position 'index' in the list of all supported qdiscs.
getQdiscCount() - Method in interface cz.cmc.tcgui.datadef.DataDefinition
Returns number of supported qdiscs.
getQdiscCount() - Method in class cz.cmc.tcgui.datadef.DataDefinitionContainer
Returns number of supported qdiscs.
getRedoAction() - Method in interface cz.cmc.tcgui.TCCommonActions
 
getRedoAction() - Method in class cz.cmc.tcgui.TCGui
 
getRenderer() - Method in class cz.cmc.tcgui.ClassView
Returns the renderer for this class type.
getRenderer() - Method in class cz.cmc.tcgui.ClassfulQDiscView
Returns the renderer for this qdisc type.
getRenderer() - Method in class cz.cmc.tcgui.ClasslessQDiscView
Returns the renderer for this qdisc type.
getRenderer() - Method in class cz.cmc.tcgui.FilterElementView
Returns the renderer for this filter entry type.
getRenderer() - Method in class cz.cmc.tcgui.FilterView
Returns the renderer for this filter entry type.
getRenderer() - Method in class cz.cmc.tcgui.TCObjectView
 
getRenderer() - Method in class cz.cmc.tcgui.TCPortView
 
getRendererComponent(JGraph, CellView, boolean, boolean, boolean) - Method in class cz.cmc.tcgui.TCPortView.TCPortRenderer
Configure and return the renderer based on the passed in components.
getResource(String) - Method in class cz.cmc.tcgui.ResourceManager
Get a resource as an absolute URL.
getResourceAsStream(String) - Method in class cz.cmc.tcgui.ResourceManager
Get a resource as an input stream.
getRootTCObjectContainer(TCObject) - Method in class cz.cmc.tcgui.TCEditor
Returns the root TCObjectContainer for the given TCObject.
getRootTCObjects() - Method in class cz.cmc.tcgui.TCEditor
 
getRootTCObjects() - Method in interface cz.cmc.tcgui.dataif.TCExport
 
getSource() - Method in class cz.cmc.tcgui.TCEdge
Returns the source of the edge.
getString(String) - Method in class cz.cmc.tcgui.ResourceManager
Returns the internationalized String
getStringChangeMap(int) - Method in class cz.cmc.tcgui.datamanip.AttributeEntryInstancePanel
 
getStringChangeMap(int) - Method in class cz.cmc.tcgui.datamanip.AttributeEntryPanel
 
getStringChangeMap(int) - Method in class cz.cmc.tcgui.datamanip.AttributeGroupInstancePanel
 
getStringChangeMap(int) - Method in class cz.cmc.tcgui.datamanip.AttributeInstancePanel
 
getStringChangeMap() - Method in class cz.cmc.tcgui.datamanip.DefaultEditor
 
getStringChangeMap(int) - Method in class cz.cmc.tcgui.datamanip.FilterPanel
 
getSubclassInputPort() - Method in class cz.cmc.tcgui.Class
 
getSubclassOutputPort() - Method in class cz.cmc.tcgui.Class
 
getSubclassOutputPort() - Method in class cz.cmc.tcgui.ClassfulQDisc
 
getSubclassOutputPort() - Method in interface cz.cmc.tcgui.SubclassableTCObject
 
getSubclasses(SubclassableTCObject) - Method in class cz.cmc.tcgui.TCEditor
Gets all subclasses of the specified SubclassableTCObject. Returns null if stco is a leaf class. Returns empty array if stco is a classfull qdisc without classes.
getSubclasses(SubclassableTCObject) - Method in interface cz.cmc.tcgui.dataif.TCExport
Gets all subclasses of the specified SubclassableTCObject.
getTCAttributes(TCObject) - Method in class cz.cmc.tcgui.TCEditor
Get attributes for given TCObject The returned map should not be changed since it is not guaranteed to be copied at the return time.
getTCAttributes(TCObject) - Method in interface cz.cmc.tcgui.dataif.TCExport
Get attributes for given TCObject The returned map should not be changed since it is guaranteed to be copied at the return time.
getTCEditor() - Method in class cz.cmc.tcgui.TCGraph
Get associated TC editor
getTCEditorListenerCount() - Method in class cz.cmc.tcgui.TCEditor
 
getTCGui() - Method in class cz.cmc.tcgui.TCEditor
 
getTCInputPort() - Method in class cz.cmc.tcgui.Class
 
getTCInputPort() - Method in class cz.cmc.tcgui.Filter
 
getTCInputPort() - Method in class cz.cmc.tcgui.FilterElement
 
getTCInputPort() - Method in class cz.cmc.tcgui.QDisc
 
getTCInputPort() - Method in class cz.cmc.tcgui.TCObject
 
getTCObjectContainer(TCObjectContainerEntry) - Method in class cz.cmc.tcgui.TCEditor
Get TCObjectContainer from the given TCObjectContainerEntry
getTCObjectContainerEntries(TCObjectContainer) - Method in class cz.cmc.tcgui.TCEditor
Get TCObjectContainerEntries from the given TCObjectContainer
getTCObjectContainerEntryIndex(Map) - Static method in class cz.cmc.tcgui.TCGraphConstants
Returns the index of the tc object container entry.
getTCObjectForID(int) - Method in class cz.cmc.tcgui.TCEditor
Returns TCObject with the given id.
getTCObjectForID(int) - Method in interface cz.cmc.tcgui.dataif.TCExport
Returns TCObject with the given id.
getTCOutputPort() - Method in class cz.cmc.tcgui.Class
 
getTCOutputPort() - Method in class cz.cmc.tcgui.ClassfulQDisc
 
getTCOutputPort() - Method in class cz.cmc.tcgui.ClasslessQDisc
 
getTCOutputPort() - Method in class cz.cmc.tcgui.Filter
 
getTCOutputPort() - Method in class cz.cmc.tcgui.FilterElement
 
getTCOutputPort() - Method in class cz.cmc.tcgui.TCObject
 
getTCParent(TCObject) - Method in class cz.cmc.tcgui.TCEditor
Returns parent of the given TCObejct in the TC tree.
getTarget() - Method in class cz.cmc.tcgui.TCEdge
Returns the target of the edge.
getType() - Method in class cz.cmc.tcgui.datadef.Attribute
Returns the type of this attribute.
getTypeFont(Map) - Static method in class cz.cmc.tcgui.TCGraphConstants
Returns the Font to write TC objects type with.
getUndoAction() - Method in interface cz.cmc.tcgui.TCCommonActions
 
getUndoAction() - Method in class cz.cmc.tcgui.TCGui
 
getUndoableEditSupport() - Method in class cz.cmc.tcgui.TCEditor
 
getUndoableEditSupport() - Method in interface cz.cmc.tcgui.dataif.TCImport
 
getViewAttributes(TCObject) - Method in class cz.cmc.tcgui.TCEditor
Returns view attributes for the given TCObject The returned map should not be changed since it is guaranteed to be copied at the return time.
getViewAttributes(TCObject) - Method in interface cz.cmc.tcgui.dataif.TCExport
Returns view attributes for the given TCObject The returned map should not be changed since it is guaranteed to be copied at the return time.
getVirtual() - Method in class cz.cmc.tcgui.datadef.AttributeEntry
Checks whether this AttributeEntry is virtual.
graph - Variable in class cz.cmc.tcgui.TCEditor
TC Graph associated with this editor.
graph - Variable in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
 

H

HANDLE_SIZE_COUNT - Static variable in class cz.cmc.tcgui.TCGraph
Indices of handle sizes
handle - Variable in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
Value of the handle being used
handleMove() - Method in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
Returns true if this cell view is the only one in the selection.
handleResize() - Method in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
Returns true if the view's auto size is off.
handleSizes - Variable in class cz.cmc.tcgui.TCGraph
Handle size array
hasMaximumSize(Map) - Static method in class cz.cmc.tcgui.TCGraphConstants
Returns whether the cell has a maximum auto-size set.
hasMinimumSize(Map) - Static method in class cz.cmc.tcgui.TCGraphConstants
Returns whether the cell has a minimum auto-size set.
hasNullValue(Map, AttributeEntryInstance) - Static method in class cz.cmc.tcgui.TCGraphConstants
Returns whether if the attributeentry instance has value of the nul object.
hashCode() - Method in class cz.cmc.tcgui.TCGraphConstants.NullDataDefTCObject
 
hashCode() - Method in class cz.cmc.tcgui.TCGraphConstants.NullObject
 
hashCode() - Method in class cz.cmc.tcgui.datadef.AttributeEntryInstance
Overriden hashcode
hierarchyIterator(Class) - Method in class cz.cmc.tcgui.TCGraphSelectionModel
Gets Hierarchy iterator for hierarchy based on supplied class
hierarchySize(Class) - Method in class cz.cmc.tcgui.TCGraphSelectionModel
Gets hierarchy size (number of cells at)

I

IND - Static variable in class cz.cmc.tcgui.io.SchemaExporterXML
 
ImportException - exception cz.cmc.tcgui.dataif.ImportException.
Title: class ImportException Description: Exception thrown when an error occurs during importing tc schema data Copyright: Copyright (c) 2003 Company: CMC Computers
ImportException() - Constructor for class cz.cmc.tcgui.dataif.ImportException
 
ImportException(String) - Constructor for class cz.cmc.tcgui.dataif.ImportException
 
ImportException(String, Throwable) - Constructor for class cz.cmc.tcgui.dataif.ImportException
 
ImportException(Throwable) - Constructor for class cz.cmc.tcgui.dataif.ImportException
 
InvalidAttributeChangeException - exception cz.cmc.tcgui.datamanip.InvalidAttributeChangeException.
Title: class InvalidAttributeChangeException Description: Exception that is thrown when trying to apply an invalid change map Copyright: Copyright (c) 2003 Company: CMC Computers
InvalidAttributeChangeException() - Constructor for class cz.cmc.tcgui.datamanip.InvalidAttributeChangeException
 
InvalidAttributeChangeException(String) - Constructor for class cz.cmc.tcgui.datamanip.InvalidAttributeChangeException
 
InvalidAttributeChangeException(String, Throwable) - Constructor for class cz.cmc.tcgui.datamanip.InvalidAttributeChangeException
 
InvalidAttributeChangeException(Throwable) - Constructor for class cz.cmc.tcgui.datamanip.InvalidAttributeChangeException
 
InvalidConnectionException - exception cz.cmc.tcgui.datamanip.InvalidConnectionException.
Title: class InvalidConnectionException Description: Exception thrown when trying to connect invalid TCObjects or ports Copyright: Copyright (c) 2003 Company: CMC Computers
InvalidConnectionException(String) - Constructor for class cz.cmc.tcgui.datamanip.InvalidConnectionException
 
icon - Variable in class cz.cmc.tcgui.ClassView.ClassRenderer
Icon to render
icon - Variable in class cz.cmc.tcgui.QDiscView.QDiscRenderer
Icon to render
icon - Variable in class cz.cmc.tcgui.TCObjectView.TCObjectRenderer
Icon to render
iconX - Variable in class cz.cmc.tcgui.ClassView.ClassRenderer
Position to render icon
iconX - Variable in class cz.cmc.tcgui.QDiscView.QDiscRenderer
Positions to render icon and TC object type label
iconY - Variable in class cz.cmc.tcgui.ClassView.ClassRenderer
Position to render icon
iconY - Variable in class cz.cmc.tcgui.QDiscView.QDiscRenderer
Positions to render icon and TC object type label
id - Variable in class cz.cmc.tcgui.datadef.TCEntry
ID for purposes of generators, checkers and exporters.
imp - Variable in class cz.cmc.tcgui.io.SchemaImporterXML
 
importSchema(InputStream, TCImport, TCExport) - Method in interface cz.cmc.tcgui.dataif.SchemaImporter
Imports the schema from the given stream.
importSchema(InputStream, TCImport, TCExport) - Method in class cz.cmc.tcgui.io.SchemaImporterXML
 
in - Variable in class cz.cmc.tcgui.io.SchemaImporterXML
 
index - Variable in class cz.cmc.tcgui.TCGraphSelectionModel.TCHierarchyHeapEntry
Index of the location at the heap
index - Variable in class cz.cmc.tcgui.TCObjectView.TCObjectContainerEntryPlacementContext
Index to place the element at.
index - Variable in class cz.cmc.tcgui.datadef.AttributeEntryInstance
The index of instance of the AttributeEntry
initOffscreen() - Method in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
Double Buffers by David Larsson
initSizes(Map) - Method in class cz.cmc.tcgui.TCObjectView
Initializes size parameters to reasonable values
initialBounds - Variable in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
 
initialize(TCGui) - Method in class cz.cmc.tcgui.TCEditor
Initializethe editor, called by constructors
inputStream - Variable in class cz.cmc.tcgui.datadef.parser.XtcParser
The xtc file to parse.
insertAttributeEntryAt(AttributeEntry, int) - Method in class cz.cmc.tcgui.datadef.AttributeGroup
Inserts AttributeEntry into this group at position index.
insertClassAction - Variable in class cz.cmc.tcgui.TCGui
Actions
insertClassfulQDiscAction - Variable in class cz.cmc.tcgui.TCGui
Actions
insertClasslessQDiscAction - Variable in class cz.cmc.tcgui.TCGui
Actions
insertFilterAction - Variable in class cz.cmc.tcgui.TCGui
Actions
insertFilterAt(FilterContainer, Filter, int) - Method in class cz.cmc.tcgui.TCEditor
Inserts the filter into the FilterContainer onto the given position
insertFilterAt(FilterContainer, Filter, int) - Method in interface cz.cmc.tcgui.dataif.TCImport
Inserts the filter into the FilterContainer onto the given position
insertFilterElementAction - Variable in class cz.cmc.tcgui.TCGui
Actions
insertFilterElementAt(Filter, FilterElement, int) - Method in class cz.cmc.tcgui.TCEditor
Inserts the filter element into the Filter onto the given position
insertFilterElementAt(Filter, FilterElement, int) - Method in interface cz.cmc.tcgui.dataif.TCImport
Inserts the filter element into the Filter onto the given position
installAttributes(CellView) - Method in class cz.cmc.tcgui.ClassView.ClassRenderer
Install the attributes of specified cell in this renderer instance.
installAttributes(CellView) - Method in class cz.cmc.tcgui.FilterElementView.FilterElementRenderer
Install the attributes of specified cell in this renderer instance. Sets also global variables or superclass properties accordingly.
installAttributes(CellView) - Method in class cz.cmc.tcgui.FilterEntryView.FilterEntryRenderer
Install the attributes of specified cell in this renderer instance.
installAttributes(CellView) - Method in class cz.cmc.tcgui.FilterView.FilterRenderer
Install the attributes of specified cell in this renderer instance. Sets also global variables or superclass properties accordingly.
installAttributes(CellView) - Method in class cz.cmc.tcgui.QDiscView.QDiscRenderer
Install the attributes of specified cell in this renderer instance.
installAttributes(CellView) - Method in class cz.cmc.tcgui.TCObjectView.TCObjectRenderer
Install the attributes of specified cell in this renderer instance.
installAttributes(TCPortView) - Method in class cz.cmc.tcgui.TCPortView.TCPortRenderer
Set up the renderer for view
interactive - Variable in class cz.cmc.tcgui.TCEditor
Interactive mode flag.
interpreted - Variable in class cz.cmc.tcgui.datadef.AttributeEntry
The 'interpreted' flag
intersects(Graphics, Rectangle) - Method in class cz.cmc.tcgui.ClassView
Overriden to make vertex handling non-transparent.
intersects(Graphics, Rectangle) - Method in class cz.cmc.tcgui.ClassfulQDiscView
Overriden to make vertex handling non-transparent.
intersects(Graphics, Rectangle) - Method in class cz.cmc.tcgui.FilterView
Overriden to make vertex handling non-transparent.
isAddToSelectionEvent(MouseEvent) - Method in class cz.cmc.tcgui.TCMarqueeHandler
 
isAloneInSelection() - Method in class cz.cmc.tcgui.TCObjectView
 
isChildrenSelectable() - Method in class cz.cmc.tcgui.TCGraphSelectionModel
Overriden to gain fine-grained control over stepping-into cells.
isChildrenSelectable(Object) - Method in class cz.cmc.tcgui.TCGraphSelectionModel
Overriden to gain fine-grained control over stepping-into cells.
isClassless() - Method in class cz.cmc.tcgui.datadef.TCQdisc
Returns true if this Qdisc is classless, false if classfull.
isConnectable(TCPort, TCPort) - Method in class cz.cmc.tcgui.TCEditor
Decides whether port1 and port2 may be connected.
isForceMarqueeEvent(MouseEvent) - Method in class cz.cmc.tcgui.TCMarqueeHandler
Overriden to Gain Control (for PopupMenu and ConnectMode)
isInClassInputHandle(Point) - Method in class cz.cmc.tcgui.ClassView.ClassHandle
 
isInFilterMatchHandle(Point) - Method in class cz.cmc.tcgui.FilterElementView.FilterElementHandle
 
isInQDiscInputHandle(Point) - Method in class cz.cmc.tcgui.QDiscView.QDiscHandle
 
isInSubclassOutputHandle(Point) - Method in class cz.cmc.tcgui.ClassView.ClassHandle
 
isInSubclassOutputHandle(Point) - Method in class cz.cmc.tcgui.ClassfulQDiscView.ClassfulQDiscHandle
 
isInteractive() - Method in class cz.cmc.tcgui.TCEditor
Returns whether the editor's state is interactive.
isLeafClass(Class) - Method in class cz.cmc.tcgui.TCEditor
Returns whether the Class is Leaf (has no subclasses).
isLeafClass(Class) - Method in interface cz.cmc.tcgui.dataif.TCExport
Returns whether the Class is Leaf (has no subclasses).
isPopupTrigger(MouseEvent) - Method in class cz.cmc.tcgui.TCMarqueeHandler
 
isToggleSelectionEvent(MouseEvent) - Method in class cz.cmc.tcgui.TCMarqueeHandler
 
itemStateChanged(ItemEvent) - Method in class cz.cmc.tcgui.datamanip.AttributeTypeSetComboBox
 

L

label - Variable in class cz.cmc.tcgui.datadef.TCEntry
Human readable label
leading - Variable in class cz.cmc.tcgui.TCObjectView.TCObjectContainerEntryPlacementContext
This is set to true if the entry should be placed before the tcObjectContainerEntry.

M

MAXIMUM_SIZE - Static variable in class cz.cmc.tcgui.TCGraphConstants
Maximum size for an autosized cell.
MINIMUM_SIZE - Static variable in class cz.cmc.tcgui.TCGraphConstants
Minimum size for an autosized cell.
MOVE_HANDLE - Variable in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
 
main(String[]) - Static method in class cz.cmc.tcgui.TCGui
 
main(String[]) - Static method in class cz.cmc.tcgui.datadef.Tester
 
main(String[]) - Static method in class cz.cmc.tcgui.datadef.parser.XtcParser
Serves as a testing function
main(String[]) - Static method in class cz.cmc.tcgui.datamanip.EditorTester
 
main(String[]) - Static method in class cz.cmc.tcgui.io.SchemaImporterXML
 
makeBoundEdit(Rectangle) - Method in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
Makes standard move/resize edit.
mapForCell(Map, Object) - Static method in class cz.cmc.tcgui.TCGraphConstants
Returns map for the given cell from the given attributes.
maxInstances - Variable in class cz.cmc.tcgui.datadef.AttributeEntry
Maximum number of required instances of this AttributeEntry to be used.
minInstances - Variable in class cz.cmc.tcgui.datadef.AttributeEntry
Minimum number of required instances of this AttributeEntry to be used.
mouseDragged(MouseEvent) - Method in class cz.cmc.tcgui.TCMarqueeHandler
 
mouseDragged(MouseEvent) - Method in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
Process mouse dragged event.
mouseMoved(MouseEvent) - Method in class cz.cmc.tcgui.ClassView.ClassHandle
Invoked when the mouse pointer has been moved on a component (with no buttons down).
mouseMoved(MouseEvent) - Method in class cz.cmc.tcgui.ClassfulQDiscView.ClassfulQDiscHandle
Invoked when the mouse pointer has been moved on a component (with no buttons down).
mouseMoved(MouseEvent) - Method in class cz.cmc.tcgui.FilterElementView.FilterElementHandle
Invoked when the mouse pointer has been moved on a component (with no buttons down).
mouseMoved(MouseEvent) - Method in class cz.cmc.tcgui.FilterEntryView.FilterEntryHandle
Invoked when the mouse pointer has been moved on a component (with no buttons down).
mouseMoved(MouseEvent) - Method in class cz.cmc.tcgui.FilterView.FilterHandle
Invoked when the mouse pointer has been moved on a component (with no buttons down).
mouseMoved(MouseEvent) - Method in class cz.cmc.tcgui.QDiscView.QDiscHandle
Invoked when the mouse pointer has been moved on a component (with no buttons down).
mouseMoved(MouseEvent) - Method in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
Invoked when the mouse pointer has been moved on a component (with no buttons down).
mousePressed(MouseEvent) - Method in class cz.cmc.tcgui.ClassView.ClassHandle
Process mouse pressed event.
mousePressed(MouseEvent) - Method in class cz.cmc.tcgui.ClassfulQDiscView.ClassfulQDiscHandle
Process mouse pressed event.
mousePressed(MouseEvent) - Method in class cz.cmc.tcgui.FilterElementView.FilterElementHandle
Process mouse pressed event.
mousePressed(MouseEvent) - Method in class cz.cmc.tcgui.FilterView.FilterHandle
Process mouse pressed event.
mousePressed(MouseEvent) - Method in class cz.cmc.tcgui.QDiscView.QDiscHandle
Process mouse pressed event.
mousePressed(MouseEvent) - Method in class cz.cmc.tcgui.TCGraphUI.TCMouseHandler
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in class cz.cmc.tcgui.TCGraphUI.TCRootHandle
 
mousePressed(MouseEvent) - Method in class cz.cmc.tcgui.TCMarqueeHandler
 
mousePressed(MouseEvent) - Method in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
Process mouse pressed event.
mouseReleased(MouseEvent) - Method in class cz.cmc.tcgui.TCMarqueeHandler
 
mouseReleased(MouseEvent) - Method in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
Handle the mouse released event
moved(Graphics, Rectangle) - Method in class cz.cmc.tcgui.FilterElementView.FilterElementHandle
Handle movement of the filter element.
moved(Graphics, Rectangle) - Method in class cz.cmc.tcgui.FilterView.FilterHandle
Handle movement of the filter element.
moved(Graphics, Rectangle) - Method in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
If handleMove() returns true, this is called whenever the cell view is moved.
movingDone(Rectangle) - Method in class cz.cmc.tcgui.FilterElementView.FilterElementHandle
If handleMove() is true, this is called when the cell movement is done.
movingDone(Rectangle) - Method in class cz.cmc.tcgui.FilterView.FilterHandle
If handleMove() is true, this is called when the cell movement is done.
movingDone(Rectangle) - Method in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
If handleMove() is true, this is called when the cell movement is done.

N

NO_HANDLE - Variable in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
Indexes of the active control point.
NULL_DATADEF_OBJECT - Static variable in class cz.cmc.tcgui.TCGraphConstants
Null datadef object
NULL_OBJECT - Static variable in class cz.cmc.tcgui.TCGraphConstants
Null object
NewSchema - class cz.cmc.tcgui.actions.NewSchema.
Title: class NewSchema Description: Action that clears the current schema Copyright: Copyright (c) 2003 Company: CMC Computers
NewSchema(TCGui) - Constructor for class cz.cmc.tcgui.actions.NewSchema
 
NewSchema(TCGui, String) - Constructor for class cz.cmc.tcgui.actions.NewSchema
 
NewSchema(TCGui, String, Icon) - Constructor for class cz.cmc.tcgui.actions.NewSchema
 
name - Variable in class cz.cmc.tcgui.datadef.AttributeGroup.AttributeSet
This set's name
name - Variable in class cz.cmc.tcgui.datadef.TCEntry
Name in the iproute2 world.
newSchemaAction - Variable in class cz.cmc.tcgui.TCGui
Actions
nonzero - Variable in class cz.cmc.tcgui.datadef.AttributeTypeNumber
The 'nonzero' flag

O

Open - class cz.cmc.tcgui.actions.Open.
Title: class Open Description: Action for schema opening.
Open(TCGui) - Constructor for class cz.cmc.tcgui.actions.Open
 
Open(TCGui, String) - Constructor for class cz.cmc.tcgui.actions.Open
 
Open(TCGui, String, Icon) - Constructor for class cz.cmc.tcgui.actions.Open
 
objectBeingPlaced - Variable in class cz.cmc.tcgui.TCEditor
The object that is currently being placed, if any.
offgraphics - Variable in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
 
offscreen - Variable in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
Double Buffer
openAction - Variable in class cz.cmc.tcgui.TCGui
Actions
openFile(String, String, String) - Method in class cz.cmc.tcgui.actions.AbstractFileAction
Shows file open dialog and returns the file name.
originOffsetX - Variable in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
Offset of the origin relative to mousePressed's x
originOffsetY - Variable in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
Offset of the origin relative to mousePressed's x
os - Variable in class cz.cmc.tcgui.datamanip.AbstractExporter
OutputStream into which to export all output (usually tcCmt and tcCmd).
overlay(Graphics) - Method in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
Overlay the handle

P

paint(Graphics) - Method in class cz.cmc.tcgui.ClassView.ClassHandle
Paint the handle
paint(Graphics) - Method in class cz.cmc.tcgui.ClassView.ClassRenderer
 
paint(Graphics) - Method in class cz.cmc.tcgui.ClassfulQDiscView.ClassfulQDiscHandle
Paint the handle
paint(Graphics) - Method in class cz.cmc.tcgui.FilterElementView.FilterElementHandle
Paint the handle
paint(Graphics) - Method in class cz.cmc.tcgui.FilterElementView.FilterElementRenderer
paint(Graphics) - Method in class cz.cmc.tcgui.FilterEntryView.FilterEntryHandle
Paint the handle
paint(Graphics) - Method in class cz.cmc.tcgui.FilterEntryView.FilterEntryRenderer
 
paint(Graphics) - Method in class cz.cmc.tcgui.FilterView.FilterHandle
Paint the handle
paint(Graphics) - Method in class cz.cmc.tcgui.FilterView.FilterRenderer
paint(Graphics) - Method in class cz.cmc.tcgui.QDiscView.QDiscHandle
Paint the handle
paint(Graphics) - Method in class cz.cmc.tcgui.QDiscView.QDiscRenderer
 
paint(Graphics) - Method in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
Paint the handle
paintSelection(Graphics) - Method in class cz.cmc.tcgui.TCObjectView.TCObjectRenderer
 
parent - Variable in class cz.cmc.tcgui.datadef.AttributeEntry
Reference to the parent AttributeGroup
parentAtrEntry - Variable in class cz.cmc.tcgui.datamanip.AbstractExporter
AttributeEntry of parent's datadef object.
parentAtrGroupMap - Variable in class cz.cmc.tcgui.datamanip.AbstractExporter
Map corresponding to parent's root AttributeGroup.
parentDdTCO - Variable in class cz.cmc.tcgui.datamanip.AbstractExporter
datadef.TCObject of given 'tco' tcgui.TCObject's parent
parentTCO - Variable in class cz.cmc.tcgui.datamanip.AbstractExporter
Parent tcgui.TCObject of given 'tco' tcgui.TCObject
parentTcAtrMap - Variable in class cz.cmc.tcgui.datamanip.AbstractExporter
Map with tc attributes of given 'tco' tcgui.TCObject's parent
parse() - Method in class cz.cmc.tcgui.datadef.parser.XtcParser
Parses the file of this Parser.
parseAttrTC(Node) - Method in class cz.cmc.tcgui.io.SchemaImporterXML
 
parseAttrView(Node) - Method in class cz.cmc.tcgui.io.SchemaImporterXML
 
parseAttrs(Node, TCObject) - Method in class cz.cmc.tcgui.io.SchemaImporterXML
 
parseCfqd(Node) - Method in class cz.cmc.tcgui.io.SchemaImporterXML
 
parseClqd(Node) - Method in class cz.cmc.tcgui.io.SchemaImporterXML
 
parseCls(Node) - Method in class cz.cmc.tcgui.io.SchemaImporterXML
 
parseCme(Node, Map) - Method in class cz.cmc.tcgui.io.SchemaImporterXML
 
parseCont(Node, TCObject) - Method in class cz.cmc.tcgui.io.SchemaImporterXML
 
parseFel(Node) - Method in class cz.cmc.tcgui.io.SchemaImporterXML
 
parseFil(Node) - Method in class cz.cmc.tcgui.io.SchemaImporterXML
 
parseMap(Node) - Method in class cz.cmc.tcgui.io.SchemaImporterXML
 
parseSme(Node, Map) - Method in class cz.cmc.tcgui.io.SchemaImporterXML
 
parseTCObjects(Node, TCObject) - Method in class cz.cmc.tcgui.io.SchemaImporterXML
 
parseTcs(Document) - Method in class cz.cmc.tcgui.io.SchemaImporterXML
 
passChanges(TCImport, TCExport, TCObject, Map) - Method in class cz.cmc.tcgui.datamanip.AbstractGenerator
Pass changes to the TCObject
passChanges(TCImport, TCExport, TCObject, Map) - Method in class cz.cmc.tcgui.datamanip.DefaultClassGenerator
Pass changes to the TCObject
passChanges(TCImport, TCExport, TCObject, Map) - Method in class cz.cmc.tcgui.datamanip.DefaultFilterGenerator
Pass changes to the TCObject
passChanges(TCImport, TCExport, TCObject, Map) - Method in class cz.cmc.tcgui.datamanip.DefaultQDiscGenerator
Pass changes to the TCObject
passChanges(TCImport, TCExport, TCObject, Map) - Method in interface cz.cmc.tcgui.datamanip.Generator
Pass changes to the TCObject
passChangesToGenerator(TCObject, TCObject, Map) - Method in class cz.cmc.tcgui.TCEditor
Passes map changes to the generator while switching to the noninteractive mode to prevent nested generator calls.
passConnection(TCImport, TCExport, TCObject, TCObject) - Method in class cz.cmc.tcgui.datamanip.AbstractGenerator
Connects given TCObjects
passConnection(TCImport, TCExport, TCObject, TCObject) - Method in class cz.cmc.tcgui.datamanip.DefaultClassGenerator
Connects given TCObjects
passConnection(TCImport, TCExport, TCObject, TCObject) - Method in class cz.cmc.tcgui.datamanip.DefaultFilterGenerator
Connects given TCObjects
passConnection(TCImport, TCExport, TCObject, TCObject) - Method in class cz.cmc.tcgui.datamanip.DefaultQDiscGenerator
Connects given TCObjects
passConnection(TCImport, TCExport, TCObject, TCObject) - Method in interface cz.cmc.tcgui.datamanip.Generator
Connects given TCObjects
passConnectionToGenerator(TCObject, TCObject, TCObject) - Method in class cz.cmc.tcgui.TCEditor
Passes a connection event to the generator while switching to the noninteractive mode to prevent nested generator calls.
passDisconnection(TCImport, TCExport, TCObject, TCObject) - Method in class cz.cmc.tcgui.datamanip.AbstractGenerator
Disconnects given TCObjects
passDisconnection(TCImport, TCExport, TCObject, TCObject) - Method in class cz.cmc.tcgui.datamanip.DefaultClassGenerator
Disconnects given TCObjects
passDisconnection(TCImport, TCExport, TCObject, TCObject) - Method in class cz.cmc.tcgui.datamanip.DefaultFilterGenerator
Disconnects given TCObjects
passDisconnection(TCImport, TCExport, TCObject, TCObject) - Method in class cz.cmc.tcgui.datamanip.DefaultQDiscGenerator
Disconnects given TCObjects
passDisconnection(TCImport, TCExport, TCObject, TCObject) - Method in interface cz.cmc.tcgui.datamanip.Generator
Disconnects given TCObjects
passDisconnectionToGenerator(TCObject, TCObject, TCObject) - Method in class cz.cmc.tcgui.TCEditor
Passes a disconnection event to the generator while switching to the noninteractive mode to prevent nested generator calls.
placeClass() - Method in class cz.cmc.tcgui.TCEditor
Place a new class.
placeClassfulQDisc() - Method in class cz.cmc.tcgui.TCEditor
Place a new classful queuing discipline.
placeClasslessQDisc() - Method in class cz.cmc.tcgui.TCEditor
Place a new classless queuing discipline.
placeFilter() - Method in class cz.cmc.tcgui.TCEditor
Place a new filter head.
placeFilterElement() - Method in class cz.cmc.tcgui.TCEditor
Place a new filter element.
popupCellPressed - Variable in class cz.cmc.tcgui.TCMarqueeHandler
Whether the popup button is pressed over a cell
port - Variable in class cz.cmc.tcgui.TCMarqueeHandler
Holds the First and the Current Port
portViews - Variable in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
 
position - Variable in class cz.cmc.tcgui.datadef.AttributeEntry
AttributeEntry position within the attribute group
positive - Variable in class cz.cmc.tcgui.datadef.AttributeTypeNumber
The 'positive' flag
priority - Variable in class cz.cmc.tcgui.datadef.AttributeGroup.AttributeSet
Priority of this set's usage
putAttributeEntryIntoSet(AttributeEntry, AttributeGroup.AttributeSet) - Method in class cz.cmc.tcgui.datadef.AttributeGroup
Puts given AttributeEntry into given AttributeSet.

Q

QDISC_INPUT_HANDLE_HEIGHT - Static variable in class cz.cmc.tcgui.TCGraph
Indices of handle sizes
QDISC_INPUT_HANDLE_WIDTH - Static variable in class cz.cmc.tcgui.TCGraph
Indices of handle sizes
QDisc - class cz.cmc.tcgui.QDisc.
 
QDisc() - Constructor for class cz.cmc.tcgui.QDisc
 
QDisc(Object) - Constructor for class cz.cmc.tcgui.QDisc
 
QDiscInputEdge - class cz.cmc.tcgui.QDiscInputEdge.
Title: class QDiscInputEdge Description: Copyright: Copyright (c) 2003 Company: CMC Computers
QDiscInputEdge() - Constructor for class cz.cmc.tcgui.QDiscInputEdge
 
QDiscInputEdge(Object) - Constructor for class cz.cmc.tcgui.QDiscInputEdge
 
QDiscInputEdge(Object, boolean) - Constructor for class cz.cmc.tcgui.QDiscInputEdge
 
QDiscInputPort - class cz.cmc.tcgui.QDiscInputPort.
Title: class QDiscInputPort Description: Copyright: Copyright (c) 2003 Company: CMC Computers
QDiscInputPort() - Constructor for class cz.cmc.tcgui.QDiscInputPort
 
QDiscInputPort(Object) - Constructor for class cz.cmc.tcgui.QDiscInputPort
 
QDiscInputPort(Object, Port) - Constructor for class cz.cmc.tcgui.QDiscInputPort
 
QDiscView - class cz.cmc.tcgui.QDiscView.
Title: QDiscView Description: The class superseding views of queuing disciplines.
QDiscView(Object, TCGraph, CellMapper) - Constructor for class cz.cmc.tcgui.QDiscView
Creates a new qdisc view.
QDiscView.QDiscEditor - class cz.cmc.tcgui.QDiscView.QDiscEditor.
Editor class common to TC Object Views
QDiscView.QDiscEditor(GraphCellEditor) - Constructor for class cz.cmc.tcgui.QDiscView.QDiscEditor
Creates TCObjectEditor using given real editor
QDiscView.QDiscEditor() - Constructor for class cz.cmc.tcgui.QDiscView.QDiscEditor
Creates TCObjectEditor using default real editor
QDiscView.QDiscHandle - class cz.cmc.tcgui.QDiscView.QDiscHandle.
Title: class QDiscHandle Description: Basic handle for QDiscs.
QDiscView.QDiscHandle(GraphContext) - Constructor for class cz.cmc.tcgui.QDiscView.QDiscHandle
Constructs new QDiscHandle
QDiscView.QDiscRenderer - class cz.cmc.tcgui.QDiscView.QDiscRenderer.
Renderer class common to TC Object Views
QDiscView.QDiscRenderer() - Constructor for class cz.cmc.tcgui.QDiscView.QDiscRenderer
 
qDiscInputPort - Variable in class cz.cmc.tcgui.QDisc
Input port of this qdisc

R

REDO_PERFORMED - Static variable in class cz.cmc.tcgui.TCEditorEvent
This event id indicates that an redo action was done within an editor.
RemoveTCObject - class cz.cmc.tcgui.actions.RemoveTCObject.
Title: class RemoveTCObject Description: action for removing tco objects Copyright: Copyright (c) 2003 Company: CMC Computers
RemoveTCObject(TCGui) - Constructor for class cz.cmc.tcgui.actions.RemoveTCObject
 
RemoveTCObject(TCGui, String) - Constructor for class cz.cmc.tcgui.actions.RemoveTCObject
 
RemoveTCObject(TCGui, String, Icon) - Constructor for class cz.cmc.tcgui.actions.RemoveTCObject
 
ResourceManager - class cz.cmc.tcgui.ResourceManager.
Title: TCGui bundle wrapper Description: Class Bundles provides internationalization and resource management support.
ResourceManager(ResourceBundle) - Constructor for class cz.cmc.tcgui.ResourceManager
Creates a new Bundle wrapper.
ResourceManager.ResourceException - exception cz.cmc.tcgui.ResourceManager.ResourceException.
 
r - Variable in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
Array of control points represented as rectangles.
redo() - Method in class cz.cmc.tcgui.TCEditor
Redo the last change
redoAction - Variable in class cz.cmc.tcgui.TCGui
Actions
removeAttributeEntry(AttributeEntry) - Method in class cz.cmc.tcgui.datadef.AttributeGroup
Removes AttributeEntry
removeAttributeEntryFromSet(AttributeEntry, AttributeGroup.AttributeSet) - Method in class cz.cmc.tcgui.datadef.AttributeGroup
Removes given AttributeEntry from given AttributeSet.
removeAttributeSet(AttributeGroup.AttributeSet) - Method in class cz.cmc.tcgui.datadef.AttributeGroup
Removes AttributeSet
removeClass(TCClass) - Method in class cz.cmc.tcgui.datadef.TCQdisc
Removes TCClass from the list of allowed subclasses of this Qdisc.
removeEdge(Object) - Method in class cz.cmc.tcgui.TCPort
Removes edge from the list of ports.
removeEdgesConnectedToPort(TCPort) - Method in class cz.cmc.tcgui.TCEditor
Disconnects all edges from a given port
removeSelectionCell(Object) - Method in class cz.cmc.tcgui.TCGraphSelectionModel
Overriden to update categorized list.
removeSelectionCells(Object[]) - Method in class cz.cmc.tcgui.TCGraphSelectionModel
Overriden to update categorized list.
removeSetElement(String) - Method in class cz.cmc.tcgui.datadef.AttributeTypeSet
Removes String element from list(set) of allowed set elements.
removeTCAttributes(TCObject, Object[]) - Method in class cz.cmc.tcgui.TCEditor
Remove TC attributes from the given TCObject
removeTCAttributes(TCObject) - Method in class cz.cmc.tcgui.TCEditor
Removes all TC attributes from the given TCObject
removeTCAttributes(TCObject, Object[]) - Method in interface cz.cmc.tcgui.dataif.TCImport
Remove TC attributes from the given TCObject
removeTCAttributes(TCObject) - Method in interface cz.cmc.tcgui.dataif.TCImport
Removes all TC attributes from the given TCObject
removeTCCell(Object) - Method in class cz.cmc.tcgui.TCGraphSelectionModel
Removes a cell into TCGraphSelectionModel
removeTCCell(Object, int) - Method in class cz.cmc.tcgui.TCGraphSelectionModel
Removes a cell from TCGraphSelectionModel
removeTCCells(Object[]) - Method in class cz.cmc.tcgui.TCGraphSelectionModel
Removes cells from the TCGraphSelectionModel
removeTCEditorListener(TCEditorListener) - Method in class cz.cmc.tcgui.TCEditor
Remove listener for editor events
removeTCObject(TCObject) - Method in class cz.cmc.tcgui.TCEditor
Removes TCObject and all its children from the schema.
removeTCObject(TCObject) - Method in interface cz.cmc.tcgui.dataif.TCImport
Removes TCObject from the schema
removeViewAttributes(TCObject, Object[]) - Method in class cz.cmc.tcgui.TCEditor
Remove view attributes from the given TCObject
removeViewAttributes(TCObject) - Method in class cz.cmc.tcgui.TCEditor
Removes all view attributes from the given TCObject
removeViewAttributes(TCObject, Object[]) - Method in interface cz.cmc.tcgui.dataif.TCImport
Remove view attributes from the given TCObject
removeViewAttributes(TCObject) - Method in interface cz.cmc.tcgui.dataif.TCImport
Removes all view attributes from the given TCObject
reset() - Method in class cz.cmc.tcgui.datamanip.AttributeTypeFloatTextField
 
reset() - Method in class cz.cmc.tcgui.datamanip.AttributeTypeIntTextField
 
reset() - Method in class cz.cmc.tcgui.datamanip.AttributeTypeSetList
 
reset() - Method in class cz.cmc.tcgui.datamanip.AttributeTypeStringTextField
 
reset() - Method in class cz.cmc.tcgui.datamanip.AttributeTypeVariantTextField
 
resetAutoSizeConstraints(Map, boolean, boolean) - Method in class cz.cmc.tcgui.ClassView
Resets autosize constraints
resetAutoSizeConstraints(Map, boolean, boolean) - Method in class cz.cmc.tcgui.FilterElementView
Resets autosize constraints
resetAutoSizeConstraints(Map, boolean, boolean) - Method in class cz.cmc.tcgui.FilterView
Resets autosize constraints
resetAutoSizeConstraints(Map, boolean, boolean) - Method in class cz.cmc.tcgui.QDiscView
Resets autosize constraints
resetAutoSizeConstraints(Map, boolean, boolean) - Method in class cz.cmc.tcgui.TCObjectView
Resets autosize constraints
resetAutoSizeConstraints(Map, Dimension, Dimension, boolean, boolean) - Method in class cz.cmc.tcgui.TCObjectView
Method providing some common code for resetting auto-size constraints.
resetDataDefinition(Map) - Static method in class cz.cmc.tcgui.TCGraphConstants
Resets the data definition object to the null datadef object.
resetIDGenerators() - Method in class cz.cmc.tcgui.TCEditor
Reset counters generatimg numeric ids.
resizeCursors - Static variable in class cz.cmc.tcgui.TCObjectView
Array that holds the cursors for the different control points.
resized(Graphics, Rectangle) - Method in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
If handleResize() is true, this is called whenever the cell view is resized.
resizingDone(Rectangle) - Method in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
If handleResize() is true, this is called when the cell resizing is done.
route(EdgeView, List) - Method in class cz.cmc.tcgui.TCEdgeView.FilterMatchRouting
 

S

SUBCLASS_OUTPUT_HANDLE_HEIGHT - Static variable in class cz.cmc.tcgui.TCGraph
Indices of handle sizes
SUBCLASS_OUTPUT_HANDLE_WIDTH - Static variable in class cz.cmc.tcgui.TCGraph
Indices of handle sizes
Save - class cz.cmc.tcgui.actions.Save.
Title: class Save Description: Copyright: Copyright (c) 2003 Company: CMC Computers
Save(TCGui) - Constructor for class cz.cmc.tcgui.actions.Save
 
Save(TCGui, String) - Constructor for class cz.cmc.tcgui.actions.Save
 
Save(TCGui, String, Icon) - Constructor for class cz.cmc.tcgui.actions.Save
 
SaveAs - class cz.cmc.tcgui.actions.SaveAs.
Title: class SaveAs Description: Copyright: Copyright (c) 2003 Company: CMC Computers
SaveAs(TCGui) - Constructor for class cz.cmc.tcgui.actions.SaveAs
 
SaveAs(TCGui, String) - Constructor for class cz.cmc.tcgui.actions.SaveAs
 
SaveAs(TCGui, String, Icon) - Constructor for class cz.cmc.tcgui.actions.SaveAs
 
SchemaExportTC - class cz.cmc.tcgui.actions.SchemaExportTC.
Title: class SchemaExportTC Description: Action for exporting the schema into the TC script Copyright: Copyright (c) 2003 Company: CMC Computers
SchemaExportTC(TCGui) - Constructor for class cz.cmc.tcgui.actions.SchemaExportTC
 
SchemaExportTC(TCGui, String) - Constructor for class cz.cmc.tcgui.actions.SchemaExportTC
 
SchemaExportTC(TCGui, String, Icon) - Constructor for class cz.cmc.tcgui.actions.SchemaExportTC
 
SchemaExporter - interface cz.cmc.tcgui.dataif.SchemaExporter.
Title: interface SchemaExporter Description: Interface to be implemented by schema exporting classes Copyright: Copyright (c) 2003 Company: CMC Computers
SchemaExporterTC - class cz.cmc.tcgui.io.SchemaExporterTC.
SchemaExporterTC implements SchemaExporter interface and is designed to export schema in form of valid script, executable under compatible tc aware Linux OS.
SchemaExporterTC() - Constructor for class cz.cmc.tcgui.io.SchemaExporterTC
 
SchemaExporterXML - class cz.cmc.tcgui.io.SchemaExporterXML.
 
SchemaExporterXML() - Constructor for class cz.cmc.tcgui.io.SchemaExporterXML
 
SchemaImporter - interface cz.cmc.tcgui.dataif.SchemaImporter.
Title: interface SchemaImporter Description: Interface to be implemented by schema importing classes Copyright: Copyright (c) 2003 Company: CMC Computers
SchemaImporterXML - class cz.cmc.tcgui.io.SchemaImporterXML.
 
SchemaImporterXML() - Constructor for class cz.cmc.tcgui.io.SchemaImporterXML
 
SubclassEdge - class cz.cmc.tcgui.SubclassEdge.
Title: class SubclassEdge Description: Edge for connecting TC subclasses Copyright: Copyright (c) 2003 Company: CMC Computers
SubclassEdge() - Constructor for class cz.cmc.tcgui.SubclassEdge
 
SubclassEdge(Object) - Constructor for class cz.cmc.tcgui.SubclassEdge
 
SubclassInputPort - class cz.cmc.tcgui.SubclassInputPort.
Title: class SubclassInputPort Description: Port for connecting TC subclasses Copyright: Copyright (c) 2003 Company: CMC Computers
SubclassInputPort() - Constructor for class cz.cmc.tcgui.SubclassInputPort
 
SubclassInputPort(Object) - Constructor for class cz.cmc.tcgui.SubclassInputPort
 
SubclassInputPort(Object, Port) - Constructor for class cz.cmc.tcgui.SubclassInputPort
 
SubclassOutputPort - class cz.cmc.tcgui.SubclassOutputPort.
Title: class SubclassOutputPort Description: Port for connecting TC subclasses Copyright: Copyright (c) 2003 Company: CMC Computers
SubclassOutputPort() - Constructor for class cz.cmc.tcgui.SubclassOutputPort
 
SubclassOutputPort(Object) - Constructor for class cz.cmc.tcgui.SubclassOutputPort
 
SubclassOutputPort(Object, Port) - Constructor for class cz.cmc.tcgui.SubclassOutputPort
 
SubclassableTCObject - interface cz.cmc.tcgui.SubclassableTCObject.
Title: interface SubclassableTCObject Description: interface to be implemented by TCObjects whuch may have subclasses connected Copyright: Copyright (c) 2003 Company: CMC Computers
sameEntry - Variable in class cz.cmc.tcgui.TCObjectView.TCObjectContainerEntryPlacementContext
This is set to true if trying to place the TCObjectContainerEntry to its old position.
saveAction - Variable in class cz.cmc.tcgui.TCGui
Actions
saveAsAction - Variable in class cz.cmc.tcgui.TCGui
Actions
saveFile(String, String, String) - Method in class cz.cmc.tcgui.actions.AbstractFileAction
Shows file open dialog and returns the file name.
selectCellForEvent(Object, MouseEvent) - Method in class cz.cmc.tcgui.TCGraphUI
Overriden to gain TC schema specific selection behavior
selectCellsForEvent(JGraph, Object[], MouseEvent) - Method in class cz.cmc.tcgui.TCGraphUI
From GraphUI interface.
selectCellsForEvent(Object[], MouseEvent) - Method in class cz.cmc.tcgui.TCGraphUI
Messaged to update the selection based on a MouseEvent for a group of cells.
selectionHierarchyIterator(Class) - Method in class cz.cmc.tcgui.TCEditor
Gets Hierarchy iterator for hierarchy based on supplied class (wrapper for TCGraphSelectionModel)
selectionHierarchySize(Class) - Method in class cz.cmc.tcgui.TCEditor
Gets hierarchy size (number of cells at) (wrapper for TCGraphSelectionModel)
selectionsDiffer(HashSet) - Method in class cz.cmc.tcgui.datamanip.AttributeTypeSetList
 
setAnchor(Port) - Method in class cz.cmc.tcgui.TCPort
Sets the anchor of this port.
setAttributeEntry(AttributeEntry) - Method in class cz.cmc.tcgui.datadef.AttributeEntryInstance
Sets AttributeEntry whose instance is this
setAttributeEntry(AttributeEntry) - Method in class cz.cmc.tcgui.datadef.TCObject
Sets the attributeEntry of this TCObject.
setChecker(Checker) - Method in class cz.cmc.tcgui.datadef.TCObject
Sets Checker associated with this TCObject definition
setCount(int) - Method in class cz.cmc.tcgui.TCGraphSelectionModel.TCHierarchyHeapEntry
Sets member count of this hierarchy entry
setCurrentFile(String) - Method in class cz.cmc.tcgui.TCGui
Sets the file being currently edited.
setDataDefinition(Map, TCObject) - Static method in class cz.cmc.tcgui.TCGraphConstants
Sets the data definition object.
setDefaultCursor() - Method in class cz.cmc.tcgui.TCEditor
Sets current cursor to default
setDefaultResourceManager(ResourceManager) - Static method in class cz.cmc.tcgui.DefaultResourceManager
Sets the default resource manager to the given resource manager
setDefaultResourceManager(ResourceBundle) - Static method in class cz.cmc.tcgui.DefaultResourceManager
Sets the default resource manager to a new resource manager wrapping the given ResourceBundle.
setDefaultResourceManager(String) - Static method in class cz.cmc.tcgui.DefaultResourceManager
Sets the default resource manager to a new resource manager wrapping the ResourceBundle created from the bundleClass.
setDescription(String) - Method in class cz.cmc.tcgui.datadef.TCEntry
Sets the description of the entry.
setDevice(String) - Method in class cz.cmc.tcgui.TCEditor
Sets the device name
setDevice(String) - Method in class cz.cmc.tcgui.TCGui
Sets the device to the device text field.
setDevice(String) - Method in interface cz.cmc.tcgui.dataif.TCImport
Sets the device name
setEdges(Set) - Method in class cz.cmc.tcgui.TCPort
Sets the anchor of this port.
setEditor(Editor) - Method in class cz.cmc.tcgui.datadef.TCObject
Sets Editor associated with this TCObject definition
setElements() - Method in class cz.cmc.tcgui.datadef.AttributeTypeSet
Returns array of Strings, containing allowed set elements.
setExporter(Exporter) - Method in class cz.cmc.tcgui.datadef.TCObject
Sets Exporter associated with this TCObject definition
setFilterPriority(Map, int) - Static method in class cz.cmc.tcgui.TCGraphConstants
Sets the filter priority.
setGenerated(boolean) - Method in class cz.cmc.tcgui.datadef.AttributeEntry
Sets the generated flag.
setGenerator(Generator) - Method in class cz.cmc.tcgui.datadef.TCObject
Sets Generator associated with this TCObject definition
setHandleSize(int, int) - Method in class cz.cmc.tcgui.TCGraph
Sets size of the handle with the given index
setID(String) - Method in class cz.cmc.tcgui.datadef.TCEntry
Sets the id for this TCEntry
setIcon(Icon) - Method in class cz.cmc.tcgui.ClassView
Sets the icon of the TCObject.
setIcon(Icon) - Method in class cz.cmc.tcgui.ClassfulQDiscView
Sets the static icon of this QDisc class.
setIcon(Icon) - Method in class cz.cmc.tcgui.ClasslessQDiscView
Sets the static icon of this QDisc class.
setIcon(Icon) - Method in class cz.cmc.tcgui.FilterElementView
Sets the static icon of this filter entry class.
setIcon(Icon) - Method in class cz.cmc.tcgui.FilterView
Sets the static icon of this filter entry class.
setIcon(Icon) - Method in class cz.cmc.tcgui.TCObjectView
Sets the icon of the TCObject.
setIndex(int) - Method in class cz.cmc.tcgui.TCGraphSelectionModel.TCHierarchyHeapEntry
Sets index of this hierarchy entry
setIndex(int) - Method in class cz.cmc.tcgui.datadef.AttributeEntryInstance
Sets the index of this instance
setInitialAttributes(Map) - Method in class cz.cmc.tcgui.ClassView
Called when the initial attributes are needed.
setInitialAttributes(Map) - Method in class cz.cmc.tcgui.ClassfulQDiscView
Called when the initial attributes are needed.
setInitialAttributes(Map) - Method in class cz.cmc.tcgui.ClasslessQDiscView
Called when the initial attributes are needed.
setInitialAttributes(Map) - Method in class cz.cmc.tcgui.FilterElementView
Called when the initial attributes are needed.
setInitialAttributes(Map) - Method in class cz.cmc.tcgui.FilterEntryView
Called when the initial attributes are needed.
setInitialAttributes(Map) - Method in class cz.cmc.tcgui.FilterView
Called when the initial attributes are needed.
setInitialAttributes(Map) - Method in class cz.cmc.tcgui.QDiscView
Called when the initial attributes are needed.
setInitialAttributes(Map) - Method in class cz.cmc.tcgui.TCObjectView
Called when the initial attributes are needed.
setInteractive(boolean) - Method in class cz.cmc.tcgui.TCEditor
Sets the interactity flag.
setInterpreted(boolean) - Method in class cz.cmc.tcgui.datadef.AttributeEntry
Sets the interpreted flag.
setLabel(String) - Method in class cz.cmc.tcgui.datadef.TCEntry
Sets the label for this TCEntry
setMaxInstances(int) - Method in class cz.cmc.tcgui.datadef.AttributeEntry
Sets the maximal number of instances
setMaximumSize(Map, Dimension) - Static method in class cz.cmc.tcgui.TCGraphConstants
Sets the maximum size for an autosized cell.
setMinInstances(int) - Method in class cz.cmc.tcgui.datadef.AttributeEntry
Sets the minimal number of instances
setMinimumSize(Map, Dimension) - Static method in class cz.cmc.tcgui.TCGraphConstants
Sets the minimum size for an autosized cell.
setName(String) - Method in class cz.cmc.tcgui.datadef.AttributeGroup.AttributeSet
Sets the name of the attribute set
setName(String) - Method in class cz.cmc.tcgui.datadef.TCEntry
Sets the name for this TCEntry
setNonzero(boolean) - Method in class cz.cmc.tcgui.datadef.AttributeTypeNumber
Sets the 'nonzero' flag.
setNullValue(Map, AttributeEntryInstance) - Static method in class cz.cmc.tcgui.TCGraphConstants
Sets the value of null object for the given AttributeEntryInstance
setOrigin(Map, Point) - Static method in class cz.cmc.tcgui.TCGraphConstants
Sets the origin parameter for the attached cell.
setOrigin(Map, int, int) - Static method in class cz.cmc.tcgui.TCGraphConstants
Sets the origin parameter for the attached cell.
setParent(AttributeGroup) - Method in class cz.cmc.tcgui.datadef.AttributeEntry
Sets parent of this AttributeEntry
setPosition(int) - Method in class cz.cmc.tcgui.datadef.AttributeEntry
Sets the position within AttributeGroup.
setPositive(boolean) - Method in class cz.cmc.tcgui.datadef.AttributeTypeNumber
Sets the 'positive' flag.
setPriority(int) - Method in class cz.cmc.tcgui.datadef.AttributeGroup.AttributeSet
Sets the priority of the attribute set
setSelectionCell(Object) - Method in class cz.cmc.tcgui.TCGraphSelectionModel
Overriden to update categorized list.
setSelectionCells(Object[]) - Method in class cz.cmc.tcgui.TCGraphSelectionModel
Overriden to update categorized list.
setSelectionMode(int) - Method in class cz.cmc.tcgui.TCGraphSelectionModel
Overriden to update categorized list.
setSource(Object) - Method in class cz.cmc.tcgui.TCEdge
Sets the source of the edge.
setTCEditor(TCEditor) - Method in class cz.cmc.tcgui.TCGraph
Associates a TCEditor with this graph
setTCObjectContainerEntryIndex(Map, int) - Static method in class cz.cmc.tcgui.TCGraphConstants
Sets the index of the given tc object container entry.
setTCObjectID(TCObject, int) - Method in class cz.cmc.tcgui.TCEditor
Sets id of the TCObject. The ID must be uniqie within schema.
setTCObjectID(TCObject, int) - Method in interface cz.cmc.tcgui.dataif.TCImport
Sets id of the TCObject.
setTarget(Object) - Method in class cz.cmc.tcgui.TCEdge
Returns the target of edge.
setType(AttributeType) - Method in class cz.cmc.tcgui.datadef.Attribute
Sets the type of this Attribute.
setTypeFont(Map, Font) - Static method in class cz.cmc.tcgui.TCGraphConstants
Sets the Font to write cell types with.
setVirtual(boolean) - Method in class cz.cmc.tcgui.datadef.AttributeEntry
Sets the virtual flag.
source - Variable in class cz.cmc.tcgui.TCEdge
Source and target of the edge.
start - Variable in class cz.cmc.tcgui.TCMarqueeHandler
Holds the Start and the Current Point
startConnecting(TCPort) - Method in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
Starts connecting ports Called by subclassers to connect specific ports
subclassOutputPort - Variable in class cz.cmc.tcgui.ClassfulQDisc
Subclass output port of this qdisc

T

TCAction - class cz.cmc.tcgui.actions.TCAction.
Title: Description: Copyright: Copyright (c) 2003 Company: CMC Computers
TCAction(TCGui) - Constructor for class cz.cmc.tcgui.actions.TCAction
 
TCAction(TCGui, String) - Constructor for class cz.cmc.tcgui.actions.TCAction
 
TCAction(TCGui, String, Icon) - Constructor for class cz.cmc.tcgui.actions.TCAction
 
TCClass - class cz.cmc.tcgui.datadef.TCClass.
Class representing allowed tc qdisc class and its specific properties.
TCClass(String, String, String) - Constructor for class cz.cmc.tcgui.datadef.TCClass
Creates new TCClass with given id, name and label
TCCommonActions - interface cz.cmc.tcgui.TCCommonActions.
Title: Interface TCCommonActions Description: This interface provides actions used comonly in tcgui Copyright: Copyright (c) 2003 Company: CMC Computers
TCEdge - class cz.cmc.tcgui.TCEdge.
Title: Description: Copyright: Copyright (c) 2003 Company: CMC Computers
TCEdge() - Constructor for class cz.cmc.tcgui.TCEdge
Constructs an empty edge.
TCEdge(Object) - Constructor for class cz.cmc.tcgui.TCEdge
Constructs an edge that holds a reference to the specified user object.
TCEdge(Object, boolean) - Constructor for class cz.cmc.tcgui.TCEdge
Constructs an edge that holds a reference to the specified user object and sets default values for points and the label position.
TCEdgeView - class cz.cmc.tcgui.TCEdgeView.
Title: class TCEdgeView Description: Superclass of views of TC edges Copyright: Copyright (c) 2003 Company: CMC Computers
TCEdgeView(Object, JGraph, CellMapper) - Constructor for class cz.cmc.tcgui.TCEdgeView
 
TCEdgeView.FilterMatchRouting - class cz.cmc.tcgui.TCEdgeView.FilterMatchRouting.
Title: class FilterMatchRouting Description: Routing for filter match edges Copyright: Copyright (c) 2003 Company: CMC Computers
TCEdgeView.FilterMatchRouting() - Constructor for class cz.cmc.tcgui.TCEdgeView.FilterMatchRouting
 
TCEditor - class cz.cmc.tcgui.TCEditor.
Title: Class TCEditor Description: TCEditor provides functionality of the traffic control editing panel Copyright: Copyright (c) 2003 Company: CMC Computers
TCEditor(TCGui) - Constructor for class cz.cmc.tcgui.TCEditor
Create TCEdtior using defaults
TCEditor(TCGui, LayoutManager) - Constructor for class cz.cmc.tcgui.TCEditor
Create TCEdtior using given layot manager
TCEditor(TCGui, boolean) - Constructor for class cz.cmc.tcgui.TCEditor
Create TCEdtior specifying whether to use double buffering
TCEditor(TCGui, LayoutManager, boolean) - Constructor for class cz.cmc.tcgui.TCEditor
Create TCEdtior using given layot manager with ability to set double buffering
TCEditorEvent - class cz.cmc.tcgui.TCEditorEvent.
Title: Class TCEditorEvent Description: TCEditorEvent is used by TCEditors to communicate with the parent environment Copyright: Copyright (c) 2003 Company: CMC Computers
TCEditorEvent(Object, int) - Constructor for class cz.cmc.tcgui.TCEditorEvent
Constructs an TCEditorEvent object.
TCEditorListener - interface cz.cmc.tcgui.TCEditorListener.
Title: Interface TCEditorListener Description: Interface for TCEditor to communicate with the parent environment Copyright: Copyright (c) 2003 Company: CMC Computers
TCEntry - class cz.cmc.tcgui.datadef.TCEntry.
Abstract parent for AttributeEntry and TCObject.
TCEntry() - Constructor for class cz.cmc.tcgui.datadef.TCEntry
Creates a new TCEntry
TCEntry(String, String, String) - Constructor for class cz.cmc.tcgui.datadef.TCEntry
Creates a new TCEntry with given id, name and label
TCExport - interface cz.cmc.tcgui.dataif.TCExport.
Title: interface TCExport Description: via TCExport it is possible to get the structure and data of the TC schema Copyright: Copyright (c) 2003 Company: CMC Computers
TCFilter - class cz.cmc.tcgui.datadef.TCFilter.
Class representing allowed tc qdisc class and its specific properties.
TCFilter(String, String, String) - Constructor for class cz.cmc.tcgui.datadef.TCFilter
Creates new TCFilter with given id, name and label
TCGraph - class cz.cmc.tcgui.TCGraph.
Title: Description: Copyright: Copyright (c) 2003 Company: CMC Computers
TCGraph() - Constructor for class cz.cmc.tcgui.TCGraph
Creates new TCGraph using defaults
TCGraph(GraphModel) - Constructor for class cz.cmc.tcgui.TCGraph
 
TCGraph(GraphModel, GraphLayoutCache) - Constructor for class cz.cmc.tcgui.TCGraph
 
TCGraph(GraphModel, BasicMarqueeHandler) - Constructor for class cz.cmc.tcgui.TCGraph
 
TCGraph(GraphModel, GraphLayoutCache, BasicMarqueeHandler) - Constructor for class cz.cmc.tcgui.TCGraph
 
TCGraphConstants - class cz.cmc.tcgui.TCGraphConstants.
Title: class TCGraphConstants Description: Support for manipulationm with attribute maps Copyright: Copyright (c) 2003 Company: CMC Computers
TCGraphConstants() - Constructor for class cz.cmc.tcgui.TCGraphConstants
 
TCGraphConstants.NullDataDefTCObject - class cz.cmc.tcgui.TCGraphConstants.NullDataDefTCObject.
Null object to be used instead of null, where null is not allowed
TCGraphConstants.NullDataDefTCObject() - Constructor for class cz.cmc.tcgui.TCGraphConstants.NullDataDefTCObject
 
TCGraphConstants.NullObject - class cz.cmc.tcgui.TCGraphConstants.NullObject.
Null object to be used instead of null, where null is not allowed
TCGraphConstants.NullObject() - Constructor for class cz.cmc.tcgui.TCGraphConstants.NullObject
 
TCGraphModel - class cz.cmc.tcgui.TCGraphModel.
Title: class TCGraphModel Description: GraphModel for editing TC schemas Copyright: Copyright (c) 2003 Company: CMC Computers
TCGraphModel() - Constructor for class cz.cmc.tcgui.TCGraphModel
 
TCGraphSelectionModel - class cz.cmc.tcgui.TCGraphSelectionModel.
Title: Class TCGraphSelectionModel Description: Cell selection model specific for the traffic control configurator Copyright: Copyright (c) 2003 Company: CMC Computers
TCGraphSelectionModel(JGraph) - Constructor for class cz.cmc.tcgui.TCGraphSelectionModel
Creates a new TCGraphSelectionModel
TCGraphSelectionModel.TCHierarchyComparator - class cz.cmc.tcgui.TCGraphSelectionModel.TCHierarchyComparator.
Comparator comparing order of one (always the same) of in-depth searches of selected objects' class hierarchy
TCGraphSelectionModel.TCHierarchyComparator() - Constructor for class cz.cmc.tcgui.TCGraphSelectionModel.TCHierarchyComparator
 
TCGraphSelectionModel.TCHierarchyHeapEntry - class cz.cmc.tcgui.TCGraphSelectionModel.TCHierarchyHeapEntry.
Structure containing reference to the first cell of a partial selection object type and cell count of such type
TCGraphSelectionModel.TCHierarchyHeapEntry(int, int) - Constructor for class cz.cmc.tcgui.TCGraphSelectionModel.TCHierarchyHeapEntry
Constructs a new TCHierarchyHeapEntry
TCGraphSelectionModel.TCHierarchyHeapEntry(int) - Constructor for class cz.cmc.tcgui.TCGraphSelectionModel.TCHierarchyHeapEntry
Constructs a new TCHierarchyHeapEntry with zero member count
TCGraphSelectionModel.TCHierarchyHeapEntry() - Constructor for class cz.cmc.tcgui.TCGraphSelectionModel.TCHierarchyHeapEntry
Constructs a new TCHierarchyHeapEntry with zero index and member count
TCGraphUI - class cz.cmc.tcgui.TCGraphUI.
Title: Customization of the UI for TCGui Description: Copyright: Copyright (c) 2003 Company: CMC Computers
TCGraphUI() - Constructor for class cz.cmc.tcgui.TCGraphUI
 
TCGraphUI.TCGraphSelectionHandler - class cz.cmc.tcgui.TCGraphUI.TCGraphSelectionHandler.
Listens for changes in the selection model and updates the display accordingly.
TCGraphUI.TCGraphSelectionHandler() - Constructor for class cz.cmc.tcgui.TCGraphUI.TCGraphSelectionHandler
 
TCGraphUI.TCMouseHandler - class cz.cmc.tcgui.TCGraphUI.TCMouseHandler.
Handler for mouse events Title: class TCMouseHandler Description: Copyright: Copyright (c) 2003 Company: CMC Computers
TCGraphUI.TCMouseHandler() - Constructor for class cz.cmc.tcgui.TCGraphUI.TCMouseHandler
 
TCGraphUI.TCRootHandle - class cz.cmc.tcgui.TCGraphUI.TCRootHandle.
Title: class TCRootHandle Description: RootHandle customized for TC schema editing Copyright: Copyright (c) 2003 Company: CMC Computers
TCGraphUI.TCRootHandle(GraphContext) - Constructor for class cz.cmc.tcgui.TCGraphUI.TCRootHandle
Creates a root handle which contains handles for the given cells
TCGui - class cz.cmc.tcgui.TCGui.
Title: TCGui application Description: Class TCGui creates TCGui application frame, and puts TCEditor it also implements a basic version of the main() method Copyright: Copyright (c) 2003 Company: CMC Computers
TCGui() - Constructor for class cz.cmc.tcgui.TCGui
Create default TC gui app
TCGui(String) - Constructor for class cz.cmc.tcgui.TCGui
Create TC gui app with given RresourceManager class
TCGui.AppWindowListener - class cz.cmc.tcgui.TCGui.AppWindowListener.
 
TCGui.AppWindowListener() - Constructor for class cz.cmc.tcgui.TCGui.AppWindowListener
 
TCImport - interface cz.cmc.tcgui.dataif.TCImport.
Title: interface TCImport Description: via TCImport it is possible to modify the structure and data of the TC schema Copyright: Copyright (c) 2003 Company: CMC Computers
TCInputPort - class cz.cmc.tcgui.TCInputPort.
Title: class TCInputPort Description: Superclass for tc source ports Copyright: Copyright (c) 2003 Company: CMC Computers
TCInputPort(Object) - Constructor for class cz.cmc.tcgui.TCInputPort
 
TCInputPort(Object, Port) - Constructor for class cz.cmc.tcgui.TCInputPort
 
TCMarqueeHandler - class cz.cmc.tcgui.TCMarqueeHandler.
Title: Class TCMarqueeHandler Description: Marquee handler for TC editing Copyright: Copyright (c) 2003 Company: CMC Computers
TCObject - class cz.cmc.tcgui.TCObject.
Title: class TCObject Description: Superclass for tc objects Copyright: Copyright (c) 2003 Company: CMC Computers
TCObject() - Constructor for class cz.cmc.tcgui.TCObject
Initializes TCObject subclass with defaults
TCObject(Object) - Constructor for class cz.cmc.tcgui.TCObject
Initializes TCObject subclass sets with defaults and sets the user object.
TCObject - class cz.cmc.tcgui.datadef.TCObject.
Abstract parent for TCQdisc, TCClass and TCFilter implementing their common functionality.
TCObject() - Constructor for class cz.cmc.tcgui.datadef.TCObject
Creates new TCObject.
TCObject(String, String, String) - Constructor for class cz.cmc.tcgui.datadef.TCObject
Creates new TCObject with given id, name and label
TCObjectContainer - interface cz.cmc.tcgui.TCObjectContainer.
Title: interface TCObjectContainer Description: interface to be implemented by TCObjects that may contain child TCObjects Copyright: Copyright (c) 2003 Company: CMC Computers
TCObjectContainerEntry - interface cz.cmc.tcgui.TCObjectContainerEntry.
Title: interface TCObjectContainerEntry Description: interface to be implemented by TCObjects that may be contained in other TCObjects Copyright: Copyright (c) 2003 Company: CMC Computers
TCObjectProperties - class cz.cmc.tcgui.actions.TCObjectProperties.
Title: class TCObjectProperties Description: Action which fires editing TC object properties Copyright: Copyright (c) 2003 Company: CMC Computers
TCObjectProperties(TCGui, TCObject) - Constructor for class cz.cmc.tcgui.actions.TCObjectProperties
 
TCObjectPropertiesDialog - class cz.cmc.tcgui.TCObjectPropertiesDialog.
Title: TCObjectPropertiesDialog Description: Main panel for setting TCObjects' properies - includes panel with components + OK/Apply/Cancel buttons.
TCObjectPropertiesDialog(JFrame, TCImport, TCExport, TCObject) - Constructor for class cz.cmc.tcgui.TCObjectPropertiesDialog
Creates the dialog for the TCObject
TCObjectView - class cz.cmc.tcgui.TCObjectView.
Title: TC Object View Description: The superclass for views of TC objects Copyright: Copyright (c) 2003 Company: CMC Computers
TCObjectView(Object, TCGraph, CellMapper, boolean) - Constructor for class cz.cmc.tcgui.TCObjectView
Creates a new instance of TCObjectView.
TCObjectView.TCObjectContainerEntryPlacementContext - class cz.cmc.tcgui.TCObjectView.TCObjectContainerEntryPlacementContext.
Title: class TCObjectContainerEntryPlacementContext Description: structure to return TCObjectConatinerEntry container position Copyright: Copyright (c) 2003 Company: CMC Computers
TCObjectView.TCObjectContainerEntryPlacementContext() - Constructor for class cz.cmc.tcgui.TCObjectView.TCObjectContainerEntryPlacementContext
 
TCObjectView.TCObjectEditor - class cz.cmc.tcgui.TCObjectView.TCObjectEditor.
Editor class common to TC Object Views
TCObjectView.TCObjectEditor(GraphCellEditor) - Constructor for class cz.cmc.tcgui.TCObjectView.TCObjectEditor
Creates TCObjectEditor using given real editor
TCObjectView.TCObjectEditor() - Constructor for class cz.cmc.tcgui.TCObjectView.TCObjectEditor
Creates TCObjectEditor using default real editor
TCObjectView.TCObjectHandle - class cz.cmc.tcgui.TCObjectView.TCObjectHandle.
Title: Class TCObjectHandle Description: Basic handle for TCObjectView.
TCObjectView.TCObjectHandle(GraphContext) - Constructor for class cz.cmc.tcgui.TCObjectView.TCObjectHandle
Create handle for outter classes
TCObjectView.TCObjectRenderer - class cz.cmc.tcgui.TCObjectView.TCObjectRenderer.
 
TCObjectView.TCObjectRenderer() - Constructor for class cz.cmc.tcgui.TCObjectView.TCObjectRenderer
 
TCObjectViewContainer - interface cz.cmc.tcgui.TCObjectViewContainer.
Title: interface FilterEntryViewContainer Description: interface to be implemented by container views in the tc schema Copyright: Copyright (c) 2003 Company: CMC Computers
TCOutputPort - class cz.cmc.tcgui.TCOutputPort.
Title: class TCOutputPort Description: Superclass for tc target ports Copyright: Copyright (c) 2003 Company: CMC Computers
TCOutputPort(Object) - Constructor for class cz.cmc.tcgui.TCOutputPort
 
TCOutputPort(Object, Port) - Constructor for class cz.cmc.tcgui.TCOutputPort
 
TCPort - class cz.cmc.tcgui.TCPort.
Title: class TCPort Description: Copyright: Copyright (c) 2003 Company: CMC Computers
TCPort(Object) - Constructor for class cz.cmc.tcgui.TCPort
Constructs a vertex that holds a reference to the specified user object.
TCPort(Object, Port) - Constructor for class cz.cmc.tcgui.TCPort
Constructs a vertex that holds a reference to the specified user object and a reference to the specified anchor.
TCPortView - class cz.cmc.tcgui.TCPortView.
Title: Class TCPortView Description: Superclass for Port views for tcgui Copyright: Copyright (c) 2003 Company: CMC Computers
TCPortView(Object, JGraph, CellMapper) - Constructor for class cz.cmc.tcgui.TCPortView
 
TCPortView.TCPortRenderer - class cz.cmc.tcgui.TCPortView.TCPortRenderer.
Title: class TCPortRenderer Description: Common superclass for tc port renderers Copyright: Copyright (c) 2003 Company: CMC Computers
TCPortView.TCPortRenderer() - Constructor for class cz.cmc.tcgui.TCPortView.TCPortRenderer
 
TCQdisc - class cz.cmc.tcgui.datadef.TCQdisc.
Class representing Qdisc and its specific properties, including alowed sub TCClasses.
TCQdisc(String, String, String) - Constructor for class cz.cmc.tcgui.datadef.TCQdisc
Creates new TCQdisct with given id, name and label
TYPE_FONT - Static variable in class cz.cmc.tcgui.TCGraphConstants
Font to write cell types with.
TestSchemaExportTC - class cz.cmc.tcgui.actions.TestSchemaExportTC.
Title: class TestSchemaExportTC Description: Action for testing if the schema is exportable into the TC script Copyright: Copyright (c) 2003 Company: CMC Computers
TestSchemaExportTC(TCGui) - Constructor for class cz.cmc.tcgui.actions.TestSchemaExportTC
 
TestSchemaExportTC(TCGui, String) - Constructor for class cz.cmc.tcgui.actions.TestSchemaExportTC
 
TestSchemaExportTC(TCGui, String, Icon) - Constructor for class cz.cmc.tcgui.actions.TestSchemaExportTC
 
TestSchemaExportTC.DataSinkOutputStream - class cz.cmc.tcgui.actions.TestSchemaExportTC.DataSinkOutputStream.
Output Stream with the similar functionality to the /dev/null device.
TestSchemaExportTC.DataSinkOutputStream() - Constructor for class cz.cmc.tcgui.actions.TestSchemaExportTC.DataSinkOutputStream
 
Tester - class cz.cmc.tcgui.datadef.Tester.
Class used for testing and debugging of datedef package.
Tester() - Constructor for class cz.cmc.tcgui.datadef.Tester
 
target - Variable in class cz.cmc.tcgui.TCEdge
Source and target of the edge.
tcAtrMap - Variable in class cz.cmc.tcgui.datamanip.AbstractExporter
Map with tc attributes of given 'tco' tcgui.TCObject
tcCmd - Variable in class cz.cmc.tcgui.datamanip.AbstractExporter
StringBuffer in which the tc command to export (ie.
tcCmt - Variable in class cz.cmc.tcgui.datamanip.AbstractExporter
StringBuffer in which the comment to insert before tc command (ie. '# some info...') is created.
tcEditor - Variable in class cz.cmc.tcgui.TCGraph
The associated TC editor
tcEditorListenerList - Variable in class cz.cmc.tcgui.TCEditor
This entry holds list of all interfaces who subscribed listening of hoTCEditorEvents
tcGui - Variable in class cz.cmc.tcgui.TCEditor
TCGui environment owning this editor
tcGui - Variable in class cz.cmc.tcgui.actions.TCAction
 
tcObject - Variable in class cz.cmc.tcgui.actions.TCObjectProperties
 
tcObjectContainer - Variable in class cz.cmc.tcgui.TCObjectView.TCObjectContainerEntryPlacementContext
Container to place the element in.
tcObjectContainerEntry - Variable in class cz.cmc.tcgui.TCObjectView.TCObjectContainerEntryPlacementContext
TCObjectContainerEntry that intersects the placed entry.
tcObjectIDMap - Variable in class cz.cmc.tcgui.TCEditor
Hashtable tc object id => tc object
test() - Method in class cz.cmc.tcgui.TCEditor
 
testAction - Variable in class cz.cmc.tcgui.TCGui
Actions
testExport() - Method in class cz.cmc.tcgui.TCEditor
 
testExportSchemaTCAction - Variable in class cz.cmc.tcgui.TCGui
Actions
toString() - Method in class cz.cmc.tcgui.ResourceManager
 
toString() - Method in class cz.cmc.tcgui.TCGraphConstants.NullDataDefTCObject
 
toString() - Method in class cz.cmc.tcgui.TCGraphConstants.NullObject
 
toString() - Method in class cz.cmc.tcgui.TCGraphSelectionModel.TCHierarchyHeapEntry
 
toString() - Method in class cz.cmc.tcgui.datadef.AttributeEntry
 
toString() - Method in class cz.cmc.tcgui.datadef.AttributeEntryInstance
 
toString() - Method in class cz.cmc.tcgui.datadef.AttributeGroup.AttributeSet
Creates and returns string representation of this AttributeSet.
toString() - Method in class cz.cmc.tcgui.datadef.AttributeType
For every type returns String with its name.
toString() - Method in class cz.cmc.tcgui.datadef.AttributeTypeFloat
Returns String representing this object.
toString() - Method in class cz.cmc.tcgui.datadef.AttributeTypeInt
Returns String representing this object.
toString() - Method in class cz.cmc.tcgui.datadef.AttributeTypeNumber
Returns String representing this object.
toString() - Method in class cz.cmc.tcgui.datadef.AttributeTypeSet
Returns String representing this object.
toString() - Method in class cz.cmc.tcgui.datadef.AttributeTypeString
Returns String with name of this type.
toString() - Method in class cz.cmc.tcgui.datadef.AttributeTypeVariant
Returns String representing this object.
toString() - Method in class cz.cmc.tcgui.datadef.TCEntry
Creates and returns string representation of this TCEntry.
toString() - Method in class cz.cmc.tcgui.datadef.Tester
 
toString() - Method in class cz.cmc.tcgui.datadef.parser.Children
 
type - Variable in class cz.cmc.tcgui.datadef.Attribute
Type of the attribute
typeFont - Variable in class cz.cmc.tcgui.FilterEntryView.FilterEntryRenderer
Font to write the name of the TC object type with
typeFont - Variable in class cz.cmc.tcgui.QDiscView.QDiscRenderer
Font to write the name of the TC object type with
typeName - Variable in class cz.cmc.tcgui.QDiscView.QDiscRenderer
Name of the TC object type
typeX - Variable in class cz.cmc.tcgui.QDiscView.QDiscRenderer
Positions to render icon and TC object type label
typeY - Variable in class cz.cmc.tcgui.QDiscView.QDiscRenderer
Positions to render icon and TC object type label

U

UNDO_PERFORMED - Static variable in class cz.cmc.tcgui.TCEditorEvent
This event id indicates that an undo action was done within an editor.
UNLIMITED_INSTANCES - Static variable in class cz.cmc.tcgui.datadef.AttributeEntry
Constant to be used with attribute instance count specification.
undo() - Method in class cz.cmc.tcgui.TCEditor
Undo the last change
undoAction - Variable in class cz.cmc.tcgui.TCGui
Actions
undoManager - Variable in class cz.cmc.tcgui.TCEditor
Undo manager associated with this editor.
unsetDefaultResourceManager() - Static method in class cz.cmc.tcgui.DefaultResourceManager
Unsets the default resource manager.
updateConnect(Graphics, MouseEvent, boolean) - Method in class cz.cmc.tcgui.TCObjectView.TCObjectHandle
Updates the connection state.
updateGroupBounds() - Method in class cz.cmc.tcgui.ClassView
updateGroupBounds() - Method in class cz.cmc.tcgui.ClassfulQDiscView
updateGroupBounds() - Method in class cz.cmc.tcgui.FilterView
updateTCObjectContainerEntryBounds(Map, Rectangle, TCObjectContainerEntry[], TCObjectContainer) - Method in class cz.cmc.tcgui.TCEditor
Updates bounds of TCObjectContainerEntries and its entries recursively.
updateTCObjectContainerEntryPlacementContext(TCObjectView.TCObjectContainerEntryPlacementContext, TCObjectContainer[], Rectangle) - Method in class cz.cmc.tcgui.TCObjectView
Updates the given TCObjectContainerEntry placement context

V

valueChanged(GraphSelectionEvent) - Method in class cz.cmc.tcgui.TCGraphUI.TCGraphSelectionHandler
Messaged when the selection changes in the graph we're displaying for.
valueChanged(ListSelectionEvent) - Method in class cz.cmc.tcgui.datamanip.AttributeTypeSetList
 
version - Variable in class cz.cmc.tcgui.datadef.parser.XtcParser
Version of the xtc document being parsed.
virtual - Variable in class cz.cmc.tcgui.datadef.AttributeEntry
The 'virtual' flag

W

windowClosing(WindowEvent) - Method in class cz.cmc.tcgui.TCGui.AppWindowListener
 
write(int) - Method in class cz.cmc.tcgui.actions.TestSchemaExportTC.DataSinkOutputStream
 
write(byte[]) - Method in class cz.cmc.tcgui.actions.TestSchemaExportTC.DataSinkOutputStream
 
write(byte[], int, int) - Method in class cz.cmc.tcgui.actions.TestSchemaExportTC.DataSinkOutputStream
 
writeAttrs(TCObject, String) - Method in class cz.cmc.tcgui.io.SchemaExporterXML
 
writeCfqd(ClassfulQDisc, String) - Method in class cz.cmc.tcgui.io.SchemaExporterXML
 
writeClqd(ClasslessQDisc, String) - Method in class cz.cmc.tcgui.io.SchemaExporterXML
 
writeCls(Class, String) - Method in class cz.cmc.tcgui.io.SchemaExporterXML
 
writeFel(FilterElement, String) - Method in class cz.cmc.tcgui.io.SchemaExporterXML
 
writeFil(Filter, String) - Method in class cz.cmc.tcgui.io.SchemaExporterXML
 
writeTCAttrs(TCObject, String) - Method in class cz.cmc.tcgui.io.SchemaExporterXML
 
writeViewAttrs(TCObject, String) - Method in class cz.cmc.tcgui.io.SchemaExporterXML
 

X

XtcParser - class cz.cmc.tcgui.datadef.parser.XtcParser.
 
XtcParser(InputStream) - Constructor for class cz.cmc.tcgui.datadef.parser.XtcParser
Creates an XtcParser for a specified input stream.

A C D E F G H I L M N O P Q R S T U V W X