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

A

ABSTRACT - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
A boolean property which indicates whether an element is abstract.
ABSTRACT - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element is an abstract class or method.
AbstractButtonEnumeration - interface com.togethersoft.openapi.util.enum.AbstractButtonEnumeration
Enumeration of Swing's AbstractButtons.
AbstractButtonEnumerationAdapter - class com.togethersoft.openapi.util.enum.AbstractButtonEnumerationAdapter
Minimal implementation of enumeration of AbstractButtons .
AbstractButtonEnumerationAdapter(java.util.Enumeration) - Constructor for class com.togethersoft.openapi.util.enum.AbstractButtonEnumerationAdapter
Creates new enumeration from existing.
AbstractCellEditor - class com.togethersoft.openapi.ide.inspector.util.table.AbstractCellEditor
Represents abstract cell editor.
AbstractCellEditor() - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.AbstractCellEditor
Initialize this editor.
accept(com.togethersoft.openapi.rwi.RwiVisitor) - Method in interface com.togethersoft.openapi.rwi.RwiElement
"Accepts" a visitor, calling up its visitXXX method corresponding to the kind of the element.
accept(com.togethersoft.openapi.sci.visitor.SciElementVisitor) - Method in interface com.togethersoft.openapi.sci.SciElement
"Accepts" a visitor, calling up its visitXXX method corresponding to the kind of this element.
accept(com.togethersoft.openapi.sci.visitor.SciExpressionVisitor) - Method in interface com.togethersoft.openapi.sci.SciExpression
"Accepts" a visitor, calling up its visitXXX method corresponding to the kind of this expression.
accept(com.togethersoft.openapi.sci.visitor.SciStatementVisitor) - Method in interface com.togethersoft.openapi.sci.SciStatement
 
accept(java.io.File,java.lang.String) - Method in class com.togethersoft.openapi.util.file.SimpleWildcardFilter
Matches given file name with wildcard mask.
accept(java.io.File) - Method in class com.togethersoft.openapi.util.file.WildcardFileFilter
Whether the given file is accepted by this filter.
accept(java.lang.String) - Method in class com.togethersoft.openapi.util.file.WildcardFileFilter
Whether the given filename is accepted by this filter.
acceptToAll(com.togethersoft.openapi.sci.enum.SciElementEnumeration,com.togethersoft.openapi.sci.visitor.SciElementVisitor) - Static method in class com.togethersoft.openapi.sci.visitor.SciVisitorUtil
Makes each SciElement from the specified enumeration accept the specified visitor.
acceptToAll(com.togethersoft.openapi.sci.enum.SciExpressionEnumeration,com.togethersoft.openapi.sci.visitor.SciExpressionVisitor) - Static method in class com.togethersoft.openapi.sci.visitor.SciVisitorUtil
Makes each SciExpression from the specified enumeration accept the specified visitor.
acceptToAll(com.togethersoft.openapi.sci.enum.SciReferenceEnumeration,com.togethersoft.openapi.sci.visitor.SciReferenceVisitor) - Static method in class com.togethersoft.openapi.sci.visitor.SciVisitorUtil
Makes each SciReference from the specified enumeration accept the specified visitor.
acceptToAll(com.togethersoft.openapi.sci.enum.SciStatementEnumeration,com.togethersoft.openapi.sci.visitor.SciStatementVisitor) - Static method in class com.togethersoft.openapi.sci.visitor.SciVisitorUtil
Makes each SciStatement from the specified enumeration accept the specified visitor.
acceptUntilStop(com.togethersoft.openapi.sci.enum.SciElementEnumeration,com.togethersoft.openapi.sci.visitor.SciElementVisitor) - Static method in class com.togethersoft.openapi.sci.visitor.SciVisitorUtil
Makes each SciElement from the specified enumeration accept the specified visitor until the result of accepting is equal to the static variable STOP.
acceptUntilStop(com.togethersoft.openapi.sci.enum.SciExpressionEnumeration,com.togethersoft.openapi.sci.visitor.SciExpressionVisitor) - Static method in class com.togethersoft.openapi.sci.visitor.SciVisitorUtil
Makes each SciExpression from the specified enumeration accept the specified visitor until the result of accepting is equal to the static variable STOP.
acceptUntilStop(com.togethersoft.openapi.sci.enum.SciReferenceEnumeration,com.togethersoft.openapi.sci.visitor.SciReferenceVisitor) - Static method in class com.togethersoft.openapi.sci.visitor.SciVisitorUtil
Makes each SciReference from the specified enumeration accept the specified visitor until the result of accepting is equal to the static variable STOP.
acceptUntilStop(com.togethersoft.openapi.sci.enum.SciStatementEnumeration,com.togethersoft.openapi.sci.visitor.SciStatementVisitor) - Static method in class com.togethersoft.openapi.sci.visitor.SciVisitorUtil
Makes each SciStatement from the specified enumeration accept the specified visitor until the result of accepting is equal to the static variable STOP.
ACCESS - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression of accessing element's data using .
actionPerformed(com.togethersoft.openapi.ide.command.IdeCommandEvent) - Method in class com.togethersoft.openapi.ide.command.IdeCommandAdapter
Skeleton.
actionPerformed(com.togethersoft.openapi.ide.command.IdeCommandEvent) - Method in interface com.togethersoft.openapi.ide.command.IdeCommandListener
actionPerformed method is called when the user activated the command item this listener is attached to (by clicking a mouse or using a shortcut).
actionPerformed(java.awt.event.ActionEvent) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI
Handles only Cancel and Ok buttons.
actionPerformed(java.awt.event.ActionEvent) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingEnumEditor
Invoked when an action occurs.
actionPerformed(java.awt.event.ActionEvent) - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementTableAdderButton
Called by action listsners when action on this button is perfomed.
actionPerformed(java.awt.event.ActionEvent) - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementTableRemoverButton
Called by action listsners when action on this button is perfomed.
actionPerformed(java.awt.event.ActionEvent) - Method in class com.togethersoft.openapi.util.ui.TextAreaDialog
Actions handling
ACTIVITY - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
 
ACTIVITY_DIAGRAM - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
An element is an activity diagram.
ACTOR - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
An element is an actor.
ADD_TO_BUTTON_GROUP - Static variable in class com.togethersoft.openapi.util.ui.ToggleButtonPanel
Parameter for radio button or check box.
add(com.togethersoft.openapi.util.EventMulticaster,java.util.EventListener) - Static method in class com.togethersoft.openapi.util.EventMulticaster
Adds a listener to specified EventMulticaster.
Add(java.awt.Container,java.awt.Component,java.awt.GridBagConstraints) - Static method in class com.togethersoft.openapi.util.ui.GridBagLayoutHelper
Adds component what to container to with some constraints constraints.
add(java.util.EventListener) - Method in class com.togethersoft.openapi.util.EventMulticaster
Adds listener to listers array.
add(javax.swing.AbstractButton) - Method in interface com.togethersoft.openapi.ide.window.IdeDialogButtonGroup
Adds specified button to this group.
add(javax.swing.AbstractButton) - Method in class com.togethersoft.openapi.util.ui.RadioButtonGroup
Adds new AbstractButton b to this group and register key and focus listeners for it.
addAttributeToConstructors(com.togethersoft.openapi.sci.SciAttribute) - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
addCellEditorListener(javax.swing.event.CellEditorListener) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueUI
 
addCellEditorListener(javax.swing.event.CellEditorListener) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingEditorSupport
Register a listener for EditingCanceled and EditingStoped events.
addCellEditorListener(javax.swing.event.CellEditorListener) - Method in class com.togethersoft.openapi.ide.inspector.util.table.AbstractCellEditor
Adds cell editor listener.
addChangeListener(javax.swing.event.ChangeListener) - Method in class com.togethersoft.openapi.ide.window.IdeExpertPageSupport
Adds specified change listener for this expert page.
addChangeListener(javax.swing.event.ChangeListener) - Method in interface com.togethersoft.openapi.ide.window.IdeExpertPage
Adds specified change listener for this expert page.
addCheckBox(java.lang.String,int) - Method in class com.togethersoft.openapi.util.ui.ToggleButtonPanel
Adds check box to this panel with specified caption and layout parameters.
addCheckBox(java.lang.String) - Method in class com.togethersoft.openapi.util.ui.ToggleButtonPanel
Adds check box to this panel with specified caption.
addChoosableFileFilter(javax.swing.filechooser.FileFilter) - Method in interface com.togethersoft.openapi.ide.window.IdeFileChooser
Adds a filter to the list of user choosable file filters.
addCommandAndWait(java.lang.Runnable) - Method in interface com.togethersoft.openapi.ide.IdeManager
Adds ceratin command to the commands queue and waits while this command is not executed.
addCommandToQueue(java.lang.Runnable,java.lang.String) - Method in interface com.togethersoft.openapi.ide.IdeManager
Adds specified command, identified by it's name, to the commands queue.
addCommandToQueue(java.lang.Runnable) - Method in interface com.togethersoft.openapi.ide.IdeManager
Adds specified command to the commands queue.
addComponent(com.togethersoft.openapi.ide.inspector.IdeInspectorComponent,com.togethersoft.openapi.ide.inspector.Condition,double) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspector
Adds new component with the specified visibility condition and weight.
addComponent(com.togethersoft.openapi.ide.inspector.IdeInspectorComponent,com.togethersoft.openapi.ide.inspector.Condition,double) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorCompoundComponent
Adds component to the internal inspector with the specified condition and weight.
addComponent(com.togethersoft.openapi.ide.inspector.IdeInspectorComponent,com.togethersoft.openapi.ide.inspector.Condition) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspector
Adds new component to this inspector and sets it's weight for to be greater by one than the maximum weight.
addComponent(com.togethersoft.openapi.ide.inspector.IdeInspectorComponent,com.togethersoft.openapi.ide.inspector.Condition) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorCompoundComponent
Adds specified component to the internal inspector with the condition.
addComponent(javax.swing.JComponent,java.awt.GridBagConstraints) - Method in class com.togethersoft.openapi.util.ui.ToggleButtonPanel
Adds new component with specified GridBagConstraints to this panel.
addComponent(javax.swing.JComponent) - Method in class com.togethersoft.openapi.util.ui.ToggleButtonPanel
Adds new component with default GridBagConstraints to this panel.
addFocusListener(java.awt.event.FocusListener) - Method in class com.togethersoft.openapi.util.ui.ExtendedControl
Adds specified focus listener for this container.
addIcon(javax.swing.Icon) - Method in class com.togethersoft.openapi.util.ui.IconSequence
Adds new icon at the end of sequence.
addIcon(javax.swing.Icon) - Method in class com.togethersoft.openapi.util.ui.LayeredIcon
Adds new icon in the group.
addIdeDiagramListener(com.togethersoft.openapi.ide.diagram.IdeDiagramListener) - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagramManager
Adds a diagram listener.
addImportPath(java.lang.String) - Method in interface com.togethersoft.openapi.ide.project.IdeProject
Adds specified path to the project as a set of root IdeProjectNode instances.
ADDIN - Static variable in interface com.togethersoft.openapi.ide.inspector.util.ComponentWeight
 
addInspectorBuilder(com.togethersoft.openapi.ide.inspector.IdeInspectorBuilder) - Method in interface com.togethersoft.openapi.ide.inspector.IdeInspectorManager
Adds new inspector builder to the list of inspectors.
addLayoutComponent(java.lang.String,java.awt.Component) - Method in class com.togethersoft.openapi.util.ui.StackLayout
Add the specified component to the layout, parsing the layout tag.
addPage(java.awt.Component,java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.ide.config.IdeConfigEditor
Adds a page to this IdeConfigEditor.
addPatternLink(com.togethersoft.openapi.sci.SciClass,com.togethersoft.openapi.sci.SciClass,java.lang.String,java.lang.String,java.lang.String,boolean) - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
addPolygon(java.awt.Polygon,com.togethersoft.openapi.ide.diagram.IdeDiagramElement) - Method in interface com.togethersoft.openapi.ide.diagram.IdeMapBuilder
Adds a polygon.
addProjectListener(com.togethersoft.openapi.ide.project.IdeProjectListener) - Method in interface com.togethersoft.openapi.ide.project.IdeProjectManager
Adds the specified project listener.
addProperty(com.togethersoft.openapi.ide.inspector.IdeInspectorProperty,com.togethersoft.openapi.ide.inspector.Condition,double) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent
Adds new property with specified visibility condition and weight.
addProperty(com.togethersoft.openapi.ide.inspector.IdeInspectorProperty,com.togethersoft.openapi.ide.inspector.Condition) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent
Adds new property to this component and sets weight for it to 1 more then maximum weight.
addProperty(com.togethersoft.openapi.rwi.RwiPropertyMap,java.lang.String) - Method in class com.togethersoft.openapi.rwi.extension.RwiPropertyProviderAdapter
Always return RwiProperty which has no subproperties.
addProperty(com.togethersoft.openapi.rwi.RwiPropertyMap,java.lang.String) - Method in interface com.togethersoft.openapi.rwi.extension.RwiPropertyProvider
Specific method for this property.
addProperty(java.lang.Object,java.lang.Object) - Method in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap
Adds new property.
addProperty(java.lang.Object,java.lang.Object) - Method in class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap
Adds specified property with it's value.
addProperty(java.lang.Object,java.lang.Object) - Method in interface com.togethersoft.openapi.util.propertyMap.PropertyMap
Adds a property with the specified value to the properties set.
addProperty(java.lang.Object) - Method in class com.togethersoft.openapi.util.propertyMap.PropertyProviderAdapter
Adds new value to this property.
addProperty(java.lang.Object) - Method in class com.togethersoft.openapi.util.propertyMap.SinglePropertyProvider
 
addProperty(java.lang.Object) - Method in interface com.togethersoft.openapi.util.propertyMap.PropertyProvider
Adds new value.
addProperty(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiPropertyMap
Creates a new instance of a specified string property.
addPropertyChangeListener(java.beans.PropertyChangeListener) - Method in interface com.togethersoft.openapi.ide.config.IdeConfigEditor
Adds PropertyChangeListener.
addPropertyChangeListener(java.beans.PropertyChangeListener) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspector
Adds new listener of property change event.
addPropertyChangeListener(java.beans.PropertyChangeListener) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorProperty
Adds specified listener for the PropertyChange event.
addPropertyChangeListener(java.beans.PropertyChangeListener) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent
Adds new listener of property change event.
addPropertyChangeListener(java.beans.PropertyChangeListener) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingIntegerEditor
Register a listener for PropertyChange events.
addPropertyChangeListener(java.beans.PropertyChangeListener) - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsComponent
Adds specified listener of the property changes.
addPropertyChangeListener(java.beans.PropertyChangeListener) - Method in class com.togethersoft.openapi.util.properties.CompositePropertiesRO
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(java.beans.PropertyChangeListener) - Method in class com.togethersoft.openapi.util.properties.DictionaryProperties
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(java.beans.PropertyChangeListener) - Method in class com.togethersoft.openapi.util.properties.FilteredNamePropertiesRO
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(java.beans.PropertyChangeListener) - Method in class com.togethersoft.openapi.util.properties.NullPropertiesRO
Stub method.
addPropertyChangeListener(java.beans.PropertyChangeListener) - Method in interface com.togethersoft.openapi.util.properties.IPropertiesRO
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(java.beans.PropertyChangeListener) - Method in class com.togethersoft.openapi.util.propertyMap.PropertiesAdapter
Adds listener of PropertychangeEvent.
addPropertyChangeListener(java.lang.Object,java.beans.PropertyChangeSupport,java.beans.PropertyChangeListener) - Static method in class com.togethersoft.openapi.util.nullObject.NullPropertyChangeSupport
 
addPropertyMapListener(com.togethersoft.openapi.util.propertyMap.PropertyMapListener) - Method in class com.togethersoft.openapi.util.propertyMap.PropertyProviderAdapter
Adds listener for PropertyMapEvent.
addPropertyMapListener(java.lang.Object,com.togethersoft.openapi.util.propertyMap.PropertyMapListener) - Method in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap
Adds listener of PropertyMapEvent for certain property.
addPropertyMapListener(java.lang.Object,com.togethersoft.openapi.util.propertyMap.PropertyMapListener) - Method in class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap
Adds listener of PropertyMapEvent for specified property.
addPropertyMapListener(java.lang.Object,com.togethersoft.openapi.util.propertyMap.PropertyMapListener) - Method in interface com.togethersoft.openapi.util.propertyMap.PropertyMap
Adds a listener to the specified property.
addPropertyToEnd(com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap.DefaultProperty) - Method in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap
Adds specified property to the end of property list.
addRadioButton(java.lang.String,int) - Method in class com.togethersoft.openapi.util.ui.ToggleButtonPanel
Adds radio button to this panel with specified caption and layout parameters.
addRadioButton(java.lang.String) - Method in class com.togethersoft.openapi.util.ui.ToggleButtonPanel
Adds radio button to this panel with specified caption.
addReference(com.togethersoft.openapi.rwi.RwiElement) - Method in interface com.togethersoft.openapi.rwi.RwiDiagram
Creates a reference to model's element in this diagram.
ADDRESSOF - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression of giving the memory address in C++ using the address-of operator (&).
addRwiElement(com.togethersoft.openapi.rwi.RwiElement) - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsComponent
Adds a PropertySet to the specified RwiElement to this component.
addShortcut(javax.swing.KeyStroke) - Method in interface com.togethersoft.openapi.ide.command.IdeCommandItemBase
Adds the specified shortcut to the list of shortcuts for this command item.
addValues(java.util.Vector) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI
Populates itself from the given Vector.
addVetoableChangeListener(java.beans.VetoableChangeListener) - Method in class com.togethersoft.openapi.util.nullObject.NullVetoableChangeSupport
 
addVetoableChangeListener(java.beans.VetoableChangeListener) - Method in class com.togethersoft.openapi.util.properties.DictionaryProperties
Add a VetoableListener to the listener list.
addVetoableChangeListener(java.beans.VetoableChangeListener) - Method in class com.togethersoft.openapi.util.properties.FilteredNameProperties
Add a VetoableListener to the listener list.
addVetoableChangeListener(java.beans.VetoableChangeListener) - Method in class com.togethersoft.openapi.util.properties.NullProperties
Stub method.
addVetoableChangeListener(java.beans.VetoableChangeListener) - Method in interface com.togethersoft.openapi.util.properties.IProperties
Add a VetoableListener to the listener list.
addVetoableChangeListener(java.beans.VetoableChangeListener) - Method in class com.togethersoft.openapi.util.propertyMap.PropertiesAdapter
Not implemented.
addVetoableChangeListener(java.lang.Object,java.beans.VetoableChangeSupport,java.beans.VetoableChangeListener) - Static method in class com.togethersoft.openapi.util.nullObject.NullVetoableChangeSupport
 
adjustComponentHeight(javax.swing.JComponent) - Static method in class com.togethersoft.openapi.util.ui.ToggleButtonPanel
Decrease preferred height of specified component to 5.
ADVANCED - Static variable in interface com.togethersoft.openapi.ide.window.IdeButtonType
Advanced button.
advancePage() - Method in class com.togethersoft.openapi.sci.pattern.InspectorPatternUI
 
advancePage() - Method in class com.togethersoft.openapi.sci.pattern.SinglePagePatternUI
 
advancePage() - Method in interface com.togethersoft.openapi.sci.pattern.SciPatternUI
 
AGGREGATES_LINK - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
 
AGGREGATION - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
A boolean property for RwiLink whose SHAPE_TYPE property is RwiShapeType.ASSOCIATION indicating whether this association link is an aggregation link.
ALL - Static variable in interface com.togethersoft.openapi.ide.window.IdeButtonType
All button.
ALL_MESSAGES - Static variable in interface com.togethersoft.openapi.ide.tools.IdeToolConstants
Defines if all messages should be displayed.
allFiles(com.togethersoft.openapi.sci.SciClass) - Method in interface com.togethersoft.openapi.sci.SciLanguageHelper
Provides access to all files containing declaration and definitions of class and its members.
allFiles(com.togethersoft.openapi.sci.SciMember) - Method in interface com.togethersoft.openapi.sci.SciLanguageHelper
Provides access to all files containing member declaration and definition.
allMembers(com.togethersoft.openapi.sci.SciClass,boolean) - Static method in class com.togethersoft.openapi.sci.SciUtil
Returns an enumeration of all the members this class has, including inherited members.
anchorElement - Variable in class com.togethersoft.openapi.sci.policy.SciPasteOrderPolicy.Anchor
 
APPLY - Static variable in interface com.togethersoft.openapi.ide.window.IdeButtonType
Apply button.
apply() - Method in interface com.togethersoft.openapi.sci.pattern.SciPattern
Makes this pattern perform desired actions upon a target object (objects).
applyPattern(com.togethersoft.openapi.rwi.RwiElement,java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiModel
Applies the specified pattern to the given RwiElement.
applyPatternToClass(com.togethersoft.openapi.sci.pattern.SciPattern,com.togethersoft.openapi.sci.SciClass) - Method in interface com.togethersoft.openapi.sci.pattern.SciPatternManager
 
applyPatternToLink(com.togethersoft.openapi.sci.pattern.SciPattern,com.togethersoft.openapi.sci.SciElement,com.togethersoft.openapi.sci.SciClass,com.togethersoft.openapi.sci.SciClass) - Method in interface com.togethersoft.openapi.sci.pattern.SciPatternManager
 
applyPatternToMember(com.togethersoft.openapi.sci.pattern.SciPattern,com.togethersoft.openapi.sci.SciMember) - Method in interface com.togethersoft.openapi.sci.pattern.SciPatternManager
 
APPROVE_OPTION - Static variable in interface com.togethersoft.openapi.ide.window.IdeFileChooserConstant
Return value if approve (yes, ok) is chosen.
ARRAY_ACCESS - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression of accessing array's element.
ARRAY_INITIALIZER - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
* Array initializer.
ArrayEnumeration - class com.togethersoft.openapi.util.enum.ArrayEnumeration
Presents array of Objects as an enumeration.
ArrayEnumeration(java.lang.Object[]) - Constructor for class com.togethersoft.openapi.util.enum.ArrayEnumeration
Creates new enumeration from existing array.
ascii2esc(java.lang.String) - Static method in class com.togethersoft.openapi.util.properties.PropertyUtil
Translates ASCII chars to escaped sequences
assert(boolean,java.lang.String) - Static method in class com.togethersoft.openapi.ide.IdeLocalDiagnostic
 
assert(boolean) - Static method in class com.togethersoft.openapi.ide.IdeLocalDiagnostic
 
ASSIGN - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
Assignment expression.
ASSIGN_BITAND - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
Assignment &= expression.
ASSIGN_BITOR - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
Assignment |= expression.
ASSIGN_BITXOR - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
Assignment ^= expression.
ASSIGN_DIVIDE - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
Assignment /= expression.
ASSIGN_MINUS - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
Assignment -= expression.
ASSIGN_MULTIPLY - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
Assignment *= expression.
ASSIGN_PLUS - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
Assignment += expression.
ASSIGN_REMAINDER - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
Assignment %= expression.
ASSIGN_SHIFTL - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
Assignment <<= expression.
ASSIGN_SHIFTR - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
Assignment >>= expression.
ASSIGN_SHIFTUR - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
Assignment >>>= expression.
ASSOCIATES - Static variable in interface com.togethersoft.openapi.ide.window.IdeSelectorDialogType
 
ASSOCIATES - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contains a string with the qualified name of a class (interface) this attribute or operation is associated.
ASSOCIATES_LINK - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
 
ASSOCIATION - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
An element is an association link.
ATTRIBUTE - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
An element is an attribute.
ATTRIBUTE - Static variable in interface com.togethersoft.openapi.sci.pattern.SciDefaultPattern
 
attributes() - Method in interface com.togethersoft.openapi.sci.SciClass
Returns an enumeration of all attributes this class has.
autorun() - Method in interface com.togethersoft.openapi.ide.IdeStartup
This method is called while Together is loading.

B

backColor - Variable in class com.togethersoft.openapi.ide.editor.IdeEditorStyledChar
Defines background color of the text.
BEANS - Static variable in interface com.togethersoft.openapi.ide.inspector.util.ComponentWeight
 
before - Variable in class com.togethersoft.openapi.sci.policy.SciPasteOrderPolicy.Anchor
 
BINARY - Static variable in interface com.togethersoft.openapi.ide.resource.IdeFileType
A binary file (for example, .class files).
bindEnterKeyAction(javax.swing.JDialog,java.awt.event.ActionListener) - Static method in class com.togethersoft.openapi.util.ui.DialogHelper
Bind ENTER key with OK action.
bindEscapeKeyAction(javax.swing.JDialog,java.awt.event.ActionListener) - Static method in class com.togethersoft.openapi.util.ui.DialogHelper
Bind ESCAPE key with CANCEL action.
bindKeyAction(javax.swing.JDialog,int,java.awt.event.ActionListener,java.lang.String) - Static method in class com.togethersoft.openapi.util.ui.DialogHelper
Register a new keyboard action for specified dialog box.
BITWISE_AND - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with bitwise operator & in Java and C++ or bitwise operator and in Delphi.
BITWISE_NOT - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with bitwise NOT operator ~ in Java and C++ or not operator in Delphi.
BITWISE_OR - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with bitwise operator | in Java and C++ or bitwise operator or in Delphi.
BITWISE_XOR - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with bitwise operator ^ in Java and C++ or bitwise operator xor in Delphi.
BODY - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contains a string with the value of the body of an operation.
BooleanPropertyAdapter - class com.togethersoft.openapi.rwi.extension.BooleanPropertyAdapter
Presents provider suited to work with boolean properties.
BooleanPropertyAdapter(java.lang.String) - Constructor for class com.togethersoft.openapi.rwi.extension.BooleanPropertyAdapter
Creates new provider for property with specified name.
BooleanRenderer - class com.togethersoft.openapi.ide.inspector.util.table.BooleanRenderer
Represents cell which keeps boolean value as a CheckBox.
BooleanRenderer() - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.BooleanRenderer
Creates new boolean renderer with left alignment and without white background.
BooleanRenderer(int,boolean) - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.BooleanRenderer
Creates new boolean renderer with custom alignment (LEFT_ALIGNED or CENTER_ALIGNED) and with/without white background.
BorderChooser - class com.togethersoft.openapi.ide.inspector.util.editors.BorderChooser
 
BorderChooser() - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.BorderChooser
 
BOTTOM - Static variable in class com.togethersoft.openapi.util.ui.IconSequence
 
BREAK - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
 
buildChooser() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.color.SwatchChooserPanel
 
buildDiagramURL(com.togethersoft.openapi.rwi.RwiDiagram,com.togethersoft.openapi.rwi.RwiElement) - Method in interface com.togethersoft.openapi.ide.IdeManager
Creates URL of a specific kind referring to the specified element of the diagram.
buildEditorURL(java.lang.String,com.togethersoft.openapi.util.text.TextPosition) - Method in interface com.togethersoft.openapi.ide.IdeManager
Produces URL of a specific kind, referring to the position in a certain file.
buildEditorURL(java.lang.String,int) - Method in interface com.togethersoft.openapi.ide.IdeManager
Produces URL of a specific kind, referring to the offset in a certain file.
buildInspector(com.togethersoft.openapi.ide.IdeContext,com.togethersoft.openapi.ide.inspector.IdeInspector) - Method in interface com.togethersoft.openapi.ide.inspector.IdeInspectorBuilder
Builds inspector for the specified context.
buildInspector(com.togethersoft.openapi.ide.IdeContext) - Method in interface com.togethersoft.openapi.ide.inspector.IdeInspectorManager
Builds new inspector on the base of the existing inspector for the specified context.
BUSINESS_ENTITY - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
 
BUSINESS_PROCESS_DIAGRAM - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
An element is a business process diagram.
BUSINESS_WORKER - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
 
ButtonStatus - interface com.togethersoft.openapi.sci.pattern.ButtonStatus
 
BY_VALUE - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
A boolean property for Rwilink indicating whether this link is a composition link.

C

CachelessClassLoader - interface com.togethersoft.openapi.util.classloaders.CachelessClassLoader
Unlike the standard class loader from JDK this interface presents loader that does not create cache for loaded classes.
canAddProperty(com.togethersoft.openapi.rwi.RwiPropertyMap,java.lang.String) - Method in class com.togethersoft.openapi.rwi.extension.RwiPropertyProviderAdapter
See RwiPropertyProvider.canAddProperty.
canAddProperty(com.togethersoft.openapi.rwi.RwiPropertyMap,java.lang.String) - Method in interface com.togethersoft.openapi.rwi.extension.RwiPropertyProvider
Specific method for this property.
canAddProperty(java.lang.Object,java.lang.Object) - Method in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap
Checks whether it is possible to add specified property with specified value.
canAddProperty(java.lang.Object,java.lang.Object) - Method in class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap
Checks whether it is possible to add specified property with specified value.
canAddProperty(java.lang.Object,java.lang.Object) - Method in interface com.togethersoft.openapi.util.propertyMap.PropertyMap
Checks whether a property with the specified value can be added to the properties set.
canAddProperty(java.lang.Object) - Method in class com.togethersoft.openapi.util.propertyMap.PropertyProviderAdapter
Checks whether it is possible to add specified value.
canAddProperty(java.lang.Object) - Method in class com.togethersoft.openapi.util.propertyMap.SinglePropertyProvider
 
canAddProperty(java.lang.Object) - Method in interface com.togethersoft.openapi.util.propertyMap.PropertyProvider
Checks whether it is possible to add specified value.
canAddProperty(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiPropertyMap
Checks whether it is possible to add a new instance of a specified string property with the specified value.
canAddReference(com.togethersoft.openapi.rwi.RwiElement) - Method in interface com.togethersoft.openapi.rwi.RwiDiagram
Checks whether it is possible to create a reference to model's element in this diagram.
canApply() - Method in interface com.togethersoft.openapi.sci.pattern.SciPattern
Checks whether this pattern can be applied to the target object (objects) with the current values of properties.
canApplyPattern(com.togethersoft.openapi.rwi.RwiElement,java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiModel
Checks whether it is possible to apply the specified pattern to the given RwiElement.
canApplyPatternToClass(com.togethersoft.openapi.sci.pattern.SciPattern,com.togethersoft.openapi.sci.SciClass) - Method in interface com.togethersoft.openapi.sci.pattern.SciPatternManager
 
canApplyPatternToLink(com.togethersoft.openapi.sci.pattern.SciPattern,com.togethersoft.openapi.sci.SciElement,com.togethersoft.openapi.sci.SciClass,com.togethersoft.openapi.sci.SciClass) - Method in interface com.togethersoft.openapi.sci.pattern.SciPatternManager
 
canApplyPatternToMember(com.togethersoft.openapi.sci.pattern.SciPattern,com.togethersoft.openapi.sci.SciMember) - Method in interface com.togethersoft.openapi.sci.pattern.SciPatternManager
 
CANCEL - Static variable in interface com.togethersoft.openapi.ide.window.IdeButtonType
Cancel button.
CANCEL - Static variable in class com.togethersoft.openapi.util.ui.TextAreaDialog
Returned by show method if Cancel button pressed.
CANCEL_OPTION - Static variable in interface com.togethersoft.openapi.ide.window.IdeFileChooserConstant
Return value if cancel is chosen.
cancelCellEditing() - Method in class com.togethersoft.openapi.ide.inspector.util.table.AbstractCellEditor
Cancels cell editing.
cancelRequested(com.togethersoft.openapi.ide.window.IdeExpertEvent) - Method in class com.togethersoft.openapi.ide.window.IdeExpertAdapter
See IdeExpertListener.cancelRequested.
cancelRequested(com.togethersoft.openapi.ide.window.IdeExpertEvent) - Method in interface com.togethersoft.openapi.ide.window.IdeExpertListener
 
canCreateClassByPattern(com.togethersoft.openapi.sci.pattern.SciPattern,com.togethersoft.openapi.sci.SciContainer) - Method in interface com.togethersoft.openapi.sci.pattern.SciPatternManager
 
canCreateDiagram(java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiDiagram
Checks whether it is possible to create a new diagram with the specified value of RwiProperty.SHAPE_TYPE property.
canCreateDiagram(java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiPackage
Checks whether it is possible to create a new diagram with the specified value of RwiProperty.SHAPE_TYPE property
canCreateIncomingLink(java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiElement
Checks whether it is possible to create an incoming link to this element
canCreateInheritance(com.togethersoft.openapi.sci.SciClass,com.togethersoft.openapi.sci.SciClass) - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
Checks whether base and inheritor are suitable for the inheritance (for example, if inheritor is a class extending a class other than base, this method returns false.
canCreateLinkByPattern(com.togethersoft.openapi.sci.pattern.SciPattern,com.togethersoft.openapi.sci.SciClass,com.togethersoft.openapi.sci.SciClass) - Method in interface com.togethersoft.openapi.sci.pattern.SciPatternManager
 
canCreateMember(java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiNode
Checks whether it is possible to create a new member with the specified value of RwiProperty.SHAPE_TYPE property.
canCreateMemberByPattern(com.togethersoft.openapi.sci.pattern.SciPattern,com.togethersoft.openapi.sci.SciClass) - Method in interface com.togethersoft.openapi.sci.pattern.SciPatternManager
 
canCreateMemberByPattern(java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiNode
Checks whether it is possible to create a new member using the specified pattern.
canCreateNode(java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiDiagram
Checks whether it is possible to create a new node with the specified value of RwiProperty.SHAPE_TYPE property.
canCreateNode(java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiPackage
Checks whether it is possible to create a new node with the specified value of RwiProperty.SHAPE_TYPE property.
canCreateNodeByPattern(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiDiagram
Checks whether it is possible to create a new node using the specified pattern.
canCreateNodeByPattern(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiPackage
Checks whether it is possible to create a new node using the specified pattern.
canCreateOutgoingLink(java.lang.String,com.togethersoft.openapi.rwi.RwiElement) - Method in interface com.togethersoft.openapi.rwi.RwiElement
Checks whether it is possible to create an outgoing link from this element to the specified RwiElement.
canCreateOutgoingLink(java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiElement
Checks whether it is possible to create an outgoing link from this element
canCreateOutgoingLinkByPattern(java.lang.String,com.togethersoft.openapi.rwi.RwiElement) - Method in interface com.togethersoft.openapi.rwi.RwiElement
Checks whether it is possible to create an outgoing link using a specific pattern.
canCreatePackage() - Method in interface com.togethersoft.openapi.rwi.RwiDiagram
Checks whether it is possible to create a new package.
canCreateSubnode(java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiNode
Checks whether it is possible to create a new subnode with the specified value of RwiProperty.SHAPE_TYPE property.
canCreateSubnodeByPattern(java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiNode
Checks whether it is possible to create a new subnode using the specified pattern.
canCreateSubpackage() - Method in interface com.togethersoft.openapi.rwi.RwiPackage
Checks whether it is possible to create a new subpackage of this package.
canCut() - Method in interface com.togethersoft.openapi.rwi.RwiElement
Checks whether this elements can be cut.
canCut() - Method in interface com.togethersoft.openapi.sci.SciObject
Checks whether it is possible to cut this SciObject.
canDelete() - Method in interface com.togethersoft.openapi.rwi.RwiElement
Checks whether it is possible to delete this element.
canDelete() - Method in interface com.togethersoft.openapi.rwi.RwiReference
Checks whether it is possible to remove an imported reference to model's element from its diagram.
canDelete() - Method in interface com.togethersoft.openapi.sci.SciObject
Checks whether it is possible to delete this SciObject.
canDelete(com.togethersoft.openapi.rwi.RwiElement) - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementTableRemoverButton
Checks whether it is possible to delete certain row.
canFinish() - Method in class com.togethersoft.openapi.ide.window.IdeExpertPageSupport
Checks whether it is possible to finish working with bean's properties.
canFinish() - Method in interface com.togethersoft.openapi.ide.window.IdeExpertPage
Checks whether it is possible to finish working with the bean's properties.
canGetNextPage() - Method in class com.togethersoft.openapi.ide.window.IdeExpertPageSupport
Checks whether it is possible to get the next page.
canGetNextPage() - Method in interface com.togethersoft.openapi.ide.window.IdeExpertPage
Checks whether it is possible to get the next page.
canPaste(com.togethersoft.openapi.rwi.RwiElement,com.togethersoft.openapi.rwi.RwiElement,boolean) - Method in interface com.togethersoft.openapi.rwi.RwiContainer
Returns true if the element can be pasted in the specified place, false otherwise.
canPaste(com.togethersoft.openapi.rwi.RwiMember,com.togethersoft.openapi.rwi.RwiNode,com.togethersoft.openapi.rwi.RwiElement,boolean) - Method in class com.togethersoft.openapi.rwi.extension.RwiMemberProviderAdapter
Always returns false.
canPaste(com.togethersoft.openapi.rwi.RwiMember,com.togethersoft.openapi.rwi.RwiNode,com.togethersoft.openapi.rwi.RwiElement,boolean) - Method in interface com.togethersoft.openapi.rwi.extension.RwiMemberProvider
Specific method for this member.
canPaste(com.togethersoft.openapi.sci.SciObject,com.togethersoft.openapi.sci.SciObject,boolean) - Method in interface com.togethersoft.openapi.sci.SciContainer
Returns true if the object can be pasted into this container in the specified place, false otherwise.
canPhysicallyCreateInheritance(com.togethersoft.openapi.sci.SciClass,com.togethersoft.openapi.sci.SciClass) - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
Checks whether it is possible to modify element.
canReplace(com.togethersoft.openapi.sci.SciObject) - Method in interface com.togethersoft.openapi.sci.SciObject
Checks whether it is possible to replace this SciObject with the specified SciObject.
canResetState(java.lang.Object) - Method in interface com.togethersoft.openapi.ide.undo.IdeUndoManager
Checks whether is is possible to reset the current state of the model and to set it to the specified state.
canSetBody(com.togethersoft.openapi.sci.SciCodeBlock) - Method in interface com.togethersoft.openapi.sci.SciFunction
Checks whether is it possible to set the body of this function to the specified code block value.
canSetBody(com.togethersoft.openapi.sci.SciCodeBlock) - Method in interface com.togethersoft.openapi.sci.SciInitializer
Checks whether is it possible to set the body of this function to the specified code block value.
canSetDestination(com.togethersoft.openapi.rwi.RwiElement) - Method in interface com.togethersoft.openapi.rwi.RwiLink
Checks whether this link can have the element as a destination.
canSetImportText(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciJavaImport
Checks whether the specified string can be set as the value for this import command
canSetInitialValue(com.togethersoft.openapi.sci.SciExpression) - Method in interface com.togethersoft.openapi.sci.SciVariable
Checks whether the specified SciExpression can be assigned to this variable as the initial value.
canSetName(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciElement
Checks whether the specified name can be set for this element.
canSetName(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciFile
Checks whether the specified string can be set as a name for this file.
canSetName(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciPackage
Checks whether the specified name can be set as the name for this package.
canSetName(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciTag
Checks whether the specified string can be set as this SciTag's name.
canSetProperty(com.togethersoft.openapi.rwi.RwiPropertyMap,boolean) - Method in class com.togethersoft.openapi.rwi.extension.RwiPropertyProviderAdapter
See RwiPropertyProvider.canSetProperty.
canSetProperty(com.togethersoft.openapi.rwi.RwiPropertyMap,boolean) - Method in interface com.togethersoft.openapi.rwi.extension.RwiPropertyProvider
Specific method for this property.
canSetProperty(com.togethersoft.openapi.rwi.RwiPropertyMap,java.lang.String) - Method in class com.togethersoft.openapi.rwi.extension.BooleanPropertyAdapter
Alwasy return false.
canSetProperty(com.togethersoft.openapi.rwi.RwiPropertyMap,java.lang.String) - Method in class com.togethersoft.openapi.rwi.extension.RwiPropertyProviderAdapter
Always return false.
canSetProperty(com.togethersoft.openapi.rwi.RwiPropertyMap,java.lang.String) - Method in interface com.togethersoft.openapi.rwi.extension.RwiPropertyProvider
Specific method for this property.
canSetProperty(int,boolean) - Method in interface com.togethersoft.openapi.sci.SciElement
Checks if the value is valid for this property, or can be assigned to it at this time.
canSetProperty(java.lang.String,boolean) - Method in interface com.togethersoft.openapi.rwi.RwiPropertyMap
Checks if the value is valid for the specified boolean property, and can be assigned to it at this time.
canSetProperty(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiPropertyMap
Checks if the value is valid for the specified string property, and can be assigned to it at this time.
canSetPropertyValue(java.lang.Object,java.lang.Object) - Method in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap
Checks whether it is possible to set specified value for specified property.
canSetPropertyValue(java.lang.Object,java.lang.Object) - Method in class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap
Checks whether it is possible to set specified value to specified property.
canSetPropertyValue(java.lang.Object,java.lang.Object) - Method in interface com.togethersoft.openapi.util.propertyMap.PropertyMap
Checks whether the specified value can be set for the property.
canSetReferencedElement(com.togethersoft.openapi.sci.SciElement) - Method in interface com.togethersoft.openapi.sci.SciReference
Checks whether the specified element can be set as a target for this reference.
canSetReferenceText(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciReference
Checks whether the specified text can be set as the text for this reference.
canSetReturnType(com.togethersoft.openapi.sci.SciType) - Method in interface com.togethersoft.openapi.sci.SciFunction
Chechs whether the return type for this function can be set to the specified value.
canSetSource(com.togethersoft.openapi.rwi.RwiElement) - Method in interface com.togethersoft.openapi.rwi.RwiLink
Checks whether this link can have the element as a source.
canSetTagValue(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciTagList
Checks whether the specified value is valid for SciTag.
canSetText(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciExpressionList
Checks whether is the specified string can be set for this function call as a string containing expressions for all parameters.
canSetText(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciInheritanceList
Checks whether the specified string containing the names of classes/interfaces can be put into the source code for this class (in the extends/implements section).
canSetText(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciParameterList
Checks whether the specified string can be assigned to the function as the parameters string.
canSetText(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciThrowList
Checks whether it is possible to put the string containing the names of exceptions into the source code for this class.
canSetText(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciType
Checks whether the specified string can be set as a text of this reference to a type.
canSetType(com.togethersoft.openapi.sci.SciType) - Method in interface com.togethersoft.openapi.sci.SciVariable
Checks whether the specified type can be set as the type for this variable.
canSetValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorProperty
Checks for the possibily to set specified value for this property.
canSetValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.IdeMultipleInspectorProperty
Checks whether the given value can be set to this multiple property.
canSetValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.property.MultipleDirectPropertyMapInspectorProperty
Checks whether it is possible to set certain value to this PropertyMap.
canSetValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.property.PropertyMapInspectorProperty
Checks whether it is possible to set new value to this property.
canSetValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.property.ReadOnlyProperty
Checks whether it is possible to set new value to this property.
canSetValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorBooleanProperty
Checks whether it is possible to set specified value to this property.
canSetValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorColorProperty
Checks whether it is possible to set specified value to this property.
canSetValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorIntegerProperty
Checks whether it is possible to set specified value to this property.
canSetValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorInversedBooleanProperty
Checks whether it is possible to set specified value to this property.
canSetValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorMultipleStringProperty
Checks whether it is possible to set specified value to this property.
canSetValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorStringProperty
Checks whether it is possible to set specified value to this property.
canSetValue(java.lang.Object) - Method in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap.DefaultProperty
 
canSetValue(java.lang.Object) - Method in class com.togethersoft.openapi.util.propertyMap.PropertyAdapter
Checks whether it is possible to set the specified value to the property.
canSetValue(java.lang.Object) - Method in interface com.togethersoft.openapi.util.propertyMap.Property
Checks whether it is possible to set the specified value to the property.
canSetValue(java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiProperty
Checks whether a specified value can be assigned to this property.
canSetValue(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciTag
Checks whether the specified string can be set as this SciTag's value.
CapabilityException - class com.togethersoft.openapi.vcs.CapabilityException
Thrown by VcsPvovider as a result to calling a non-supported exec method.
CapabilityException(java.lang.String) - Constructor for class com.togethersoft.openapi.vcs.CapabilityException
Creates new CapabilityException with the default message.
CASE - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
 
CATCH_BLOCK - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
 
catchBlocks() - Method in interface com.togethersoft.openapi.sci.SciTryStatement
 
cellToOffset(com.togethersoft.openapi.util.text.TextPosition) - Method in interface com.togethersoft.openapi.ide.editor.IdeEditorPositionConverter
Converts TextPosition to offset
CENTER - Static variable in class com.togethersoft.openapi.util.ui.IconSequence
 
CENTER_ALIGNED - Static variable in class com.togethersoft.openapi.ide.inspector.util.editors.SwingBooleanEditor
 
CENTER_ALIGNED - Static variable in class com.togethersoft.openapi.ide.inspector.util.table.BooleanRenderer
 
changeEvent - Variable in class com.togethersoft.openapi.ide.inspector.util.table.AbstractCellEditor
 
changeWorkingDirectory(java.io.File) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Changes the value of internal current working directory field.
changeWorkingDirectory(java.io.File) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Changes current working directory.
checkProperty(com.togethersoft.openapi.ide.IdeContext,java.lang.String,boolean) - Static method in class com.togethersoft.openapi.util.RwiElementsUtil
 
checkProperty(com.togethersoft.openapi.ide.IdeContext,java.lang.String,java.lang.String) - Static method in class com.togethersoft.openapi.util.RwiElementsUtil
 
checkRwiElement(com.togethersoft.openapi.rwi.RwiElement) - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsComponent
Should be overridden for working only with specific kinds of RwiElements.
checkRwiElement(com.togethersoft.openapi.rwi.RwiElement) - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiMembersComponent
Should be owerridden for working only with specific kinds of RwiElements.
checkStatus(com.togethersoft.openapi.ide.command.IdeCommandEvent) - Method in class com.togethersoft.openapi.ide.command.IdeCommandAdapter
Skeleton.
checkStatus(com.togethersoft.openapi.ide.command.IdeCommandEvent) - Method in interface com.togethersoft.openapi.ide.command.IdeCommandCheckListener
checkStatus method is called to perform some kind of a check, for example, a check whether the command item should be set enabled/disabled, or visible/invisible.
children() - Method in interface com.togethersoft.openapi.ide.project.IdeProjectNode
Returns an enumeration of subIdeProjectNodes for this node.
choose() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedFileNameEditor
This method actually opens file chooser dialog.
choose() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedFolderNameEditor
This method actually opens directory chooser dialog.
CHOOSER_BUTTON - Static variable in class com.togethersoft.openapi.util.ui.ExtendedControl
Specify button type as an abstract chooser.
ChooserComboPopup - class com.togethersoft.openapi.ide.inspector.util.editors.color.ChooserComboPopup
Represents small variant of dialog box with ColorEditor.
ChooserComboPopup(com.togethersoft.openapi.ide.inspector.util.editors.color.SwingColorEditor) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.color.ChooserComboPopup
 
CLASS - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
An element is a class or an interface.
CLASS - Static variable in interface com.togethersoft.openapi.sci.pattern.SciDefaultPattern
 
CLASS - Static variable in interface com.togethersoft.openapi.sci.pattern.SciPatternCategory
 
CLASS_DIAGRAM - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
An element is a class diagram.
CLASSES - Static variable in interface com.togethersoft.openapi.ide.window.IdeSelectorDialogType
 
CLASSES_AND_INTERFACES - Static variable in interface com.togethersoft.openapi.ide.window.IdeSelectorDialogType
 
classes() - Method in interface com.togethersoft.openapi.sci.SciFile
Returns an enumeration of upper-level classes in this file.
classes() - Method in interface com.togethersoft.openapi.sci.SciPackage
Returns an enumeration of upper-level classes in this package.
classloaders - Class Diagram in com.togethersoft.openapi.util.classloaders
 
ClassLoadersAccess - class com.togethersoft.openapi.util.classloaders.ClassLoadersAccess
Provide "get/set" static methods to access to CachelessClassLoader.
clear() - Method in class com.togethersoft.openapi.ide.inspector.IdeInspector
Clears this inspector, that is removes all components, visibility conditions and weights.
clear() - Method in class com.togethersoft.openapi.util.properties.DictionaryProperties
Puts null value to all of the properties.
close(boolean) - Method in interface com.togethersoft.openapi.ide.project.IdeProject
Closes this project.
closeDiagram(com.togethersoft.openapi.ide.diagram.IdeDiagram) - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagramManager
Closes the specified diagram.
closeEditor(com.togethersoft.openapi.ide.editor.IdeEditor) - Method in interface com.togethersoft.openapi.ide.editor.IdeEditorManager
Closes the specified editor and removes its tab.
closePage(com.togethersoft.openapi.ide.message.IdeMessagePage) - Method in interface com.togethersoft.openapi.ide.message.IdeMessageManager
Closes specified page.
CMD_ADD_FILES - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
CMD_CHECKIN_FILES - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
CMD_CHECKOUT_FILES - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
CMD_GET_FILES - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
CMD_GET_FILES_STATUSES - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
CMD_GET_MISSING_FILES - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
CMD_GET_RAW_FILE_DIFF - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
CMD_LOCK_FILES - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
CMD_REMOVE_FILES - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
CMD_RENAME_FILE - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
CMD_RUN_FRONTEND - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
CMD_SELECT_PROJECT - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
CMD_SET_FILES_LABEL - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
CMD_SHOW_ADVANCED - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
CMD_SHOW_FILE_DIFF - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
CMD_SHOW_FILE_PROPERTIES - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
CMD_SHOW_FILES_HISTORY - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
CMD_UNCHECKOUT_FILES - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
CMD_UNLOCK_FILES - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
CMD_UPDATE_FILES - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
codeElements() - Method in interface com.togethersoft.openapi.rwi.RwiElement
Returns an enumeration of the low-level API objects representing this RwiElement.
color - Class Diagram in com.togethersoft.openapi.ide.inspector.util.editors.color
 
com.togethersoft.openapi - package com.togethersoft.openapi
 
com.togethersoft.openapi.ide - package com.togethersoft.openapi.ide
 
com.togethersoft.openapi.ide.command - package com.togethersoft.openapi.ide.command
 
com.togethersoft.openapi.ide.config - package com.togethersoft.openapi.ide.config
 
com.togethersoft.openapi.ide.diagram - package com.togethersoft.openapi.ide.diagram
 
com.togethersoft.openapi.ide.diagram.enum - package com.togethersoft.openapi.ide.diagram.enum
 
com.togethersoft.openapi.ide.editor - package com.togethersoft.openapi.ide.editor
 
com.togethersoft.openapi.ide.editor.enum - package com.togethersoft.openapi.ide.editor.enum
 
com.togethersoft.openapi.ide.inspector - package com.togethersoft.openapi.ide.inspector
 
com.togethersoft.openapi.ide.inspector.util - package com.togethersoft.openapi.ide.inspector.util
 
com.togethersoft.openapi.ide.inspector.util.editors - package com.togethersoft.openapi.ide.inspector.util.editors
 
com.togethersoft.openapi.ide.inspector.util.editors.color - package com.togethersoft.openapi.ide.inspector.util.editors.color
 
com.togethersoft.openapi.ide.inspector.util.property - package com.togethersoft.openapi.ide.inspector.util.property
 
com.togethersoft.openapi.ide.inspector.util.table - package com.togethersoft.openapi.ide.inspector.util.table
 
com.togethersoft.openapi.ide.message - package com.togethersoft.openapi.ide.message
 
com.togethersoft.openapi.ide.progress - package com.togethersoft.openapi.ide.progress
 
com.togethersoft.openapi.ide.project - package com.togethersoft.openapi.ide.project
 
com.togethersoft.openapi.ide.project.enum - package com.togethersoft.openapi.ide.project.enum
 
com.togethersoft.openapi.ide.resource - package com.togethersoft.openapi.ide.resource
 
com.togethersoft.openapi.ide.tools - package com.togethersoft.openapi.ide.tools
 
com.togethersoft.openapi.ide.undo - package com.togethersoft.openapi.ide.undo
 
com.togethersoft.openapi.ide.util - package com.togethersoft.openapi.ide.util
 
com.togethersoft.openapi.ide.window - package com.togethersoft.openapi.ide.window
 
com.togethersoft.openapi.rwi - package com.togethersoft.openapi.rwi
 
com.togethersoft.openapi.rwi.enum - package com.togethersoft.openapi.rwi.enum
 
com.togethersoft.openapi.rwi.extension - package com.togethersoft.openapi.rwi.extension
 
com.togethersoft.openapi.sci - package com.togethersoft.openapi.sci
 
com.togethersoft.openapi.sci.enum - package com.togethersoft.openapi.sci.enum
 
com.togethersoft.openapi.sci.pattern - package com.togethersoft.openapi.sci.pattern
 
com.togethersoft.openapi.sci.policy - package com.togethersoft.openapi.sci.policy
 
com.togethersoft.openapi.sci.visitor - package com.togethersoft.openapi.sci.visitor
 
com.togethersoft.openapi.util - package com.togethersoft.openapi.util
 
com.togethersoft.openapi.util.classloaders - package com.togethersoft.openapi.util.classloaders
 
com.togethersoft.openapi.util.enum - package com.togethersoft.openapi.util.enum
 
com.togethersoft.openapi.util.file - package com.togethersoft.openapi.util.file
 
com.togethersoft.openapi.util.function - package com.togethersoft.openapi.util.function
 
com.togethersoft.openapi.util.nullObject - package com.togethersoft.openapi.util.nullObject
 
com.togethersoft.openapi.util.properties - package com.togethersoft.openapi.util.properties
 
com.togethersoft.openapi.util.propertyMap - package com.togethersoft.openapi.util.propertyMap
 
com.togethersoft.openapi.util.text - package com.togethersoft.openapi.util.text
 
com.togethersoft.openapi.util.ui - package com.togethersoft.openapi.util.ui
 
com.togethersoft.openapi.vcs - package com.togethersoft.openapi.vcs
 
combobox - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SwingEnumEditor
 
COMIDL - Static variable in interface com.togethersoft.openapi.sci.SciLanguage
COM IDL - Interface Definition Language (COM / Microsoft)
COMMA_EXPRESSION - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression of using the comma sign.
command - Class Diagram in com.togethersoft.openapi.ide.command
 
COMMAND - Static variable in interface com.togethersoft.openapi.ide.tools.IdeToolConstants
Defines command that this tool executes.
COMMUNICATES_LINK - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
 
ComparatorAdapter - class com.togethersoft.openapi.util.function.ComparatorAdapter
This light version of stadard Comparator from JDK.
Comparing - class com.togethersoft.openapi.util.Comparing
Compares one Object to another.
COMPILED - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
A boolean property indicating whether this element is a compiled Java class.
COMPILED - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element is a compiled class.
COMPONENT - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
 
COMPONENT - Static variable in interface com.togethersoft.openapi.sci.SciModelPart
Component package - contains components (useful classes etc.
COMPONENT_DIAGRAM - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
An element is a component diagram.
ComponentWeight - interface com.togethersoft.openapi.ide.inspector.util.ComponentWeight
Represents default weights (sorting order) for predefined inspector components.
CompositeEnumeration - class com.togethersoft.openapi.util.enum.CompositeEnumeration
Represents enumeration of enumerations.
CompositeEnumeration(java.util.Enumeration) - Constructor for class com.togethersoft.openapi.util.enum.CompositeEnumeration
Creates new CompositeEnumeration.
CompositePropertiesRO - class com.togethersoft.openapi.util.properties.CompositePropertiesRO
Represents list of properties are composited from the several others (source) lists.
CompositePropertiesRO(com.togethersoft.openapi.util.properties.IPropertiesRO,com.togethersoft.openapi.util.properties.IPropertiesRO) - Constructor for class com.togethersoft.openapi.util.properties.CompositePropertiesRO
 
CompositePropertiesRO(com.togethersoft.openapi.util.properties.IPropertiesRO[]) - Constructor for class com.togethersoft.openapi.util.properties.CompositePropertiesRO
 
COMPOUND - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
 
Condition - interface com.togethersoft.openapi.ide.inspector.Condition
Represents calculatable condition of visibility.
CONDITIONAL - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
The conditional expression is C++ and Java shorthand for a dual-alternative simple if-else statement.
config - Class Diagram in com.togethersoft.openapi.ide.config
 
CONST - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
 
CONST - Static variable in interface com.togethersoft.openapi.sci.SciProperty
 
CONST_CAST - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
Const cast expression.
CONSTANT - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression consisting of a constant.
ConstantCondition - class com.togethersoft.openapi.util.function.ConstantCondition
Presents two boolean constant UnaryConditions : TRUE and FALSE.
CONSTRUCTOR - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
A boolean property which indicates whether an element is a constructor.
CONSTRUCTOR - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element is a constructor.
CONSTRUCTOR - Static variable in interface com.togethersoft.openapi.sci.pattern.SciDefaultPattern
 
CONTAINER - Static variable in interface com.togethersoft.openapi.sci.pattern.SciPatternProperty
A value of this property is SciContainer where the output element will be contained.
CONTEXT - Static variable in class com.togethersoft.openapi.ide.command.IdeCommandConstraints
The value is "context".
CONTINUE - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
 
CONV_FUNCTION_ID - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
It's such expression: 'operator' type-specifier-seq *opt Ex: operator int *
convertAtomicValueToString(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueEditor
 
convertAtomicValueToString(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.RwiPropertyMultiValueElementChooserEditor
 
convertAtomicValueToString(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.RwiPropertyMultiValueTableEditor
 
convertMemberQualifiedNameToPresentableForm(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciLanguageHelper
Converts the member's qualified name from Together's internal format to the normal string like "Hashtable.containsKey".
convertMemberSignatureToPresentableForm(java.lang.String,com.togethersoft.openapi.sci.SciClass) - Method in interface com.togethersoft.openapi.sci.SciLanguageHelper
Converts the member's signature string from Together's internal format to the normal string like "name(parameterType1, parameterType2, ...
convertSeparatorsToSystemSeparators(java.lang.String,java.lang.String) - Static method in class com.togethersoft.openapi.util.file.FileName
Converts OS-depended directory delimeters from UNIX to Windows or back.
convertStringToAtomicValue(java.lang.String) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueEditor
 
convertStringToAtomicValue(java.lang.String) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.RwiPropertyMultiValueElementChooserEditor
 
convertStringToAtomicValue(java.lang.String) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.RwiPropertyMultiValueTableEditor
 
convertValueToString(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueEditor
Converts value to the string representation.
convertValueToString(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.PropertyMapMultiValueElementChooserEditor
Convert given PropertyMap to the String representation.
convertValueToString(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.PropertyMapMultiValueTableEditor
Convert given PropertyMap to the String representation.
copy() - Method in interface com.togethersoft.openapi.rwi.RwiElement
Creates a copy of this element.
copy() - Method in interface com.togethersoft.openapi.sci.SciObject
Copies this SciObject.
CPP - Static variable in interface com.togethersoft.openapi.rwi.RwiLanguage
C++ language
CPP - Static variable in interface com.togethersoft.openapi.sci.SciLanguage
C++ language
CPP_EXTENDS - Static variable in interface com.togethersoft.openapi.ide.window.IdeSelectorDialogType
 
CPP_THROWS - Static variable in interface com.togethersoft.openapi.ide.window.IdeSelectorDialogType
 
createAttribute(com.togethersoft.openapi.sci.SciClass,com.togethersoft.openapi.sci.SciClass,java.lang.String,boolean) - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
createButtonGroup() - Method in interface com.togethersoft.openapi.ide.window.IdeWindowManager
Creates a new empty IdeDialogButtonGroup.
createClassByPattern(com.togethersoft.openapi.sci.pattern.SciPattern,com.togethersoft.openapi.sci.SciContainer) - Method in interface com.togethersoft.openapi.sci.pattern.SciPatternManager
Creates a new class/interface in the specified container using the specified pattern.
createColumnModel() - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableComponentUI
Creates model for this table.
createDefaultRenderers() - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableComponentUI
 
createDefaultToolFilter() - Method in interface com.togethersoft.openapi.ide.tools.IdeToolManager
Creates tool filter which recognizes filename pattern and assumes that first number not in file name is line and second is column.
createDiagram(java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiDiagram
Creates a new diagram with the specified value of RwiProperty.SHAPE_TYPE property and returns an imported reference to that diagram.
createDiagram(java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiPackage
Creates a new diagram with the specified value of RwiProperty.SHAPE_TYPE property
createDialog(java.awt.Component) - Method in interface com.togethersoft.openapi.ide.window.IdeWindowManager
Creates a new Together UI-consistent JDialog.
createFileChooser(java.lang.String) - Method in interface com.togethersoft.openapi.ide.window.IdeWindowManager
Creates an instance of IdeFileChooser in th specified directory.
createGetMethod(com.togethersoft.openapi.sci.SciAttribute) - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
createGroup(java.lang.String,com.togethersoft.openapi.ide.command.IdeCommandConstraints,com.togethersoft.openapi.ide.command.IdeCommandCheckListener) - Method in interface com.togethersoft.openapi.ide.command.IdeCommandManager
Creates a new command item which can be used as a container for other command items.
createIdePropertySetForRwiElement(com.togethersoft.openapi.rwi.RwiElement) - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsComponent
In this method you must create IdeInspectorPropertySetComponent with some IdeInspectorProperties.
createImagemap(com.togethersoft.openapi.rwi.RwiDiagram,com.togethersoft.openapi.ide.diagram.IdeMapBuilder) - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagramManager
Creates ImageMap for this diagram using the specified IdeMapBuilder as the actual creator.
createInheritance(com.togethersoft.openapi.sci.SciClass,com.togethersoft.openapi.sci.SciClass) - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
createItem(java.lang.String,com.togethersoft.openapi.ide.command.IdeCommandConstraints,com.togethersoft.openapi.ide.command.IdeCommandListener) - Method in interface com.togethersoft.openapi.ide.command.IdeCommandManager
Creates a new command item.
createKeyListener(java.awt.Component,int) - Static method in class com.togethersoft.openapi.util.ui.DialogHelper
Returned KeyListener for comp that dispatch key with virtualKeyCode to top level component
createLinkByPattern(com.togethersoft.openapi.sci.pattern.SciPattern,com.togethersoft.openapi.sci.SciClass,com.togethersoft.openapi.sci.SciClass) - Method in interface com.togethersoft.openapi.sci.pattern.SciPatternManager
 
createMember(java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiNode
Creates a new member with the specified value of RwiProperty.SHAPE_TYPE property.
createMemberByPattern(com.togethersoft.openapi.sci.pattern.SciPattern,com.togethersoft.openapi.sci.SciClass) - Method in interface com.togethersoft.openapi.sci.pattern.SciPatternManager
 
createMemberByPattern(java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiNode
Creates a new member using the specified pattern.
createMessageManager() - Static method in class com.togethersoft.openapi.ide.message.IdeMessageManagerAccess
Creates new new IdeMessageManager.
createMessageManager() - Method in interface com.togethersoft.openapi.ide.message.IdeMessageManagerFactory
Creates new IdeMessageManager.
createModuleConfig(java.lang.Class,java.lang.String) - Static method in class com.togethersoft.openapi.ide.config.IdeModuleConfigAccess
Specifies path of config file for specified module.
createModuleConfig(java.lang.Class,java.lang.String) - Method in interface com.togethersoft.openapi.ide.config.IdeConfigManager
Returns previously existing module config or creates new one.
createNode(java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiDiagram
Creates a new node with the specified value of RwiProperty.SHAPE_TYPE property and returns a primary reference to this node.
createNode(java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiPackage
Creates a new node in this package with the specified value of RwiProperty.SHAPE_TYPE property.
createNodeByPattern(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiDiagram
Creates a new node using the specified pattern and returns a reference to this node.
createNodeByPattern(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiPackage
Creates a new node in this package using the specified pattern.
createOutgoingLink(java.lang.String,com.togethersoft.openapi.rwi.RwiElement) - Method in interface com.togethersoft.openapi.rwi.RwiElement
Creates an outgoing link type from this element to the specified RwiElement.
createOutgoingLinkByPattern(java.lang.String,com.togethersoft.openapi.rwi.RwiElement) - Method in interface com.togethersoft.openapi.rwi.RwiElement
Creates an outgoing link using specific pattern.
createPackage() - Method in interface com.togethersoft.openapi.rwi.RwiDiagram
Creates a new package and returns a reference to its physical package diagram.
createPatternToolFilter(java.lang.String) - Method in interface com.togethersoft.openapi.ide.tools.IdeToolManager
Creates pattern tool filter using patern saved in config under property name 'name' ( see tool.config for examples of such filters ).
createProgressIndicator() - Static method in class com.togethersoft.openapi.ide.progress.IdeProgressIndicatorAccess
Creates new IdeProgressIndicator.
createProgressIndicator() - Method in interface com.togethersoft.openapi.ide.progress.IdeProgressIndicatorFactory
Creates new IdeProgressIndicator.
createProperty(java.lang.Object,java.lang.Object) - Method in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap
Creates and returns a property with the specified key and value.
createSetMethod(com.togethersoft.openapi.sci.SciAttribute) - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
createStubConstructors(com.togethersoft.openapi.sci.SciClass,com.togethersoft.openapi.sci.SciClass) - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
createSubnode(java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiNode
Creates a new subnode with the specified value of RwiProperty.SHAPE_TYPE property.
createSubnodeByPattern(java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiNode
Creates a new subnode using the specified pattern.
createSubpackage() - Method in interface com.togethersoft.openapi.rwi.RwiPackage
Creates a new subpackage of this package.
createTextField() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingPasswordEditor
Creates TextField.
createTextField() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingStringEditor
Creates new JTextField.
createTitledBorder(java.lang.String) - Method in class com.togethersoft.openapi.util.ui.ToggleButtonPanel
 
createTransparentToolFilter() - Method in interface com.togethersoft.openapi.ide.tools.IdeToolManager
Creates filter that just echos all input into message window.
createVectorAttribute(com.togethersoft.openapi.sci.SciClass,com.togethersoft.openapi.sci.SciClass,java.lang.String,boolean) - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
CRITICAL - Static variable in interface com.togethersoft.openapi.ide.message.IdeMessageType
The critical type.
CRITICAL - Static variable in interface com.togethersoft.openapi.ide.window.IdeDialogType
Critical error message.
CRITICAL_MODAL - Static variable in interface com.togethersoft.openapi.ide.message.IdeMessageType
The critical type (a message will be displayed in a modal dialog).
CUSTOM_DIALOG - Static variable in interface com.togethersoft.openapi.ide.window.IdeFileChooserConstant
Type value indicating that the FileChooser supports a developer specified file operation.
customize(java.lang.Object,java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.ide.window.IdeWindowManager
Creates a bean properties inspector for the given bean object and allows to use it for work with the bean's properties.
cut() - Method in interface com.togethersoft.openapi.rwi.RwiElement
Cuts this element from its containter for later use.
cut() - Method in interface com.togethersoft.openapi.sci.SciObject
Cuts this SciObject.

D

decapitalize(java.lang.String) - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
DECISION - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
 
DECLARATION - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
 
DECLARATION_TEXT - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contains a string with a text of an element's declaration.
declaredElements() - Method in interface com.togethersoft.openapi.sci.SciScope
Returns an enumeration of declared elements in this source code container.
DEFAULT - Static variable in interface com.togethersoft.openapi.ide.command.IdeCommandIconType
Default state.
DEFAULT - Static variable in interface com.togethersoft.openapi.ide.config.IdeConfigLevel
"Default" level
DEFAULT - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
 
DEFAULT_ATTRIBUTE - Static variable in interface com.togethersoft.openapi.rwi.RwiPattern
Creates a new RwiMember representing an attribute.
DEFAULT_CLASS - Static variable in interface com.togethersoft.openapi.rwi.RwiPattern
Creates a new RwiNode representing a class.
DEFAULT_CONSTRUCTOR - Static variable in interface com.togethersoft.openapi.rwi.RwiPattern
Creates a new no-arg constructor for the class.
DEFAULT_DESTRUCTOR - Static variable in interface com.togethersoft.openapi.rwi.RwiPattern
 
DEFAULT_INTERFACE - Static variable in interface com.togethersoft.openapi.rwi.RwiPattern
Creates a new RwiNode representing an interface.
DEFAULT_OPERATION - Static variable in interface com.togethersoft.openapi.rwi.RwiPattern
Creates a new RwiMember representing an operation.
DEFAULT_PREFIX - Static variable in interface com.togethersoft.openapi.rwi.RwiPattern
 
DefaultPropertyMap - class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap
DefaultPropertyMap class is a generic-use implementation of a PropertyMap interface.
DefaultPropertyMap.DefaultProperty - class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap.DefaultProperty
 
DefaultPropertyMap.DefaultProperty(java.lang.Object,java.lang.Object) - Constructor for class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap.DefaultProperty
 
DefaultVcsProvider - class com.togethersoft.openapi.vcs.DefaultVcsProvider
A default implementation of VcsProvider which defines basic functinality of the provider.
DEFERRED_EVENT - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
 
DEFINITION_END_POSITION - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contains a string with the value of the position of the end of an element's defintion in a file.
DEFINITION_FILE - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contains a string with the name of a file where the definition of this element is located.
DEFINITION_START_POSITION - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contains a string with the value of the position of the beginning of an element's defintion in a file.
DELETE_EXP - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
Delete expression.
delete() - Method in interface com.togethersoft.openapi.rwi.RwiElement
Deletes this element.
delete() - Method in interface com.togethersoft.openapi.rwi.RwiReference
Removes an imported reference to model's element from its diagram.
delete() - Method in interface com.togethersoft.openapi.sci.SciObject
Deletes this SciObject.
DELPHI - Static variable in interface com.togethersoft.openapi.rwi.RwiLanguage
Borland's version of Object Pascal language (Delphi)
DELPHI - Static variable in interface com.togethersoft.openapi.sci.SciLanguage
Borland's version of Object Pascal language (Delphi)
dependencies(com.togethersoft.openapi.rwi.RwiPropertyMap) - Method in class com.togethersoft.openapi.rwi.extension.RwiPropertyProviderAdapter
Returns empty enumeration of RWI elements.
dependencies(com.togethersoft.openapi.rwi.RwiPropertyMap) - Method in interface com.togethersoft.openapi.rwi.extension.RwiPropertyProvider
 
DEPENDENCY - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
An element is a dependency link.
DEPLOYMENT_DIAGRAM - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
An element is a deployment diagram.
DEPRECATED_KIND - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
 
DESCRIPTION - Static variable in interface com.togethersoft.openapi.ide.inspector.util.ComponentWeight
 
DescriptionComponent - class com.togethersoft.openapi.ide.inspector.util.DescriptionComponent
This class represents inspector component intended to edit javadoc for the selected RwiElement.
DescriptionComponent(com.togethersoft.openapi.rwi.RwiElement) - Constructor for class com.togethersoft.openapi.ide.inspector.util.DescriptionComponent
Constructs DescriptionComponent for the specified RwiElement.
DescriptionPanel - class com.togethersoft.openapi.util.ui.DescriptionPanel
Panel which contain following controls : icon and help area.
DescriptionPanel(java.lang.String,java.lang.String) - Constructor for class com.togethersoft.openapi.util.ui.DescriptionPanel
Constructs new panel.
DESIGN - Static variable in interface com.togethersoft.openapi.rwi.RwiLanguage
Design lagnuage.
DESIGN - Static variable in interface com.togethersoft.openapi.sci.SciLanguage
 
DESTRUCTOR - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
A boolean property which indicates whether an element is a destructor.
DESTRUCTOR - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element is a destructor.
DESTRUCTOR - Static variable in interface com.togethersoft.openapi.sci.pattern.SciDefaultPattern
 
diagram - Class Diagram in com.togethersoft.openapi.ide.diagram
 
DIAGRAM - Static variable in interface com.togethersoft.openapi.ide.resource.IdeFileType
A diagram file
diagramPrototypes() - Method in interface com.togethersoft.openapi.rwi.RwiModel
Returns an enumeration of all possible RwiDiagrams valid for this project.
diagramReferences() - Method in interface com.togethersoft.openapi.rwi.RwiDiagram
Returns an enumeration of references to other diagrams this diagram has.
diagrams() - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagramManager
Returns an enumeration of all opened diagrams.
diagrams() - Method in interface com.togethersoft.openapi.rwi.RwiPackage
Returns an enumeration of diagrams within this package.
diagramTypes() - Method in interface com.togethersoft.openapi.rwi.RwiModel
Returns an enumeration of shape types of the diagrams in the model.
DialogHelper - class com.togethersoft.openapi.util.ui.DialogHelper
Presents uniform key bindings for dialog box, so ESCAPE key sloses dialog box and ENTER acts as default button.
DictionaryProperties - class com.togethersoft.openapi.util.properties.DictionaryProperties
Represents a number of properties as a dictionary.
DictionaryProperties() - Constructor for class com.togethersoft.openapi.util.properties.DictionaryProperties
Creates empty dictionary of properties.
DictionaryProperties(java.util.Dictionary) - Constructor for class com.togethersoft.openapi.util.properties.DictionaryProperties
Creates new dictionary of properties on the base of existing.
DIRECTORIES - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contains a string with the full name of a directory containing elements of the RwiPackage.
DIRECTORIES_ONLY - Static variable in interface com.togethersoft.openapi.ide.window.IdeFileChooserConstant
Instruction to display directories only.
DIRECTORY - Static variable in interface com.togethersoft.openapi.ide.tools.IdeToolContext
Setting context to DIRECTORYmakes the tool appear in the context menu of directory in directory navigator.
DIRECTORY_PACKAGE - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
A boolean property which indicates whether a package is a directory.
DISABLED - Static variable in interface com.togethersoft.openapi.ide.command.IdeCommandIconType
Disabled state.
DISABLED_SELECTED - Static variable in interface com.togethersoft.openapi.ide.command.IdeCommandIconType
For toggle-like command items: the disabled selected state.
discardChanges() - Method in interface com.togethersoft.openapi.ide.config.IdeConfigEditor
Drops the changes made in the properties and restores their original values.
dispatch(com.togethersoft.openapi.util.EventDispatch) - Method in class com.togethersoft.openapi.util.EventMulticaster
For every listener in array calls method dispatch of specified event.
dispatch(com.togethersoft.openapi.util.EventMulticaster,com.togethersoft.openapi.util.EventDispatch) - Static method in class com.togethersoft.openapi.util.EventMulticaster
Calls dispatch method of dispatchable event for every event listener from event multicaster.
dispatch(java.util.EventListener) - Method in interface com.togethersoft.openapi.util.EventDispatch
Sends an event to specified listener.
dispatch(java.util.EventListener) - Method in class com.togethersoft.openapi.util.propertyMap.PropertyMapEvent
Executes a listener's propertiesChanged() method.
DispatchableEvent - class com.togethersoft.openapi.util.DispatchableEvent
Presents event which can execute any method of a event listener.
DispatchableEvent(java.lang.Object) - Constructor for class com.togethersoft.openapi.util.DispatchableEvent
Creates new DispatchableEvent with specified source of event.
dispose() - Method in class com.togethersoft.openapi.util.ui.ExtendedControl
Removes action listener and all components from this container.
DIVIDE - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with division operator / .
doAction() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedEditor
This method has to be overridden in order to construct extended editor control.
doAction() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedFileNameEditor
Opens extended dialog to edit value.
doAction() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedStringEditor
Opens extended dialog to edit value.
doAction() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueEditor
Opens extended dialog to edit multiple values.
doAction() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SingleElementChooserEditor
Opens ElementsSelectorDialog in order to user could select neccessary the only RWI element.
doAdd() - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementTableAdderButton
Provide the implementation of addition of a new row here.
DOC - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contains a string with the value of the description of this element.
DocComponent - class com.togethersoft.openapi.ide.inspector.util.DocComponent
This class represents inspector component suited to show javadoc for selected RwiElement.
DocComponent(com.togethersoft.openapi.rwi.RwiElement) - Constructor for class com.togethersoft.openapi.ide.inspector.util.DocComponent
Constructs DocComponent for certain RwiElement.
DocUtil - class com.togethersoft.openapi.ide.inspector.util.DocUtil
This utility class has only one method to get javadoc for the specified RwiElement.
doDelete(com.togethersoft.openapi.rwi.RwiElement) - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementTableRemoverButton
Deletes certain row.
dotSubstring(java.lang.String,int,int) - Static method in class com.togethersoft.openapi.util.properties.PropertyUtil
 
dotSubstring(java.lang.String,int) - Static method in class com.togethersoft.openapi.util.properties.PropertyUtil
 
DoubleEnumeration - class com.togethersoft.openapi.util.enum.DoubleEnumeration
Presents two Objects as an enumeration.
DoubleEnumeration(java.lang.Object,java.lang.Object) - Constructor for class com.togethersoft.openapi.util.enum.DoubleEnumeration
Creates new enumeration from existing Objects.
DYNAMIC_CAST - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
Dynamic cast expression.

E

editCellAt(int,int,java.util.EventObject) - Method in class com.togethersoft.openapi.ide.inspector.util.table.InspectorTable
 
editingCanceled(javax.swing.event.ChangeEvent) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedEditor
Called when user cancelled editing.
editingCanceled(javax.swing.event.ChangeEvent) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueEditor
Called when user cancelled editing.
editingCanceled(javax.swing.event.ChangeEvent) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SingleElementChooserEditor
Called when user cancelled editing.
editingCanceled(javax.swing.event.ChangeEvent) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueEditor
Called when EditingCancelled event is fired.
editingStopped(javax.swing.event.ChangeEvent) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedEditor
Called when user cancelled editing.
editingStopped(javax.swing.event.ChangeEvent) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueEditor
Called when user cancelled editing.
editingStopped(javax.swing.event.ChangeEvent) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SingleElementChooserEditor
Called when user stopped editing.
editingStopped(javax.swing.event.ChangeEvent) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueEditor
Called when EditingStopped event is fired.
editor - Class Diagram in com.togethersoft.openapi.ide.editor
 
editorChangeValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.color.SwingColorEditor
Changes value of this editor.
editors - Class Diagram in com.togethersoft.openapi.ide.inspector.util.editors
 
editors() - Method in interface com.togethersoft.openapi.ide.editor.IdeEditorManager
Returns an enumeration of all opened editors.
editValues(java.lang.String) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueElementChooserUI
Opens this chooser dialog for selecting.
editValues(java.lang.String) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI
Opens dialog box to edit values.
editValues(java.lang.String) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueUI
Opens window to edit values.
ELEMENT - Static variable in interface com.togethersoft.openapi.ide.tools.IdeToolContext
Setting context to ELEMENT will make tool appear in context menu of element in diagram & model navigator .
ELEMENT - Static variable in interface com.togethersoft.openapi.sci.pattern.SciPatternProperty
A value of this property is SciElement the pattern will work with.
ELEMENT_CONTEXT - Static variable in class com.togethersoft.openapi.ide.command.IdeCommandConstraints
The value is "element".
ELEMENTS - Static variable in interface com.togethersoft.openapi.sci.pattern.SciPatternProperty
Values of this property are SciElement's the pattern will work with.
elements() - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagramEvent
Returns the elements that fired this event.
elements() - Method in interface com.togethersoft.openapi.ide.window.IdeDialogButtonGroup
Returns an enumeration of all the buttons in this group.
elements() - Method in interface com.togethersoft.openapi.rwi.RwiContainer
Returns an enumeration of all elements in this container
elements() - Method in interface com.togethersoft.openapi.sci.SciDeclarationStatement
 
elementsReshaped(com.togethersoft.openapi.ide.diagram.IdeDiagramEvent) - Method in class com.togethersoft.openapi.ide.diagram.IdeDiagramAdapter
Does nothing.
elementsReshaped(com.togethersoft.openapi.ide.diagram.IdeDiagramEvent) - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagramListener
This method is invoked if an element has been resized.
EMPTY - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
 
EMPTY_BOOLEAN_ARRAY - Static variable in interface com.togethersoft.openapi.util.nullObject.NullObject
 
EMPTY_BYTE_ARRAY - Static variable in interface com.togethersoft.openapi.util.nullObject.NullObject
 
EMPTY_CHAR_ARRAY - Static variable in interface com.togethersoft.openapi.util.nullObject.NullObject
 
EMPTY_DOUBLE_ARRAY - Static variable in interface com.togethersoft.openapi.util.nullObject.NullObject
 
EMPTY_FLOAT_ARRAY - Static variable in interface com.togethersoft.openapi.util.nullObject.NullObject
 
EMPTY_INT_ARRAY - Static variable in interface com.togethersoft.openapi.util.nullObject.NullObject
 
EMPTY_LONG_ARRAY - Static variable in interface com.togethersoft.openapi.util.nullObject.NullObject
 
EMPTY_OBJECT_ARRAY - Static variable in interface com.togethersoft.openapi.util.nullObject.NullObject
 
EMPTY_RWI_MEMBER_ENUMERATION - Static variable in class com.togethersoft.openapi.rwi.extension.RwiMemberProviderAdapter
 
EMPTY_SHORT_ARRAY - Static variable in interface com.togethersoft.openapi.util.nullObject.NullObject
 
EMPTY_STRING_ARRAY - Static variable in interface com.togethersoft.openapi.util.nullObject.NullObject
 
EmptyEnumeration - class com.togethersoft.openapi.util.enum.EmptyEnumeration
This class presents always empty enumeration.
END_POSITION - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contains a string with the value of the offset of the end of an element's declaration in a file, including JavaDoc description comments (and body for Java language).
END_STATE - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
 
endSession() - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Clears all internal fields.
endSession() - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Ends current session.
enforceReadOnly() - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorProperty
 
enum - Class Diagram in com.togethersoft.openapi.ide.diagram.enum
 
enum - Class Diagram in com.togethersoft.openapi.ide.editor.enum
 
enum - Class Diagram in com.togethersoft.openapi.ide.project.enum
 
enum - Class Diagram in com.togethersoft.openapi.rwi.enum
 
ENUM - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element is an enum (CORBA IDL only) .
enum - Class Diagram in com.togethersoft.openapi.sci.enum
 
enum - Class Diagram in com.togethersoft.openapi.util.enum
 
EnumerationCopy - class com.togethersoft.openapi.util.enum.EnumerationCopy
Presents enumeration on the base of existing enumeration.
EnumerationCopy(java.util.Enumeration) - Constructor for class com.togethersoft.openapi.util.enum.EnumerationCopy
Creates new enumeration from existing enumeration.
equal(java.lang.Object,java.lang.Object) - Static method in class com.togethersoft.openapi.util.Comparing
Compares one object to another.
equals(java.lang.Object) - Method in class com.togethersoft.openapi.util.function.ComparatorAdapter
Return true if specified object and this class are equivalent, false otherwise.
equals(java.lang.Object) - Method in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap.DefaultProperty
 
equals(java.lang.Object) - Method in class com.togethersoft.openapi.util.text.TextPosition
This method overrides java.lang.Object.equals()
ER_DIAGRAM - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
An element is an ER diagram.
ERROR - Static variable in interface com.togethersoft.openapi.ide.message.IdeMessageType
The error type.
ERROR - Static variable in interface com.togethersoft.openapi.ide.window.IdeDialogType
Error message.
ERROR_MODAL - Static variable in interface com.togethersoft.openapi.ide.message.IdeMessageType
The error type (a message will be displayed in a modal dialog).
ERROR_OPTION - Static variable in interface com.togethersoft.openapi.ide.window.IdeFileChooserConstant
Return value if an error occurred.
esc2ascii(java.lang.String) - Static method in class com.togethersoft.openapi.util.properties.PropertyUtil
Translates all escaped sequences to ASCII chars
EventDispatch - interface com.togethersoft.openapi.util.EventDispatch
Gives ability to send event to specified listener.
EventMulticaster - class com.togethersoft.openapi.util.EventMulticaster
Suited to work with an array of event listeners.
EXCEPTION - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element is an exception (CORBA IDL only) .
EXEC_RESULT_ERROR - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
EXEC_RESULT_OK - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
exec(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.ide.IdeManager
Executes the specified command in a separate process, with the specifed output file.
exec(java.lang.String) - Method in interface com.togethersoft.openapi.ide.IdeManager
Executes specified command in a separate process.
execAddFiles(java.lang.String[],int[],java.lang.String,boolean,boolean) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Throws CapabilityException.
execAddFiles(java.lang.String[],int[],java.lang.String,boolean,boolean) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Add files from current working directory to the repository.
execCheckInFiles(java.lang.String[],java.lang.String,boolean,boolean,boolean,boolean) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Throws CapabilityException.
execCheckInFiles(java.lang.String[],java.lang.String,boolean,boolean,boolean,boolean) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Check in files.
execCheckOutFiles(java.lang.String[],java.lang.String,boolean,boolean) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Throws CapabilityException.
execCheckOutFiles(java.lang.String[],java.lang.String,boolean,boolean) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Check out files.
execGetFiles(java.lang.String[],boolean,boolean) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Throws CapabilityException.
execGetFiles(java.lang.String[],boolean,boolean) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Retrieve files from repository to working directory.
execGetFilesStatuses(java.lang.String[],int[]) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Throws CapabilityException.
execGetFilesStatuses(java.lang.String[],int[]) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Retrieves the statuses of files from current working directory with names specified in files array.
execGetMissingFiles(java.util.Vector) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Throws CapabilityException.
execGetMissingFiles(java.util.Vector) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Retrieves the list of file names in current VCS project missing in current working directory, that is which are to be downloaded from VCS on next get project operation.
execGetRawFileDiff(java.lang.String,boolean,boolean,java.lang.StringBuffer) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Throws CapabilityException.
execGetRawFileDiff(java.lang.String,boolean,boolean,java.lang.StringBuffer) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Returns the raw result of diff command run on a file.
execLockFiles(java.lang.String[],boolean,boolean) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Throws CapabilityException.
execLockFiles(java.lang.String[],boolean,boolean) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Locks file(s) or whole project in repository, so that no one is allowed to edit files but the current user.
execRemoveFiles(java.lang.String[],java.lang.String,boolean) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Throws CapabilityException.
execRemoveFiles(java.lang.String[],java.lang.String,boolean) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Remove files from current working directory from repository.
execRenameFile(java.lang.String,java.lang.String) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Throws CapabilityException.
execRenameFile(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Rename a file from current working directory in repository.
execSelectProject(java.lang.String,java.io.File,boolean,java.lang.StringBuffer) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Throws CapabilityException.
execSelectProject(java.lang.String,java.io.File,boolean,java.lang.StringBuffer) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Displays a dialog which allows the user to select a project in repository.
execSetFilesLabel(java.lang.String[],java.lang.String,boolean,boolean) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Throws CapabilityException.
execSetFilesLabel(java.lang.String[],java.lang.String,boolean,boolean) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Applies a label to latest version of specified files or project in repository.
execShowAdvancedOptions(java.lang.String,boolean) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Throws CapabilityException.
execShowAdvancedOptions(java.lang.String,boolean) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Shows dialog with advanced options for command to the user.
execShowFileDiff(java.lang.String,boolean,boolean) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Throws CapabilityException.
execShowFileDiff(java.lang.String,boolean,boolean) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Invokes file difference dialog for specified file or directory.
execShowFileProperties(java.lang.String) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Throws CapabilityException.
execShowFileProperties(java.lang.String) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Invokes a dialog specific to souce control system with detailed properties for a file.
execShowFilesHistory(java.lang.String[],boolean,boolean) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Throws CapabilityException.
execShowFilesHistory(java.lang.String[],boolean,boolean) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Invokes a dialog which shows history of changes to specified files or whole project.
execUnCheckOutFiles(java.lang.String[],boolean,boolean,boolean) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Throws CapabilityException.
execUnCheckOutFiles(java.lang.String[],boolean,boolean,boolean) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Undo check out files.
execUnLockFiles(java.lang.String[],boolean,boolean) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Throws CapabilityException.
execUnLockFiles(java.lang.String[],boolean,boolean) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Unlock file(s) or the whole project.
execUpdateFiles(java.lang.String[],boolean,boolean) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Throws CapabilityException.
execUpdateFiles(java.lang.String[],boolean,boolean) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Update files with latest version in the repository.
execute(com.togethersoft.openapi.ide.IdeContext) - Method in interface com.togethersoft.openapi.ide.inspector.Condition
Calculates visibily condition for the specified context.
execute(java.lang.Object) - Method in class com.togethersoft.openapi.util.file.SimpleWildcardFilter
Matches file name from given path with wildcard mask.
execute(java.lang.Object) - Method in class com.togethersoft.openapi.util.function.UnaryInverse
Proceed invertion of Object.
execute(java.lang.Object) - Method in class com.togethersoft.openapi.util.function.UniqueElementFilter
Checks given Object for uniqueness.
execute(java.lang.Object) - Method in interface com.togethersoft.openapi.util.function.UnaryCondition
Return the result of executing with a single Object.
execute(java.lang.Object) - Method in interface com.togethersoft.openapi.util.function.UnaryOperation
Returns the result of executing with a single Object.
executeInverse(java.lang.Object) - Method in class com.togethersoft.openapi.util.function.UnaryInverse
Proceed unary operation with Object.
executeInverse(java.lang.Object) - Method in interface com.togethersoft.openapi.util.function.InvertibleFunction
Returns inversed Object.
expandMacros(com.togethersoft.openapi.ide.IdeContext,java.lang.String) - Method in interface com.togethersoft.openapi.ide.IdeManager
Replaces macros in command with the corresponding values.
expandString(java.lang.String,java.util.Properties) - Static method in class com.togethersoft.openapi.util.text.TextUtil
Replaces all occurences of macros in the string Examples: stringWithMacros = "%%a%% = %%b%% + %%c%%"; macros = {{"a", "5"}, {"b", "2"}, {"c", "3"}} result: "5 = 2 + 3" stringWithMacros = "%%a%% = %%b%% + %%c%%"; macros = {{"a", "6"}, {"b", "%%c%%"}, {"c", "3"}} result: "6 = 3 + 3" stringWithMacros = "%%a%% = %%b%% + %%c%%"; macros = {{"a", "6"}, {"b", "%%c%%"}, {"c", "%%b%%"}} result: thrown IllegalArgumentException - recursion found
EXPRESSION - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
 
expressions() - Method in interface com.togethersoft.openapi.sci.SciExpressionList
Returns an enumeraion of SciExpressions for parameters in a function call expression.
ExtendedControl - class com.togethersoft.openapi.util.ui.ExtendedControl
Control which has a rectangular button on the right and a component on the left taking up the rest of the space.
ExtendedControl(int,java.awt.Component,java.awt.event.ActionListener) - Constructor for class com.togethersoft.openapi.util.ui.ExtendedControl
Constructs new ExtendedControl.
ExtendedControl(java.lang.String,javax.swing.Icon,java.awt.Component,java.awt.event.ActionListener) - Constructor for class com.togethersoft.openapi.util.ui.ExtendedControl
Constructs new extended control.
ExtendedEditor - class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedEditor
Represents two ways to edit cell value - by inner editor and extended editor.
ExtendedEditor(java.beans.PropertyEditor) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedEditor
Constructs this editor.
ExtendedFileNameEditor - class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedFileNameEditor
Represents ExtendedEditor for the file name values.
ExtendedFileNameEditor() - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedFileNameEditor
Creates editor without initial path.
ExtendedFileNameEditor(java.lang.String) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedFileNameEditor
Creates editor with initial path.
ExtendedFolderNameEditor - class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedFolderNameEditor
Represents ExtendedEditor for the directory name values.
ExtendedStringEditor - class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedStringEditor
Represents ExtendedEditor for the String values.
ExtendedStringEditor() - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedStringEditor
Constructs editor without a title and writeable.
ExtendedStringEditor(java.lang.String,boolean) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedStringEditor
Constructs editor with the title.
ExtendedStringEditor(java.lang.String) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedStringEditor
Constructs editor with the title and writeable.
EXTENDS - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contains a string with the name of the class (interface) extended by this class (interface).
EXTENSION - Static variable in class com.togethersoft.openapi.ide.command.IdeCommandConstraints
 
extension - Class Diagram in com.togethersoft.openapi.rwi.extension
 
extractIdeInspectorPropertyFromModel(javax.swing.table.TableModel,int,int) - Static method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel
There can be different table models so this method can be overwritten in PropertyValueEditor subclasses.
extractIdeInspectorPropertyFromModel(javax.swing.table.TableModel,int,int) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueEditor
Fetches IdeInspectorProperty from the certain TableModel.
extractValueFromRwiElement(com.togethersoft.openapi.rwi.RwiElement) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SingleElementChooserEditor
 

F

FALSE - Static variable in class com.togethersoft.openapi.util.function.ConstantCondition
UnaryCondition which execute method always returns false.
FALSE_CONDITION - Static variable in class com.togethersoft.openapi.ide.inspector.util.editors.SingleElementChooserEditor
Represents false UnaryCondition.
FILE - Static variable in interface com.togethersoft.openapi.ide.tools.IdeToolContext
Setting context to FILE makes the tool appear in the file context menu of the directory navigator.
FILE - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contains a string with the name of a file where the declaration of this element is located.
file - Class Diagram in com.togethersoft.openapi.util.file
 
FILE_CATEGORY - Static variable in class com.togethersoft.openapi.ide.command.IdeCommandConstraints
The value is "fileCategory".
FILE_CHOOSER_BUTTON - Static variable in class com.togethersoft.openapi.util.ui.ExtendedControl
Specify button type as an file chooser.
FILE_CONTEXT - Static variable in class com.togethersoft.openapi.ide.command.IdeCommandConstraints
The value is "file".
FILE_STATUS_CHECKEDIN - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
File is checked in.
FILE_STATUS_CHECKEDOUT - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
File is checked out to current working directory.
FILE_STATUS_CONFLICT - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
File has unresolved merge conflict.
FILE_STATUS_LOCKED - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
File is locked in repository and cannot be checked out.
FILE_STATUS_MODIFIED - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
File is modified locally.
FILE_STATUS_NEEDS_GET - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
File is missing locally in current working directory, but present in repository.
FILE_STATUS_NEEDS_UPDATE - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
File is modified on server.
FILE_STATUS_NONE - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
This is not a bitflag.
FILE_STATUS_UNKNOWN - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
This is not a bitflag.
FILE_TYPE_AUTO - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
FILE_TYPE_BINARY - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
FILE_TYPE_STORE_LATEST - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
FILE_TYPE_TEXT - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
fileExtensions(java.lang.String) - Method in interface com.togethersoft.openapi.ide.resource.IdeResourceManager
Returns an enumeration of possible extensions of files that belong to the specified category.
FileName - class com.togethersoft.openapi.util.file.FileName
Presents methods to convert OS-dependend presetation of full file name (with path) or list of ones to OS-neutral, and back.
FileNameService - interface com.togethersoft.openapi.ide.util.FileNameService
Interface FileNameService identifies the service intended to get name of the file that corresponds to a certain code>IdeElement in an IdeContext.
FILES - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
For packages that are directories only, contains a string with the name of a file in this package.
FILES_AND_DIRECTORIES - Static variable in interface com.togethersoft.openapi.ide.window.IdeFileChooserConstant
Instruction to display both files and directories.
FILES_ONLY - Static variable in interface com.togethersoft.openapi.ide.window.IdeFileChooserConstant
Instruction to display files only.
files() - Method in interface com.togethersoft.openapi.sci.SciPackage
Returns an enumeration of all files in this package.
FilteredNameProperties - class com.togethersoft.openapi.util.properties.FilteredNameProperties
Adds ability to set value for this property.
FilteredNameProperties(com.togethersoft.openapi.util.properties.IProperties,com.togethersoft.openapi.util.function.InvertibleFunction) - Constructor for class com.togethersoft.openapi.util.properties.FilteredNameProperties
 
FilteredNamePropertiesRO - class com.togethersoft.openapi.util.properties.FilteredNamePropertiesRO
Presents filtered property with read-only access.
FilteredNamePropertiesRO(com.togethersoft.openapi.util.properties.IPropertiesRO,com.togethersoft.openapi.util.function.InvertibleFunction) - Constructor for class com.togethersoft.openapi.util.properties.FilteredNamePropertiesRO
Creates new filterd property with specified filter and base property.
FilterEnumeration - class com.togethersoft.openapi.util.enum.FilterEnumeration
Presents enumeration with filter which is a specified unary operation.
FilterEnumeration(java.util.Enumeration,com.togethersoft.openapi.util.function.UnaryOperation) - Constructor for class com.togethersoft.openapi.util.enum.FilterEnumeration
Creates new enumeration from exists and specifies filter for enumeration.
filterValues(java.util.Vector) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueEditor
Removes empty values from the multiple value property.
FINAL - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
A boolean property which indicates whether an element has the final modifier.
FINAL - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has the final modifier (Java only).
FINALLY_BLOCK - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
 
FIND - Static variable in interface com.togethersoft.openapi.ide.editor.IdeEditorSelectionType
Find selection - the selection made by "find" methods.
find(java.util.EventListener) - Method in class com.togethersoft.openapi.util.EventMulticaster
Searches for specified listener.
findAssociatedPatternLinkClient(com.togethersoft.openapi.sci.SciClass,java.lang.String,java.lang.String) - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
findAttribute(com.togethersoft.openapi.sci.SciClass,com.togethersoft.openapi.sci.SciClass) - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
findAttributeByName(com.togethersoft.openapi.sci.SciClass,java.lang.String) - Static method in class com.togethersoft.openapi.sci.SciUtil
Finds an attribute by its name and containing class.
findClass(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciModel
Finds a class/interface by its qualified name.
findClassByName(com.togethersoft.openapi.sci.SciContainer,com.togethersoft.openapi.sci.SciClass) - Static method in class com.togethersoft.openapi.sci.SciUtil
 
findClassByName(com.togethersoft.openapi.sci.SciContainer,java.lang.String) - Static method in class com.togethersoft.openapi.sci.SciUtil
 
findComponent(java.lang.String) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspector
Seeks for the component specified by it's name.
findDiagram(com.togethersoft.openapi.rwi.RwiDiagram) - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagramManager
Specified RwiDiagram finds an opened IdeDiagram visualizing it.
findDiagramFor(com.togethersoft.openapi.rwi.RwiElement) - Method in interface com.togethersoft.openapi.rwi.RwiModel
Finds RwiDiagram containing the primary reference to the specified RwiElement.
findEditor(java.lang.String) - Method in interface com.togethersoft.openapi.ide.editor.IdeEditorManager
Finds the editor bythe specified name of an opened file.
findElement(com.togethersoft.openapi.rwi.RwiElement) - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagram
Returns IdeDiagramElement corresponding to the specified RwiElement.
findElement(com.togethersoft.openapi.rwi.RwiReference) - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagram
Returns IdeDiagramElement corresponding to the RwiElement referred to by the specified RwiReference.
findElement(java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiModel
Finds an element by its unique name.
findElement(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciModel
Finds an element by its unique name.
findExtendedPatternLinkClient(com.togethersoft.openapi.sci.SciClass,java.lang.String,java.lang.String) - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
findFile(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciModel
Finds a file by its qualified name.
findLink(java.lang.Object) - Method in interface com.togethersoft.openapi.rwi.RwiModel
Returns RwiLink by given low-level API object representation.
findLink(java.util.Enumeration) - Method in interface com.togethersoft.openapi.rwi.RwiModel
Returns RwiLink by given enumeration of low-level API objects representing RwiLink.
findMember(java.lang.Object) - Method in interface com.togethersoft.openapi.rwi.RwiModel
Returns RwiMember by given low-level API object representation.
findMember(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciModel
Finds a member by its qualified name.
findMember(java.lang.String) - Method in class com.togethersoft.openapi.rwi.extension.RwiMemberProviderAdapter
Always returns null.
findMember(java.lang.String) - Method in interface com.togethersoft.openapi.rwi.extension.RwiMemberProvider
Specific method for this member.
findMember(java.util.Enumeration) - Method in interface com.togethersoft.openapi.rwi.RwiModel
Returns RwiMember by given enumeration of low-level API objects representing RwiMember.
findMemberBySignature(com.togethersoft.openapi.sci.SciClass,com.togethersoft.openapi.sci.SciMember,boolean) - Static method in class com.togethersoft.openapi.sci.SciUtil
Finds SciMember by another member having the same signature, in the specified class(interface), or in its parents.
findMemberBySignature(com.togethersoft.openapi.sci.SciClass,com.togethersoft.openapi.sci.SciMember) - Static method in class com.togethersoft.openapi.sci.SciUtil
Finds SciMember by its containing class and another member having the same signature.
findMemberBySignature(com.togethersoft.openapi.sci.SciClass,java.lang.String,boolean) - Static method in class com.togethersoft.openapi.sci.SciUtil
Finds SciMember by the signature in the specified class(interface), or in its parents.
findMemberBySignature(com.togethersoft.openapi.sci.SciClass,java.lang.String) - Static method in class com.togethersoft.openapi.sci.SciUtil
Finds SciMember by its containing class and the signature.
findNode(java.lang.Object) - Method in interface com.togethersoft.openapi.rwi.RwiModel
Returns RwiNode by given low-level API object representation.
findNode(java.lang.String) - Method in interface com.togethersoft.openapi.ide.project.IdeProject
Given the node's URL, finds the IdeProjectNode( which can be a file or a directory).
findPackage(java.lang.Object) - Method in interface com.togethersoft.openapi.rwi.RwiModel
Returns RwiPackage by given low-level API object representation.
findPackage(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciModel
Finds a package by its qualified name.
findPage(java.lang.Object) - Method in interface com.togethersoft.openapi.ide.message.IdeMessageManager
Finds IdeMessagePage with the specified ID.
findPattern(java.lang.String,java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.sci.pattern.SciPatternManager
Finds a pattern by using additional information about it.
findPatternLinkSupplier(com.togethersoft.openapi.sci.SciClass,java.lang.String,java.lang.String) - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
findPatternLinkSuppliers(com.togethersoft.openapi.sci.SciClass,java.lang.String,java.lang.String) - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
findProperty(java.lang.String) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent
Search for the property specified by it's name.
findReference(com.togethersoft.openapi.rwi.RwiElement) - Method in interface com.togethersoft.openapi.rwi.RwiDiagram
Given the RwiElement returns a reference to it in this diagram.
findReference(java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiDiagram
Given the unique name of the RwiElement returns a reference to it in this diagram.
findVectorAttribute(com.togethersoft.openapi.sci.SciClass,com.togethersoft.openapi.sci.SciClass) - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
FINISH - Static variable in interface com.togethersoft.openapi.ide.window.IdeButtonType
Finish button.
finishRequested(com.togethersoft.openapi.ide.window.IdeExpertEvent) - Method in class com.togethersoft.openapi.ide.window.IdeExpertAdapter
See IdeExpertListener.finishRequested.
finishRequested(com.togethersoft.openapi.ide.window.IdeExpertEvent) - Method in interface com.togethersoft.openapi.ide.window.IdeExpertListener
 
fireChangeEvent() - Method in class com.togethersoft.openapi.ide.window.IdeExpertPageSupport
Fires up "state changed" event for all listeners.
fireEditingCanceled() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueUI
Called when user canceled editing.
fireEditingCanceled() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingEditorSupport
Reports that editing cancelled.
fireEditingCanceled() - Method in class com.togethersoft.openapi.ide.inspector.util.table.AbstractCellEditor
Fires EditingCanceled event.
fireEditingStopped() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueUI
Called when user stopped editing.
fireEditingStopped() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingEditorSupport
Reports that editing stopped.
fireEditingStopped() - Method in class com.togethersoft.openapi.ide.inspector.util.table.AbstractCellEditor
Fires EditingStopped event.
fireEvent(com.togethersoft.openapi.util.propertyMap.PropertyMapEvent) - Method in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap
Fires specified PropertyMapEvent.
fireEvent(com.togethersoft.openapi.util.propertyMap.PropertyMapEvent) - Method in class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap
Fires specified PropertyMapEvent.
firePropertyChange(java.lang.String,java.lang.Object,java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspector
Initiates change of the specified property.
firePropertyChange(java.lang.String,java.lang.Object,java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorProperty
Initiates the event of updating the specified property with the new value passed as a parameter.
firePropertyChange(java.lang.String,java.lang.Object,java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent
Initiates change of specified porperty.
firePropertyChange(java.lang.String,java.lang.Object,java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsComponent
Fires change of property.
firePropertyChange(java.lang.String,java.lang.String,java.lang.String) - Method in class com.togethersoft.openapi.util.properties.DictionaryProperties
 
firePropertyChange(java.lang.String,java.lang.String,java.lang.String) - Method in class com.togethersoft.openapi.util.properties.FilteredNamePropertiesRO
 
firePropertyChange(java.lang.String,java.lang.String) - Method in class com.togethersoft.openapi.util.properties.DictionaryProperties
 
firePropertyChange(java.lang.String,java.lang.String) - Method in class com.togethersoft.openapi.util.properties.FilteredNamePropertiesRO
 
fireVetoableChange(java.lang.String,java.lang.Object,java.lang.Object) - Method in class com.togethersoft.openapi.util.nullObject.NullVetoableChangeSupport
 
fireVetoableChange(java.lang.String,java.lang.String,java.lang.String) - Method in class com.togethersoft.openapi.util.properties.DictionaryProperties
 
fireVetoableChange(java.lang.String,java.lang.String,java.lang.String) - Method in class com.togethersoft.openapi.util.properties.FilteredNameProperties
 
fireVetoableChange(java.lang.String,java.lang.String) - Method in class com.togethersoft.openapi.util.properties.DictionaryProperties
 
fireVetoableChange(java.lang.String,java.lang.String) - Method in class com.togethersoft.openapi.util.properties.FilteredNameProperties
 
fitInWindow() - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagram
Zooms this diagram out so that all elements fit the diagram's window.
fontAttr - Variable in class com.togethersoft.openapi.ide.editor.IdeEditorStyledChar
Defines attributes of font format: regular, bold or italic.
FOR - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
 
forFile(java.lang.String) - Method in interface com.togethersoft.openapi.util.classloaders.CachelessClassLoader
Returns Class by the specified class path.
format(java.lang.Object,java.lang.StringBuffer,java.text.FieldPosition) - Method in class com.togethersoft.openapi.util.ui.KeyStrokeFormat
Formats Object to StringBuffer.
format(javax.swing.KeyStroke,java.lang.StringBuffer,java.text.FieldPosition) - Method in class com.togethersoft.openapi.util.ui.KeyStrokeFormat
Formats Object to StringBuffer.
formatFile(com.togethersoft.openapi.sci.SciFile) - Method in interface com.togethersoft.openapi.sci.SciModel
 
forName(java.lang.String) - Method in interface com.togethersoft.openapi.util.classloaders.CachelessClassLoader
Returns Class by the specified name.
free() - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Clears all internal fields.
free() - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Called by the user of VcsProvider when this instance is not used anymore.
fromLangBoolean(java.lang.Boolean,java.lang.String,java.lang.String) - Static method in class com.togethersoft.openapi.util.properties.PropertyUtil
 
fromString(java.lang.String) - Static method in class com.togethersoft.openapi.util.ui.KeyStrokeFormat
Formats String to KeyStroke.
fromSystemNeutral(java.lang.String) - Static method in class com.togethersoft.openapi.util.file.FileName
Converts all directory delimeters from OS-neutral to OS-depended ("/" for UNIX, "\" for Windows ).
FULL_NAME - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contains a string with the qualified name of the element.
function - Class Diagram in com.togethersoft.openapi.util.function
 
FUNCTION_CALL - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression of a function call.

G

GENERALIZATION - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
A element is a generalization link.
getAbsoluteFileName() - Method in interface com.togethersoft.openapi.ide.project.IdeProjectNode
Returns the string that contain fully qualified name of this IdeProjectNode.
getAcceptAllFileFilter() - Method in interface com.togethersoft.openapi.ide.window.IdeFileChooser
Returns the AcceptAll file filter.
getAccess() - Method in interface com.togethersoft.openapi.ide.project.IdeProjectNode
Returns the string with the kind of access to this IdeProjectNode.
getAccessOperation() - Method in interface com.togethersoft.openapi.sci.SciMemberAccessExpression
Returns a string containing a syntax construction for accessing ojbect's members.
getActiveComponentName() - Method in class com.togethersoft.openapi.ide.inspector.util.TabbedPaneInspectorUI
Returns name of the active (selected) tab on this pane.
getActiveDiagram() - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagramManager
Returns an active IdeDiagram (the one the user is working with).
getActiveEditor() - Method in interface com.togethersoft.openapi.ide.editor.IdeEditorManager
Returns the active editor.
getActivePage() - Method in interface com.togethersoft.openapi.ide.message.IdeMessageManager
Returns the active IdeMessagePage.
getActiveProject() - Method in interface com.togethersoft.openapi.ide.project.IdeProjectManager
Returns the active project.
getAlignment() - Method in class com.togethersoft.openapi.util.ui.IconSequence
Return current alingment.
getApplicationIconImage() - Method in interface com.togethersoft.openapi.ide.window.IdeWindowManager
Returns an image of the main window of the application.
getApproveButtonText() - Method in interface com.togethersoft.openapi.ide.window.IdeFileChooser
Returns the text used in the ApproveButton in the FileChooserUI.
getArguments() - Method in interface com.togethersoft.openapi.ide.IdeManager
Returns the list of arguments passed to 'main' method.
getAsText() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.color.SwingColorEditor
Returns color in a String representation.
getAtomicValueFromInspectorProperty(com.togethersoft.openapi.ide.inspector.IdeInspectorProperty) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI
 
getBase() - Method in class com.togethersoft.openapi.util.properties.FilteredNamePropertiesRO
 
getBody() - Method in interface com.togethersoft.openapi.sci.SciFunction
Returns code block with the body of this function.
getBody() - Method in interface com.togethersoft.openapi.sci.SciInitializer
Returns code block with the body of this function.
getBoolean(java.lang.String,boolean) - Static method in class com.togethersoft.openapi.util.properties.PropertyUtil
 
getBooleanProperty(java.lang.String) - Method in interface com.togethersoft.openapi.ide.tools.IdeTool
Gets the value of the specified boolean property for this tool.
getButtonGroup() - Method in class com.togethersoft.openapi.util.ui.ToggleButtonPanel
Returns ButtonGroup in this panel.
getButtons() - Method in class com.togethersoft.openapi.ide.inspector.util.PropertySetRadioButtonComponentUI
Contains JRadioButtons for this UI
getCachelessClassLoader() - Static method in class com.togethersoft.openapi.util.classloaders.ClassLoadersAccess
 
getCandidatesToAdd() - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsComponent
 
getCandidatesToAdd() - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiMembersComponent
 
getCanonicalText() - Method in interface com.togethersoft.openapi.sci.SciType
Returns a canonical text string for this reference to a type.
getCaretPosition() - Method in interface com.togethersoft.openapi.ide.editor.IdeEditor
Returns a caret position.
getCastTo() - Method in interface com.togethersoft.openapi.sci.SciTypeCastExpression
Returns SciTypeExpression for the type to which the expression is casting.
getCastWhat() - Method in interface com.togethersoft.openapi.sci.SciTypeCastExpression
Returns SciExpression which is casting to other type in this expression.
getCE() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.color.ChooserComboPopup
 
getCellEditorValue() - Method in class com.togethersoft.openapi.ide.inspector.util.table.AbstractCellEditor
Returns value of this editor.
getCellEditorValue() - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueEditor
Fetches value of this cell.
getCharAt(int) - Method in interface com.togethersoft.openapi.ide.editor.IdeEditorStyledCharSource
Returns the IdeEditorStyledChar object at the specified position.
getChoosableFileFilters() - Method in interface com.togethersoft.openapi.ide.window.IdeFileChooser
Gets the list of the file filters that can be chosen by the user.
getChooserButton() - Static method in class com.togethersoft.openapi.util.ui.ExtendedControl
Returns JButton represents chooser button.
getChooserIcon() - Static method in class com.togethersoft.openapi.util.ui.ExtendedControl
Returns chooser button icon.
getChooserType() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedEditor
Returns type of button which is used to call extended editor.
getChooserType() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedFileNameEditor
Returns type of button which is used to call extended editor.
getCodeBlock() - Method in interface com.togethersoft.openapi.sci.SciCompoundStatement
 
getCodeBlock() - Method in interface com.togethersoft.openapi.sci.SciLoopStatement
 
getCodeElement() - Method in interface com.togethersoft.openapi.rwi.RwiElement
Returns single a low-level API object representing this RwiElement.
getColumn() - Method in class com.togethersoft.openapi.util.text.TextPosition
Returns an int with the number of a column of this position within a document.
getColumnCount() - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel
Returns count of ths columns.
getColumnCount() - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsTableModel
Returns count of columns.
getCommandItem() - Method in interface com.togethersoft.openapi.ide.command.IdeCommandEvent
Returns the command item this event relates to.
getCommandManager() - Static method in class com.togethersoft.openapi.ide.IdeAccess
Returns an instance of IdeCommandManager.
getCommandManager() - Static method in class com.togethersoft.openapi.ide.command.IdeCommandManagerAccess
Returns IdeCommandManager.
getComponent() - Method in class com.togethersoft.openapi.ide.inspector.util.StatusBarUI
Returns AWT component which represents this component on the UI.
getComponents() - Method in class com.togethersoft.openapi.ide.inspector.IdeInspector
Returns components of this inspector .
getCondition() - Method in interface com.togethersoft.openapi.sci.SciIfStatement
 
getCondition(com.togethersoft.openapi.ide.inspector.IdeInspectorComponent) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspector
Returns condition of visibility for the specified inspector component.
getCondition(com.togethersoft.openapi.ide.inspector.IdeInspectorProperty) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent
Returns visibility condition for specified property.
getConfig(java.lang.String) - Method in interface com.togethersoft.openapi.ide.config.IdeConfigManager
Returns the IdeConfig instance for the specified level.
getConfigEditor(java.lang.String,java.lang.String,boolean) - Method in interface com.togethersoft.openapi.ide.config.IdeConfigManager
Returns IdeConfigEditor instance with the specific content and configuration.
getConfigManager() - Static method in class com.togethersoft.openapi.ide.IdeAccess
Returns IdeConfigManager.
getConfigManager() - Static method in class com.togethersoft.openapi.ide.config.IdeConfigManagerAccess
Returns IdeConfigManager.
getContainingBlock() - Method in interface com.togethersoft.openapi.sci.SciStatement
 
getContainingClass() - Method in interface com.togethersoft.openapi.sci.SciClass
For inner class returns a class/interface this inner class belongs to.
getContainingClass() - Method in interface com.togethersoft.openapi.sci.SciInitializer
Returns the class/interface containing this member.
getContainingClass() - Method in interface com.togethersoft.openapi.sci.SciMember
Returns the class/interface containing this member.
getContainingDiagram() - Method in interface com.togethersoft.openapi.rwi.RwiReference
Returns a diagram this reference belongs to.
getContainingFile() - Method in interface com.togethersoft.openapi.sci.SciObject
Returns an SciFile object this object is contained in.
getContainingNode() - Method in interface com.togethersoft.openapi.rwi.RwiMember
Returns containing node for this nember.
getContainingNode() - Method in interface com.togethersoft.openapi.rwi.RwiNode
Returns a containing node for this inner node.
getContainingNodeReference() - Method in interface com.togethersoft.openapi.rwi.RwiMemberReference
Returns a reference to the containing node for this reference's member.
getContainingNodeReference() - Method in interface com.togethersoft.openapi.rwi.RwiNodeReference
Returns a reference to the containg node for this reference's one.
getContainingPackage() - Method in interface com.togethersoft.openapi.rwi.RwiContainer
Returns the package this element belongs to.
getContainingPackage() - Method in interface com.togethersoft.openapi.sci.SciClass
Returns the package this class belongs to.
getContainingPackage() - Method in interface com.togethersoft.openapi.sci.SciFile
Returns the package this file belongs to.
getContainingScope() - Method in interface com.togethersoft.openapi.sci.SciObject
Returns a containing scope for this object.
getContexts() - Method in interface com.togethersoft.openapi.ide.tools.IdeTool
Returns the array of contexts (popup menues) where this tool appears.
getCount() - Method in interface com.togethersoft.openapi.ide.progress.IdeProgress
Returns the current step of this indicator.
getCurrentDirectory() - Method in interface com.togethersoft.openapi.ide.window.IdeFileChooser
Returns the current directory.
getCurrentPage() - Method in class com.togethersoft.openapi.sci.pattern.InspectorPatternUI
 
getCurrentPage() - Method in class com.togethersoft.openapi.sci.pattern.SinglePagePatternUI
 
getCurrentPage() - Method in interface com.togethersoft.openapi.sci.pattern.SciPatternUI
 
getCurrentProject() - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Returns root project + path from root working directory to current working directory.
getCurrentProject() - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Returns currently opened project, or null if no session is opened.
getCurrentWorkingDirectory() - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Returns value of internal current project field.
getCurrentWorkingDirectory() - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Returns working directory for currently opened project, or null if no session is opened.
getCustomEditor() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingEditorSupport
Returns visual component which represents this editor on UI.
getCustomEditor() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingIntegerEditor
Returns visual component which represents this editor on UI.
getCustomEditor() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingStringEditor
 
getDeclarationText() - Method in interface com.togethersoft.openapi.sci.SciElement
Returns a string with a text of this element's declaration.
getDefaultClassPasteAnchor(com.togethersoft.openapi.sci.SciClass,com.togethersoft.openapi.sci.SciClass) - Static method in class com.togethersoft.openapi.sci.policy.SciPasteOrderPolicy
 
getDefaultClassPattern(com.togethersoft.openapi.sci.SciContainer,java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.sci.pattern.SciPatternManager
Returns a default pattern for the classes/interfaces.
getDefaultConstantOfType(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciLanguageHelper
Provides language dependent constant value for specified type.
GetDefaultConstraints() - Static method in class com.togethersoft.openapi.util.ui.GridBagLayoutHelper
Returns predefined GetDefaultConstraints :
insets = (2,2,2,2) anchor = CENTER; fill = BOTH; gridwidth = REMAINDER; gridx = RELATIVE; gridy = RELATIVE; weighty = 0.; weightx = 0.;
getDefaultEditor() - Method in interface com.togethersoft.openapi.ide.editor.IdeEditorManager
Returns the default editor.
getDefaultHelpLocation() - Method in interface com.togethersoft.openapi.ide.resource.IdeResourceManager
Obtains the location of the default help topic.
getDefaultLanguage() - Method in interface com.togethersoft.openapi.ide.project.IdeProject
Returns the string with the name of this project's default language.
getDefaultLinkPattern(com.togethersoft.openapi.sci.SciClass,com.togethersoft.openapi.sci.SciClass,java.lang.String) - Method in interface com.togethersoft.openapi.sci.pattern.SciPatternManager
 
getDefaultMemberPasteAnchor(com.togethersoft.openapi.sci.SciClass,com.togethersoft.openapi.sci.SciMember) - Static method in class com.togethersoft.openapi.sci.policy.SciPasteOrderPolicy
 
getDefaultMemberPattern(com.togethersoft.openapi.sci.SciClass,java.lang.String) - Method in interface com.togethersoft.openapi.sci.pattern.SciPatternManager
 
getDefaultObjectText(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciLanguageHelper
Reserved.
getDefaultPage() - Method in interface com.togethersoft.openapi.ide.message.IdeMessageManager
Returns Together's message page, where all the Together messages are displayed.
getDefinition() - Method in interface com.togethersoft.openapi.sci.SciMember
For C++ language returns SciMemberDefinition for this member.
getDescription() - Method in class com.togethersoft.openapi.util.file.WildcardFileFilter
Returns the description of this filter.
getDescription(com.togethersoft.openapi.rwi.RwiElement) - Method in interface com.togethersoft.openapi.ide.resource.IdeResourceManager
Returns a string that contains a full type description of the specified RwiElement.
getDesignPackage() - Method in interface com.togethersoft.openapi.rwi.RwiDiagram
Returns the RwiPackage containing design elements for this diagram.
getDestination() - Method in interface com.togethersoft.openapi.rwi.RwiLink
Returns this link's destination
getDestinationReference() - Method in interface com.togethersoft.openapi.rwi.RwiLinkReference
Returns a reference to the destination for this reference's link.
getDiagram() - Method in interface com.togethersoft.openapi.ide.IdeContext
Returns an IdeDiagram containing selected elements.
getDiagram() - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagramEvent
Returns the IdeDiagram containg new selected element or a resized element.
getDiagram() - Method in interface com.togethersoft.openapi.rwi.RwiDiagramReference
Returns a diagram for this reference.
getDiagramManager() - Static method in class com.togethersoft.openapi.ide.IdeAccess
Returns IdeDiagramManager object.
getDiagramManager() - Static method in class com.togethersoft.openapi.ide.diagram.IdeDiagramManagerAccess
Returns IdeDiagramManager.
getDiagramPositions() - Method in interface com.togethersoft.openapi.rwi.RwiDiagramReference
 
getDiagramPresentableName(com.togethersoft.openapi.rwi.RwiDiagram) - Method in interface com.togethersoft.openapi.ide.resource.IdeResourceManager
Returns a string that contains a brief description of the specified diagram (RwiDiagram).
getDialogTitle() - Method in interface com.togethersoft.openapi.ide.window.IdeFileChooser
Gets the string displayed in the FileChooser's titlebar.
getDialogType() - Method in interface com.togethersoft.openapi.ide.window.IdeFileChooser
Returns the type of this dialog.
getDisplayName() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.color.SwatchChooserPanel
 
getDocumentation(com.togethersoft.openapi.rwi.RwiElement) - Static method in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
getEditorManager() - Static method in class com.togethersoft.openapi.ide.IdeAccess
Returns an instance of IdeEditorManager.
getEditorManager() - Static method in class com.togethersoft.openapi.ide.editor.IdeEditorManagerAccess
Returns IdeEditorManager.
getElement() - Method in interface com.togethersoft.openapi.rwi.RwiReference
Returns an element for this reference.
getElementContext() - Method in interface com.togethersoft.openapi.ide.command.IdeCommandEvent
This method is used in IdeCommandCheckListener for getting IdeContext containing the element this event was fired for.
getElements() - Method in interface com.togethersoft.openapi.ide.IdeContext
 
getElements() - Method in class com.togethersoft.openapi.util.ui.RadioButtonGroup
Return enumeration of enabled buttons.
getElseCodeBlock() - Method in interface com.togethersoft.openapi.sci.SciIfStatement
 
getEndOffset() - Method in interface com.togethersoft.openapi.sci.SciTextPositions
Returns an integer value containing the offset of the last byte of SciObject's text in the file.
getErrorInfo(java.lang.String) - Method in interface com.togethersoft.openapi.ide.tools.IdeToolFilter
Parses specified output string.
getExitCondition() - Method in interface com.togethersoft.openapi.sci.SciLoopStatement
 
getExpertListener() - Method in class com.togethersoft.openapi.ide.window.IdeExpertPageSupport
Returns listener to events active when this page selected.
getExpertListener() - Method in interface com.togethersoft.openapi.ide.window.IdeExpertPage
Returns listener to the events that activate when this page is selected.
getExpression() - Method in interface com.togethersoft.openapi.sci.SciCaseStatement
 
getExpression() - Method in interface com.togethersoft.openapi.sci.SciExpressionStatement
 
getExpression() - Method in interface com.togethersoft.openapi.sci.SciSwitchStatement
 
getExpression() - Method in interface com.togethersoft.openapi.sci.SciThrowStatement
 
getExtendsList() - Method in interface com.togethersoft.openapi.sci.SciClass
Returns SciInheritanceList which contains references to classes(interfaces) this class(interface) extends.
getExtensionManager() - Method in interface com.togethersoft.openapi.rwi.RwiModel
Returns RwiExtensionManager object used by internal scripts.
getFactory(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciModel
Returns SciFactory object for the specified language.
getFactory(java.lang.String) - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
getFile() - Method in interface com.togethersoft.openapi.ide.editor.IdeEditor
Returns a string with a name of a file in this editor.
getFile(java.lang.String) - Method in interface com.togethersoft.openapi.util.properties.PropertyLocator
Return name of file which contains specified property.
getFileChooserButton() - Static method in class com.togethersoft.openapi.util.ui.ExtendedControl
Returns JButton represents file chooser button.
getFileChooserIcon() - Static method in class com.togethersoft.openapi.util.ui.ExtendedControl
Returns file chooser button icon.
getFileDescription(java.lang.String) - Method in interface com.togethersoft.openapi.ide.resource.IdeResourceManager
Returns description of the file, defined by its URL.
getFileFilter() - Method in interface com.togethersoft.openapi.ide.window.IdeFileChooser
Returns the currently selected file filter.
getFileHelpURL(java.lang.String) - Method in interface com.togethersoft.openapi.ide.resource.IdeResourceManager
Returns a string, that contains URL with a help topic for the specified file.
getFileIcon(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.ide.resource.IdeResourceManager
Returns an icon object for the specified file.
getFileIconURL(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.ide.resource.IdeResourceManager
Returns URL for the icon object for the file presented by the specified URL.
getFileLanguage(java.lang.String) - Method in interface com.togethersoft.openapi.ide.resource.IdeResourceManager
Returns a string that defines name of the language of the specified file.
getFileName() - Method in interface com.togethersoft.openapi.ide.project.IdeProject
Returns a string with the full path to the file representing this project.
getFileName() - Method in interface com.togethersoft.openapi.ide.project.IdeProjectNode
Returns the string with the name of this IdeProjectNode.
getFileName() - Method in interface com.togethersoft.openapi.ide.util.FileNameService
Returns name of the file that corresponds to a certain IdeElement in an IdeContext.
getFilePresentableName(java.lang.String) - Method in interface com.togethersoft.openapi.ide.resource.IdeResourceManager
Returns a string that contains brief description of the specified file.
getFileSelectionMode() - Method in interface com.togethersoft.openapi.ide.window.IdeFileChooser
Returns the current file-selection mode.
getFileStatus(java.lang.String) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Returns FILE_STATUS_NONE.
getFileStatus(java.lang.String) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Used to query status information about a list of selected files.
getFileType() - Method in interface com.togethersoft.openapi.ide.project.IdeProjectNode
Returns a string that contains file type for this IdeProjectNode.
getFileType(java.lang.String) - Method in interface com.togethersoft.openapi.ide.resource.IdeResourceManager
Returns a string that contains the type name of the specified file.
getFilter() - Method in class com.togethersoft.openapi.util.properties.FilteredNamePropertiesRO
 
getFinallyBlock() - Method in interface com.togethersoft.openapi.sci.SciTryStatement
 
getFirstColumn() - Method in interface com.togethersoft.openapi.ide.editor.IdeEditorVisibleArea
Returns the number of the first column in this visible area.
getFirstLine() - Method in interface com.togethersoft.openapi.ide.editor.IdeEditorVisibleArea
Returns the number of the first line of this visible area.
getFunction() - Method in interface com.togethersoft.openapi.sci.SciFunctionCallExpression
Returns SciExpression for the function expression.
getFunctionCallFromReference(com.togethersoft.openapi.sci.SciReferenceExpression) - Static method in class com.togethersoft.openapi.sci.SciUtil
Returns a SciFunctionCallExpression for the specified reference to a function.
getGenericFactory(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciModel
Returns SciGenericFactory object for the specified language.
getGenericFactory(java.lang.String) - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
getHeight() - Method in interface com.togethersoft.openapi.ide.editor.IdeEditorVisibleArea
Returns the height of this visible area as a number of characters.
getHelpURL() - Method in class com.togethersoft.openapi.ide.IdeErrorInfoDefault
Returns the current help URL.
getHelpURL() - Method in interface com.togethersoft.openapi.ide.IdeErrorInfo
Returns URL of the help file.
getHelpURL() - Method in class com.togethersoft.openapi.ide.window.IdeExpertPageSupport
Returns the string with the help URL.
getHelpURL() - Method in interface com.togethersoft.openapi.ide.window.IdeExpertPage
Returns the help URL.
getHelpURL(com.togethersoft.openapi.rwi.RwiElement) - Method in interface com.togethersoft.openapi.ide.resource.IdeResourceManager
Returns a string that contains URL of the help topic for the specified RwiElement.
getHighligtingScheme() - Method in interface com.togethersoft.openapi.ide.editor.IdeEditor
Returns the name of a highligting scheme.
getHomeDirectory() - Method in interface com.togethersoft.openapi.ide.IdeManager
Returns fully qualified path of Together's root directory.
getHTMLDocument(com.togethersoft.openapi.rwi.RwiElement) - Static method in class com.togethersoft.openapi.ide.inspector.util.DocUtil
Return javadoc for the selected RwiElement.
getIcon(com.togethersoft.openapi.rwi.RwiElement,java.lang.String) - Method in interface com.togethersoft.openapi.ide.resource.IdeResourceManager
Returns an icon object for the specified RwiElement.
getIcon(java.lang.String) - Method in interface com.togethersoft.openapi.ide.command.IdeCommandItemBase
Returns the Icon of the specified kind for this command item.
getIcon(java.lang.String) - Method in interface com.togethersoft.openapi.ide.resource.IdeResourceManager
 
getIconAt(int) - Method in class com.togethersoft.openapi.util.ui.IconSequence
Returns icon at the specified position of sequence.
getIconAt(int) - Method in class com.togethersoft.openapi.util.ui.LayeredIcon
Returns icon at the specified position in group.
getIconCount() - Method in class com.togethersoft.openapi.util.ui.IconSequence
Returns count of icons in this sequence.
getIconCount() - Method in class com.togethersoft.openapi.util.ui.LayeredIcon
Returns count of icons in this group.
getIconHeight() - Method in class com.togethersoft.openapi.util.ui.IconSequence
Finds an icon with a maximum height and returns it's height.
getIconHeight() - Method in class com.togethersoft.openapi.util.ui.LayeredIcon
Finds an icon with a maximum height and returns it's height.
getIconURL(com.togethersoft.openapi.rwi.RwiElement,java.lang.String) - Method in interface com.togethersoft.openapi.ide.resource.IdeResourceManager
Returns URL of the icon for the specified RwiElement.
getIconWidth() - Method in class com.togethersoft.openapi.util.ui.IconSequence
Returns width of this sequence
getIconWidth() - Method in class com.togethersoft.openapi.util.ui.LayeredIcon
Finds an icon with a maximum width and returns it's width.
getId() - Method in interface com.togethersoft.openapi.ide.command.IdeCommandItemBase
Returns a string with the ID of this command item.
getID() - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Returns "DEFAULT" as provider ID.
getID() - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Returns a string which is a unique identifier of VcsProvider.
getID() - Method in interface com.togethersoft.openapi.vcs.VcsProviderType
Returns a string which is a unique identifier of VcsProvider.
getIdeManager() - Static method in class com.togethersoft.openapi.ide.IdeAccess
Returns the current instance of IdeManager.
getImplementation() - Method in class com.togethersoft.openapi.util.properties.DictionaryProperties
 
getImplementsList() - Method in interface com.togethersoft.openapi.sci.SciClass
Returns SciInheritanceList which contains references to interfaces this class implements.
getImportText() - Method in interface com.togethersoft.openapi.sci.SciJavaImport
Returns a string containing the value of this import command.
getInheritor() - Method in interface com.togethersoft.openapi.sci.SciInheritance
Returns SciClass-owner of this SciInheritance.
getInitalPath(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedFileNameEditor
Validates initial path.
getInitalPath(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedFolderNameEditor
Validates initial path.
getInitialization() - Method in interface com.togethersoft.openapi.sci.SciLoopStatement
 
getInitialValue() - Method in interface com.togethersoft.openapi.sci.SciVariable
Returns SciExpression containing the initial value for this variable.
getInnerEditor() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedEditor
Returns inner editor which is used by this ExtendedEditor.
getInspectorManager() - Static method in class com.togethersoft.openapi.ide.inspector.IdeInspectorManagerAccess
Returns current inspector manager.
getInspectorProperty(int,int) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel
Fetches InspectorProperty from this table model.
getInspectorProperty(int,int) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModelBase
Should be overridden in order to produce extra actions during of fetching.
getInspectorProperty(int,int) - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsTableModel
Returns IdeInspectorProperty related to certain cell of this table model.
getInspectorPropertyFromAtomicValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI
 
getInstance() - Static method in class com.togethersoft.openapi.util.enum.EmptyEnumeration
 
getInstance() - Static method in class com.togethersoft.openapi.util.nullObject.NullPropertyChangeSupport
 
getInstance() - Static method in class com.togethersoft.openapi.util.nullObject.NullVetoableChangeSupport
 
getInstance() - Static method in class com.togethersoft.openapi.util.ui.KeyStrokeFormat
Returns the only instance of this KeyStrokeFormat.
getInstance() - Static method in class com.togethersoft.openapi.vcs.VcsProviderHelper
Returns instance of VcsProviderHelper.
getInt(java.lang.String,int) - Static method in class com.togethersoft.openapi.util.properties.PropertyUtil
 
getIteration() - Method in interface com.togethersoft.openapi.sci.SciLoopStatement
 
getJavaImportList() - Method in interface com.togethersoft.openapi.sci.SciFile
Returns JavaImportList containing SciJavaImport instances.
getJavaInitializationString() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.color.SwingColorEditor
 
getKey() - Method in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap.DefaultProperty
 
getKey() - Method in class com.togethersoft.openapi.util.propertyMap.PropertyAdapter
Returns a key for this property.
getKey() - Method in interface com.togethersoft.openapi.util.propertyMap.Property
Returns a key for this property.
getKind() - Method in interface com.togethersoft.openapi.sci.SciExpression
Returns an integer value representing the kind of this expression.
getKind() - Method in interface com.togethersoft.openapi.sci.SciStatement
 
getLangBoolean(java.lang.String,java.lang.Boolean) - Static method in class com.togethersoft.openapi.util.properties.PropertyUtil
 
getLanguage() - Method in interface com.togethersoft.openapi.ide.project.IdeProjectNode
Returns the string with the name of a programming lagnuage for this IdeProjectNode.
getLanguage() - Method in interface com.togethersoft.openapi.sci.SciObject
Returns a string with the name of the source code language for this object.
getLanguageHelper(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciModel
Returns SciLangugeHelper object for the specified language.
getLargeDisplayIcon() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.color.SwatchChooserPanel
 
getLastColumn() - Method in interface com.togethersoft.openapi.ide.editor.IdeEditorVisibleArea
Returns the number of the last column in this visible area.
getLastLine() - Method in interface com.togethersoft.openapi.ide.editor.IdeEditorVisibleArea
Returns the number of the last line in this visible area.
getLength() - Method in interface com.togethersoft.openapi.ide.editor.IdeEditorStyledCharSource
Returns the length of the character's source.
getLine() - Method in class com.togethersoft.openapi.util.text.TextPosition
Returns an int with the number of a line of this position within a document.
getLineCount() - Method in interface com.togethersoft.openapi.ide.editor.IdeEditor
Returns the integer with the number of lines in the file in this editor.
getLineLength(int) - Method in interface com.togethersoft.openapi.ide.editor.IdeEditor
Returns the integer with the length of the specified line.
getLink() - Method in interface com.togethersoft.openapi.rwi.RwiLinkReference
Returns a link for this reference.
getLinkPositions() - Method in interface com.togethersoft.openapi.rwi.RwiLinkReference
 
getLocationForHelpTopic(java.lang.String) - Method in interface com.togethersoft.openapi.ide.resource.IdeResourceManager
Resolve help topic id to the location which can be used by IdeManager.openHelp()
getLValue() - Method in interface com.togethersoft.openapi.sci.SciAssignmentExpression
Returns SciExpression for the left part of this assignment operation.
getMask() - Method in class com.togethersoft.openapi.ide.window.IdeFileFilter
Returns the Mask of this filter as a String.
getMember() - Method in interface com.togethersoft.openapi.rwi.RwiMemberReference
Returns a member for this reference.
getMember() - Method in interface com.togethersoft.openapi.sci.SciMemberDefinition
Returns corresponding SciMember for this definition.
getMemberContainingNode() - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiMembersComponent
Determines RwiNode which contains this member.
getMemberExpression() - Method in interface com.togethersoft.openapi.sci.SciMemberAccessExpression
Returns an expression for the member in this member access expression.
getMemberPositions() - Method in interface com.togethersoft.openapi.rwi.RwiMemberReference
 
getMessage() - Method in class com.togethersoft.openapi.ide.IdeErrorInfoDefault
Returns the current error detail message.
getMessage() - Method in interface com.togethersoft.openapi.ide.IdeErrorInfo
Returns error description.
getMessage() - Method in class com.togethersoft.openapi.sci.SciGenericFactoryException
Returns a message associated with this exception.
getMessageManager() - Static method in class com.togethersoft.openapi.ide.IdeAccess
Returns IdeMessageManager.
getMessageManager() - Static method in class com.togethersoft.openapi.ide.message.IdeMessageManagerAccess
Returns IdeMessageManager.
getMessageManagerFactory() - Static method in class com.togethersoft.openapi.ide.message.IdeMessageManagerAccess
Return factory which is used to create new IdeMessageManager.
getModel() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditor
Returns model of this ComboBox.
getModel() - Static method in class com.togethersoft.openapi.rwi.RwiModelAccess
Returns current RWI model.
getModel() - Static method in class com.togethersoft.openapi.sci.SciModelAccess
Returns the current SCI model: SciModel model = SciModelAccess.getModel();
getModel() - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
getModelPart() - Method in interface com.togethersoft.openapi.sci.SciPackage
Returns a string representing the kind of this package.
getModuleConfig(java.lang.Class) - Static method in class com.togethersoft.openapi.ide.config.IdeModuleConfigAccess
 
getModuleConfig(java.lang.Class) - Method in interface com.togethersoft.openapi.ide.config.IdeConfigManager
Returns previously existing module config file or null.
getModuleHomeDirectory(java.lang.Class) - Method in interface com.togethersoft.openapi.ide.IdeManager
Returns home folder for the module, defined by it's class.
getModuleHomeDirectory(java.lang.Class) - Static method in class com.togethersoft.openapi.util.ResourceUtil
 
getName() - Method in interface com.togethersoft.openapi.ide.project.IdeProject
Returns a short name of a project.
getName() - Method in interface com.togethersoft.openapi.ide.tools.IdeToolFilter
Returns the name of this filter.
getName() - Method in interface com.togethersoft.openapi.rwi.RwiProperty
Returns the name of this property.
getName() - Method in interface com.togethersoft.openapi.sci.SciElement
Returns a string containing the name for this element.
getName() - Method in interface com.togethersoft.openapi.sci.SciFile
Returns a string with the name for this file.
getName() - Method in interface com.togethersoft.openapi.sci.SciPackage
Returns the string with the name of this package.
getName() - Method in interface com.togethersoft.openapi.sci.SciTag
Returns the string with the name of this SciTag.
getNewPage() - Method in class com.togethersoft.openapi.ide.window.IdeExpertEvent
Gets IdeExperPage for the new page.
getNextPage() - Method in class com.togethersoft.openapi.ide.window.IdeExpertPageSupport
Returns next page.
getNextPage() - Method in interface com.togethersoft.openapi.ide.window.IdeExpertPage
Returns the next page.
getNode() - Method in interface com.togethersoft.openapi.rwi.RwiNodeReference
Returns a node for this reference.
getNodePositions() - Method in interface com.togethersoft.openapi.rwi.RwiNodeReference
 
getNullProperties() - Static method in class com.togethersoft.openapi.util.properties.NullProperties
Return the only instance of this class.
getNullPropertiesRO() - Static method in class com.togethersoft.openapi.util.properties.NullPropertiesRO
Return the only instance of this class.
getObjectExpression() - Method in interface com.togethersoft.openapi.sci.SciMemberAccessExpression
Returns an expression for the object in this member access expression.
getOffset() - Method in class com.togethersoft.openapi.ide.IdeErrorInfoDefault
Returns the current error offset.
getOffset() - Method in interface com.togethersoft.openapi.ide.IdeErrorInfo
Returns the offset in the file returned by getSourceURL method where exactly the error occurred.
getOffset() - Method in class com.togethersoft.openapi.sci.SciGenericFactoryException
Returns an integer number indicating the position in the source code framgent where the exception had arisen.
getOldPage() - Method in class com.togethersoft.openapi.ide.window.IdeExpertEvent
Gets IdeExperPage for the old page.
getOldValue() - Method in class com.togethersoft.openapi.util.propertyMap.PropertyMapEvent
Retuns an old value of the changed Property.
getOption(java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiDiagram
For this diagram, returns a string with the value of the specified string option.
getPackageName(java.lang.Class) - Static method in class com.togethersoft.openapi.util.ResourceUtil
Detects package name without class name.
getPackagePrefix() - Method in interface com.togethersoft.openapi.ide.project.IdeProjectNode
Returns the string with a name of a package where this IdeProjectNode belongs.
getPageTitle() - Method in class com.togethersoft.openapi.ide.window.IdeExpertPageSupport
Returns the page title.
getPageTitle() - Method in interface com.togethersoft.openapi.ide.window.IdeExpertPage
Returns the name of expert page to be displayed in the dialog title.
getParameter() - Method in interface com.togethersoft.openapi.sci.SciCatchBlockStatement
 
getParameterList() - Method in interface com.togethersoft.openapi.sci.SciFunction
Returns a container with the parameters of this function.
getParameterList() - Method in interface com.togethersoft.openapi.sci.SciFunctionCallExpression
 
getParent() - Method in interface com.togethersoft.openapi.ide.project.IdeProjectNode
Returns the IdeProjectNode this IdeProjectNode belongs to.
getParent() - Method in interface com.togethersoft.openapi.sci.SciExpression
Returns an expression in which this expression plays a role of an operand.
getParentPackage() - Method in interface com.togethersoft.openapi.sci.SciPackage
Returns the package this package belongs to.
getPatternManager() - Method in interface com.togethersoft.openapi.sci.SciModel
Returns SciPatternManger object.
getPatternManager() - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
getPhysicalDiagram() - Method in interface com.togethersoft.openapi.rwi.RwiPackage
Returns the physical package diagram for this directory-RwiPackage.
getPositionConverter() - Method in interface com.togethersoft.openapi.ide.editor.IdeEditor
Returns an offset to/from TextPostion converter.
getPositions() - Method in interface com.togethersoft.openapi.rwi.RwiReference
 
getPositions() - Method in interface com.togethersoft.openapi.sci.SciObject
Returns SciTextPositions instance, which contains the start and the end offsets of the text of this object in the file.
getPrefix(java.lang.String,char) - Static method in class com.togethersoft.openapi.util.text.TextUtil
Returns prefix of the line Example: getPrefix ("WebLogic.PublicID", '.') will return "WebLogic" getPrefix ("WebLogic.PublicID", ',') will return "WebLogic.PublicID"
getPresentableLanguageName() - Method in interface com.togethersoft.openapi.sci.SciLanguageHelper
 
getPresentableName(com.togethersoft.openapi.rwi.RwiElement) - Method in interface com.togethersoft.openapi.ide.resource.IdeResourceManager
Returns a string that contains a brief description of the specified RwiElement.
getProgress(java.lang.Object) - Method in interface com.togethersoft.openapi.ide.progress.IdeProgressIndicator
Returns IdeProgress for the specified ID.
getProgressIndicator() - Static method in class com.togethersoft.openapi.ide.IdeAccess
Returns IdeProgressIndicator.
getProgressIndicator() - Static method in class com.togethersoft.openapi.ide.progress.IdeProgressIndicatorAccess
Returns IdeProgressIndicator.
getProject() - Method in interface com.togethersoft.openapi.ide.project.IdeProjectEvent
Returns the IdeProject this event relates to.
getProject() - Method in interface com.togethersoft.openapi.ide.project.IdeProjectNode
Returns the IdeProject where this IdeProjectNode belongs.
getProject(java.lang.String) - Method in interface com.togethersoft.openapi.ide.project.IdeProjectManager
Given the name of a project, returns the IdeProject.
getProjectManager() - Static method in class com.togethersoft.openapi.ide.IdeAccess
Returns IdeProjectManager.
getProjectManager() - Static method in class com.togethersoft.openapi.ide.project.IdeProjectManagerAccess
Returns IdeProjectManager object.
getProperties() - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent
Returns all properties.
getProperties() - Method in interface com.togethersoft.openapi.sci.pattern.SciPattern
Returns PropertyMap containing all properties for this pattern.
getProperty() - Method in class com.togethersoft.openapi.util.propertyMap.PropertyMapEvent
Returns the changed Property instance.
getProperty(com.togethersoft.openapi.rwi.RwiPropertyMap) - Method in class com.togethersoft.openapi.rwi.extension.BooleanPropertyAdapter
Return property value as a String.
getProperty(com.togethersoft.openapi.rwi.RwiPropertyMap) - Method in class com.togethersoft.openapi.rwi.extension.RwiPropertyProviderAdapter
Always return null.
getProperty(com.togethersoft.openapi.rwi.RwiPropertyMap) - Method in interface com.togethersoft.openapi.rwi.extension.RwiPropertyProvider
Specific method for this property.
getProperty(com.togethersoft.openapi.sci.SciElement,java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciLanguageHelper
Provides access to language specific properties of elements.
getProperty(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.ide.project.IdeProjectNode
Gets the property value for the specified key, or returns specified default value, if such property is not found.
getProperty(java.lang.String,java.lang.String) - Method in class com.togethersoft.openapi.util.properties.CompositePropertiesRO
Gets a property with the specified key and default.
getProperty(java.lang.String,java.lang.String) - Method in class com.togethersoft.openapi.util.properties.DictionaryProperties
Gets a property with the specified key and default.
getProperty(java.lang.String,java.lang.String) - Method in class com.togethersoft.openapi.util.properties.FilteredNamePropertiesRO
Gets a property with the specified key and default.
getProperty(java.lang.String,java.lang.String) - Method in class com.togethersoft.openapi.util.properties.NullPropertiesRO
Stub method.
getProperty(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.util.properties.IPropertiesRO
Returns a value of the property specified by its key.
getProperty(java.lang.String,java.lang.String) - Method in class com.togethersoft.openapi.util.propertyMap.PropertiesAdapter
Returns value of specified property.
getProperty(java.lang.String) - Method in interface com.togethersoft.openapi.ide.project.IdeProjectNode
Returns the string value of the specified property.
getProperty(java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiPropertyMap
Returns the value of the specified property.
getPropertyEditor() - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorProperty
Returns the editor for this property if it's specified through setPropertyEditor, otherwise returns null.
getPropertyEditor() - Method in class com.togethersoft.openapi.ide.inspector.IdeMultipleInspectorProperty
Returns the editor for this property if it is specified through setPropertyEditor, otherwise returns null.
getPropertyEditor(int,int) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModelBase
Fetches property editor from this table model.
getPropertyKey() - Method in class com.togethersoft.openapi.util.propertyMap.PropertyMapEvent
Returns a key object for the changed Property.
getPropertyMap() - Method in class com.togethersoft.openapi.util.propertyMap.PropertyMapEvent
Returns PropertyMap instance which fired this event.
getPropertyMap() - Method in class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap
Returns current PropertyMap.
getPropertyName() - Method in class com.togethersoft.openapi.rwi.extension.BooleanPropertyAdapter
Returns name of boolean property.
getPropertyName() - Method in class com.togethersoft.openapi.rwi.extension.RwiPropertyProviderAdapter
See RwiPropertyProvider.getPropertyName().
getPropertyName() - Method in interface com.togethersoft.openapi.rwi.extension.RwiPropertyProvider
Return property name which this provider is responsible for.
getPropertySetProperties() - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel
Returns array of all properties.
getPropertyType(int,int) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModelBase
Fetches property type from this table model.
getPropertyValue(java.lang.Object,java.lang.Class) - Method in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap
Return value of property with specified key and class of value.
getPropertyValue(java.lang.Object,java.lang.Class) - Method in class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap
Returns value of specified property and with specified class of value.
getPropertyValue(java.lang.Object,java.lang.Class) - Method in interface com.togethersoft.openapi.util.propertyMap.PropertyMap
Returns a value of the property as a specified class instance.
getPropertyValue(java.lang.Object) - Method in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap
Return value of property with specified key.
getPropertyValue(java.lang.Object) - Method in class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap
Returns value of specified property.
getPropertyValue(java.lang.Object) - Method in interface com.togethersoft.openapi.util.propertyMap.PropertyMap
Returns a value of the property.
getProviderName() - Method in interface com.togethersoft.openapi.vcs.VcsProviderType
Returns descriptive name of the provider, for example: SCC provider: SourceSafe.
getProviderType(java.lang.String) - Method in interface com.togethersoft.openapi.vcs.VcsProviderRegistry
Returns registered instance of VcsProviderType with ID equal to id.
getQualifiedName() - Method in interface com.togethersoft.openapi.sci.SciElement
Returns a string with the qualified name of this element.
getQualifiedName() - Method in interface com.togethersoft.openapi.sci.SciFile
Returns the qualified name string for this file.
getQualifiedName() - Method in interface com.togethersoft.openapi.sci.SciPackage
Returns the fully-qualified name which uniquely identifies this package.
getRectangle() - Method in interface com.togethersoft.openapi.rwi.RwiNodePositions
 
getReferencedElement() - Method in interface com.togethersoft.openapi.sci.SciReference
Returns an SciElement this reference points to.
getReferenceText() - Method in interface com.togethersoft.openapi.sci.SciReference
Returns a string containing this reference text in a source code.
getRegistry() - Static method in class com.togethersoft.openapi.vcs.VcsProviderRegistryAccess
Returns instance of VcsProviderRegistry.
getRepeatCondition() - Method in interface com.togethersoft.openapi.sci.SciLoopStatement
 
getResource(java.lang.Class,java.lang.String) - Static method in class com.togethersoft.openapi.util.ResourceUtil
Combines convertToFile with Class.findResource() and contains workarounds to some known findResource() bugs
getResourceManager() - Static method in class com.togethersoft.openapi.ide.IdeAccess
Returns IdeResourceManager.
getResourceManager() - Static method in class com.togethersoft.openapi.ide.resource.IdeResourceManagerAccess
Returns IdeResourceManager.
getResourceRoot(java.lang.Class,java.lang.String) - Static method in class com.togethersoft.openapi.util.ResourceUtil
Attempts to detect classpath entry which contains given resource
getReturnExpression() - Method in interface com.togethersoft.openapi.sci.SciReturnStatement
 
getReturnType() - Method in interface com.togethersoft.openapi.sci.SciFunction
Gets the return type for this function.
getRootProject() - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Returns value of internal root project field.
getRootProject() - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Returns version control project associated with root working directory
getRootWorkingDirectory() - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Returns value of internal root working directory field.
getRootWorkingDirectory() - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Returns root working directory.
getRowCount() - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel
Returns count of rows.
getRowCount() - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsTableModel
Returns count of rows.
getRValue() - Method in interface com.togethersoft.openapi.sci.SciAssignmentExpression
Returns SciExpression for the right part of this assignment operation.
getRwiDiagram() - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagram
Returns the RwiDiagram corresponding to this diagram.
getRwiElement() - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagramElement
Returns the RwiElement being visualized by this IdeDiagramElement.
getRwiElement() - Method in interface com.togethersoft.openapi.ide.util.RwiElementService
Returns RwiElement that this component represents.
getRwiElementIndex(com.togethersoft.openapi.rwi.RwiElement) - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsComponent
Returns the index of the specified RwiElement in this component.
getRwiElements() - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsComponent
Returns all inspected RwiElements.
getRwiElements(com.togethersoft.openapi.ide.IdeContext) - Static method in class com.togethersoft.openapi.util.RwiElementsUtil
 
getRwiElementsPropertySets() - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsComponent
Returns an array of IdeInspectorPropertySetComponents (this array represents the rows for the table model).
getRwiReference() - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagramElement
Returns RwiReference to the RwiElement being visualized by this IdeDiagramElement.
getRwiReference() - Method in interface com.togethersoft.openapi.ide.util.RwiReferenceService
Returns RwiReference that this component represents.
getRwiReferences(com.togethersoft.openapi.ide.IdeContext) - Static method in class com.togethersoft.openapi.util.RwiElementsUtil
 
getSelectedBorder() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.BorderChooser
 
getSelectedComponent() - Method in class com.togethersoft.openapi.ide.inspector.IdeInspector
Returns visually selected component.
getSelectedFile() - Method in interface com.togethersoft.openapi.ide.window.IdeFileChooser
Returns the selected file.
getSelectedRwiElement() - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementTableRemoverButton
Return selected RwiElement.
getSelection(java.lang.String) - Method in interface com.togethersoft.openapi.ide.editor.IdeEditor
Retuns a selection of the specified type in this editor.
getSelectionEnd() - Method in interface com.togethersoft.openapi.ide.editor.IdeEditorSelection
Returns a TextPosition object containing information about the end of this selection.
getSelectionStart() - Method in interface com.togethersoft.openapi.ide.editor.IdeEditorSelection
Returns a TextPosition object containing information about the start of this selection.
getService(java.lang.Class) - Method in class com.togethersoft.openapi.ide.IdeElementDefault
Returns service object described by the specified class.
getService(java.lang.Class) - Method in interface com.togethersoft.openapi.ide.IdeElement
Returns a service specified by it's class.
getService(java.lang.Class) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspector
Returns Object that provides a service for this inspector.
getService(java.lang.Class) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorComponent
Returns an Object that provides service for this component.
getShortClassName(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciLanguageHelper
Extracts a short name from the specified qualified name of a class/interface.
getShortName(java.lang.Class) - Static method in class com.togethersoft.openapi.util.ResourceUtil
Detects class name without package specification (short name).
getSignature() - Method in interface com.togethersoft.openapi.sci.SciMember
Returns the signature string for this member.
getSmallDisplayIcon() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.color.SwatchChooserPanel
 
getSource() - Method in interface com.togethersoft.openapi.rwi.RwiLink
Returns this link's source.
getSourceReference() - Method in interface com.togethersoft.openapi.rwi.RwiLinkReference
Returns a reference to the source for this reference's link.
getSourceText() - Method in class com.togethersoft.openapi.sci.SciGenericFactoryException
Returns a string containing a part of the source code caused this exception.
getSourceURL() - Method in class com.togethersoft.openapi.ide.IdeErrorInfoDefault
Returns the current file URL.
getSourceURL() - Method in interface com.togethersoft.openapi.ide.IdeErrorInfo
Returns the URL of the source of this error.
getStandardButtonTablePanel(java.awt.Component,javax.swing.JButton,javax.swing.JButton,java.lang.String) - Static method in class com.togethersoft.openapi.ide.inspector.util.table.TableUtil
Returns JPanel with the main component occupying all the area with two specified JButtons in the upper-right conner.
getStartOffset() - Method in interface com.togethersoft.openapi.sci.SciTextPositions
Returns an integer value containing the offset of the first byte of SciObject's text in the file.
getStep() - Method in interface com.togethersoft.openapi.ide.progress.IdeProgress
Returns a description string of the current step.
getStringProperty(java.lang.String) - Method in interface com.togethersoft.openapi.ide.tools.IdeTool
Gets the value of the property with the specified name for this tool.
getStyledCharSource() - Method in interface com.togethersoft.openapi.ide.editor.IdeEditor
Returns the IdeEditorStyledCharSource object;
getSubproperties() - Method in interface com.togethersoft.openapi.rwi.RwiProperty
Returns a properties container that has a set of properties which are the supbproperties for this property.
getSubproperties() - Method in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap.DefaultProperty
 
getSubproperties() - Method in class com.togethersoft.openapi.util.propertyMap.PropertyAdapter
Returns PropertyMap of subproperties.
getSubproperties() - Method in interface com.togethersoft.openapi.util.propertyMap.Property
Retruns all subproperties as a PropertyMap.
getSwingColorEditor() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.color.SwingColorEditor
Returns this editor.
getTable() - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableComponentUI
Returns JTable which represents this table.
getTableCellEditorComponent(javax.swing.JTable,java.lang.Object,boolean,int,int) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueEditor
Fetches Swing component which represents this editor.
getTableCellRendererComponent(javax.swing.JTable,java.lang.Object,boolean,boolean,int,int) - Method in class com.togethersoft.openapi.ide.inspector.util.table.BooleanRenderer
Returns AWT component which renderers certain cell from the JTable.
getTableCellRendererComponent(javax.swing.JTable,java.lang.Object,boolean,boolean,int,int) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyNameRenderer
Returns AWT component which renderers certain cell from the JTable.
getTableCellRendererComponent(javax.swing.JTable,java.lang.Object,boolean,boolean,int,int) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueRenderer
Returns AWT component which renderers certain cell from the JTable.
getTag(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciTagList
Returns SciTag with the specified name.
getTagList() - Method in interface com.togethersoft.openapi.sci.SciElement
Returns SciTagList object containing all SciTags for this element.
getTagList() - Method in interface com.togethersoft.openapi.sci.SciMemberDefinition
Returns SciTagList object containing all SciTags for this definition.
getTagValue(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciTagList
Returns a string value of SciTag with the specified name.
getTempFile() - Method in interface com.togethersoft.openapi.ide.IdeManager
Returns the name of a temporary file.
getText() - Method in interface com.togethersoft.openapi.ide.command.IdeCommandItemBase
Returns the string with a tooltip text of this command item.
getText() - Method in interface com.togethersoft.openapi.ide.editor.IdeEditor
Returns a string with the contents of a file in this editor.
getText() - Method in interface com.togethersoft.openapi.sci.SciExpressionList
Returns the string, containing expressions for all parameters in this function call expression.
getText() - Method in interface com.togethersoft.openapi.sci.SciInheritanceList
Returns a string containing the source code fragment with the names of classes/interfaces.
getText() - Method in interface com.togethersoft.openapi.sci.SciObject
Returns a string with object's source code.
getText() - Method in interface com.togethersoft.openapi.sci.SciParameterList
Returns the string containing all parameter declarations in a header of a function
getText() - Method in interface com.togethersoft.openapi.sci.SciTagList
Returns a string containing the texts of all tags and their values.
getText() - Method in interface com.togethersoft.openapi.sci.SciThrowList
Returns a string containing the source code fragment with the names of exceptions which can be thrown.
getText() - Method in class com.togethersoft.openapi.util.ui.TextAreaDialog
Get text from the textarea.
getThenCodeBlock() - Method in interface com.togethersoft.openapi.sci.SciIfStatement
 
getThrowList() - Method in interface com.togethersoft.openapi.sci.SciFunction
Returns a container of exceptions which can be thrown by this function.
getTimeStamp() - Method in interface com.togethersoft.openapi.rwi.RwiElement
 
getTitle() - Method in interface com.togethersoft.openapi.ide.message.IdeMessagePage
Returns the title of this message page.
getToolFilter() - Method in interface com.togethersoft.openapi.ide.tools.IdeTool
Returns filter of this tool.
getToolManager() - Static method in class com.togethersoft.openapi.ide.tools.IdeToolManagerAccess
Returns the current tool manager object.
getTotalPages() - Method in class com.togethersoft.openapi.ide.window.IdeExpertPageSupport
Returns count of pages.
getTotalPages() - Method in interface com.togethersoft.openapi.ide.window.IdeExpertPage
Returns the total number of pages.
getTryBlock() - Method in interface com.togethersoft.openapi.sci.SciTryStatement
 
getType() - Method in class com.togethersoft.openapi.ide.IdeErrorInfoDefault
Returns the current error type.
getType() - Method in interface com.togethersoft.openapi.ide.IdeErrorInfo
Returns the type of the error, see IdeMessageType for details.
getType() - Method in interface com.togethersoft.openapi.sci.SciExpression
Returns SciType instance for this expression.
getType() - Method in interface com.togethersoft.openapi.sci.SciVariable
Returns a type of this variable.
getUI() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueEditor
Returns UI component which represents this editor.
getUI() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.PropertyMapMultiValueElementChooserEditor
 
getUI() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.PropertyMapMultiValueTableEditor
 
getUI() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.RwiPropertyMultiValueElementChooserEditor
 
getUI() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.RwiPropertyMultiValueTableEditor
Returns UI representation of this editor.
getUIComponent() - Method in interface com.togethersoft.openapi.ide.config.IdeConfigEditor
Returns the parent Component for this IdeConfigEditor.
getUIComponent() - Method in class com.togethersoft.openapi.ide.inspector.util.DescriptionComponent
Returns Swing component which represents this inspector component.
getUIComponent() - Method in class com.togethersoft.openapi.ide.inspector.util.DocComponent
Returns Swing component which represents this inspector component.
getUIComponent() - Method in class com.togethersoft.openapi.ide.inspector.util.PropertySetRadioButtonComponentUI
Returns UI component which represents this radio buttons panel.
getUIComponent() - Method in class com.togethersoft.openapi.ide.inspector.util.SinglePropertyCheckBoxUI
Returns UI component which represents this check box.
getUIComponent() - Method in class com.togethersoft.openapi.ide.inspector.util.TabbedPaneInspectorUI
Returns this tabbed pane.
getUIComponent() - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyLineSetComponentUI
 
getUIComponent() - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableComponentUI
Returns AWT component which represents this table.
getUIComponent() - Method in interface com.togethersoft.openapi.ide.message.IdeMessageManager
Returns AWT component that represents this message pane.
getUIComponent() - Method in interface com.togethersoft.openapi.ide.progress.IdeProgressIndicator
Returns AWT component that represents this progress indicator.
getUIComponent() - Method in interface com.togethersoft.openapi.ide.util.UIComponentService
Returns Swing component that visualize service provider.
getUILocale() - Method in interface com.togethersoft.openapi.ide.IdeManager
Returns a locale object for the Together's User Interface.
getUndoManager() - Static method in class com.togethersoft.openapi.ide.IdeAccess
Returns IdeUndoManager.
getUndoManager() - Static method in class com.togethersoft.openapi.ide.undo.IdeUndoManagerAccess
Returns the current IdeUndoManager.
getUniqueName() - Method in interface com.togethersoft.openapi.rwi.RwiElement
Returns a string containing the unique name for this element.
getUniqueName() - Method in interface com.togethersoft.openapi.sci.SciElement
Returns a string with the unique name of this element.
getUserParameter(java.lang.String) - Method in interface com.togethersoft.openapi.ide.IdeContext
Returns the value of the specified user parameter.
getUserProperty(java.lang.Object) - Method in interface com.togethersoft.openapi.sci.SciObject
Returns the value to which the specified key is mapped in this SciObject.
getValidProjectName(java.lang.String,java.io.File,java.io.File) - Method in interface com.togethersoft.openapi.vcs.VcsProviderType
Returns project name valid for this provider which corresponds to working directory workingDir, given that project rootProject corresponds to root working directory rootWorkingDir.
getValue() - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorProperty
Returns the value of this property.
getValue() - Method in class com.togethersoft.openapi.ide.inspector.IdeMultipleInspectorProperty
Returns value of this multiple property.
getValue() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedEditor
Fetches value from the inner editor.
getValue() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedFileNameEditor
Fetches value from the inner editor.
getValue() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueEditor
Fecthes edited value.
getValue() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.PropertyMapMultiValueElementChooserEditor
Returns value of this editor
getValue() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.PropertyMapMultiValueTableEditor
Returns value of this editor.
getValue() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingBooleanEditor
Returns state of check box as a Boolean.
getValue() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditor
Returns selected item.
getValue() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingIntegerEditor
Returns integer value or Enumeration of integers.
getValue() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingStringEditor
Returns string value of JTextField.
getValue() - Method in class com.togethersoft.openapi.ide.inspector.util.property.MultipleDirectPropertyMapInspectorProperty
Constructs PropertyMap containing all multiple Properties
getValue() - Method in class com.togethersoft.openapi.ide.inspector.util.property.PropertyMapInspectorProperty
Returns value of property specified by the key in constructor.
getValue() - Method in class com.togethersoft.openapi.ide.inspector.util.property.ReadOnlyProperty
Returns value of this property.
getValue() - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorMultipleStringProperty
Returns Vector with RwiProperties taken from corresponding RwiPropertyEnumeration.
getValue() - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorProperty
Returns internal value.
getValue() - Method in interface com.togethersoft.openapi.rwi.RwiProperty
Returns a string with the value of this property.
getValue() - Method in interface com.togethersoft.openapi.sci.SciConstantExpression
Returns the value for this constant.
getValue() - Method in interface com.togethersoft.openapi.sci.SciTag
Returns a string value of this SciTag.
getValue() - Method in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap.DefaultProperty
 
getValue() - Method in class com.togethersoft.openapi.util.propertyMap.PropertyAdapter
Returns a value of this property.
getValue() - Method in interface com.togethersoft.openapi.util.propertyMap.Property
Returns a value of this property.
getValue(java.lang.Class) - Method in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap.DefaultProperty
 
getValue(java.lang.Class) - Method in class com.togethersoft.openapi.util.propertyMap.PropertyAdapter
Returns a value of this property as a specified class instance.
getValue(java.lang.Class) - Method in interface com.togethersoft.openapi.util.propertyMap.Property
Returns a value of this property as a specified class instance.
getValueAsReference() - Method in interface com.togethersoft.openapi.sci.SciTag
Returns the value of this SciTag as a reference to some SciElement.
getValueAt(int,int) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel
Fetches value of the certain property.
getValueAt(int,int) - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsTableModel
Returns value of the cetain cell.
getValues() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueElementChooserUI
Values are full names of selected RwiElements.
getValues() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI
Returns Vector of Strings.
getValues() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueUI
Returns edited values.
getValueType() - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorProperty
Returns Type of value of this property.
getVisibleArea() - Method in interface com.togethersoft.openapi.ide.editor.IdeEditor
Returns the visible area in this editor.
getVisibleComponents() - Method in class com.togethersoft.openapi.ide.inspector.IdeInspector
Returns visible inspector components.
getVisibleName(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditor
Fetches visible name from this ComboBox by given key.
getVisibleProperties() - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent
Returns all visible properties.
getWeight(com.togethersoft.openapi.ide.inspector.IdeInspectorComponent) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspector
Returns the weight for the specified inspector component.
getWeight(com.togethersoft.openapi.ide.inspector.IdeInspectorProperty) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent
Returns weight for specified property.
getWidth() - Method in interface com.togethersoft.openapi.ide.editor.IdeEditorVisibleArea
Returns the width of this visible area as a number of characters.
getWindowManager() - Static method in class com.togethersoft.openapi.ide.IdeAccess
Returns IdeWindowManager.
getWindowManager() - Static method in class com.togethersoft.openapi.ide.window.IdeWindowManagerAccess
Returns an instance of IdeWindowManager.
getWritableBase() - Method in class com.togethersoft.openapi.util.properties.FilteredNameProperties
 
getZoomFactor() - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagram
Returns zoom factor.
GIF - Static variable in interface com.togethersoft.openapi.ide.diagram.IdeImageFormat
The GIF format.
goFirstPage() - Method in class com.togethersoft.openapi.sci.pattern.InspectorPatternUI
 
goFirstPage() - Method in class com.togethersoft.openapi.sci.pattern.SinglePagePatternUI
 
goFirstPage() - Method in interface com.togethersoft.openapi.sci.pattern.SciPatternUI
 
GOTO - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
 
GridBagLayoutHelper - class com.togethersoft.openapi.util.ui.GridBagLayoutHelper
Presents two static methods : Add which add component to container with some constraints, and GetDefaultConstraints which return predefined constraints.

H

hashCode() - Method in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap.DefaultProperty
 
hashCode() - Method in class com.togethersoft.openapi.util.text.TextPosition
This method overrides java.lang.Object.hashCode()
hasListeners() - Method in class com.togethersoft.openapi.util.EventMulticaster
Checks is there more listeners
hasMoreElements() - Method in class com.togethersoft.openapi.rwi.extension.RwiPropertyEnumerationAdapter
Checks are there more RwiElements in enumeration.
hasMoreElements() - Method in class com.togethersoft.openapi.util.enum.AbstractButtonEnumerationAdapter
Checks is there more elements in enumeration.
hasMoreElements() - Method in class com.togethersoft.openapi.util.enum.ArrayEnumeration
Checks is there more elements in enumeration.
hasMoreElements() - Method in class com.togethersoft.openapi.util.enum.DoubleEnumeration
Checks is there more elements.
hasMoreElements() - Method in class com.togethersoft.openapi.util.enum.EmptyEnumeration
 
hasMoreElements() - Method in class com.togethersoft.openapi.util.enum.EnumerationCopy
Checks is there more elements in enumeration after counter.
hasMoreElements() - Method in class com.togethersoft.openapi.util.enum.FilterEnumeration
Checks is there more elements in enumeration.
hasMoreElements() - Method in class com.togethersoft.openapi.util.enum.KeyStrokeEnumerationAdapter
Checks is there more elements in enumeration after counter.
hasMoreElements() - Method in class com.togethersoft.openapi.util.enum.LightEnumerationAdapter
Checks is there more elements after counter.
hasMoreElements() - Method in class com.togethersoft.openapi.util.enum.OrderedDiffEnumeration
Checks is there more elements in enumeration.
hasMoreElements() - Method in class com.togethersoft.openapi.util.enum.OrderedMergerEnumeration
Checks are there more elements in this enumeration.
hasMoreElements() - Method in class com.togethersoft.openapi.util.enum.PointEnumerationAdapter
Checks is there more elements in enumeration after counter.
hasMoreElements() - Method in class com.togethersoft.openapi.util.enum.SequenceEnumeration
Checks is there more elements in combination of enumerations after counter.
hasMoreElements() - Method in class com.togethersoft.openapi.util.enum.SingleEnumeration
Checks is there more elements in enumeration.
hasMoreElements() - Method in class com.togethersoft.openapi.util.enum.StringEnumerationAdapter
Checks is there more strings in this enumeration.
hasOption(java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiDiagram
For this diagram, returns a boolean value of the specified bolean option.
hasProperty(com.togethersoft.openapi.rwi.RwiPropertyMap) - Method in class com.togethersoft.openapi.rwi.extension.BooleanPropertyAdapter
Return value of this property.
hasProperty(com.togethersoft.openapi.rwi.RwiPropertyMap) - Method in class com.togethersoft.openapi.rwi.extension.RwiPropertyProviderAdapter
See RwiPropertyProvider.hasProperty.
hasProperty(com.togethersoft.openapi.rwi.RwiPropertyMap) - Method in interface com.togethersoft.openapi.rwi.extension.RwiPropertyProvider
Specific method for this property.
hasProperty(int) - Method in interface com.togethersoft.openapi.sci.SciElement
Checks whether this element has the specified property.
hasProperty(java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiPropertyMap
For boolean properties returns the value of the specified property, for string properties checks if this element has the specified property.
HELP - Static variable in interface com.togethersoft.openapi.ide.window.IdeButtonType
Help button.
helpRequested(com.togethersoft.openapi.ide.window.IdeExpertEvent) - Method in class com.togethersoft.openapi.ide.window.IdeExpertAdapter
See IdeExpertListener.helpRequested.
helpRequested(com.togethersoft.openapi.ide.window.IdeExpertEvent) - Method in interface com.togethersoft.openapi.ide.window.IdeExpertListener
 
HIDE_IN_CHOOSE_LIST - Static variable in interface com.togethersoft.openapi.sci.pattern.SciPatternProperty
 
HISTORY - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
 
HORIZONTAL - Static variable in class com.togethersoft.openapi.util.ui.StackLayout
The orientation constant for horizontal layouts.
HTMLDOC - Static variable in interface com.togethersoft.openapi.ide.inspector.util.ComponentWeight
 
HYPERLINK - Static variable in interface com.togethersoft.openapi.ide.inspector.util.ComponentWeight
 
HYPERLINK - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contains a string with the unique name of the element pointed to by a hyperlink from this element.
HYPERLINK - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
An element is a hyperlink.

I

IconSequence - class com.togethersoft.openapi.util.ui.IconSequence
Implements a sequence of Icons being painted in a horizontal line.
IconSequence() - Constructor for class com.togethersoft.openapi.util.ui.IconSequence
Constructs new icon sequence without icons and with centered alignment.
IconSequence(javax.swing.Icon[],int) - Constructor for class com.togethersoft.openapi.util.ui.IconSequence
Constructs new icon sequence with specified icons and alignment.
ide - Class Diagram in com.togethersoft.openapi.ide
 
IdeAccess - class com.togethersoft.openapi.ide.IdeAccess
Class IdeAccess provides access to the IdeManager and all other managers.
IdeActivatable - interface com.togethersoft.openapi.ide.IdeActivatable
Interface IdeActivatable should be implemented by the modules that provide the possibility of on-demand invokation and deactivation.
IdeButtonType - interface com.togethersoft.openapi.ide.window.IdeButtonType
Interface IdeButtonType stores string constants used for identifying the types of buttons.
IdeCommandAdapter - class com.togethersoft.openapi.ide.command.IdeCommandAdapter
An empty implementation of IdeCommandListener interface.
IdeCommandCheckListener - interface com.togethersoft.openapi.ide.command.IdeCommandCheckListener
The listener for receiving command events from IdeCommandItems and IdeCommandGroups.
IdeCommandConstraints - class com.togethersoft.openapi.ide.command.IdeCommandConstraints
Defines the domain of applicability for the command item (IdeCommandItem or IdeCommandGroup).
IdeCommandConstraints() - Constructor for class com.togethersoft.openapi.ide.command.IdeCommandConstraints
IdeCommandConstraints() constructor creates an "empty" constraint object which doesn't define any constraints for the command item.
IdeCommandConstraints(java.lang.String) - Constructor for class com.togethersoft.openapi.ide.command.IdeCommandConstraints
Creates a constraint object.
IdeCommandEvent - interface com.togethersoft.openapi.ide.command.IdeCommandEvent
An event which indicates that a command item-related action occurred.
IdeCommandGroup - interface com.togethersoft.openapi.ide.command.IdeCommandGroup
A visual entity, representing a container for IdeCommandItems.
IdeCommandIconType - interface com.togethersoft.openapi.ide.command.IdeCommandIconType
Class IdeCommandIconType defines string constants for the possible icon state types.
IdeCommandItem - interface com.togethersoft.openapi.ide.command.IdeCommandItem
Class IdeCommandItem defines a visual entity, representing a command.
IdeCommandItemBase - interface com.togethersoft.openapi.ide.command.IdeCommandItemBase
A visual entity, representing a base of a command item.
IdeCommandListener - interface com.togethersoft.openapi.ide.command.IdeCommandListener
A listener for IdeCommandItems (not IdeCommandGroups).
IdeCommandManager - interface com.togethersoft.openapi.ide.command.IdeCommandManager
IdeCommandManager is responsible for creating new command items and inserting them into command item containers.
IdeCommandManagerAccess - class com.togethersoft.openapi.ide.command.IdeCommandManagerAccess
Provides access to the current IdeCommandManager.
IdeConfig - interface com.togethersoft.openapi.ide.config.IdeConfig
Contains methods for getting and changing the values of properties.
IdeConfigEditor - interface com.togethersoft.openapi.ide.config.IdeConfigEditor
A pane with tabbed pages containing properties and their values available for editing.
IdeConfigEditorMode - interface com.togethersoft.openapi.ide.config.IdeConfigEditorMode
Defines integer constants used in IdeConfigManager's methods.
IdeConfigLevel - interface com.togethersoft.openapi.ide.config.IdeConfigLevel
Defines string constants for the names of the configuration levels.
IdeConfigManager - interface com.togethersoft.openapi.ide.config.IdeConfigManager
Provides methods for getting the IdeConfig instances and working with ConfigEditors.
IdeConfigManagerAccess - class com.togethersoft.openapi.ide.config.IdeConfigManagerAccess
Provides access to the current IdeConfigManager instance.
IdeContext - interface com.togethersoft.openapi.ide.IdeContext
Contains information about selected elements at the moment the script was called.
IdeDiagram - interface com.togethersoft.openapi.ide.diagram.IdeDiagram
IdeDiagram visualizes a content of RwiDiagram on the screen.
IdeDiagramAdapter - class com.togethersoft.openapi.ide.diagram.IdeDiagramAdapter
The minimal and empty implementation of the IdeDiagramListener interface.
IdeDiagramElement - interface com.togethersoft.openapi.ide.diagram.IdeDiagramElement
Visualizes RwiElement on the IdeDiagram.
IdeDiagramElementEnumeration - interface com.togethersoft.openapi.ide.diagram.enum.IdeDiagramElementEnumeration
Represents enumeration of IdeDiagramElements.
IdeDiagramEnumeration - interface com.togethersoft.openapi.ide.diagram.enum.IdeDiagramEnumeration
Represents enumeration of IdeDiagrams.
IdeDiagramEvent - interface com.togethersoft.openapi.ide.diagram.IdeDiagramEvent
This event gets fired whenever the selection has been changed or an element has been resized or moved.
IdeDiagramListener - interface com.togethersoft.openapi.ide.diagram.IdeDiagramListener
A diagram listener.
IdeDiagramManager - interface com.togethersoft.openapi.ide.diagram.IdeDiagramManager
IdeDiagramManager is responsible for opening/closing a diagram and providing access to the opened diagrams.
IdeDiagramManagerAccess - class com.togethersoft.openapi.ide.diagram.IdeDiagramManagerAccess
Provides access to the current IdeDiagramManager.
IdeDialogButtonGroup - interface com.togethersoft.openapi.ide.window.IdeDialogButtonGroup
Interface IdeDialogButtonGroup provides a container for all types of buttons.
IdeDialogButtonPanel - class com.togethersoft.openapi.ide.window.IdeDialogButtonPanel
Class IdeDialogButtonPanel provides a UI container for the buttons from IdeDialogButtonGroup.
IdeDialogButtonPanel(com.togethersoft.openapi.ide.window.IdeDialogButtonGroup,java.awt.LayoutManager) - Constructor for class com.togethersoft.openapi.ide.window.IdeDialogButtonPanel
Constructs an instance of IdeDialofButtonPanel for the specified group of buttons, allocating the buttons according to the specified layout.
IdeDialogButtonPanel(com.togethersoft.openapi.ide.window.IdeDialogButtonGroup) - Constructor for class com.togethersoft.openapi.ide.window.IdeDialogButtonPanel
Constructs an instance of IdeDialofButtonPanel for the specified group of buttons.
IdeDialogType - interface com.togethersoft.openapi.ide.window.IdeDialogType
Interface IdeDialogType stores the names of message types.
IdeEditor - interface com.togethersoft.openapi.ide.editor.IdeEditor
Together's text editor.
IdeEditorEnumeration - interface com.togethersoft.openapi.ide.editor.enum.IdeEditorEnumeration
Represents enumeration of IdeEditors.
IdeEditorManager - interface com.togethersoft.openapi.ide.editor.IdeEditorManager
Interface IdeEditorManagerProvides methods for managing opened editors.
IdeEditorManagerAccess - class com.togethersoft.openapi.ide.editor.IdeEditorManagerAccess
Provides an access to the current IdeEditorManager.
IdeEditorPositionConverter - interface com.togethersoft.openapi.ide.editor.IdeEditorPositionConverter
Provides the forward and reverse conversion from the file offset to TextPosition object.
IdeEditorSelection - interface com.togethersoft.openapi.ide.editor.IdeEditorSelection
Represents a selection within a document.
IdeEditorSelectionType - interface com.togethersoft.openapi.ide.editor.IdeEditorSelectionType
Defines constants for using in IdeEditor.getSelection method.
IdeEditorStyledChar - class com.togethersoft.openapi.ide.editor.IdeEditorStyledChar
Instances of this class are used to store data of a character and its color and format.
IdeEditorStyledCharSource - interface com.togethersoft.openapi.ide.editor.IdeEditorStyledCharSource
This class determines the source of characters.
IdeEditorVisibleArea - interface com.togethersoft.openapi.ide.editor.IdeEditorVisibleArea
A visible area in Together's text editor.
IdeElement - interface com.togethersoft.openapi.ide.IdeElement
Interface IdeElement represents a generic IDE element of Together.
IdeElementDefault - class com.togethersoft.openapi.ide.IdeElementDefault
Class IdeElementDefault represents a default implementation of IdeElement with the single service object.
IdeElementDefault(java.lang.Object) - Constructor for class com.togethersoft.openapi.ide.IdeElementDefault
Constructs a new instance of IdeElementDefault with the specified service.
IdeErrorCheck - interface com.togethersoft.openapi.ide.IdeErrorCheck
Interface IdeErrorCheck provides error checking.
IdeErrorInfo - interface com.togethersoft.openapi.ide.IdeErrorInfo
Contains advanced information about an error that has occurred.
IdeErrorInfoDefault - class com.togethersoft.openapi.ide.IdeErrorInfoDefault
Class IdeErrorInfoDefault provides a default implementation of IdeErrorInfo interface.
IdeErrorInfoDefault(int,java.lang.String,int,java.lang.String,java.lang.String) - Constructor for class com.togethersoft.openapi.ide.IdeErrorInfoDefault
Creates a new error info with specified type, message, error offset, file URL and URL of the help file.
IdeErrorInfoDefault(java.lang.String,int,java.lang.String,java.lang.String) - Constructor for class com.togethersoft.openapi.ide.IdeErrorInfoDefault
Creates a new error info of INFORMATION type, with the specified detail message, offset, source and help file URLs.
IdeErrorInfoDefault(java.lang.String,int) - Constructor for class com.togethersoft.openapi.ide.IdeErrorInfoDefault
Creates a new error info of INFORMATION type, with the specified detail message and offset.
IdeErrorInfoDefault(java.lang.String) - Constructor for class com.togethersoft.openapi.ide.IdeErrorInfoDefault
Creates a new error info of INFORMATION type, with the specified detail message, located at the beginning of the file.
IdeExpertAdapter - class com.togethersoft.openapi.ide.window.IdeExpertAdapter
Class IdeExpertAdapter provides default implementation of IdeExpertEvent.
IdeExpertEvent - class com.togethersoft.openapi.ide.window.IdeExpertEvent
Class IdeExpertEvent defines an event that gets fired whenever an action is performed in the properties' expert.
IdeExpertEvent(com.togethersoft.openapi.ide.window.IdeExpertPage,com.togethersoft.openapi.ide.window.IdeExpertPage) - Constructor for class com.togethersoft.openapi.ide.window.IdeExpertEvent
Constructs an instance of IdeExperEvent with the specified existing page and new page.
IdeExpertEvent(com.togethersoft.openapi.ide.window.IdeExpertPage) - Constructor for class com.togethersoft.openapi.ide.window.IdeExpertEvent
Constructs an instance of IdeExpertEvent with the specified current page.
IdeExpertListener - interface com.togethersoft.openapi.ide.window.IdeExpertListener
Interface IdeExpertListener provides a listener for various expert's events.
IdeExpertPage - interface com.togethersoft.openapi.ide.window.IdeExpertPage
Interface IdeExperPage defines an expert page.
IdeExpertPageSupport - class com.togethersoft.openapi.ide.window.IdeExpertPageSupport
Abstract class IdeExpertPageSupport provides a default implementation of the IdeExpertPage interface.
IdeExpertPageSupport(java.lang.String,int) - Constructor for class com.togethersoft.openapi.ide.window.IdeExpertPageSupport
Creates new IdeExpertPage with the specified title and count of pages.
IdeFileChooser - interface com.togethersoft.openapi.ide.window.IdeFileChooser
IdeFileChooser provides a simple mechanism for the user to chooser a file.
IdeFileChooserConstant - interface com.togethersoft.openapi.ide.window.IdeFileChooserConstant
Interface IdeFileChooserConstant stores the constants to be used in the IdeFileChooser interface.
IdeFileFilter - class com.togethersoft.openapi.ide.window.IdeFileFilter
Class IdeFileFilter extends the standard FileFilter adding the ability to get the filter's mask.
IdeFileType - interface com.togethersoft.openapi.ide.resource.IdeFileType
Defines string constants used to identify the type of a file in IdeResourceManager.
IdeImageFormat - interface com.togethersoft.openapi.ide.diagram.IdeImageFormat
Defines constants for using as output image format's ID in IdeDiagramManager.saveImage method.
IdeInspector - class com.togethersoft.openapi.ide.inspector.IdeInspector
Represents abstract inspector which is used to control properties of ide components.
IdeInspector(com.togethersoft.openapi.ide.IdeContext) - Constructor for class com.togethersoft.openapi.ide.inspector.IdeInspector
Creates new inspector for specified context.
IdeInspectorBuilder - interface com.togethersoft.openapi.ide.inspector.IdeInspectorBuilder
Factory class used to create IdeInspector.
IdeInspectorComponent - class com.togethersoft.openapi.ide.inspector.IdeInspectorComponent
Class IdeInspectorComponent represents abstract component of inspector.
IdeInspectorCompoundComponent - class com.togethersoft.openapi.ide.inspector.IdeInspectorCompoundComponent
Class IdeInspectorCompoundComponents represents an inspector component that contains the other inspector components.
IdeInspectorCompoundComponent(com.togethersoft.openapi.ide.IdeContext) - Constructor for class com.togethersoft.openapi.ide.inspector.IdeInspectorCompoundComponent
Constructs an instance of IdeInspectorCompoundComponent object that represents an internal inspector for the specified context.
IdeInspectorManager - interface com.togethersoft.openapi.ide.inspector.IdeInspectorManager
This manager is used to control the process of inspector creation.
IdeInspectorManagerAccess - class com.togethersoft.openapi.ide.inspector.IdeInspectorManagerAccess
This class is intended to access the current inspector manager.
IdeInspectorProperty - class com.togethersoft.openapi.ide.inspector.IdeInspectorProperty
Class IdeInspectorProperty represents a property inside an inspector component.
IdeInspectorProperty(java.lang.Class,java.lang.Class) - Constructor for class com.togethersoft.openapi.ide.inspector.IdeInspectorProperty
Constructs a property with specified type and editor class.
IdeInspectorProperty(java.lang.Class) - Constructor for class com.togethersoft.openapi.ide.inspector.IdeInspectorProperty
Constructs a property with the specified type and without editor class.
IdeInspectorPropertySetComponent - class com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent
Represents inspector component that keeps a list of properties.
IdeInspectorPropertySetComponent(com.togethersoft.openapi.ide.IdeContext) - Constructor for class com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent
Creates new component keeps properties inside an inspector for specified context.
IdeInspectorSinglePropertyComponent - class com.togethersoft.openapi.ide.inspector.IdeInspectorSinglePropertyComponent
Represents InspectorComponent that stores a single property.
IdeInspectorSinglePropertyComponent(com.togethersoft.openapi.ide.inspector.IdeInspectorProperty) - Constructor for class com.togethersoft.openapi.ide.inspector.IdeInspectorSinglePropertyComponent
Constructs a new component for specified property.
IdeLocalDiagnostic - class com.togethersoft.openapi.ide.IdeLocalDiagnostic
An auxiliary class.
IdeManager - interface com.togethersoft.openapi.ide.IdeManager
Interface IdeManager provides the entire IDE's fuctionality.
IdeManagerAccess - class com.togethersoft.openapi.ide.IdeManagerAccess
Provides access to the IdeManager.
IdeMapBuilder - interface com.togethersoft.openapi.ide.diagram.IdeMapBuilder
Defines methods for imagemap builder classes.
IdeMessageManager - interface com.togethersoft.openapi.ide.message.IdeMessageManager
Interface IdeMessageManager controls the visibility of Together's message pane and defines methods for getting a default message page and adding/removing the user-defined message pages.
IdeMessageManagerAccess - class com.togethersoft.openapi.ide.message.IdeMessageManagerAccess
Provides access to the current IdeMessageManager and defines two static methods for printing messages in the default message page or in a modal dialog.
IdeMessageManagerFactory - interface com.togethersoft.openapi.ide.message.IdeMessageManagerFactory
Represents factory to create new message manager.
IdeMessagePage - interface com.togethersoft.openapi.ide.message.IdeMessagePage
Together's message page.
IdeMessageType - interface com.togethersoft.openapi.ide.message.IdeMessageType
Defines the integer constants with the types of messages.
IdeMessageView - interface com.togethersoft.openapi.ide.message.IdeMessageView
Defines methods used by message pages to print messages.
IdeModuleConfig - interface com.togethersoft.openapi.ide.config.IdeModuleConfig
Represents the manager of config files which loads, unloads and performs other actions with these files.
IdeModuleConfigAccess - class com.togethersoft.openapi.ide.config.IdeModuleConfigAccess
Class IdeModuleConfigAccess provides access to the configuration files for the modules.
IdeMultipleInspectorProperty - class com.togethersoft.openapi.ide.inspector.IdeMultipleInspectorProperty
Represents InspectorProperty that stores an enumeration of properties.
IdeMultipleInspectorProperty(java.util.Enumeration,java.lang.Class,java.lang.Class) - Constructor for class com.togethersoft.openapi.ide.inspector.IdeMultipleInspectorProperty
Creates new MultipleInspectorProperty with specified enumeration of internal properties, type class for these properties and editor class.
IdeMultipleInspectorProperty(java.util.Enumeration,java.lang.Class) - Constructor for class com.togethersoft.openapi.ide.inspector.IdeMultipleInspectorProperty
Constructs new MultipleInspectorProperty with the specified enumeration of the internal properties, type class for these properties and null editor class.
IdeNullModuleConfig - class com.togethersoft.openapi.ide.config.IdeNullModuleConfig
Represents access to configuration for a null module.
IdeProgress - interface com.togethersoft.openapi.ide.progress.IdeProgress
Interface IdeProgress represents a progress indicator that is displayed on the screen.
IdeProgressIndicator - interface com.togethersoft.openapi.ide.progress.IdeProgressIndicator
Creates and provides access to previously created progress indicators.
IdeProgressIndicatorAccess - class com.togethersoft.openapi.ide.progress.IdeProgressIndicatorAccess
Provides access to the IdeProgressIndicator (used for creating progress indicators).
IdeProgressIndicatorFactory - interface com.togethersoft.openapi.ide.progress.IdeProgressIndicatorFactory
This factory is used to create new IdeProgressIndicator.
IdeProject - interface com.togethersoft.openapi.ide.project.IdeProject
Interface IdeProject defines a Together project.
IdeProjectAdapter - class com.togethersoft.openapi.ide.project.IdeProjectAdapter
The simple implementation of IdeProjectListener interface.
IdeProjectConstant - interface com.togethersoft.openapi.ide.project.IdeProjectConstant
Stores string constants that define various types of access to IdeProjectNodes.
IdeProjectEvent - interface com.togethersoft.openapi.ide.project.IdeProjectEvent
This event is fired when some actions about a project occurred.
IdeProjectListener - interface com.togethersoft.openapi.ide.project.IdeProjectListener
Interface IdeProjectListeber provides a project listener.
IdeProjectManager - interface com.togethersoft.openapi.ide.project.IdeProjectManager
Manages IdeProjects and assigns/removes project listeners.
IdeProjectManagerAccess - class com.togethersoft.openapi.ide.project.IdeProjectManagerAccess
Provides access to the current IdeProjectManager.
IdeProjectNode - interface com.togethersoft.openapi.ide.project.IdeProjectNode
Interface IdeProjecrNode represents a file or a directory in Together project.
IdeProjectNodeEnumeration - interface com.togethersoft.openapi.ide.project.enum.IdeProjectNodeEnumeration
Represents enumeration of nodes in Together's project.
IdeResourceIconType - interface com.togethersoft.openapi.ide.resource.IdeResourceIconType
Defines string constants used to identify the type of an icon in IdeResourceManager.
IdeResourceManager - interface com.togethersoft.openapi.ide.resource.IdeResourceManager
Provides a set of methods for obtaining information about types of files and RwiElements.
IdeResourceManagerAccess - class com.togethersoft.openapi.ide.resource.IdeResourceManagerAccess
Class IdeResourceManagerAccess provides access to the current IdeResourceManager.
IdeScript - interface com.togethersoft.openapi.ide.IdeScript
Interface IdeScript should be implemented by each Together module.
IdeSelectorDialogType - interface com.togethersoft.openapi.ide.window.IdeSelectorDialogType
 
IdeStartup - interface com.togethersoft.openapi.ide.IdeStartup
Interface IdeStartup should be implemented by each Together module that is supposed to run upon Together start-up.
IdeTool - interface com.togethersoft.openapi.ide.tools.IdeTool
Abstract class IdeTool describes a tool, provides the possibility to work with the tool's properties and to set the filter.
IdeToolConstants - interface com.togethersoft.openapi.ide.tools.IdeToolConstants
Interface IdeToolConstants contains the constants that define properties of a tool.
IdeToolContext - interface com.togethersoft.openapi.ide.tools.IdeToolContext
Interface IdeToolContext defines menu placement for a tool.
IdeToolFilter - interface com.togethersoft.openapi.ide.tools.IdeToolFilter
Interface IdeToolFilter describes a filter of error information.
IdeToolManager - interface com.togethersoft.openapi.ide.tools.IdeToolManager
Defines manager for this tool.
IdeToolManagerAccess - class com.togethersoft.openapi.ide.tools.IdeToolManagerAccess
Class IdeToolManager provides access to the current tool manager.
IdeUndoManager - interface com.togethersoft.openapi.ide.undo.IdeUndoManager
Class IdeUndoManager allows to track the changes in the model and to discard almost any change.
IdeUndoManagerAccess - class com.togethersoft.openapi.ide.undo.IdeUndoManagerAccess
Class IdeUndoManagerAccess provides access to the current IdeUndoManager object.
IdeWindowManager - interface com.togethersoft.openapi.ide.window.IdeWindowManager
Window manager is responsible for creating buttons and dialogs of various types.
IdeWindowManagerAccess - class com.togethersoft.openapi.ide.window.IdeWindowManagerAccess
Abstract class IdeWindowManagerAccess provides access to the current IdeWindowManager.
IDL - Static variable in interface com.togethersoft.openapi.rwi.RwiLanguage
IDL language
IDL - Static variable in interface com.togethersoft.openapi.sci.SciLanguage
IDL - Interface Definition Language (OMG IDL)
IDL_EXTENDS - Static variable in interface com.togethersoft.openapi.ide.window.IdeSelectorDialogType
 
IDL_IMPLEMENTS - Static variable in interface com.togethersoft.openapi.ide.window.IdeSelectorDialogType
 
IDL_THROWS - Static variable in interface com.togethersoft.openapi.ide.window.IdeSelectorDialogType
 
IF - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
 
IGNORE - Static variable in interface com.togethersoft.openapi.ide.window.IdeButtonType
Ignore button.
IMPLEMENTATION - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
An element is an implementation link.
IMPLEMENTS - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contains a string with the name of an interface implemented by this class.
IMPORT - Static variable in interface com.togethersoft.openapi.ide.project.IdeProjectConstant
The IdeProjectNode is an imported part of the project.
IMPORT - Static variable in interface com.togethersoft.openapi.sci.SciModelPart
Imported package.
IMPORTED - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
 
imports() - Method in interface com.togethersoft.openapi.sci.SciJavaImportList
Returns an enumeration of SciJavaImport instances belonging to this container.
INDIRECTION - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression of declaring or derefencing a pointer in C++, using a * operator, called the indirection (or dereferencing) operator.
INFORMATION - Static variable in interface com.togethersoft.openapi.ide.message.IdeMessageType
The information type.
INFORMATION - Static variable in interface com.togethersoft.openapi.ide.window.IdeDialogType
Information message.
INFORMATION_MODAL - Static variable in interface com.togethersoft.openapi.ide.message.IdeMessageType
The information type (a message will be displayed in a modal dialog).
inheritances() - Method in interface com.togethersoft.openapi.sci.SciClass
Returns an enumeration of inheritances for this class.
inheritances() - Method in interface com.togethersoft.openapi.sci.SciInheritanceList
Returns an enumeration of SciInheritance references to the classes/interfaces.
init(com.togethersoft.openapi.ide.inspector.IdeInspectorProperty) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingEditorSupport
Specifies IdeInspectorProperty to be edited.
init(com.togethersoft.openapi.ide.inspector.IdeInspectorProperty) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingEnumEditor
Specifies IdeInspectorProperty to be edited.
init(com.togethersoft.openapi.ide.inspector.IdeInspectorProperty) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingIntegerEditor
Specifies IdeInspectorProperty to be edited and creates UI components to display editor.
INITIAL_VALUE - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contains a string with the initial value of the attribute.
initialize() - Method in interface com.togethersoft.openapi.vcs.VcsProviderType
Performs initialization of version control system.
initializers(com.togethersoft.openapi.sci.SciClass) - Method in interface com.togethersoft.openapi.sci.SciJavaHelper
Returns an enumeration of class/instance initializers the specified class has.
INLINE - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
A boolean property which indicates whether an element is an inline function in C++ language.
INLINE - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element is an inline function (C++ only).
innerClasses() - Method in interface com.togethersoft.openapi.sci.SciClass
Returns an enumeration of inner classes for this class.
inquirePasteName(com.togethersoft.openapi.sci.SciClass,com.togethersoft.openapi.sci.SciMember) - Method in interface com.togethersoft.openapi.sci.SciLanguageHelper
Provides possibility to inquire about name of member being pasted to given class.
insertIconAt(javax.swing.Icon,int) - Method in class com.togethersoft.openapi.util.ui.IconSequence
Insert new icon before specified position.
insertIconAt(javax.swing.Icon,int) - Method in class com.togethersoft.openapi.util.ui.LayeredIcon
Insert new icon before specified position;
insertString(int,java.lang.String,javax.swing.text.AttributeSet) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.NumberDocument
Insert only numbered lines.
inspector - Class Diagram in com.togethersoft.openapi.ide.inspector
 
InspectorPatternUI - class com.togethersoft.openapi.sci.pattern.InspectorPatternUI
 
InspectorPatternUI(com.togethersoft.openapi.ide.inspector.IdeInspector) - Constructor for class com.togethersoft.openapi.sci.pattern.InspectorPatternUI
 
InspectorTable - class com.togethersoft.openapi.ide.inspector.util.table.InspectorTable
A slightly patched JTable used in Inspector.
InspectorTable() - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.InspectorTable
 
InspectorTable(int,int) - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.InspectorTable
 
InspectorTable(java.lang.Object[][],java.lang.Object[]) - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.InspectorTable
 
InspectorTable(java.util.Vector,java.util.Vector) - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.InspectorTable
 
InspectorTable(javax.swing.table.TableModel,javax.swing.table.TableColumnModel,javax.swing.ListSelectionModel) - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.InspectorTable
 
InspectorTable(javax.swing.table.TableModel,javax.swing.table.TableColumnModel) - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.InspectorTable
 
InspectorTable(javax.swing.table.TableModel) - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.InspectorTable
 
installChooserPanel(javax.swing.JColorChooser) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.color.SwatchChooserPanel
 
INSTANCE - Static variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueRenderer
Instance of this class without the white background.
INSTANTIATES - Static variable in interface com.togethersoft.openapi.ide.window.IdeSelectorDialogType
 
INTERFACE - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
A boolean property which indicates whether this element is an interface.
INTERFACE - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
 
INTERFACE - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element is an interface (Java only).
INTERFACE - Static variable in interface com.togethersoft.openapi.sci.pattern.SciDefaultPattern
 
INTERFACES - Static variable in interface com.togethersoft.openapi.ide.window.IdeSelectorDialogType
 
INTERNAL_TRANSITION - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
 
invalidateAllProviders() - Method in interface com.togethersoft.openapi.vcs.VcsProviderType
Makes all so far created providers invalid.
invalidateProvider(com.togethersoft.openapi.vcs.VcsProvider) - Method in interface com.togethersoft.openapi.vcs.VcsProviderType
Invalidates specified provider.
invalidateProvider(java.lang.String) - Method in interface com.togethersoft.openapi.vcs.VcsProviderRegistry
Called when a particular provider is no longer in valid state.
InvertibleFunction - interface com.togethersoft.openapi.util.function.InvertibleFunction
Presents unary operation "inverse".
invokePopup(java.awt.event.MouseEvent) - Method in class com.togethersoft.openapi.util.ui.PopupTriggerHandler
Open popup menu.
IProperties - interface com.togethersoft.openapi.util.properties.IProperties
Presents interface to a string property with ability to set new value.
IPropertiesRO - interface com.togethersoft.openapi.util.properties.IPropertiesRO
Presents read-only interface to string property.
isAdvanced() - Method in interface com.togethersoft.openapi.ide.config.IdeConfigEditor
Checks whether this IdeConfigEditor is in the advanced mode.
isApplicable(com.togethersoft.openapi.rwi.RwiPropertyMap) - Method in class com.togethersoft.openapi.rwi.extension.RwiPropertyProviderAdapter
See RwiPropertyProvider#isApplicable().
isApplicable(com.togethersoft.openapi.rwi.RwiPropertyMap) - Method in interface com.togethersoft.openapi.rwi.extension.RwiPropertyProvider
Checks does this property applicapable for specified element.
isArray() - Method in interface com.togethersoft.openapi.sci.SciNewExpression
Checks whether an array is being created.
isCancelRequested() - Method in interface com.togethersoft.openapi.ide.progress.IdeProgress
Returns true if the user does some UI action to cancel this operation.
isCellEditable(int,int) - Method in class com.togethersoft.openapi.ide.inspector.util.table.InspectorTable
 
isCellEditable(int,int) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel
Checks whether certain cell is editable.
isCellEditable(int,int) - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsTableModel
Checks whether it is posssible to edit certain cell.
isCellEditable(java.util.EventObject) - Method in class com.togethersoft.openapi.ide.inspector.util.table.AbstractCellEditor
Checks whether it is possible to editor this cell.
isCheckbox() - Method in interface com.togethersoft.openapi.ide.command.IdeCommandItem
Checks whether this command item represents a check box item.
isChecked() - Method in interface com.togethersoft.openapi.ide.command.IdeCommandItem
Checks whether this check box command item is in the "checked" state.
isCommandSupportedForProject(java.lang.String) - Method in interface com.togethersoft.openapi.vcs.VcsProviderType
Returns tru if command is supported by this provider.
isCommandSupportsAdvancedOptions(java.lang.String) - Method in interface com.togethersoft.openapi.vcs.VcsProviderType
Returns true if this provider supports advanced options for command.
isDeleted() - Method in interface com.togethersoft.openapi.rwi.RwiElement
 
isDeleted() - Method in interface com.togethersoft.openapi.sci.SciElement
Checks whether this SciElement represents existing model's data.
isDeleted(com.togethersoft.openapi.rwi.RwiPropertyMap) - Static method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorProperty
Checks whether RwiElement (RwiReference) is deleted from model.
isDirectory() - Method in interface com.togethersoft.openapi.ide.project.IdeProjectNode
Checks whether this IdeProjectNode is a directory.
isEnabled() - Method in interface com.togethersoft.openapi.ide.command.IdeCommandItemBase
Checks whether this command item is enabled.
isFileLoaded(java.lang.Class,java.lang.String) - Static method in class com.togethersoft.openapi.ide.config.IdeModuleConfigAccess
Checks whether the specified config file for the given module is loaded.
isFileLoaded(java.lang.String) - Method in class com.togethersoft.openapi.ide.config.IdeNullModuleConfig
Does nothing.
isFileLoaded(java.lang.String) - Method in interface com.togethersoft.openapi.ide.config.IdeModuleConfig
Check whether the specified file is loaded.
isFocusCycleRoot() - Method in class com.togethersoft.openapi.util.ui.DescriptionPanel
 
isFocusTraversable() - Method in class com.togethersoft.openapi.util.ui.DescriptionPanel
 
isGUIEnabled() - Method in interface com.togethersoft.openapi.ide.IdeManager
Checks if Together works in GUI or in a command line mode.
isImplementation() - Method in interface com.togethersoft.openapi.sci.SciInheritance
Returns true if this reference has occurred in the "implements" section, false if in the "extends" section
isIndeterminate() - Method in interface com.togethersoft.openapi.ide.command.IdeCommandItem
Checks whether this check box command item is in the "indeterminated" state.
isInheritor(com.togethersoft.openapi.sci.SciClass,com.togethersoft.openapi.sci.SciClass,boolean) - Static method in class com.togethersoft.openapi.sci.SciUtil
Checks whether the specified class(interface) is a descendant of another class or interface.
isInitialized() - Method in interface com.togethersoft.openapi.vcs.VcsProviderType
Returns true if this provider type is initialized.
isInvokedByShortcut() - Method in interface com.togethersoft.openapi.ide.command.IdeCommandEvent
Checks whether the command item relating to this event was invoked by using a shortcut.
isLastPage() - Method in class com.togethersoft.openapi.ide.window.IdeExpertPageSupport
Checks whether the current page is the last one.
isLastPage() - Method in interface com.togethersoft.openapi.ide.window.IdeExpertPage
Checks if the current page is the last one.
isMemberProvided(com.togethersoft.openapi.rwi.RwiMember) - Method in class com.togethersoft.openapi.rwi.extension.RwiMemberProviderAdapter
Always returns false.
isMemberProvided(com.togethersoft.openapi.rwi.RwiMember) - Method in interface com.togethersoft.openapi.rwi.extension.RwiMemberProvider
Checks whether this member provider is intended to work with the given member.
isModuleActive(java.lang.String) - Method in interface com.togethersoft.openapi.ide.IdeManager
Checks the state of the specified activatable module.
isModuleServiceAvailable(java.lang.String) - Method in interface com.togethersoft.openapi.ide.IdeManager
Returns true if the service with the specified name is declared by loaded module, false otherwise.
isNull(java.beans.PropertyChangeSupport) - Static method in class com.togethersoft.openapi.util.nullObject.NullPropertyChangeSupport
 
isNull(java.beans.VetoableChangeSupport) - Static method in class com.togethersoft.openapi.util.nullObject.NullVetoableChangeSupport
 
isOpen() - Method in interface com.togethersoft.openapi.ide.project.IdeProject
Checks whether this project is opened.
isPageVisible(java.lang.String) - Method in interface com.togethersoft.openapi.ide.config.IdeConfigEditor
Checks whether the specified page is visible or not.
isPaintable() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.color.SwingColorEditor
Checks whether this editor is paintable.
isPaneVisible() - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagramManager
Checks whether the Together's diagram pane is visible on the screen.
isPaneVisible() - Method in interface com.togethersoft.openapi.ide.editor.IdeEditorManager
Checks whether the Together's editor pane is visible on the screen.
isPaneVisible() - Method in interface com.togethersoft.openapi.ide.message.IdeMessageManager
Checks whether the Together's message pane is visible on the screen.
isPrimitiveType(com.togethersoft.openapi.sci.SciType) - Method in interface com.togethersoft.openapi.sci.SciLanguageHelper
Checks whethers the specified type is simple type.
isPrimitiveType(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciLanguageHelper
 
isProjectNameValid(java.lang.String) - Method in interface com.togethersoft.openapi.vcs.VcsProviderType
Returns true if project is valid in context of this provider, that is doesn't contain illegal characters and has correct structure.
isPropertyAdded() - Method in class com.togethersoft.openapi.util.propertyMap.PropertyMapEvent
Checks whether value has been added.
isPropertyReadable(com.togethersoft.openapi.rwi.RwiPropertyMap) - Method in class com.togethersoft.openapi.rwi.extension.BooleanPropertyAdapter
Alwasy return true.
isPropertyReadable(com.togethersoft.openapi.rwi.RwiPropertyMap) - Method in class com.togethersoft.openapi.rwi.extension.RwiPropertyProviderAdapter
Always return false.
isPropertyReadable(com.togethersoft.openapi.rwi.RwiPropertyMap) - Method in interface com.togethersoft.openapi.rwi.extension.RwiPropertyProvider
Specific method for this property.
isPropertyReadable(int) - Method in interface com.togethersoft.openapi.sci.SciElement
Checks whether the property is readable (used to check whether the property has a sense for this element).
isPropertyReadable(java.lang.Object) - Method in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap
Checks whether it is possible to read value(s) of specified property.
isPropertyReadable(java.lang.Object) - Method in class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap
Checks whether specified property can be read.
isPropertyReadable(java.lang.Object) - Method in interface com.togethersoft.openapi.util.propertyMap.PropertyMap
Checks whether the property is readable.
isPropertyReadable(java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiPropertyMap
Checks whether the specified property could be read.
isPropertyWritable(com.togethersoft.openapi.rwi.RwiPropertyMap) - Method in class com.togethersoft.openapi.rwi.extension.BooleanPropertyAdapter
Alwasy return false.
isPropertyWritable(com.togethersoft.openapi.rwi.RwiPropertyMap) - Method in class com.togethersoft.openapi.rwi.extension.RwiPropertyProviderAdapter
Always return false.
isPropertyWritable(com.togethersoft.openapi.rwi.RwiPropertyMap) - Method in interface com.togethersoft.openapi.rwi.extension.RwiPropertyProvider
Specific method for this property.
isPropertyWritable(int) - Method in interface com.togethersoft.openapi.sci.SciElement
Checks whether the property is writable for this element.
isPropertyWritable(java.lang.Object) - Method in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap
Checks whether it is possible to write value(s) to specified property.
isPropertyWritable(java.lang.Object) - Method in class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap
Checks whether it is possible to write to specified property.
isPropertyWritable(java.lang.Object) - Method in interface com.togethersoft.openapi.util.propertyMap.PropertyMap
Checks whether the property is writable.
isPropertyWritable(java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiPropertyMap
Checks whether the specified property could be changed.
isProviderRegistered(com.togethersoft.openapi.vcs.VcsProvider) - Method in class com.togethersoft.openapi.vcs.VcsProviderHelper
Returns true if particular instance of VcsProvider is registered.
isProviderValid(com.togethersoft.openapi.vcs.VcsProvider) - Method in interface com.togethersoft.openapi.vcs.VcsProviderType
Returns true if this provider instance is valid with the provider type.
isReadable() - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorProperty
Checks if it is possible to read the value of this property.
isReadable() - Method in class com.togethersoft.openapi.ide.inspector.IdeMultipleInspectorProperty
Checks whether the value of this multiple property is readable.
isReadable() - Method in class com.togethersoft.openapi.ide.inspector.util.property.MultipleDirectPropertyMapInspectorProperty
Checks whether it is possible to read value of this property.
isReadable() - Method in class com.togethersoft.openapi.ide.inspector.util.property.PropertyMapInspectorProperty
Checks whether it is possible to read value of this property.
isReadable() - Method in class com.togethersoft.openapi.ide.inspector.util.property.ReadOnlyProperty
Checks whether it is possible to read value of this property.
isReadable() - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorProperty
Checks whether it is possible to read value.
isReadable() - Method in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap.DefaultProperty
 
isReadable() - Method in class com.togethersoft.openapi.util.propertyMap.PropertyAdapter
Checks whether this property is readable.
isReadable() - Method in class com.togethersoft.openapi.util.propertyMap.PropertyProviderAdapter
Checks whether it is possible to read values of this property.
isReadable() - Method in class com.togethersoft.openapi.util.propertyMap.SinglePropertyProvider
 
isReadable() - Method in interface com.togethersoft.openapi.util.propertyMap.Property
Checks whether this property is readable.
isReadable() - Method in interface com.togethersoft.openapi.util.propertyMap.PropertyProvider
Checks whether this property is readable.
isReadOnly() - Method in interface com.togethersoft.openapi.sci.SciObject
Returns true if this object is read-only, false otherwise.
isSeparatorAfter() - Method in interface com.togethersoft.openapi.ide.command.IdeCommandItemBase
Checks whether there is a separation line after this command item.
isSeparatorBefore() - Method in interface com.togethersoft.openapi.ide.command.IdeCommandItemBase
Checks whether there is a separation line before this command item.
isSessionStarted() - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Returns true if both internal root project and working directories are not null.
isSessionStarted() - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Returns true if there is currently a session opened, false otherwise
isStarted() - Method in interface com.togethersoft.openapi.ide.progress.IdeProgress
Checks whether this indicator is started.
isTraceEnabled() - Static method in class com.togethersoft.openapi.ide.IdeLocalDiagnostic
 
isValid() - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Always returns false.
isValid() - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Returns true if this VcsProvider instance is valid and can accept calls to any methods.
isValidIdentifier(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciLanguageHelper
Checks whethers the specified name is a valid indentifier for the languge of this SciLanguageHelper
isValueEditable() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditor
Checks whether it is possible to edit values in this ComboBox.
isVisible() - Method in interface com.togethersoft.openapi.ide.command.IdeCommandItemBase
Checks whether this command item is visible.
isWritable() - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorProperty
Checks if it is possible to write the value for this property.
isWritable() - Method in class com.togethersoft.openapi.ide.inspector.IdeMultipleInspectorProperty
Checks whether the value of this multiple property is writeable.
isWritable() - Method in class com.togethersoft.openapi.ide.inspector.util.property.MultipleDirectPropertyMapInspectorProperty
Checks whether it is possible to write value to this property.
isWritable() - Method in class com.togethersoft.openapi.ide.inspector.util.property.PropertyMapInspectorProperty
Checks whether it is possible to write value to this property.
isWritable() - Method in class com.togethersoft.openapi.ide.inspector.util.property.ReadOnlyProperty
Checks whether it is possible to write value to this property.
isWritable() - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorProperty
Checks whether it is possible to store value.
isWritable() - Method in interface com.togethersoft.openapi.rwi.RwiProperty
Returns true if this property is writable, false otherwise.
isWritable() - Method in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap.DefaultProperty
 
isWritable() - Method in class com.togethersoft.openapi.util.propertyMap.PropertyAdapter
Checks whether this property is writable.
isWritable() - Method in class com.togethersoft.openapi.util.propertyMap.PropertyProviderAdapter
Checks whether it is possible to write values to this property.
isWritable() - Method in class com.togethersoft.openapi.util.propertyMap.SinglePropertyProvider
 
isWritable() - Method in interface com.togethersoft.openapi.util.propertyMap.Property
Checks whether this property is writable.
isWritable() - Method in interface com.togethersoft.openapi.util.propertyMap.PropertyProvider
Checks whether this property is writeable.

J

JAVA - Static variable in interface com.togethersoft.openapi.rwi.RwiLanguage
Java language
JAVA - Static variable in interface com.togethersoft.openapi.sci.SciLanguage
Java language
JAVA_EXTENDS - Static variable in interface com.togethersoft.openapi.ide.window.IdeSelectorDialogType
 
JAVA_IMPLEMENTS - Static variable in interface com.togethersoft.openapi.ide.window.IdeSelectorDialogType
 
JAVA_THROWS - Static variable in interface com.togethersoft.openapi.ide.window.IdeSelectorDialogType
 
JAVADOC - Static variable in interface com.togethersoft.openapi.ide.inspector.util.ComponentWeight
 

K

Key - class com.togethersoft.openapi.util.Key
Represents String name as key.
Key(java.lang.String) - Constructor for class com.togethersoft.openapi.util.Key
 
KeyStrokeEnumeration - interface com.togethersoft.openapi.util.enum.KeyStrokeEnumeration
Enumeration of KeyCombinations.
KeyStrokeEnumerationAdapter - class com.togethersoft.openapi.util.enum.KeyStrokeEnumerationAdapter
Contents minimal implementation to work with enumeration of KeyStrokes.
KeyStrokeEnumerationAdapter(java.util.Enumeration) - Constructor for class com.togethersoft.openapi.util.enum.KeyStrokeEnumerationAdapter
 
KeyStrokeFormat - class com.togethersoft.openapi.util.ui.KeyStrokeFormat
This class is suited to format and parse Strings which represent KeyStrokes - a key being typed on the keyboard.

L

LABEL - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
 
LANGUAGE - Static variable in interface com.togethersoft.openapi.ide.tools.IdeToolConstants
Defines the target language.
LANGUAGE - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contains a string with the name of the language associated with this element.
languages() - Method in interface com.togethersoft.openapi.sci.SciModel
Returns an enumeration of string with the names of languages being used in this model.
LARGE - Static variable in interface com.togethersoft.openapi.ide.resource.IdeResourceIconType
 
launchTool(com.togethersoft.openapi.ide.IdeContext,com.togethersoft.openapi.ide.tools.IdeTool,boolean) - Method in interface com.togethersoft.openapi.ide.tools.IdeToolManager
Executes in specified IdeContext command described by IdeTool , whether blocking on execution ( synchronous = true ) or not .
LayeredIcon - class com.togethersoft.openapi.util.ui.LayeredIcon
Presents group of not aligned buttons.
LayeredIcon() - Constructor for class com.togethersoft.openapi.util.ui.LayeredIcon
Constructs new group without of icons.
LayeredIcon(javax.swing.Icon[]) - Constructor for class com.togethersoft.openapi.util.ui.LayeredIcon
Constructs new group from spcified array of Icons.
layoutContainer(java.awt.Container) - Method in class com.togethersoft.openapi.util.ui.StackLayout
Lays out the specified container.
LEFT_ALIGNED - Static variable in class com.togethersoft.openapi.ide.inspector.util.editors.SwingBooleanEditor
 
LEFT_ALIGNED - Static variable in class com.togethersoft.openapi.ide.inspector.util.table.BooleanRenderer
 
levelNames() - Method in interface com.togethersoft.openapi.ide.config.IdeConfigManager
Returns an enumeration of the strings with the names of all configuration levels.
LightEnumeration - interface com.togethersoft.openapi.util.enum.LightEnumeration
Presents light version of enumeration.
LightEnumerationAdapter - class com.togethersoft.openapi.util.enum.LightEnumerationAdapter
Adapts light enumeration to stadard enumeration.
LightEnumerationAdapter(com.togethersoft.openapi.util.enum.LightEnumeration) - Constructor for class com.togethersoft.openapi.util.enum.LightEnumerationAdapter
Creates new enumeration from existing.
LINK - Static variable in interface com.togethersoft.openapi.sci.pattern.SciPatternCategory
 
LINK_DESTINATION_CLASS - Static variable in interface com.togethersoft.openapi.sci.pattern.SciPatternProperty
A value of this property is SciClass being a destination class for a link this pattern works with.
LINK_MEMBER - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
For an association link, contains a string with the unique name of the attribute representing this link.
LINK_PREFIX - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
A boolean property which indicates whether an attribute's name starts with "lnk".
LINK_SOURCE_CLASS - Static variable in interface com.togethersoft.openapi.sci.pattern.SciPatternProperty
A value of this property is SciClass being a source class for a link this pattern works with.
listenerList - Variable in class com.togethersoft.openapi.ide.inspector.util.table.AbstractCellEditor
 
listFromSystemNeutral(java.lang.String) - Static method in class com.togethersoft.openapi.util.file.FileName
In file list converts all directory and path delimeters (":" for UNIX, ";" for Windows ) from OS-neutral to OS-depended.
listToSystemNeutral(java.lang.String) - Static method in class com.togethersoft.openapi.util.file.FileName
In file list converts all directory and path delimeters (":" for UNIX, ";" for Windows ) from OS-depended to OS-neutral.
loadConfigFile(java.lang.Class,java.lang.String) - Static method in class com.togethersoft.openapi.ide.config.IdeModuleConfigAccess
Loads config for the specified module.
loadedFiles() - Method in class com.togethersoft.openapi.ide.config.IdeNullModuleConfig
Does nothing.
loadedFiles() - Method in interface com.togethersoft.openapi.ide.config.IdeModuleConfig
Lists all loaded files.
loadedFiles(java.lang.Class) - Static method in class com.togethersoft.openapi.ide.config.IdeModuleConfigAccess
Lists all loaded files of the specified module.
loadFile(java.lang.String) - Method in class com.togethersoft.openapi.ide.config.IdeNullModuleConfig
Does nothing.
loadFile(java.lang.String) - Method in interface com.togethersoft.openapi.ide.config.IdeModuleConfig
Instructs config subsystem to load specified config file.
loadTool(java.lang.String) - Method in interface com.togethersoft.openapi.ide.tools.IdeToolManager
Load tool from config stored under propertyPrefix in config : example tool.config loadTool("tool.a") will load external editor tool.
loadValue() - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorBooleanProperty
Loads property value of selected RwiElements (RwiReferences) from RwiModel and stores it.
loadValue() - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorColorProperty
Loads property value of selected RwiElements (RwiReferences) from RwiModel and stores it.
loadValue() - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorIntegerProperty
Loads property value of selected RwiElements (RwiReferences) from RwiModel and stores it.
loadValue() - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorInversedBooleanProperty
Loads property value of selected RwiElements (RwiReferences) from RwiModel and stores it.
loadValue() - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorMultipleStringProperty
Loads property value of selected RwiElements (RwiReferences) from RwiModel and stores it.
loadValue() - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorProperty
Loads property value of selected RwiElements (RwiReferences) from RwiModel and stores it.
loadValue() - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorStringProperty
Loads property value of selected RwiElements (RwiReferences) from RwiModel and stores it.
locatedTrace(java.lang.String) - Static method in class com.togethersoft.openapi.ide.IdeLocalDiagnostic
 
locateNameChar(java.lang.String,int) - Method in interface com.togethersoft.openapi.util.properties.PropertyLocator
Return position of property name within file.
locateValueChar(java.lang.String,int) - Method in interface com.togethersoft.openapi.util.properties.PropertyLocator
Return position of property value within file.
LOCATION - Static variable in class com.togethersoft.openapi.ide.command.IdeCommandConstraints
The value is "location".
LOGICAL_AND - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with logical operator && in Java and C++, or and, in Delphi.
LOGICAL_NOT - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with logical NOT operator ! in Java and C++, or not operator in Delphi.
LOGICAL_OR - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with logical operator || in Java and C++, or or, in Delphi.
LOGICAL_XOR - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with logical operator ^ in Java and C++, or xor in Delphi.
LT_GT - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
It's such expression : '<...>'

M

MAIN_MENU - Static variable in interface com.togethersoft.openapi.ide.tools.IdeToolContext
Setting context to ELEMENT will make tool appear in context menu of main menu.
MAIN_MENU_LOCATION - Static variable in class com.togethersoft.openapi.ide.command.IdeCommandConstraints
The value is "mainMenu".
MAIN_TOOLBAR_LOCATION - Static variable in class com.togethersoft.openapi.ide.command.IdeCommandConstraints
The value is "mainToolbar".
makeDelegatedImplementation(com.togethersoft.openapi.sci.SciOperation,java.lang.String,boolean) - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
makePointerType(com.togethersoft.openapi.sci.SciType) - Method in interface com.togethersoft.openapi.sci.SciLanguageHelper
Creates new SciType which represents pointer to specified type (if supported by language).
makeReferenceType(com.togethersoft.openapi.sci.SciType) - Method in interface com.togethersoft.openapi.sci.SciLanguageHelper
Creates new SciType which represents reference to specified type (if supported by language).
makeStubImplementation(com.togethersoft.openapi.sci.SciClass,com.togethersoft.openapi.sci.SciClass,boolean,boolean) - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
makeStubImplementation(com.togethersoft.openapi.sci.SciOperation) - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
makeStubInterface(com.togethersoft.openapi.sci.SciClass,com.togethersoft.openapi.sci.SciClass,boolean) - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
markElementAsChanged(com.togethersoft.openapi.rwi.RwiElement) - Method in interface com.togethersoft.openapi.rwi.RwiModel
Mark specified element as changed in order to it will repainted during next diagram update.
markState() - Method in interface com.togethersoft.openapi.ide.undo.IdeUndoManager
Returns an Object that stores the current state of the model.
MEDIUM - Static variable in interface com.togethersoft.openapi.ide.resource.IdeResourceIconType
 
MEDIUM_DIMENSION - Static variable in class com.togethersoft.openapi.ide.inspector.util.editors.SwingEditorSupport
 
MEMBER - Static variable in interface com.togethersoft.openapi.ide.inspector.util.ComponentWeight
 
MEMBER - Static variable in interface com.togethersoft.openapi.sci.pattern.SciPatternCategory
 
MEMBER_LINK - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
For RwiMember representing an attribute, contains a string with the unique name of an association RwiLink represented by this attribute.
MEMBER_SIGNATURE - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contians a string with the signature of an operation or an attribute.
memberReferences() - Method in interface com.togethersoft.openapi.rwi.RwiNodeReference
Returns an enumeration of references to the members of this reference's node.
members() - Method in interface com.togethersoft.openapi.rwi.RwiNode
Returns an enumeration of all the members this node has.
members() - Method in interface com.togethersoft.openapi.sci.SciClass
Returns an enumeration of all members this class has.
members(com.togethersoft.openapi.rwi.RwiNode) - Method in class com.togethersoft.openapi.rwi.extension.RwiMemberProviderAdapter
Returns empty enumeration of RwiMemebers.
members(com.togethersoft.openapi.rwi.RwiNode) - Method in interface com.togethersoft.openapi.rwi.extension.RwiMemberProvider
Returns enumeration of this kind members for specified RwiNode.
message - Class Diagram in com.togethersoft.openapi.ide.message
 
MESSAGE_OPERATION - Static variable in interface com.togethersoft.openapi.ide.window.IdeSelectorDialogType
 
MINIMIZED - Static variable in interface com.togethersoft.openapi.ide.tools.IdeToolConstants
Defines whether the tool should be minimazed after run.
minimumLayoutSize(java.awt.Container) - Method in class com.togethersoft.openapi.util.ui.StackLayout
Calculate the minimum size dimensions for the specififed container.
MINUS - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with substraction operator - .
MODAL - Static variable in interface com.togethersoft.openapi.ide.message.IdeMessageType
Request to show message box instead of text in the message pane.
MODE_ALL_MESSAGES - Static variable in interface com.togethersoft.openapi.ide.tools.IdeToolFilter
 
MODE_ONLY_ERRORS - Static variable in interface com.togethersoft.openapi.ide.tools.IdeToolFilter
 
MODEL - Static variable in interface com.togethersoft.openapi.sci.SciModelPart
Model package - contains the model's data.
MODEL_PART - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
 
moduleConfigs() - Method in interface com.togethersoft.openapi.ide.config.IdeConfigManager
Returns enumeration of all existing module configs.
mouseClicked(java.awt.event.MouseEvent) - Method in class com.togethersoft.openapi.util.ui.PopupTriggerHandler
Invoke open popup menu if this mouse event is the popup-menu trigger event for the platform.
mousePressed(java.awt.event.MouseEvent) - Method in class com.togethersoft.openapi.util.ui.PopupTriggerHandler
Invoke open popup menu if this mouse event is the popup-menu trigger event for the platform.
mouseReleased(java.awt.event.MouseEvent) - Method in class com.togethersoft.openapi.util.ui.PopupTriggerHandler
Invoke open popup menu if this mouse event is the popup-menu trigger event for the platform.
MULTI_VALUE_PROPERTY_NAME - Static variable in class com.togethersoft.openapi.ide.inspector.util.editors.PropertyMapMultiValueTableEditor
 
MULTI_VALUE_TAG - Static variable in class com.togethersoft.openapi.ide.inspector.IdeInspectorProperty
 
MULTIPLE_CLASSES - Static variable in interface com.togethersoft.openapi.ide.window.IdeSelectorDialogType
 
MULTIPLE_CLASSES_AND_INTERFACES - Static variable in interface com.togethersoft.openapi.ide.window.IdeSelectorDialogType
 
MULTIPLE_INTERFACES - Static variable in interface com.togethersoft.openapi.ide.window.IdeSelectorDialogType
 
MultipleDirectPropertyMapInspectorProperty - class com.togethersoft.openapi.ide.inspector.util.property.MultipleDirectPropertyMapInspectorProperty
As in MultiplePropertyMapProperty the value is PropertyMap containing multiple Properties with the same key.
MultipleDirectPropertyMapInspectorProperty(com.togethersoft.openapi.util.propertyMap.PropertyMap,java.lang.Object,java.lang.Class,java.lang.Class) - Constructor for class com.togethersoft.openapi.ide.inspector.util.property.MultipleDirectPropertyMapInspectorProperty
Constructs MultipleDirectPropertyMapInspectorProperty.
MultipleDirectPropertyMapInspectorProperty(com.togethersoft.openapi.util.propertyMap.PropertyMap,java.lang.Object) - Constructor for class com.togethersoft.openapi.ide.inspector.util.property.MultipleDirectPropertyMapInspectorProperty
Constructs MultipleDirectPropertyMapInspectorProperty.
MultiplePropertyMapInspectorProperty - class com.togethersoft.openapi.ide.inspector.util.property.MultiplePropertyMapInspectorProperty
Represents InspectorProperty which keeps PropertyMap containing multiple Properties with the same key.
MultiplePropertyMapInspectorProperty(com.togethersoft.openapi.util.propertyMap.PropertyMap,java.lang.Object,java.lang.Class,java.lang.Class) - Constructor for class com.togethersoft.openapi.ide.inspector.util.property.MultiplePropertyMapInspectorProperty
Constructs MultiplePropertyMapInspectorProperty.
MultiplePropertyMapInspectorProperty(com.togethersoft.openapi.util.propertyMap.PropertyMap,java.lang.Object) - Constructor for class com.togethersoft.openapi.ide.inspector.util.property.MultiplePropertyMapInspectorProperty
Constructs MultiplePropertyMapInspectorProperty.
MULTIPLY - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with multiplication operator * .
MultiValueEditor - class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueEditor
Represents ExtendedEditor for the multi value property.
MultiValueEditor() - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueEditor
Creates editor without a title.
MultiValueEditor(java.lang.String) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueEditor
Creates editor with a title.
MultiValueElementChooserUI - class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueElementChooserUI
Represents an elements chooser - dialog box with two panels : Left panel contains three trees: tree of diagrams starting from the current; this tree can be shown or not (see below) tree of the whole project starting from the root package tree of the packages in the search/classpath Right panel contains selected elements from the left panel.
MultiValueElementChooserUI(com.togethersoft.openapi.rwi.RwiElement,com.togethersoft.openapi.util.function.UnaryCondition,com.togethersoft.openapi.util.function.UnaryCondition,boolean,com.togethersoft.openapi.util.function.UnaryCondition,com.togethersoft.openapi.util.function.UnaryOperation) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueElementChooserUI
Initializes this element chooser.
MultiValueElementChooserUI(com.togethersoft.openapi.rwi.RwiElement,int) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueElementChooserUI
Initializes this element chooser.
MultiValueTableUI - class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI
Represents MultiValue editor as a table.
MultiValueTableUI() - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI
Creates this editor UI component with four buttons: Add, Remove, Ok, Cancel.
MultiValueUI - class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueUI
Represents UI component which visualize MultiValue editor.
myActionListener - Variable in class com.togethersoft.openapi.util.ui.ExtendedControl
 
myChosenRwiElementsVector - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueElementChooserUI
 
myComponents - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspector
 
myConditions - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspector
 
myConditions - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent
 
myContext - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspector
 
myContext - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspectorCompoundComponent
 
myContext - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent
 
myContext - Variable in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsComponent
 
myEnforceReadOnly - Variable in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorProperty
 
myInitalPath - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedFileNameEditor
 
myInternalInspector - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspectorCompoundComponent
 
myKey - Variable in class com.togethersoft.openapi.ide.inspector.util.property.PropertyMapInspectorProperty
 
myMaxWeight - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspector
 
myMaxWeight - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent
 
myProperties - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent
 
myPropertyMap - Variable in class com.togethersoft.openapi.ide.inspector.util.property.PropertyMapInspectorProperty
 
myPropertyName - Variable in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorProperty
 
myReadable - Variable in class com.togethersoft.openapi.ide.inspector.util.property.PropertyMapInspectorProperty
 
myReadableFlag - Variable in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorProperty
 
myRwiElementsComponent - Variable in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsTableModel
 
myRwiElementsComponent - Variable in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementTableAdderButton
 
myRwiElementsComponent - Variable in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementTableRemoverButton
 
myRwiPropertyMaps - Variable in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorProperty
 
mySelectNextAfterRemoval - Variable in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementTableRemoverButton
 
myTable - Variable in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementTableAdderButton
 
myTable - Variable in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementTableRemoverButton
 
myValue - Variable in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorProperty
 
myValuesVector - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueEditor
 
myVisibleComponents - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspector
 
myVisibleProperties - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent
 
myWeights - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspector
 
myWeights - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent
 
myWritable - Variable in class com.togethersoft.openapi.ide.inspector.util.property.PropertyMapInspectorProperty
 
myWritableFlag - Variable in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorProperty
 

N

N_A - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
Expression has this kind if it doesn't fit into other kinds of expressions defined in this interface (cannot be recognized properly in the source code).
N_A - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
 
NAME - Static variable in class com.togethersoft.openapi.ide.inspector.util.DescriptionComponent
This property presents tab title for this inspector component.
NAME - Static variable in class com.togethersoft.openapi.ide.inspector.util.DocComponent
This property presents tab title for this inspector component.
NAME - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contains a string with the name of an element.
NAMESPACE - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
 
NATIVE - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
A boolean property which indicates whether an element is a native element.
NATIVE - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element is has the native modifier (Java only).
navigateByURL(java.lang.String) - Method in interface com.togethersoft.openapi.ide.IdeManager
Opens specified internal URL if its associated handler is visible on the screen.
NAVIGATION - Static variable in interface com.togethersoft.openapi.ide.editor.IdeEditorSelectionType
Navigation selection - this selection made by navigation to class delcaration & members from diagram.
NEW_ARRAY - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression of creating a new array using new operator.
NEW_EXP - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
New expression .
NEW_INSTANCE - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression of creating a new object instance using new operator.
NEW_TYPE_ID - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
It's an operand of expression: '::opt new new-placementopt new-type-id new-initializeropt'.
newAttribute() - Method in interface com.togethersoft.openapi.sci.SciFactory
Creates a new SciAttribute with a set of default properties (private, int).
newClass() - Method in interface com.togethersoft.openapi.sci.SciFactory
Creates a new SciClass with a set of default properties.
newClass(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciGenericFactory
 
newClass(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciGenericFactory
Creates a new SciClass basing on the specified string.
newClasses(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciGenericFactory
 
newClasses(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciGenericFactory
Creates a set of SciClasses basing on the specified string.
newCodeBlock() - Method in interface com.togethersoft.openapi.sci.SciFactory
Creates a new empty SciCodeBlock.
newCodeBlock(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciGenericFactory
 
newCodeBlock(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciGenericFactory
Creates a new SciCodeBlock basing on the specified string.
newExpression(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciGenericFactory
 
newExpression(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciGenericFactory
Creates a new SciExpression basing on the specified string.
newFile() - Method in interface com.togethersoft.openapi.sci.SciFactory
Creates a new empty SciFile with a set of default properties.
newFile(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciGenericFactory
 
newFile(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciGenericFactory
Creates a new SciFile with the specified contents.
newInheritance() - Method in interface com.togethersoft.openapi.sci.SciFactory
Creates a new SciInheritance.
newJavaImport() - Method in interface com.togethersoft.openapi.sci.SciFactory
Creates a new SciJavaImport.
newMember(java.lang.String,com.togethersoft.openapi.sci.SciClass,java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciGenericFactory
 
newMember(java.lang.String,com.togethersoft.openapi.sci.SciClass) - Method in interface com.togethersoft.openapi.sci.SciGenericFactory
Creates a new SciMember basing on the specified string.
newMemberDefinition(com.togethersoft.openapi.sci.SciMember) - Method in interface com.togethersoft.openapi.sci.SciFactory
Creates a new SciMemberDefinition for a given SciMember.
newMemberDefinition(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciGenericFactory
 
newMemberDefinition(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciGenericFactory
Creates a new SciMemberDefinition basing on the specified string.
newMembers(java.lang.String,com.togethersoft.openapi.sci.SciClass,java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciGenericFactory
 
newMembers(java.lang.String,com.togethersoft.openapi.sci.SciClass) - Method in interface com.togethersoft.openapi.sci.SciGenericFactory
Creates a set of SciMembers basing on the specified string.
newOperation() - Method in interface com.togethersoft.openapi.sci.SciFactory
Creates a new SciOperation with a set of default properties (public, void, no parameters).
newPackage() - Method in interface com.togethersoft.openapi.sci.SciFactory
Creates a new SciPackage.
newParameter() - Method in interface com.togethersoft.openapi.sci.SciFactory
Creates a new SciParameter with a set of default properties.
newParameter(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciGenericFactory
 
newParameter(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciGenericFactory
Creates a new SciParameter with the specified content.
newStatement(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciGenericFactory
 
newStatement(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciGenericFactory
Creates a new SciStatement basing on the specified string.
newTag() - Method in interface com.togethersoft.openapi.sci.SciFactory
Creates a new SciTag.
newThrowSpecifier() - Method in interface com.togethersoft.openapi.sci.SciFactory
Creates a new SciThrowSpecifier.
newVcsProvider() - Method in interface com.togethersoft.openapi.vcs.VcsProviderType
Creates new instance of VcsProvider.
NEXT - Static variable in interface com.togethersoft.openapi.ide.window.IdeButtonType
Next button.
nextAbstractButton() - Method in class com.togethersoft.openapi.util.enum.AbstractButtonEnumerationAdapter
Returns next element from enumeration as an AbstractButton.
nextAbstractButton() - Method in interface com.togethersoft.openapi.util.enum.AbstractButtonEnumeration
Returns next AbstructButton from the enumeration.
nextElement() - Method in class com.togethersoft.openapi.rwi.extension.RwiPropertyEnumerationAdapter
Return next RwiProperty as an Object.
nextElement() - Method in class com.togethersoft.openapi.util.enum.AbstractButtonEnumerationAdapter
Returns next element from enumeration as an Object.
nextElement() - Method in class com.togethersoft.openapi.util.enum.ArrayEnumeration
Returns next elements from enumeration.
nextElement() - Method in class com.togethersoft.openapi.util.enum.DoubleEnumeration
Returns next element from this enumeration.
nextElement() - Method in class com.togethersoft.openapi.util.enum.EmptyEnumeration
 
nextElement() - Method in class com.togethersoft.openapi.util.enum.EnumerationCopy
Returns next element from this enumeration.
nextElement() - Method in class com.togethersoft.openapi.util.enum.FilterEnumeration
Returns next Object proceeded by unary operation.
nextElement() - Method in class com.togethersoft.openapi.util.enum.KeyStrokeEnumerationAdapter
Returns next element from enumeration as a Object.
nextElement() - Method in class com.togethersoft.openapi.util.enum.LightEnumerationAdapter
Return next element from enumeration as an Object.
nextElement() - Method in class com.togethersoft.openapi.util.enum.OrderedDiffEnumeration
Returns next differed element from this enumeratio.
nextElement() - Method in class com.togethersoft.openapi.util.enum.OrderedMergerEnumeration
Returns next element from this merged enumeration.
nextElement() - Method in class com.togethersoft.openapi.util.enum.PointEnumerationAdapter
Returns next element from enumeration as a Object.
nextElement() - Method in class com.togethersoft.openapi.util.enum.SequenceEnumeration
Returns next element from combination of enumerations.
nextElement() - Method in class com.togethersoft.openapi.util.enum.SingleEnumeration
Returns the only element from enumaration.
nextElement() - Method in class com.togethersoft.openapi.util.enum.StringEnumerationAdapter
Returns next element from enumeration as a Object.
nextElement() - Method in interface com.togethersoft.openapi.util.enum.LightEnumeration
Returns next element from enumeration.
nextIdeDiagram() - Method in interface com.togethersoft.openapi.ide.diagram.enum.IdeDiagramEnumeration
Return next IdeDiagram from this enumeration.
nextIdeDiagramElement() - Method in interface com.togethersoft.openapi.ide.diagram.enum.IdeDiagramElementEnumeration
Return next IdeDiagramElement from this enumeration.
nextIdeEditor() - Method in interface com.togethersoft.openapi.ide.editor.enum.IdeEditorEnumeration
Return next IdeEditor from enumeration.
nextIdeProjectNode() - Method in interface com.togethersoft.openapi.ide.project.enum.IdeProjectNodeEnumeration
Return next node from this enumeration.
nextKeyStroke() - Method in class com.togethersoft.openapi.util.enum.KeyStrokeEnumerationAdapter
Returns next element from enumeration as a KeyStroke.
nextKeyStroke() - Method in interface com.togethersoft.openapi.util.enum.KeyStrokeEnumeration
 
nextPoint() - Method in class com.togethersoft.openapi.util.enum.PointEnumerationAdapter
Returns next element from enumeration as a AWT Point.
nextPoint() - Method in interface com.togethersoft.openapi.util.enum.PointEnumeration
Returns next Point from this enumeration.
nextRequested(com.togethersoft.openapi.ide.window.IdeExpertEvent) - Method in class com.togethersoft.openapi.ide.window.IdeExpertAdapter
See IdeExpertListener.nextRequested.
nextRequested(com.togethersoft.openapi.ide.window.IdeExpertEvent) - Method in interface com.togethersoft.openapi.ide.window.IdeExpertListener
 
nextRwiContainer() - Method in interface com.togethersoft.openapi.rwi.enum.RwiContainerEnumeration
 
nextRwiDiagram() - Method in interface com.togethersoft.openapi.rwi.enum.RwiDiagramEnumeration
 
nextRwiDiagramReference() - Method in interface com.togethersoft.openapi.rwi.enum.RwiDiagramReferenceEnumeration
 
nextRwiElement() - Method in interface com.togethersoft.openapi.rwi.enum.RwiElementEnumeration
 
nextRwiLink() - Method in interface com.togethersoft.openapi.rwi.enum.RwiLinkEnumeration
 
nextRwiLinkReference() - Method in interface com.togethersoft.openapi.rwi.enum.RwiLinkReferenceEnumeration
 
nextRwiMember() - Method in interface com.togethersoft.openapi.rwi.enum.RwiMemberEnumeration
 
nextRwiMemberReference() - Method in interface com.togethersoft.openapi.rwi.enum.RwiMemberReferenceEnumeration
 
nextRwiNode() - Method in interface com.togethersoft.openapi.rwi.enum.RwiNodeEnumeration
 
nextRwiNodeReference() - Method in interface com.togethersoft.openapi.rwi.enum.RwiNodeReferenceEnumeration
 
nextRwiPackage() - Method in interface com.togethersoft.openapi.rwi.enum.RwiPackageEnumeration
 
nextRwiProperty() - Method in interface com.togethersoft.openapi.rwi.enum.RwiPropertyEnumeration
 
nextRwiProperty() - Method in class com.togethersoft.openapi.rwi.extension.RwiPropertyEnumerationAdapter
Return next RwiProperty as an RwiProperty.
nextRwiReference() - Method in interface com.togethersoft.openapi.rwi.enum.RwiReferenceEnumeration
 
nextSciAttribute() - Method in interface com.togethersoft.openapi.sci.enum.SciAttributeEnumeration
 
nextSciClass() - Method in interface com.togethersoft.openapi.sci.enum.SciClassEnumeration
 
nextSciElement() - Method in interface com.togethersoft.openapi.sci.enum.SciElementEnumeration
 
nextSciExpression() - Method in interface com.togethersoft.openapi.sci.enum.SciExpressionEnumeration
 
nextSciFile() - Method in interface com.togethersoft.openapi.sci.enum.SciFileEnumeration
 
nextSciFunction() - Method in interface com.togethersoft.openapi.sci.enum.SciFunctionEnumeration
 
nextSciInheritance() - Method in interface com.togethersoft.openapi.sci.enum.SciInheritanceEnumeration
 
nextSciInitializer() - Method in interface com.togethersoft.openapi.sci.enum.SciInitializerEnumeration
 
nextSciJavaImport() - Method in interface com.togethersoft.openapi.sci.enum.SciJavaImportEnumeration
 
nextSciMember() - Method in interface com.togethersoft.openapi.sci.enum.SciMemberEnumeration
 
nextSciObject() - Method in interface com.togethersoft.openapi.sci.enum.SciObjectEnumeration
 
nextSciOperation() - Method in interface com.togethersoft.openapi.sci.enum.SciOperationEnumeration
 
nextSciPackage() - Method in interface com.togethersoft.openapi.sci.enum.SciPackageEnumeration
 
nextSciParameter() - Method in interface com.togethersoft.openapi.sci.enum.SciParameterEnumeration
 
nextSciReference() - Method in interface com.togethersoft.openapi.sci.enum.SciReferenceEnumeration
 
nextSciStatement() - Method in interface com.togethersoft.openapi.sci.enum.SciStatementEnumeration
 
nextSciTag() - Method in interface com.togethersoft.openapi.sci.enum.SciTagEnumeration
 
nextSciThrowSpecifier() - Method in interface com.togethersoft.openapi.sci.enum.SciThrowSpecifierEnumeration
 
nextSciVariable() - Method in interface com.togethersoft.openapi.sci.enum.SciVariableEnumeration
 
nextString() - Method in class com.togethersoft.openapi.util.enum.StringEnumerationAdapter
Returns next element from enumeration as a String.
nextString() - Method in interface com.togethersoft.openapi.util.enum.StringEnumeration
Returns next String from this enumeration.
NO - Static variable in interface com.togethersoft.openapi.ide.window.IdeButtonType
No button.
NO_WAIT - Static variable in interface com.togethersoft.openapi.ide.config.IdeConfigEditorMode
Updates values of config properties immediately as they change.
NODE - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
 
nodeReferences() - Method in interface com.togethersoft.openapi.rwi.RwiDiagram
Returns an enumeration of references to nodes this diagram has.
nodes() - Method in interface com.togethersoft.openapi.rwi.RwiPackage
Returns an enumeration of nodes within this package.
NONE - Static variable in class com.togethersoft.openapi.util.ui.ToggleButtonPanel
Parameter for radio button or check box.
NOTE - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
An element is a note.
notImplemented() - Static method in class com.togethersoft.openapi.ide.IdeLocalDiagnostic
 
NULL - Static variable in interface com.togethersoft.openapi.ide.config.IdeModuleConfig
 
NULL - Static variable in interface com.togethersoft.openapi.util.properties.IProperties
 
NULL - Static variable in interface com.togethersoft.openapi.util.properties.IPropertiesRO
 
NullObject - interface com.togethersoft.openapi.util.nullObject.NullObject
Marker interface to be implemented by Null Objects--objects which serve to decrease number of null tests.
nullObject - Class Diagram in com.togethersoft.openapi.util.nullObject
 
NullProperties - class com.togethersoft.openapi.util.properties.NullProperties
Represents null property with ability to set new value to it.
NullProperties() - Constructor for class com.togethersoft.openapi.util.properties.NullProperties
 
NullPropertiesRO - class com.togethersoft.openapi.util.properties.NullPropertiesRO
Represents null property.
NullPropertiesRO() - Constructor for class com.togethersoft.openapi.util.properties.NullPropertiesRO
 
NullPropertyChangeSupport - class com.togethersoft.openapi.util.nullObject.NullPropertyChangeSupport
This class has private constructor and can't to be created by anyone
NullVetoableChangeSupport - class com.togethersoft.openapi.util.nullObject.NullVetoableChangeSupport
This class has private constructor and can't to be created by anyone
NumberDocument - class com.togethersoft.openapi.ide.inspector.util.editors.NumberDocument
Represents document which can have only numbebered lines.
NumberDocument() - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.NumberDocument
 

O

OBJECT - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
 
objects() - Method in interface com.togethersoft.openapi.sci.SciContainer
Returns an enumeration of all SciObjects in this container
OCOBOL - Static variable in interface com.togethersoft.openapi.rwi.RwiLanguage
Object-Oriented Cobol language
OCOBOL - Static variable in interface com.togethersoft.openapi.sci.SciLanguage
Object-Oriented Cobol language
offsetToCell(int) - Method in interface com.togethersoft.openapi.ide.editor.IdeEditorPositionConverter
Converts offset to TextPosition.
OK - Static variable in interface com.togethersoft.openapi.ide.window.IdeButtonType
Ok button.
OK - Static variable in class com.togethersoft.openapi.util.ui.TextAreaDialog
Returned by show method if Ok button pressed.
OK_BUTTONS - Static variable in interface com.togethersoft.openapi.ide.window.IdeButtonType
Array containing OK.
OK_CANCEL_BUTTONS - Static variable in interface com.togethersoft.openapi.ide.window.IdeButtonType
Array containing OK and CANCEL.
OPEN_DIALOG - Static variable in interface com.togethersoft.openapi.ide.window.IdeFileChooserConstant
Type value indicating that the FileChooser supports an "Open" file operation.
OPEN_MESSAGE - Static variable in interface com.togethersoft.openapi.ide.tools.IdeToolConstants
Defines if a message window is opened after execution.
open() - Method in interface com.togethersoft.openapi.ide.project.IdeProject
Loads this project into IDE.
openapi - Class Diagram in com.togethersoft.openapi
 
openDiagram(com.togethersoft.openapi.rwi.RwiDiagram,boolean) - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagramManager
Given the RwiDiagram creates and opens IdeDiagram.
openEditor() - Method in interface com.togethersoft.openapi.ide.editor.IdeEditorManager
Opens a new editor.
openHelp(java.lang.String) - Method in interface com.togethersoft.openapi.ide.IdeManager
Opens help reffered to by the specified URL.
openPage(java.lang.Object,java.awt.Component,com.togethersoft.openapi.ide.message.IdeMessageView) - Method in interface com.togethersoft.openapi.ide.message.IdeMessageManager
Adds a user-definded message page to the Together's message pane.
openPage(java.lang.Object) - Method in interface com.togethersoft.openapi.ide.message.IdeMessageManager
Opens a message page with the specified ID.
openURL(java.lang.String) - Method in interface com.togethersoft.openapi.ide.IdeManager
Opens specified URL (Universe Resource Locator).
operands() - Method in interface com.togethersoft.openapi.sci.SciExpression
 
OPERATION - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
An element is an operation.
OPERATION - Static variable in interface com.togethersoft.openapi.sci.pattern.SciDefaultPattern
 
operations() - Method in interface com.togethersoft.openapi.sci.SciClass
Returns an enumeration of all operations this class has.
OrderedDiffEnumeration - class com.togethersoft.openapi.util.enum.OrderedDiffEnumeration
Represents enumeration constructed from two others.
OrderedDiffEnumeration(java.util.Enumeration,java.util.Enumeration,java.util.Comparator) - Constructor for class com.togethersoft.openapi.util.enum.OrderedDiffEnumeration
Initialize new OrderedDiffEnumeration.
OrderedMergerEnumeration - class com.togethersoft.openapi.util.enum.OrderedMergerEnumeration
Represents enumeration which built from two others.
OrderedMergerEnumeration(java.util.Enumeration,java.util.Enumeration,java.util.Comparator,boolean) - Constructor for class com.togethersoft.openapi.util.enum.OrderedMergerEnumeration
Initialize new OrderedMergerEnumeration.
OrderedMergerEnumeration(java.util.Enumeration,java.util.Enumeration,java.util.Comparator) - Constructor for class com.togethersoft.openapi.util.enum.OrderedMergerEnumeration
Initialize new OrderedMergerEnumeration.
OTHER - Static variable in interface com.togethersoft.openapi.ide.inspector.util.ComponentWeight
 
outgoingLinkReferences() - Method in interface com.togethersoft.openapi.rwi.RwiReference
Returns an enumeration of references to outgoing links.
outgoingLinks() - Method in interface com.togethersoft.openapi.rwi.RwiElement
Returns enumeration of outgoing links from this element.

P

PACKAGE - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
An element is RwiPackage The value of this constant is "Package".
PACKAGE_LOCAL - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
A boolean property which indicates whether an element is package local.
PACKAGE_LOCAL - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has a package local access modifier.
pageNames() - Method in interface com.togethersoft.openapi.ide.config.IdeConfigEditor
Returns an enumeration of strings with the names of the pages in this IdeConfigEditor.
pageSelected(com.togethersoft.openapi.ide.window.IdeExpertEvent) - Method in class com.togethersoft.openapi.ide.window.IdeExpertAdapter
See IdeExpertListener.pageSelected.
pageSelected(com.togethersoft.openapi.ide.window.IdeExpertEvent) - Method in interface com.togethersoft.openapi.ide.window.IdeExpertListener
 
paintIcon(java.awt.Component,java.awt.Graphics,int,int) - Method in class com.togethersoft.openapi.util.ui.IconSequence
Draw the icon at the specified location.
paintIcon(java.awt.Component,java.awt.Graphics,int,int) - Method in class com.togethersoft.openapi.util.ui.LayeredIcon
Draw the icon at the specified location.
paintValue(java.awt.Graphics,java.awt.Rectangle) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.color.SwingColorEditor
Paints color chooser as the small colored rectangle.
panel - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SwingEditorSupport
 
PARAMETER - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contains information about a parameter of an operation.
PARAMETERS - Static variable in interface com.togethersoft.openapi.ide.tools.IdeToolConstants
Defines parameters for this command.
PARAMETERS_TEXT - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contains a string with the text of parameters of the operation.
parameters() - Method in interface com.togethersoft.openapi.sci.SciParameterList
Returns an enumeration of parameters for this function.
PARENT - Static variable in class com.togethersoft.openapi.ide.command.IdeCommandConstraints
The value is "parent".
PARENTHESES - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with parentheses ().
parseObject(java.lang.String,java.text.ParsePosition) - Method in class com.togethersoft.openapi.util.ui.KeyStrokeFormat
Parses a string to produce a KeyStroke.
paste(com.togethersoft.openapi.rwi.RwiElement,com.togethersoft.openapi.rwi.RwiElement,boolean) - Method in interface com.togethersoft.openapi.rwi.RwiContainer
Pastes the element into this containter.
paste(com.togethersoft.openapi.rwi.RwiMember,com.togethersoft.openapi.rwi.RwiNode,com.togethersoft.openapi.rwi.RwiElement,boolean) - Method in class com.togethersoft.openapi.rwi.extension.RwiMemberProviderAdapter
Always returns null.
paste(com.togethersoft.openapi.rwi.RwiMember,com.togethersoft.openapi.rwi.RwiNode,com.togethersoft.openapi.rwi.RwiElement,boolean) - Method in interface com.togethersoft.openapi.rwi.extension.RwiMemberProvider
Specific method for this member.
paste(com.togethersoft.openapi.sci.SciObject,com.togethersoft.openapi.sci.SciObject,boolean) - Method in interface com.togethersoft.openapi.sci.SciContainer
Pastes the object into this containter.
pattern - Class Diagram in com.togethersoft.openapi.sci.pattern
 
PATTERN_CATEGORY - Static variable in interface com.togethersoft.openapi.sci.pattern.SciPatternProperty
A value of this property is a string with the name of the kind of object this pattern is intended to work with.
PATTERN_DESCRIPTION - Static variable in interface com.togethersoft.openapi.sci.pattern.SciPatternProperty
A value of this property is a string with a description of this pattern.
PATTERN_DISPLAY_NAME - Static variable in interface com.togethersoft.openapi.sci.pattern.SciPatternProperty
A value of this property is a string with the name which will be displayed in wizards and other dialogs as a name of this pattern.
PATTERN_LANGUAGE - Static variable in interface com.togethersoft.openapi.sci.pattern.SciPatternProperty
A value of this property is a name of a programming language this pattern is intended to work with.
PATTERN_NAME - Static variable in interface com.togethersoft.openapi.sci.pattern.SciPatternProperty
A value of this property is a string with the name of this pattern.
PATTERN_UI - Static variable in interface com.togethersoft.openapi.sci.pattern.SciPatternProperty
 
patternLinkExists(com.togethersoft.openapi.sci.SciClass,com.togethersoft.openapi.sci.SciClass,java.lang.String,java.lang.String) - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
performCheck(com.togethersoft.openapi.ide.IdeErrorCheck) - Method in interface com.togethersoft.openapi.ide.IdeManager
Calls run() method of the specified IdeErrorCheck object and returns IdeErrorInfo containing the information about possible errors that occurred.
PHYSICAL_PACKAGE - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
A boolean property which indicates whether this element is a physical package diagram.
PLACE_AFTER - Static variable in class com.togethersoft.openapi.ide.command.IdeCommandConstraints
The value is "placeAfter".
PLACE_BEFORE - Static variable in class com.togethersoft.openapi.ide.command.IdeCommandConstraints
The value is "placeBefore".
PLAIN - Static variable in interface com.togethersoft.openapi.ide.window.IdeDialogType
Plain message.
PLUS - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with addition operator + .
PointEnumeration - interface com.togethersoft.openapi.util.enum.PointEnumeration
Enumeration of Points.
PointEnumerationAdapter - class com.togethersoft.openapi.util.enum.PointEnumerationAdapter
Adaptes existing enumeration to the enumeration of AWT Points.
PointEnumerationAdapter(java.util.Enumeration) - Constructor for class com.togethersoft.openapi.util.enum.PointEnumerationAdapter
Creates new enumeration of AWT Points from existing enumeration.
POINTER_ACCESS - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression of accessing elements' data by pointer (->).
POINTER_ACCESS_REF - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression of accessing elements' data by pointer reference (->*).
POINTER_TO_MEMBER - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression of accessing element's member by pointer '.*'.
points() - Method in interface com.togethersoft.openapi.rwi.RwiLinkPositions
 
policy - Class Diagram in com.togethersoft.openapi.sci.policy
 
POPUP_MENU_LOCATION - Static variable in class com.togethersoft.openapi.ide.command.IdeCommandConstraints
The value is "popupMenu".
PopupTriggerHandler - class com.togethersoft.openapi.util.ui.PopupTriggerHandler
Presents mouse listener which invoke popup menu for the certain mouse events.
POSTDECREMENT - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with postdecrement -- operator.
POSTINCREMENT - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with postincrement ++ operator.
PREDECREMENT - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with predecrement -- operator.
preferredLayoutSize(java.awt.Container) - Method in class com.togethersoft.openapi.util.ui.StackLayout
Calculate the preferred size dimensions for the specififed container.
PREINCREMENT - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with preincrement ++ operator.
prepare() - Method in interface com.togethersoft.openapi.sci.pattern.SciPattern
Checks if it is possible at all to apply this pattern to the target object (objects) and makes some start-up preparations for this pattern.
PRESSED - Static variable in interface com.togethersoft.openapi.ide.command.IdeCommandIconType
Pressed state.
PREVIOUS - Static variable in interface com.togethersoft.openapi.ide.window.IdeButtonType
Previous button.
previousRequested(com.togethersoft.openapi.ide.window.IdeExpertEvent) - Method in class com.togethersoft.openapi.ide.window.IdeExpertAdapter
See IdeExpertListener.previousRequested.
previousRequested(com.togethersoft.openapi.ide.window.IdeExpertEvent) - Method in interface com.togethersoft.openapi.ide.window.IdeExpertListener
 
PRIMARY - Static variable in interface com.togethersoft.openapi.ide.editor.IdeEditorSelectionType
Primary selection - the selection made by the user (using mouse, selection keys etc).
print(com.togethersoft.openapi.rwi.RwiDiagram,java.awt.PrintJob) - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagramManager
 
printMessage(int,java.lang.String,java.lang.String,java.lang.String) - Static method in class com.togethersoft.openapi.ide.message.IdeMessageManagerAccess
Prints the specified message in the default message page or in a modal dialog, providing additional information.
printMessage(int,java.lang.String,java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.ide.message.IdeMessageView
Prints the specified message in this page or in a modal dialog, providing additional information.
printMessage(int,java.lang.String) - Static method in class com.togethersoft.openapi.ide.message.IdeMessageManagerAccess
Prints the specified message text in the default message page or in a modal dialog.
printMessage(int,java.lang.String) - Method in interface com.togethersoft.openapi.ide.message.IdeMessageView
Prints the specified message in this page or in a modal dialog.
printStatus(java.lang.String) - Method in interface com.togethersoft.openapi.ide.IdeManager
Displays the specified string in the status bar.
PRIVATE - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
A boolean property which indicates whether an element is private.
PRIVATE - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has a private access modifier.
progress - Class Diagram in com.togethersoft.openapi.ide.progress
 
PROJECT - Static variable in interface com.togethersoft.openapi.ide.config.IdeConfigLevel
"project" level
project - Class Diagram in com.togethersoft.openapi.ide.project
 
PROJECT - Static variable in interface com.togethersoft.openapi.ide.resource.IdeFileType
A project file.
projectClosed(com.togethersoft.openapi.ide.project.IdeProjectEvent) - Method in class com.togethersoft.openapi.ide.project.IdeProjectAdapter
Does nothing.
projectClosed(com.togethersoft.openapi.ide.project.IdeProjectEvent) - Method in interface com.togethersoft.openapi.ide.project.IdeProjectListener
This method is called when a project is closed.
projectCloseQuery(com.togethersoft.openapi.ide.project.IdeProjectEvent) - Method in class com.togethersoft.openapi.ide.project.IdeProjectAdapter
Does nothing.
projectCloseQuery(com.togethersoft.openapi.ide.project.IdeProjectEvent) - Method in interface com.togethersoft.openapi.ide.project.IdeProjectListener
This method is called when a project is closing but before the actual closing.
projectOpened(com.togethersoft.openapi.ide.project.IdeProjectEvent) - Method in class com.togethersoft.openapi.ide.project.IdeProjectAdapter
Does nothing.
projectOpened(com.togethersoft.openapi.ide.project.IdeProjectEvent) - Method in interface com.togethersoft.openapi.ide.project.IdeProjectListener
This method is called when a project is opened.
PROMPT - Static variable in interface com.togethersoft.openapi.ide.tools.IdeToolConstants
Defines whether to show prompt dialog with the command text prior to run this command.
PROP_SELECTED_COMPONENT - Static variable in class com.togethersoft.openapi.ide.inspector.IdeInspector
 
PROP_VALUE - Static variable in class com.togethersoft.openapi.ide.inspector.IdeInspectorProperty
 
PROP_VISIBLE_COMPONENTS - Static variable in class com.togethersoft.openapi.ide.inspector.IdeInspector
 
PROP_VISIBLE_PROPERTIES - Static variable in class com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent
 
PROPERTIES - Static variable in interface com.togethersoft.openapi.ide.inspector.util.ComponentWeight
 
properties - Class Diagram in com.togethersoft.openapi.util.properties
 
properties() - Method in interface com.togethersoft.openapi.rwi.RwiPropertyMap
Returns RwiPropertyEnumeration of all the user-defined properties this element has.
properties() - Method in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap
Returns Enumeration of properties.
properties() - Method in class com.togethersoft.openapi.util.propertyMap.PropertyProviderAdapter
Returns Enumeration of values.
properties() - Method in class com.togethersoft.openapi.util.propertyMap.SinglePropertyProvider
 
properties() - Method in class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap
Returns Enumeration of all properties.
properties() - Method in interface com.togethersoft.openapi.util.propertyMap.PropertyMap
Returns an enumeration of all properties containded in this PropertyMap.
properties() - Method in interface com.togethersoft.openapi.util.propertyMap.PropertyProvider
Returns Enumeration of all values.
properties(com.togethersoft.openapi.rwi.RwiPropertyMap) - Method in class com.togethersoft.openapi.rwi.extension.RwiPropertyProviderAdapter
Returns property enumeration which contains only provided property.
properties(com.togethersoft.openapi.rwi.RwiPropertyMap) - Method in interface com.togethersoft.openapi.rwi.extension.RwiPropertyProvider
Specific method for this property.
properties(java.lang.Object) - Method in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap
Returns Enumeration of all values of given property.
properties(java.lang.Object) - Method in class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap
Returns values of specified property.
properties(java.lang.Object) - Method in interface com.togethersoft.openapi.util.propertyMap.PropertyMap
Returns an enumeration of all properties with the same key value containded in this PropertyMap.
properties(java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiPropertyMap
Returns an RwiPropertyEnumeration of all instances of the specified string property.
PropertiesAdapter - class com.togethersoft.openapi.util.propertyMap.PropertiesAdapter
Default implementation of IProperties.
PropertiesAdapter(com.togethersoft.openapi.util.propertyMap.PropertyMap) - Constructor for class com.togethersoft.openapi.util.propertyMap.PropertiesAdapter
Creates new adapter.
propertiesChanged(com.togethersoft.openapi.util.propertyMap.PropertyMapEvent) - Method in class com.togethersoft.openapi.util.propertyMap.PropertyMapAdapter
This method does nothing.
propertiesChanged(com.togethersoft.openapi.util.propertyMap.PropertyMapEvent) - Method in interface com.togethersoft.openapi.util.propertyMap.PropertyMapListener
Performs certain action when a property is changed.
property - Class Diagram in com.togethersoft.openapi.ide.inspector.util.property
 
Property - interface com.togethersoft.openapi.util.propertyMap.Property
Represents a property - a key-value pair.
PropertyAdapter - class com.togethersoft.openapi.util.propertyMap.PropertyAdapter
Default implementation of the Property interace.
PropertyAdapter(java.lang.Object,java.lang.Object,com.togethersoft.openapi.util.propertyMap.PropertyMap) - Constructor for class com.togethersoft.openapi.util.propertyMap.PropertyAdapter
Creates new property with PropertyMap of subproperties.
PropertyAdapter(java.lang.Object,java.lang.Object) - Constructor for class com.togethersoft.openapi.util.propertyMap.PropertyAdapter
Creates new property.
PropertyAdapter(java.lang.Object) - Constructor for class com.togethersoft.openapi.util.propertyMap.PropertyAdapter
Creates new property with null value.
propertyChange(java.beans.PropertyChangeEvent) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent
 
propertyChange(java.beans.PropertyChangeEvent) - Method in class com.togethersoft.openapi.ide.inspector.util.PropertySetRadioButtonComponentUI
Called whenever property is changed.
propertyChange(java.beans.PropertyChangeEvent) - Method in class com.togethersoft.openapi.ide.inspector.util.SinglePropertyCheckBoxUI
Called whenever property is changed.
propertyChange(java.beans.PropertyChangeEvent) - Method in class com.togethersoft.openapi.ide.inspector.util.TabbedPaneInspectorUI
Called whenever property is changed.
propertyChange(java.beans.PropertyChangeEvent) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel
Synchronize this table model with changes in UI representation.
propertyChange(java.beans.PropertyChangeEvent) - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsTableModel
Called by property change listener when property is changed.
PropertyColumnModel - class com.togethersoft.openapi.ide.inspector.util.table.PropertyColumnModel
Represents on UI table with two columns : property name and value.
PropertyColumnModel() - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.PropertyColumnModel
Creates this table on UI.
PropertyLineSetComponentUI - class com.togethersoft.openapi.ide.inspector.util.table.PropertyLineSetComponentUI
Represents adornmented PropertyTableComponentUI.
PropertyLineSetComponentUI(com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent,int,boolean,boolean) - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.PropertyLineSetComponentUI
 
PropertyLineSetComponentUI(com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent,int) - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.PropertyLineSetComponentUI
 
PropertyLineSetComponentUI(com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent) - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.PropertyLineSetComponentUI
 
PropertyLocator - interface com.togethersoft.openapi.util.properties.PropertyLocator
Represents access to property stored in file.
PropertyMap - interface com.togethersoft.openapi.util.propertyMap.PropertyMap
Provides a flexibile mechanism for working with object's properties.
propertyMap - Class Diagram in com.togethersoft.openapi.util.propertyMap
 
PropertyMapAdapter - class com.togethersoft.openapi.util.propertyMap.PropertyMapAdapter
A simple implementation of a PropertyMapListener interface.
PropertyMapEvent - class com.togethersoft.openapi.util.propertyMap.PropertyMapEvent
The PropertyMapEvent is used in implementaions of PropertyMap interface to deliver information about changes in a property.
PropertyMapEvent(com.togethersoft.openapi.util.propertyMap.PropertyMap,com.togethersoft.openapi.util.propertyMap.Property,java.lang.Object,boolean) - Constructor for class com.togethersoft.openapi.util.propertyMap.PropertyMapEvent
Constructs a new PropertyMapEvent.
PropertyMapEvent(com.togethersoft.openapi.util.propertyMap.PropertyMap,java.lang.Object) - Constructor for class com.togethersoft.openapi.util.propertyMap.PropertyMapEvent
Constructs a new PropertyMapEvent.
PropertyMapInspectorProperty - class com.togethersoft.openapi.ide.inspector.util.property.PropertyMapInspectorProperty
Allows to inspect certain property from existing PropertyMap.
PropertyMapInspectorProperty(com.togethersoft.openapi.util.propertyMap.PropertyMap,java.lang.Object,java.lang.Class,java.lang.Class) - Constructor for class com.togethersoft.openapi.ide.inspector.util.property.PropertyMapInspectorProperty
Constructs new PropertyMapInspectorProperty with an editor class.
PropertyMapInspectorProperty(com.togethersoft.openapi.util.propertyMap.PropertyMap,java.lang.Object,java.lang.Class) - Constructor for class com.togethersoft.openapi.ide.inspector.util.property.PropertyMapInspectorProperty
Constructs new PropertyMapInspectorProperty without editor class.
PropertyMapListener - interface com.togethersoft.openapi.util.propertyMap.PropertyMapListener
A listener of a property.
PropertyMapMultiValueElementChooserEditor - class com.togethersoft.openapi.ide.inspector.util.editors.PropertyMapMultiValueElementChooserEditor
Represents the editor for the PropertyMap as the element chooser dialog.
PropertyMapMultiValueElementChooserEditor(com.togethersoft.openapi.rwi.RwiElement,java.lang.String,com.togethersoft.openapi.util.function.UnaryCondition,com.togethersoft.openapi.util.function.UnaryCondition,boolean,com.togethersoft.openapi.util.function.UnaryCondition,com.togethersoft.openapi.util.function.UnaryOperation) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.PropertyMapMultiValueElementChooserEditor
Constructs this editor which will be represented on UI as the MultiValueElementChooser.
PropertyMapMultiValueElementChooserEditor(com.togethersoft.openapi.rwi.RwiElement,java.lang.String,int) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.PropertyMapMultiValueElementChooserEditor
Constructs this editor which will be represented on UI as the MultiValueElementChooser.
PropertyMapMultiValueTableEditor - class com.togethersoft.openapi.ide.inspector.util.editors.PropertyMapMultiValueTableEditor
Represents the editor for the PropertyMap as the table.
PropertyMapMultiValueTableEditor(java.lang.String) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.PropertyMapMultiValueTableEditor
Creates this editor for the certain property.
PropertyNameRenderer - class com.togethersoft.openapi.ide.inspector.util.table.PropertyNameRenderer
Represents the renderer for a property name.
propertyNames() - Method in class com.togethersoft.openapi.util.properties.CompositePropertiesRO
Returns an enumeration of all the keys in this property list, including the keys in the default property list.
propertyNames() - Method in class com.togethersoft.openapi.util.properties.DictionaryProperties
Returns an enumeration of all the keys in this property list, including the keys in the default property list.
propertyNames() - Method in class com.togethersoft.openapi.util.properties.FilteredNamePropertiesRO
Returns an enumeration of all the keys in this property list, including the keys in the default property list.
propertyNames() - Method in class com.togethersoft.openapi.util.properties.NullPropertiesRO
Return empty enumeration of names.
propertyNames() - Method in interface com.togethersoft.openapi.util.properties.IPropertiesRO
Returns an enumeration of all the keys in this property list, including the keys in the default property list.
propertyNames() - Method in class com.togethersoft.openapi.util.propertyMap.PropertiesAdapter
Returns names of all properties.
PropertyProvider - interface com.togethersoft.openapi.util.propertyMap.PropertyProvider
Class which implements this interface will have ability to have only one property with a number of values.
PropertyProviderAdapter - class com.togethersoft.openapi.util.propertyMap.PropertyProviderAdapter
Default implementation of PropertyProvider.
PropertyProviderAdapter(com.togethersoft.openapi.util.propertyMap.PropertyMap,java.lang.Object) - Constructor for class com.togethersoft.openapi.util.propertyMap.PropertyProviderAdapter
Creates new PropertyProvider with propertyKey name of the only property and with propertyMap set of values.
PropertySetRadioButtonComponentUI - class com.togethersoft.openapi.ide.inspector.util.PropertySetRadioButtonComponentUI
This UI component represents PropertySetComponent as a group of radio buttons.
PropertySetRadioButtonComponentUI(com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent,int) - Constructor for class com.togethersoft.openapi.ide.inspector.util.PropertySetRadioButtonComponentUI
Creates new radio button group for the specified PropertySetComponent.
PropertySetRadioButtonComponentUI(com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent) - Constructor for class com.togethersoft.openapi.ide.inspector.util.PropertySetRadioButtonComponentUI
 
PropertyTableComponentUI - class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableComponentUI
Represents UI service which can be used to visualize table of properties.
PropertyTableComponentUI(com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent,int) - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableComponentUI
Allows to specify custom width for the first column.
PropertyTableComponentUI(com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent) - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableComponentUI
Creates new table with default width of the first column.
PropertyTableModel - class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel
Represents default implementation of PropertyTableModel.
PropertyTableModel(com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent,int) - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel
Constructs this table model from the existing InspectorPropertySetComponent.
PropertyTableModel(com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent) - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel
Constructs this table model from the existing InspectorPropertySetComponent.
PropertyTableModelBase - class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModelBase
Represents table model which keeps InspectorProperties.
PropertyUtil - class com.togethersoft.openapi.util.properties.PropertyUtil
 
PropertyValueEditor - class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueEditor
Represents cell editor of property value.
PropertyValueEditor() - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueEditor
Constructs this new editor.
PropertyValueRenderer - class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueRenderer
Represents the renderer for a property value.
PropertyValueRenderer() - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueRenderer
Creates this renderer without the white background.
PropertyValueRenderer(boolean,boolean) - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueRenderer
Creates this renderer with the white background.
PROTECTED - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
A boolean property which indicates whether an element is protected.
PROTECTED - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has a protected access modifier.
PUBLIC - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
A boolean property which indicates whether an element is public.
PUBLIC - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has a public access modifier.
PURE - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
A boolean property which indicates whether an element is a PURE element.
PURE - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element is a PURE element.
putProperty(java.lang.String,java.lang.String) - Method in class com.togethersoft.openapi.util.properties.DictionaryProperties
Puts a property value to the specified key.
putProperty(java.lang.String,java.lang.String) - Method in class com.togethersoft.openapi.util.properties.FilteredNameProperties
Puts a property value to the specified key.
putProperty(java.lang.String,java.lang.String) - Method in class com.togethersoft.openapi.util.properties.NullProperties
Stub method.
putProperty(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.util.properties.IProperties
Sets the value of a property specified by its key.
putProperty(java.lang.String,java.lang.String) - Method in class com.togethersoft.openapi.util.propertyMap.PropertiesAdapter
Sets value for specified property.

Q

QUESTION - Static variable in interface com.togethersoft.openapi.ide.window.IdeDialogType
Question.
QUESTION_CHAR - Static variable in interface com.togethersoft.openapi.util.file.WildcardCharacters
 

R

RadioButtonGroup - class com.togethersoft.openapi.util.ui.RadioButtonGroup
Represents group of radio buttons.
RadioButtonGroup() - Constructor for class com.togethersoft.openapi.util.ui.RadioButtonGroup
Constructs new empty group.
READ_ONLY - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
A boolean property indicating whether this element is read-only.
READONLY - Static variable in interface com.togethersoft.openapi.ide.project.IdeProjectConstant
The IdeProjectNode is read-only.
ReadOnlyProperty - class com.togethersoft.openapi.ide.inspector.util.property.ReadOnlyProperty
Represents read-only inspector property.
ReadOnlyProperty(java.lang.Object,java.lang.Class) - Constructor for class com.togethersoft.openapi.ide.inspector.util.property.ReadOnlyProperty
Constructs ReadOnlyProperty with specified value and value type.
RECEIVE_EXTRA_VERTICAL_SPACE - Static variable in class com.togethersoft.openapi.util.ui.ToggleButtonPanel
Parameter for radio button or check box.
REFERENCE - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression consisting of a reference to some object.
REFERENCED_ELEMENT - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
This property is contained in the RwiPropertyMap instance returned by getSubproperties method of the EXTENDS, IMPLEMENTS, and THROW properties.
references() - Method in interface com.togethersoft.openapi.rwi.RwiDiagram
Returns an enumeration of all the references this diagram has.
registerCustomMember(com.togethersoft.openapi.rwi.extension.RwiMemberProvider) - Method in interface com.togethersoft.openapi.rwi.extension.RwiExtensionManager
Register provider of custom member.
registerCustomProperty(com.togethersoft.openapi.rwi.extension.RwiPropertyProvider) - Method in interface com.togethersoft.openapi.rwi.extension.RwiExtensionManager
Register provider of custom property.
registeredIDs() - Method in interface com.togethersoft.openapi.vcs.VcsProviderRegistry
Returns enumeration of IDs of all registered providers.
registerProvider(com.togethersoft.openapi.vcs.VcsProvider) - Method in class com.togethersoft.openapi.vcs.VcsProviderHelper
Register an instance of VcsProvider.
registerProvider(com.togethersoft.openapi.vcs.VcsProviderType) - Method in interface com.togethersoft.openapi.vcs.VcsProviderRegistry
Registers instance of VcsProviderType.
REINTERPRET_CAST - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
Reinterpret cast expression.
REL_EQUAL - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with equality relational operator == in Java and C++ or = in Delphi.
REL_GE - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with relational operator >= (greater than or equal).
REL_GT - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with relational operator > (greater than).
REL_INSTANCEOF - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with relational operator instanceof (Java only).
REL_LE - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with relational operator <= (less than or equal).
REL_LT - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with relational operator < (less than).
REL_NOTEQUAL - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with non-equality relational operator != in Java and C++ or <> in Delphi.
REMAINDER - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with remainder operator % in Java and C++, or mod in Delphi.
remove(com.togethersoft.openapi.util.EventMulticaster,java.util.EventListener) - Static method in class com.togethersoft.openapi.util.EventMulticaster
Removes a listener from specified EventMulticaster.
remove(java.util.EventListener) - Method in class com.togethersoft.openapi.util.EventMulticaster
Removes listener from listers array.
remove(javax.swing.AbstractButton) - Method in interface com.togethersoft.openapi.ide.window.IdeDialogButtonGroup
Removes specified button from this group.
remove(javax.swing.AbstractButton) - Method in class com.togethersoft.openapi.util.ui.RadioButtonGroup
Removes cspecified AbstractButton from this group.
removeAllIcons() - Method in class com.togethersoft.openapi.util.ui.IconSequence
Remove all icons from this sequence.
removeAllIcons() - Method in class com.togethersoft.openapi.util.ui.LayeredIcon
Removes all icons from this group.
removeCellEditorListener(javax.swing.event.CellEditorListener) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueUI
 
removeCellEditorListener(javax.swing.event.CellEditorListener) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingEditorSupport
Removes a listener for EditingCanceled and EditingStoped events.
removeCellEditorListener(javax.swing.event.CellEditorListener) - Method in class com.togethersoft.openapi.ide.inspector.util.table.AbstractCellEditor
Removes cell editor listener.
removeChangeListener(javax.swing.event.ChangeListener) - Method in class com.togethersoft.openapi.ide.window.IdeExpertPageSupport
Removes specified change listener from this expert page.
removeChangeListener(javax.swing.event.ChangeListener) - Method in interface com.togethersoft.openapi.ide.window.IdeExpertPage
Removes specified change listener from this expert page.
removeChoosableFileFilter(javax.swing.filechooser.FileFilter) - Method in interface com.togethersoft.openapi.ide.window.IdeFileChooser
Removes specified filter from the list of user choosable file filters.
removeComponent(com.togethersoft.openapi.ide.inspector.IdeInspectorComponent) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspector
Removes specified component, it's visibility condition and weight.
removeComponent(com.togethersoft.openapi.ide.inspector.IdeInspectorComponent) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorCompoundComponent
Removes specified component from the internal inspector.
removeFocusListener(java.awt.event.FocusListener) - Method in class com.togethersoft.openapi.util.ui.ExtendedControl
Removes specified focus listener from this container.
removeIconAt(int) - Method in class com.togethersoft.openapi.util.ui.IconSequence
Remove icon at the specified position.
removeIconAt(int) - Method in class com.togethersoft.openapi.util.ui.LayeredIcon
Remove icon at specified position.
removeIdeDiagramListener(com.togethersoft.openapi.ide.diagram.IdeDiagramListener) - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagramManager
Removes a diagram listener.
removeLayoutComponent(java.awt.Component) - Method in class com.togethersoft.openapi.util.ui.StackLayout
Remove the specified component from the layout.
removeProjectListener(com.togethersoft.openapi.ide.project.IdeProjectListener) - Method in interface com.togethersoft.openapi.ide.project.IdeProjectManager
Removes the specified listener.
removeProperty(com.togethersoft.openapi.ide.inspector.IdeInspectorProperty) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent
Removes specified property, it's visibility condition and weight.
removePropertyChangeListener(java.beans.PropertyChangeListener) - Method in interface com.togethersoft.openapi.ide.config.IdeConfigEditor
Removes PropertyChangeListener.
removePropertyChangeListener(java.beans.PropertyChangeListener) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspector
Removes specified listener of property change event.
removePropertyChangeListener(java.beans.PropertyChangeListener) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorProperty
Removes specified listener for PropertyChange event.
removePropertyChangeListener(java.beans.PropertyChangeListener) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent
Removes listener of property change event.
removePropertyChangeListener(java.beans.PropertyChangeListener) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingIntegerEditor
Removes a listener for PropertyChange events.
removePropertyChangeListener(java.beans.PropertyChangeListener) - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsComponent
Removes specified listener of property changes.
removePropertyChangeListener(java.beans.PropertyChangeListener) - Method in class com.togethersoft.openapi.util.properties.CompositePropertiesRO
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(java.beans.PropertyChangeListener) - Method in class com.togethersoft.openapi.util.properties.DictionaryProperties
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(java.beans.PropertyChangeListener) - Method in class com.togethersoft.openapi.util.properties.FilteredNamePropertiesRO
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(java.beans.PropertyChangeListener) - Method in class com.togethersoft.openapi.util.properties.NullPropertiesRO
Stub method.
removePropertyChangeListener(java.beans.PropertyChangeListener) - Method in interface com.togethersoft.openapi.util.properties.IPropertiesRO
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(java.beans.PropertyChangeListener) - Method in class com.togethersoft.openapi.util.propertyMap.PropertiesAdapter
Removes listener of PropertychangeEvent.
removePropertyChangeListener(java.lang.Object,java.beans.PropertyChangeSupport,java.beans.PropertyChangeListener) - Static method in class com.togethersoft.openapi.util.nullObject.NullPropertyChangeSupport
Remove listener.
removePropertyMapListener(com.togethersoft.openapi.util.propertyMap.PropertyMapListener) - Method in class com.togethersoft.openapi.util.propertyMap.PropertyProviderAdapter
Removes listener for PropertyMapEvent.
removePropertyMapListener(java.lang.Object,com.togethersoft.openapi.util.propertyMap.PropertyMapListener) - Method in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap
Removes listener of PropertyMapEvent for certain property.
removePropertyMapListener(java.lang.Object,com.togethersoft.openapi.util.propertyMap.PropertyMapListener) - Method in class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap
Removes listener of PropertyMapEvent for specified property.
removePropertyMapListener(java.lang.Object,com.togethersoft.openapi.util.propertyMap.PropertyMapListener) - Method in interface com.togethersoft.openapi.util.propertyMap.PropertyMap
Removes a listener of the specified property.
removeRwiElement(com.togethersoft.openapi.rwi.RwiElement) - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsComponent
Removes PropertySet of the specified RwiElement from this component.
removeShortcut(javax.swing.KeyStroke) - Method in interface com.togethersoft.openapi.ide.command.IdeCommandItemBase
Removes the specified shortcut from the list of shortcuts for this command item.
removeVetoableChangeListener(java.beans.VetoableChangeListener) - Method in class com.togethersoft.openapi.util.nullObject.NullVetoableChangeSupport
 
removeVetoableChangeListener(java.beans.VetoableChangeListener) - Method in class com.togethersoft.openapi.util.properties.DictionaryProperties
Remove a VetoableChangeListener from the listener list.
removeVetoableChangeListener(java.beans.VetoableChangeListener) - Method in class com.togethersoft.openapi.util.properties.FilteredNameProperties
Remove a VetoableChangeListener from the listener list.
removeVetoableChangeListener(java.beans.VetoableChangeListener) - Method in class com.togethersoft.openapi.util.properties.NullProperties
Stub method.
removeVetoableChangeListener(java.beans.VetoableChangeListener) - Method in interface com.togethersoft.openapi.util.properties.IProperties
Remove a VetoableChangeListener from the listener list.
removeVetoableChangeListener(java.beans.VetoableChangeListener) - Method in class com.togethersoft.openapi.util.propertyMap.PropertiesAdapter
Not implemented.
removeVetoableChangeListener(java.lang.Object,java.beans.VetoableChangeSupport,java.beans.VetoableChangeListener) - Static method in class com.togethersoft.openapi.util.nullObject.NullVetoableChangeSupport
Remove listener.
REPEAT - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
 
replace(com.togethersoft.openapi.sci.SciObject) - Method in interface com.togethersoft.openapi.sci.SciObject
Replaces this SciObject with the specified SciObject.
replace(java.lang.String,java.lang.String,java.lang.String,boolean) - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
Replaces oldS in text by newS.
replace(java.lang.String,java.lang.String,java.lang.String) - Static method in class com.togethersoft.openapi.util.text.TextUtil
Replaces a part(s) of the source string by new contents The method replaces all occurences of searchFor in original string.
replaceMacro(java.lang.String,java.lang.String,java.lang.String) - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
replaceMacro(java.lang.String,java.lang.String,java.lang.String) - Static method in class com.togethersoft.openapi.util.text.TextUtil
Calls replace method to replace all occurence of source macroName rounded with mySpecDelimiter by macroValue.
REQ - Static variable in interface com.togethersoft.openapi.ide.inspector.util.ComponentWeight
 
requestFocus() - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagramManager
Requests focus for the diagram pane.
requestFocus() - Method in interface com.togethersoft.openapi.ide.editor.IdeEditorManager
Requests focus for text editor.
requestFocus() - Method in interface com.togethersoft.openapi.ide.message.IdeMessageManager
Requests that the message pane get the focus.
requestFocus() - Method in class com.togethersoft.openapi.util.ui.ExtendedControl
Requests that button in this container get the input focus.
reset() - Method in class com.togethersoft.openapi.util.enum.EnumerationCopy
 
resetChoosableFileFilters() - Method in interface com.togethersoft.openapi.ide.window.IdeFileChooser
Resets the choosable file filter list to it's initial state.
resetElements() - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsComponent
Removes all PropertySetComponents from this component.
resetState(java.lang.Object) - Method in interface com.togethersoft.openapi.ide.undo.IdeUndoManager
Resets the current state of the model and sets it to the specified state, obtained at some earlier moment by markState method.
resource - Class Diagram in com.togethersoft.openapi.ide.resource
 
ResourceUtil - class com.togethersoft.openapi.util.ResourceUtil
Presents utilites to retrieve some information for specified Class.
RESULT_ELEMENT - Static variable in interface com.togethersoft.openapi.sci.pattern.SciPatternProperty
A value of this property is the result of applying this pattern - SciElement object.
RESULT_ELEMENTS - Static variable in interface com.togethersoft.openapi.sci.pattern.SciPatternProperty
Values of this property are the result of applying this pattern - SciElement's object.
retreatPage() - Method in class com.togethersoft.openapi.sci.pattern.InspectorPatternUI
 
retreatPage() - Method in class com.togethersoft.openapi.sci.pattern.SinglePagePatternUI
 
retreatPage() - Method in interface com.togethersoft.openapi.sci.pattern.SciPatternUI
 
RETRY - Static variable in interface com.togethersoft.openapi.ide.window.IdeButtonType
Retry button.
RETURN - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
 
RETURN_TYPE - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contains a string with an operation's return type.
RETURN_TYPE_REFERENCED_ELEMENT - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contains a string with the unique name of operation's return type.
ROLLOVER - Static variable in interface com.togethersoft.openapi.ide.command.IdeCommandIconType
When the cursor passes over the command item.
ROLLOVER_SELECTED - Static variable in interface com.togethersoft.openapi.ide.command.IdeCommandIconType
For toggle-like command items: when the cursor passes over the selected command item.
rootPackages(java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiModel
Returns an enumeration of the root packages of the specific kind.
rootPackages(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciModel
Returns an enumeration of the root packages of the specific kind.
roots() - Method in interface com.togethersoft.openapi.ide.project.IdeProject
Returns an enumeration of all root IdeProjectNodes for this project.
run() - Method in interface com.togethersoft.openapi.ide.IdeErrorCheck
 
run(com.togethersoft.openapi.ide.IdeContext) - Method in interface com.togethersoft.openapi.ide.IdeScript
Starts this script.
rwi - Class Diagram in com.togethersoft.openapi.rwi
 
RwiContainer - interface com.togethersoft.openapi.rwi.RwiContainer
A top-level representative of a container of elements.
RwiContainerEnumeration - interface com.togethersoft.openapi.rwi.enum.RwiContainerEnumeration
Enumeration of RwiContainers.
RwiDiagram - interface com.togethersoft.openapi.rwi.RwiDiagram
RwiDiagram is a set of RwiReference derivatives referencing the model's elements.
RwiDiagramEnumeration - interface com.togethersoft.openapi.rwi.enum.RwiDiagramEnumeration
Enumeration of RwiDiagrams.
RwiDiagramPositions - interface com.togethersoft.openapi.rwi.RwiDiagramPositions
 
RwiDiagramReference - interface com.togethersoft.openapi.rwi.RwiDiagramReference
A reference to a diagram
RwiDiagramReferenceEnumeration - interface com.togethersoft.openapi.rwi.enum.RwiDiagramReferenceEnumeration
Enumeration of RwiDiagramReferences.
RwiElement - interface com.togethersoft.openapi.rwi.RwiElement
RwiElement is the generic representative of a model's part (package, node, member, diagram and link).
RwiElementEnumeration - interface com.togethersoft.openapi.rwi.enum.RwiElementEnumeration
Enumeration of RwiElements.
RwiElementsComponent - class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsComponent
Class RwiElementsComponent provides a storage for keeping IdeInspectorProperties relating to the same RwiElements.
RwiElementsComponent(com.togethersoft.openapi.ide.IdeContext) - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsComponent
Constructs RwiElementsComponent object for the specified IdeContext.
RwiElementService - interface com.togethersoft.openapi.ide.util.RwiElementService
Interface RwiElementService provides a service to be used by any IDE component to get an RwiElement for this component.
RwiElementsTableModel - class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsTableModel
This model can be used for creation of more or less complicated tables dealing with RwiElements.
RwiElementsTableModel(com.togethersoft.openapi.ide.inspector.util.table.RwiElementsComponent) - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsTableModel
Constructs this model for the specified RwiElementsComponent.
RwiElementsUtil - class com.togethersoft.openapi.util.RwiElementsUtil
 
RwiElementTableAdderButton - class com.togethersoft.openapi.ide.inspector.util.table.RwiElementTableAdderButton
Represents "Add" button for RwiElementTable.
RwiElementTableAdderButton(java.lang.String,javax.swing.JTable,com.togethersoft.openapi.ide.inspector.util.table.RwiElementsComponent) - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.RwiElementTableAdderButton
Constructs this new button.
RwiElementTableRemoverButton - class com.togethersoft.openapi.ide.inspector.util.table.RwiElementTableRemoverButton
Represents "Remove" button for RwiElementTable.
RwiElementTableRemoverButton(java.lang.String,javax.swing.JTable,com.togethersoft.openapi.ide.inspector.util.table.RwiElementsComponent,boolean) - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.RwiElementTableRemoverButton
Constructs this new button.
RwiElementTableRemoverButton(java.lang.String,javax.swing.JTable,com.togethersoft.openapi.ide.inspector.util.table.RwiElementsComponent) - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.RwiElementTableRemoverButton
Constructs this new button.
RwiExtensionManager - interface com.togethersoft.openapi.rwi.extension.RwiExtensionManager
Used to register provider class for custom property or member.
RwiInspectorBooleanProperty - class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorBooleanProperty
Suited to works with boolean properties of selected RwiElements (RwiRefernces).
RwiInspectorBooleanProperty(com.togethersoft.openapi.rwi.RwiPropertyMap,java.lang.String,java.lang.Class) - Constructor for class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorBooleanProperty
Constructs RwiInspectorBooleanProperty with a property editor class for the only RwiElement (RwiReference).
RwiInspectorBooleanProperty(com.togethersoft.openapi.rwi.RwiPropertyMap,java.lang.String) - Constructor for class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorBooleanProperty
Constructs RwiInspectorBooleanProperty without a property editor class for the only RwiElement (RwiReference).
RwiInspectorBooleanProperty(com.togethersoft.openapi.rwi.RwiPropertyMap[],java.lang.String,java.lang.Class) - Constructor for class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorBooleanProperty
Constructs RwiInspectorBooleanProperty with a property editor class.
RwiInspectorBooleanProperty(com.togethersoft.openapi.rwi.RwiPropertyMap[],java.lang.String) - Constructor for class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorBooleanProperty
Constructs RwiInspectorBooleanProperty without a property editor class.
RwiInspectorColorProperty - class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorColorProperty
Suited to works with color properties of selected RwiElements.
RwiInspectorColorProperty(com.togethersoft.openapi.rwi.RwiPropertyMap,java.lang.String) - Constructor for class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorColorProperty
Constructs RwiInspectorColorProperty without a property editor class for the only RwiElement (RwiReference).
RwiInspectorColorProperty(com.togethersoft.openapi.rwi.RwiPropertyMap[],java.lang.String) - Constructor for class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorColorProperty
Constructs RwiInspectorColorProperty without a property editor class.
RwiInspectorIntegerProperty - class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorIntegerProperty
Suited to works with integer properties of selected RwiElements (RwiRefernces).
RwiInspectorIntegerProperty(com.togethersoft.openapi.rwi.RwiPropertyMap,java.lang.String) - Constructor for class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorIntegerProperty
Constructs RwiInspectorIntegerProperty without a property editor class for the only RwiElement (RwiReference).
RwiInspectorIntegerProperty(com.togethersoft.openapi.rwi.RwiPropertyMap[],java.lang.String) - Constructor for class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorIntegerProperty
Constructs RwiInspectorIntegerProperty without a property editor class.
RwiInspectorInversedBooleanProperty - class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorInversedBooleanProperty
Suited to works with boolean properties of selected RwiElements (RwiRefernces).
RwiInspectorInversedBooleanProperty(com.togethersoft.openapi.rwi.RwiPropertyMap,java.lang.String,java.lang.Class) - Constructor for class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorInversedBooleanProperty
Constructs RwiInspectorInversedBooleanProperty with a property editor class for the only RwiElement (RwiReference).
RwiInspectorInversedBooleanProperty(com.togethersoft.openapi.rwi.RwiPropertyMap,java.lang.String) - Constructor for class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorInversedBooleanProperty
Constructs RwiInspectorInversedBooleanProperty without a property editor class for the only RwiElement (RwiReference).
RwiInspectorInversedBooleanProperty(com.togethersoft.openapi.rwi.RwiPropertyMap[],java.lang.String,java.lang.Class) - Constructor for class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorInversedBooleanProperty
Constructs RwiInspectorInversedBooleanProperty with a property editor class.
RwiInspectorInversedBooleanProperty(com.togethersoft.openapi.rwi.RwiPropertyMap[],java.lang.String) - Constructor for class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorInversedBooleanProperty
Constructs RwiInspectorInversedBooleanProperty without a property editor class.
RwiInspectorMultipleStringProperty - class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorMultipleStringProperty
Suited to works with multiple string properties of selected RwiElements (RwiRefernces).
RwiInspectorMultipleStringProperty(com.togethersoft.openapi.rwi.RwiPropertyMap,java.lang.String,java.lang.Class) - Constructor for class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorMultipleStringProperty
Constructs RwiInspectorMultipleStringProperty with a property editor class for the only RwiElement (RwiReference).
RwiInspectorMultipleStringProperty(com.togethersoft.openapi.rwi.RwiPropertyMap,java.lang.String) - Constructor for class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorMultipleStringProperty
Constructs RwiInspectorMultipleStringProperty without a property editor class for the only RwiElement (RwiReference).
RwiInspectorMultipleStringProperty(com.togethersoft.openapi.rwi.RwiPropertyMap[],java.lang.String,java.lang.Class,java.lang.Class) - Constructor for class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorMultipleStringProperty
Constructs RwiInspectorMultipleStringProperty with a property editor class.
RwiInspectorMultipleStringProperty(com.togethersoft.openapi.rwi.RwiPropertyMap[],java.lang.String,java.lang.Class) - Constructor for class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorMultipleStringProperty
Constructs RwiInspectorMultipleStringProperty with a property editor class.
RwiInspectorMultipleStringProperty(com.togethersoft.openapi.rwi.RwiPropertyMap[],java.lang.String) - Constructor for class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorMultipleStringProperty
Constructs RwiInspectorMultipleStringProperty without a property editor class.
RwiInspectorProperty - class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorProperty
Represents abstract implementation of InspectorProperty suited to works with properties of selected RwiElements.
RwiInspectorProperty(com.togethersoft.openapi.rwi.RwiPropertyMap[],java.lang.String,java.lang.Class,java.lang.Class) - Constructor for class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorProperty
Constructs RwiInspectorProperty with a property editor class.
RwiInspectorProperty(com.togethersoft.openapi.rwi.RwiPropertyMap[],java.lang.String,java.lang.Class) - Constructor for class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorProperty
Constructs RwiInspectorProperty without a property editor class.
RwiInspectorStringProperty - class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorStringProperty
Suited to work with String properties of selected RwiElements.
RwiInspectorStringProperty(com.togethersoft.openapi.rwi.RwiPropertyMap,java.lang.String,java.lang.Class) - Constructor for class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorStringProperty
Constructs RwiInspectorStringProperty with a property editor class for the only RwiElement (RwiReference).
RwiInspectorStringProperty(com.togethersoft.openapi.rwi.RwiPropertyMap,java.lang.String) - Constructor for class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorStringProperty
Constructs RwiInspectorStringProperty without a property editor class for the only RwiElement (RwiReference).
RwiInspectorStringProperty(com.togethersoft.openapi.rwi.RwiPropertyMap[],java.lang.String,java.lang.Class,java.lang.Class) - Constructor for class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorStringProperty
Constructs RwiInspectorProperty with a property editor class.
RwiInspectorStringProperty(com.togethersoft.openapi.rwi.RwiPropertyMap[],java.lang.String,java.lang.Class) - Constructor for class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorStringProperty
Constructs RwiInspectorStringProperty with a property editor class.
RwiInspectorStringProperty(com.togethersoft.openapi.rwi.RwiPropertyMap[],java.lang.String) - Constructor for class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorStringProperty
Constructs RwiInspectorStringProperty without a property editor class.
RwiLanguage - interface com.togethersoft.openapi.rwi.RwiLanguage
Defines string constants for RwiProperty.LANGUAGE property.
RwiLink - interface com.togethersoft.openapi.rwi.RwiLink
A link between two RwiElements.
RwiLinkEnumeration - interface com.togethersoft.openapi.rwi.enum.RwiLinkEnumeration
Enumeration of RwiLinks.
RwiLinkPositions - interface com.togethersoft.openapi.rwi.RwiLinkPositions
RwiLinkPositions interface.
RwiLinkReference - interface com.togethersoft.openapi.rwi.RwiLinkReference
A reference to a link.
RwiLinkReferenceEnumeration - interface com.togethersoft.openapi.rwi.enum.RwiLinkReferenceEnumeration
Enumeration of RwiLinkReferences.
RwiMember - interface com.togethersoft.openapi.rwi.RwiMember
RwiMember represents member-like model elements, for example an operation or an attribute.
RwiMemberEnumeration - interface com.togethersoft.openapi.rwi.enum.RwiMemberEnumeration
Enumeration of RwiMembers.
RwiMemberPositions - interface com.togethersoft.openapi.rwi.RwiMemberPositions
 
RwiMemberProvider - interface com.togethersoft.openapi.rwi.extension.RwiMemberProvider
Presents provider that suited to work with certain rwi member.
RwiMemberProviderAdapter - class com.togethersoft.openapi.rwi.extension.RwiMemberProviderAdapter
Presents minimal implementation of RwiMemberProvider.
RwiMemberReference - interface com.togethersoft.openapi.rwi.RwiMemberReference
A reference to a member.
RwiMemberReferenceEnumeration - interface com.togethersoft.openapi.rwi.enum.RwiMemberReferenceEnumeration
Enumeration of RwiMemberReferences.
RwiMembersComponent - class com.togethersoft.openapi.ide.inspector.util.table.RwiMembersComponent
Keeps IdeInspectorProperties relating to the same RwiMembers.
RwiMembersComponent(com.togethersoft.openapi.ide.IdeContext) - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.RwiMembersComponent
Constructs this component for certain IdeContext.
RwiModel - interface com.togethersoft.openapi.rwi.RwiModel
RwiModel interface provides a set of starting-point methods for working with the model.
RwiModelAccess - class com.togethersoft.openapi.rwi.RwiModelAccess
RwiModelAccess is an abstract class which contains the static getModel method.
RwiNode - interface com.togethersoft.openapi.rwi.RwiNode
Nodes can contain members and other nodes called subnodes.
RwiNodeEnumeration - interface com.togethersoft.openapi.rwi.enum.RwiNodeEnumeration
Enumeration of RwiNodes.
RwiNodePositions - interface com.togethersoft.openapi.rwi.RwiNodePositions
RwiNodePositions interface.
RwiNodeReference - interface com.togethersoft.openapi.rwi.RwiNodeReference
A reference to a node.
RwiNodeReferenceEnumeration - interface com.togethersoft.openapi.rwi.enum.RwiNodeReferenceEnumeration
Enumeration of RwiNodeReferences.
RwiPackage - interface com.togethersoft.openapi.rwi.RwiPackage
RwiPackage contains model's data (nodes, members, diagrams, and other packages) in a directory-like structure.
RwiPackageEnumeration - interface com.togethersoft.openapi.rwi.enum.RwiPackageEnumeration
Enumeration of RwiPackages.
RwiPattern - interface com.togethersoft.openapi.rwi.RwiPattern
Defines string constants used as the names for Together's default patterns.
RwiPositions - interface com.togethersoft.openapi.rwi.RwiPositions
RwiPositions interface.
RwiProperty - interface com.togethersoft.openapi.rwi.RwiProperty
Represents the element's string property and contains the names and descriptions of hardcoded properties.
RwiPropertyEnumeration - interface com.togethersoft.openapi.rwi.enum.RwiPropertyEnumeration
Enumeration of RwiPropertys.
RwiPropertyEnumerationAdapter - class com.togethersoft.openapi.rwi.extension.RwiPropertyEnumerationAdapter
Presents default implementation of RwiPropertyEnumeration.
RwiPropertyEnumerationAdapter(java.lang.String,java.util.Enumeration) - Constructor for class com.togethersoft.openapi.rwi.extension.RwiPropertyEnumerationAdapter
Builds new enumeration from existing.
RwiPropertyMap - interface com.togethersoft.openapi.rwi.RwiPropertyMap
Represents a container for the properties.
RwiPropertyMultiValueElementChooserEditor - class com.togethersoft.openapi.ide.inspector.util.editors.RwiPropertyMultiValueElementChooserEditor
Represents editor for multi value RwiProperty as an element chooser.
RwiPropertyMultiValueElementChooserEditor(com.togethersoft.openapi.rwi.RwiElement,java.lang.String,com.togethersoft.openapi.util.function.UnaryCondition,com.togethersoft.openapi.util.function.UnaryCondition,boolean,com.togethersoft.openapi.util.function.UnaryCondition,com.togethersoft.openapi.util.function.UnaryOperation) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.RwiPropertyMultiValueElementChooserEditor
Constructs this editor which will be represented on UI as the MultiValueElementChooser.
RwiPropertyMultiValueElementChooserEditor(com.togethersoft.openapi.rwi.RwiElement,java.lang.String,int) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.RwiPropertyMultiValueElementChooserEditor
Constructs this editor which will be represented on UI as the MultiValueElementChooser.
RwiPropertyMultiValueTableEditor - class com.togethersoft.openapi.ide.inspector.util.editors.RwiPropertyMultiValueTableEditor
Represents editor for multi value RwiProperty as a table.
RwiPropertyMultiValueTableEditor(java.lang.String) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.RwiPropertyMultiValueTableEditor
Creates table editor with the default title.
RwiPropertyProvider - interface com.togethersoft.openapi.rwi.extension.RwiPropertyProvider
Presents provider that suited to work with certain property.
RwiPropertyProviderAdapter - class com.togethersoft.openapi.rwi.extension.RwiPropertyProviderAdapter
Presents default implementation of RwiPropertyProvider.
RwiReference - interface com.togethersoft.openapi.rwi.RwiReference
RwiReference is a generic type of a reference.
RwiReferenceEnumeration - interface com.togethersoft.openapi.rwi.enum.RwiReferenceEnumeration
Enumeration of RwiReferences.
RwiReferenceService - interface com.togethersoft.openapi.ide.util.RwiReferenceService
Interface RwiReferenceService provides a service to be used by any IDE component to get an RwiReference that this component represents.
RwiShapeType - interface com.togethersoft.openapi.rwi.RwiShapeType
Defines string constants for RwiProperty.SHAPE_TYPE property.
RwiVisitor - interface com.togethersoft.openapi.rwi.RwiVisitor
An implementation of a Visitor pattern from GoF "Design Patterns" book.
RwiVisitorAdapter - class com.togethersoft.openapi.rwi.RwiVisitorAdapter
RwiVisitorAdapter class extends RwiVisitor functionality by providing two additional methods visitContainer and visitElement.

S

SAVE_DIALOG - Static variable in interface com.togethersoft.openapi.ide.window.IdeFileChooserConstant
Type value indicating that the FileChooser supports a "Save" file operation.
save() - Method in interface com.togethersoft.openapi.ide.editor.IdeEditor
Saves the contents of this file.
saveAll() - Method in interface com.togethersoft.openapi.ide.IdeManager
Saves all opened files which were changed by Together.
saveChanges() - Method in interface com.togethersoft.openapi.ide.config.IdeConfigEditor
Saves the changes made in the properties.
saveImage(com.togethersoft.openapi.rwi.RwiDiagram,java.io.OutputStream,java.lang.String) - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagramManager
Saves the image of the diagram into the OutputStream.
saveTool(com.togethersoft.openapi.ide.tools.IdeTool) - Method in interface com.togethersoft.openapi.ide.tools.IdeToolManager
Store Ide tool under default prefix - "tool".
saveTool(java.lang.String,com.togethersoft.openapi.ide.tools.IdeTool) - Method in interface com.togethersoft.openapi.ide.tools.IdeToolManager
Store tool under specified config prefix.
sci - Class Diagram in com.togethersoft.openapi.sci
 
SciAssignmentExpression - interface com.togethersoft.openapi.sci.SciAssignmentExpression
An assignment expression.
SciAttribute - interface com.togethersoft.openapi.sci.SciAttribute
An attribute.
SciAttributeEnumeration - interface com.togethersoft.openapi.sci.enum.SciAttributeEnumeration
Enumeration of SciAttributes.
SciCaseStatement - interface com.togethersoft.openapi.sci.SciCaseStatement
.0
SciCatchBlockStatement - interface com.togethersoft.openapi.sci.SciCatchBlockStatement
Represents statements of kind SciStatementKind.CATCH_BLOCK.
SciClass - interface com.togethersoft.openapi.sci.SciClass
A source code class (interface).
SciClassEnumeration - interface com.togethersoft.openapi.sci.enum.SciClassEnumeration
Enumeration of SciClasses.
SciCodeBlock - interface com.togethersoft.openapi.sci.SciCodeBlock
A block of a source code.
SciCompoundStatement - interface com.togethersoft.openapi.sci.SciCompoundStatement
Represents statements with block: COMPOUND, TRY_BLOCK, FINALLY_BLOCK.
SciConstantExpression - interface com.togethersoft.openapi.sci.SciConstantExpression
A constant usage expression.
SciContainer - interface com.togethersoft.openapi.sci.SciContainer
A generic container for the SCI model objects.
SciDeclarationStatement - interface com.togethersoft.openapi.sci.SciDeclarationStatement
 
SciDefaultPattern - interface com.togethersoft.openapi.sci.pattern.SciDefaultPattern
 
SciElement - interface com.togethersoft.openapi.sci.SciElement
A generic element of a program (class, function, variable etc).
SciElementEnumeration - interface com.togethersoft.openapi.sci.enum.SciElementEnumeration
Enumeration of SciElements.
SciElementVisitor - interface com.togethersoft.openapi.sci.visitor.SciElementVisitor
Visitor design pattern implementation for SciElements.
SciElementVisitorAdapter - class com.togethersoft.openapi.sci.visitor.SciElementVisitorAdapter
SciElementVisitorAdapter class extends SciElementVisitor functionality by providing an additional method visitElement.
SciExpression - interface com.togethersoft.openapi.sci.SciExpression
SciExpression represents all posible types of expressions in a source code.
SciExpressionEnumeration - interface com.togethersoft.openapi.sci.enum.SciExpressionEnumeration
Enumeration of SciExpressions.
SciExpressionKind - interface com.togethersoft.openapi.sci.SciExpressionKind
Defines integer constants used for indentification the kinds of expression.
SciExpressionList - interface com.togethersoft.openapi.sci.SciExpressionList
Provides a set of methods for accessing information about expressions for parameters in this expression of a function call.
SciExpressionStatement - interface com.togethersoft.openapi.sci.SciExpressionStatement
 
SciExpressionVisitor - interface com.togethersoft.openapi.sci.visitor.SciExpressionVisitor
Visitor design pattern implementation for SciExpressions.
SciExpressionVisitorAdapter - class com.togethersoft.openapi.sci.visitor.SciExpressionVisitorAdapter
An empty implementation of SciExpressionVisitor interface.
SciFactory - interface com.togethersoft.openapi.sci.SciFactory
A creator of new source code parts of the model with default contents/properties.
SciFile - interface com.togethersoft.openapi.sci.SciFile
Represents a file with source code, or compiled java class.
SciFileEnumeration - interface com.togethersoft.openapi.sci.enum.SciFileEnumeration
Enumeration of SciFiles.
SciFileVisitor - interface com.togethersoft.openapi.sci.visitor.SciFileVisitor
 
SciFunction - interface com.togethersoft.openapi.sci.SciFunction
A function in source code.
SciFunctionCallExpression - interface com.togethersoft.openapi.sci.SciFunctionCallExpression
SciFunctionCallExpression represents a call of a function.
SciFunctionEnumeration - interface com.togethersoft.openapi.sci.enum.SciFunctionEnumeration
Enumeration of SciFunctions.
SciGenericFactory - interface com.togethersoft.openapi.sci.SciGenericFactory
A creator of new source code parts of the model with the specified contents/properties.
SciGenericFactoryException - class com.togethersoft.openapi.sci.SciGenericFactoryException
This exception is thrown by the SciGenericFactory to indicate that its methods can't create a new object.
SciGenericFactoryException(java.lang.String,int,java.lang.String) - Constructor for class com.togethersoft.openapi.sci.SciGenericFactoryException
 
SciIfStatement - interface com.togethersoft.openapi.sci.SciIfStatement
 
SciInheritance - interface com.togethersoft.openapi.sci.SciInheritance
SciInheritance is a reference to the class (interface) whose name appeared in the extends/implements section.
SciInheritanceEnumeration - interface com.togethersoft.openapi.sci.enum.SciInheritanceEnumeration
Enumeration of SciInheritances.
SciInheritanceList - interface com.togethersoft.openapi.sci.SciInheritanceList
SciInheritanceList is a container of references to the exteded or implemented interfaces, or to the extended classes.
SciInitializer - interface com.togethersoft.openapi.sci.SciInitializer
Represents a class or an instance initializer (Java only).
SciInitializerEnumeration - interface com.togethersoft.openapi.sci.enum.SciInitializerEnumeration
Enumeration of SciElements.
SciJavaHelper - interface com.togethersoft.openapi.sci.SciJavaHelper
This inteface contains useful utility java-only methods.
SciJavaImport - interface com.togethersoft.openapi.sci.SciJavaImport
SciJavaImport represents a Java language 'import' command.
SciJavaImportEnumeration - interface com.togethersoft.openapi.sci.enum.SciJavaImportEnumeration
Enumeration of SciJavaImports.
SciJavaImportList - interface com.togethersoft.openapi.sci.SciJavaImportList
SciJavaImportList represents a container of SciJavaImports.
SciLanguage - interface com.togethersoft.openapi.sci.SciLanguage
Defines string constants needed for identifying programming languages used in a model.
SciLanguageHelper - interface com.togethersoft.openapi.sci.SciLanguageHelper
This inteface contains useful utility language-dependent methods.
SciLoopStatement - interface com.togethersoft.openapi.sci.SciLoopStatement
 
SciMember - interface com.togethersoft.openapi.sci.SciMember
SciMember provides a set of methods for accessing information about members(attributes and operations) of classes.
SciMemberAccessExpression - interface com.togethersoft.openapi.sci.SciMemberAccessExpression
An expression of accessing object's member.
SciMemberDefinition - interface com.togethersoft.openapi.sci.SciMemberDefinition
Methods for accessing a member's definition in C++ language.
SciMemberEnumeration - interface com.togethersoft.openapi.sci.enum.SciMemberEnumeration
Enumeration of SciMembers.
SciModel - interface com.togethersoft.openapi.sci.SciModel
SciModel contains a set of starting-point methods for working with the SCI model.
SciModelAccess - class com.togethersoft.openapi.sci.SciModelAccess
SciModelAccess is an abstract class which contains the static getModel method.
SciModelPart - interface com.togethersoft.openapi.sci.SciModelPart
Defines constants used to identify the kind of SciPackage.
SciNewExpression - interface com.togethersoft.openapi.sci.SciNewExpression
An expression of creating a new object.
SciObject - interface com.togethersoft.openapi.sci.SciObject
A generic source code-based model's element.
SciObjectEnumeration - interface com.togethersoft.openapi.sci.enum.SciObjectEnumeration
Enumeration of SciObjects.
SciOperation - interface com.togethersoft.openapi.sci.SciOperation
An operation.
SciOperationEnumeration - interface com.togethersoft.openapi.sci.enum.SciOperationEnumeration
Enumeration of SciOperations.
SciPackage - interface com.togethersoft.openapi.sci.SciPackage
A container of source code files (for Java language represents a Java package).
SciPackageEnumeration - interface com.togethersoft.openapi.sci.enum.SciPackageEnumeration
Enumeration of SciPackages.
SciPackageVisitor - interface com.togethersoft.openapi.sci.visitor.SciPackageVisitor
 
SciParameter - interface com.togethersoft.openapi.sci.SciParameter
SciParameter is a variable using as a parameter for a method.
SciParameterEnumeration - interface com.togethersoft.openapi.sci.enum.SciParameterEnumeration
Enumeration of SciParameters.
SciParameterList - interface com.togethersoft.openapi.sci.SciParameterList
Represents a container of SciParameters (parameters of a function), and provides methods for working with them.
SciPasteOrderPolicy - class com.togethersoft.openapi.sci.policy.SciPasteOrderPolicy
 
SciPasteOrderPolicy.Anchor - class com.togethersoft.openapi.sci.policy.SciPasteOrderPolicy.Anchor
 
SciPasteOrderPolicy.Anchor(com.togethersoft.openapi.sci.SciElement,boolean) - Constructor for class com.togethersoft.openapi.sci.policy.SciPasteOrderPolicy.Anchor
 
SciPattern - interface com.togethersoft.openapi.sci.pattern.SciPattern
A pattern performing special kinds of actions upon an object (objects).
SciPatternCategory - interface com.togethersoft.openapi.sci.pattern.SciPatternCategory
 
SciPatternManager - interface com.togethersoft.openapi.sci.pattern.SciPatternManager
Creates new classes/interfaces, members and links using specified patterns and returns the default patterns for the classes/interfaces, members and links.
SciPatternProperty - interface com.togethersoft.openapi.sci.pattern.SciPatternProperty
Contains predefined names of pattern properties.
SciPatternUI - interface com.togethersoft.openapi.sci.pattern.SciPatternUI
 
SciPatternUtil - class com.togethersoft.openapi.sci.pattern.SciPatternUtil
Auxiliary utility class.
SciProperty - interface com.togethersoft.openapi.sci.SciProperty
Defines integer constants needed for identification of properties.
SciReference - interface com.togethersoft.openapi.sci.SciReference
SciReference interface provides methods for working with references.
SciReferenceEnumeration - interface com.togethersoft.openapi.sci.enum.SciReferenceEnumeration
Enumeration of SciReferences.
SciReferenceExpression - interface com.togethersoft.openapi.sci.SciReferenceExpression
An expression which is a reference.
SciReferenceVisitor - interface com.togethersoft.openapi.sci.visitor.SciReferenceVisitor
Visitor design pattern implementation for SciReferences.
SciReturnStatement - interface com.togethersoft.openapi.sci.SciReturnStatement
 
SciScope - interface com.togethersoft.openapi.sci.SciScope
A generic type of source code container.
SciStatement - interface com.togethersoft.openapi.sci.SciStatement
 
SciStatementEnumeration - interface com.togethersoft.openapi.sci.enum.SciStatementEnumeration
Enumeration of SciStatements.
SciStatementKind - interface com.togethersoft.openapi.sci.SciStatementKind
 
SciStatementVisitor - interface com.togethersoft.openapi.sci.visitor.SciStatementVisitor
Visitor design pattern implementation for SciStatements.
SciStatementVisitorAdapter - class com.togethersoft.openapi.sci.visitor.SciStatementVisitorAdapter
An empty implementation of SciStatementVisitor interface.
SciSwitchStatement - interface com.togethersoft.openapi.sci.SciSwitchStatement
 
SciTag - interface com.togethersoft.openapi.sci.SciTag
SciTag interface provides a set of methods for accessing those RWI properties which are kept in a comment field as a JavaDoc-style "tag-value" pair.
SciTagEnumeration - interface com.togethersoft.openapi.sci.enum.SciTagEnumeration
Enumeration of SciTags.
SciTagList - interface com.togethersoft.openapi.sci.SciTagList
Provides a set of methods for working with SciTags.
SciTextPositions - interface com.togethersoft.openapi.sci.SciTextPositions
Contains the start and the end offsets of SciObject's text in the file.
SciThrowList - interface com.togethersoft.openapi.sci.SciThrowList
Represenets a container of SciThrowSpecifiers, and provides a set of methods for working with them.
SciThrowSpecifier - interface com.togethersoft.openapi.sci.SciThrowSpecifier
SciThrowSpecifier is a reference to the exception class whose name appeared in the "throws" (Java) or "throw()" (C++) clause.
SciThrowSpecifierEnumeration - interface com.togethersoft.openapi.sci.enum.SciThrowSpecifierEnumeration
Enumeration of SciThrowSpecifiers.
SciThrowStatement - interface com.togethersoft.openapi.sci.SciThrowStatement
 
SciTryStatement - interface com.togethersoft.openapi.sci.SciTryStatement
Represents statement of SciStatementKind.TRY kind.
SciType - interface com.togethersoft.openapi.sci.SciType
A reference to a type.
SciTypeCastExpression - interface com.togethersoft.openapi.sci.SciTypeCastExpression
A type cast expression.
SciTypeExpression - interface com.togethersoft.openapi.sci.SciTypeExpression
An expression which is a reference to a type.
SciUtil - class com.togethersoft.openapi.sci.SciUtil
This class contains a set of useful static methods for finding members in classes, checking the relationship between classes(interfaces), and getting a function call expression from a reference to a function.
SciVariable - interface com.togethersoft.openapi.sci.SciVariable
Represents source code variable (parameter, attribute, local variable etc.).
SciVariableEnumeration - interface com.togethersoft.openapi.sci.enum.SciVariableEnumeration
Enumeration of SciVariables.
SciVisitorUtil - class com.togethersoft.openapi.sci.visitor.SciVisitorUtil
This class contains a set of useful static methods for accepting a visitor by an enumeration of elements, expressions, statements or references.
scrollTo(com.togethersoft.openapi.ide.diagram.IdeDiagramElement) - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagram
Scrolls the diagram to make specified IdeDIagramElement visible.
select(com.togethersoft.openapi.ide.diagram.IdeDiagramElement) - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagram
Adds specified IdeDiagramElement to the set of selected elements of this diagram.
SELECTED - Static variable in interface com.togethersoft.openapi.ide.command.IdeCommandIconType
For toggle-like command items: a selected state.
selectedElements() - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagram
Returns an enumeration of IdeDiagramElements currently selected in this diagram.
selectionChanged(com.togethersoft.openapi.ide.diagram.IdeDiagramEvent) - Method in class com.togethersoft.openapi.ide.diagram.IdeDiagramAdapter
Does nothing.
selectionChanged(com.togethersoft.openapi.ide.diagram.IdeDiagramEvent) - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagramListener
This method is invoked if the selection has been changed.
selectRow(int) - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementTableAdderButton
Selects row to be edited.
SEQUENCE_DIAGRAM - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
An element is a sequence or a collaboration diagram.
SequenceEnumeration - class com.togethersoft.openapi.util.enum.SequenceEnumeration
Handles two or three enumerations as one.
SequenceEnumeration(java.util.Enumeration,java.util.Enumeration,java.util.Enumeration) - Constructor for class com.togethersoft.openapi.util.enum.SequenceEnumeration
Creates new SequenceEnumeration from three given.
SequenceEnumeration(java.util.Enumeration,java.util.Enumeration) - Constructor for class com.togethersoft.openapi.util.enum.SequenceEnumeration
Creates new SequenceEnumeration from two given.
SessionNotStartedException - class com.togethersoft.openapi.vcs.SessionNotStartedException
Thrown by VcsProvider as a result of calling a method requiring a running session when session is not started.
SessionNotStartedException(java.lang.String) - Constructor for class com.togethersoft.openapi.vcs.SessionNotStartedException
Creates new SessionNotStartedException with default message.
setAccessOperation(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciMemberAccessExpression
Sets the member access operation in this expression to the specified string value.
setActiveComponentName(java.lang.String) - Method in class com.togethersoft.openapi.ide.inspector.util.TabbedPaneInspectorUI
Makes specified tab active (selects) on this pane.
setActiveDiagram(com.togethersoft.openapi.ide.diagram.IdeDiagram) - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagramManager
Sets the active IdeDiagram (the one the user is working with).
setActiveEditor(com.togethersoft.openapi.ide.editor.IdeEditor) - Method in interface com.togethersoft.openapi.ide.editor.IdeEditorManager
Sets the specified IdeEditor to be the active editor.
setActivePage(com.togethersoft.openapi.ide.message.IdeMessagePage) - Method in interface com.togethersoft.openapi.ide.message.IdeMessageManager
Sets specified message page active.
setAdvanced(boolean) - Method in interface com.togethersoft.openapi.ide.config.IdeConfigEditor
Sets advanced mode - in this mode some additional information will be added to the pages.
setAlignment(int) - Method in class com.togethersoft.openapi.util.ui.IconSequence
Set new alingment.
setAlignment(javax.swing.JComponent) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingEditorSupport
 
setApproveButtonText(java.lang.String) - Method in interface com.togethersoft.openapi.ide.window.IdeFileChooser
Sets specified text for the ApproveButton in the FileChooserUI.
setAsText(java.lang.String) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.color.SwingColorEditor
Sets RGB color value as a number string.
setBackground(boolean) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedFileNameEditor
Sets background color of this editor to the red if file does not exist.
setBody(com.togethersoft.openapi.sci.SciCodeBlock) - Method in interface com.togethersoft.openapi.sci.SciFunction
Sets the body of this function to the specified code block value.
setBody(com.togethersoft.openapi.sci.SciCodeBlock) - Method in interface com.togethersoft.openapi.sci.SciInitializer
Sets the body of this function to the specified code block value.
setBooleanProperty(java.lang.String,boolean) - Method in interface com.togethersoft.openapi.ide.tools.IdeTool
Sets specified boolean property for this tool.
setCachelessClassLoader(com.togethersoft.openapi.util.classloaders.CachelessClassLoader) - Static method in class com.togethersoft.openapi.util.classloaders.ClassLoadersAccess
 
setCaretPosition(com.togethersoft.openapi.util.text.TextPosition) - Method in interface com.togethersoft.openapi.ide.editor.IdeEditor
Sets the caret position.
setCheckbox(boolean) - Method in interface com.togethersoft.openapi.ide.command.IdeCommandItem
Sets whether or not this command item is a check box.
setChecked(boolean) - Method in interface com.togethersoft.openapi.ide.command.IdeCommandItem
Sets "checked" state for this check box command item.
setCommandManager(com.togethersoft.openapi.ide.command.IdeCommandManager) - Static method in class com.togethersoft.openapi.ide.command.IdeCommandManagerAccess
Sets the current IdeCommandManager.
setConfigManager(com.togethersoft.openapi.ide.config.IdeConfigManager) - Static method in class com.togethersoft.openapi.ide.config.IdeConfigManagerAccess
Sets the current IdeConfigManager.
setContexts(java.lang.String[]) - Method in interface com.togethersoft.openapi.ide.tools.IdeTool
Sets specified context for this tool.
setCount(int) - Method in interface com.togethersoft.openapi.ide.progress.IdeProgress
Sets the current step for this indicator.
setCurrentDirectory(java.io.File) - Method in interface com.togethersoft.openapi.ide.window.IdeFileChooser
Sets the current directory.
setDefaultButton(javax.swing.JDialog,javax.swing.JButton) - Static method in class com.togethersoft.openapi.util.ui.DialogHelper
Sets specified button as the default for specified dialog.
setDefaultEditor(com.togethersoft.openapi.ide.editor.IdeEditor) - Method in interface com.togethersoft.openapi.ide.editor.IdeEditorManager
Sets the specified IdeEditor to be the default editor.
setDescription(java.lang.String) - Method in class com.togethersoft.openapi.util.file.WildcardFileFilter
Sets the description of this filter.
setDestination(com.togethersoft.openapi.rwi.RwiElement) - Method in interface com.togethersoft.openapi.rwi.RwiLink
Sets the destination for this link.
setDiagramManager(com.togethersoft.openapi.ide.diagram.IdeDiagramManager) - Static method in class com.togethersoft.openapi.ide.diagram.IdeDiagramManagerAccess
Sets the current IdeDiagramManager.
setDialogTitle(java.lang.String) - Method in interface com.togethersoft.openapi.ide.window.IdeFileChooser
Sets specified string to be displayed in the FileChooser window's title bar.
setDialogType(int) - Method in interface com.togethersoft.openapi.ide.window.IdeFileChooser
Sets the type of this dialog.
setEditorManager(com.togethersoft.openapi.ide.editor.IdeEditorManager) - Static method in class com.togethersoft.openapi.ide.editor.IdeEditorManagerAccess
Sets the current IdeEditorManager.
setEnabled(boolean) - Method in interface com.togethersoft.openapi.ide.command.IdeCommandItemBase
Sets whether this command item is enabled.
setEnabled(boolean) - Method in class com.togethersoft.openapi.ide.inspector.util.table.InspectorTable
Allows to enable/disable whole table
setEnabled(boolean) - Method in interface com.togethersoft.openapi.sci.pattern.ButtonStatus
 
setEnabled(boolean) - Method in class com.togethersoft.openapi.util.ui.ExtendedControl
Enables this control.
setErrorInfo(com.togethersoft.openapi.ide.IdeErrorInfo) - Method in interface com.togethersoft.openapi.ide.IdeManager
Sets specified result of certain actions.
setErrorMessageInfo(java.lang.String) - Static method in class com.togethersoft.openapi.ide.IdeAccess
Sets specified error message for the current IdeManager.
setFactory(com.togethersoft.openapi.ide.progress.IdeProgressIndicatorFactory) - Static method in class com.togethersoft.openapi.ide.progress.IdeProgressIndicatorAccess
Specifies factory that will be used to create new IdeProgressIndicator.
setFile(java.lang.String) - Method in interface com.togethersoft.openapi.ide.editor.IdeEditor
Loads a file with the specified name.
setFileFilter(javax.swing.filechooser.FileFilter) - Method in interface com.togethersoft.openapi.ide.window.IdeFileChooser
Sets the current File Filter.
setFileSelectionMode(int) - Method in interface com.togethersoft.openapi.ide.window.IdeFileChooser
Sets the FileChooser to allow the user to select only files, to select only directories, or to select both files and directetories.
setFireOnFocusLost(boolean) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingStringEditor
 
setFirstColumn(int) - Method in interface com.togethersoft.openapi.ide.editor.IdeEditorVisibleArea
Sets the first column in this visible area to the specified value.
setFirstLine(int) - Method in interface com.togethersoft.openapi.ide.editor.IdeEditorVisibleArea
Sets the first line in this visible area to the specified value.
setHighligtingScheme(java.lang.String) - Method in interface com.togethersoft.openapi.ide.editor.IdeEditor
Sets a new highligting scheme.
setIcon(java.lang.String,javax.swing.Icon) - Method in interface com.togethersoft.openapi.ide.command.IdeCommandItemBase
Sets the icon of the specified type for this command item.
setIconAt(javax.swing.Icon,int) - Method in class com.togethersoft.openapi.util.ui.IconSequence
Replace icon at specified position with new one.
setIdeManager(com.togethersoft.openapi.ide.IdeManager) - Static method in class com.togethersoft.openapi.ide.IdeAccess
Sets specified current IdeManager.
setIdeMessageManager(com.togethersoft.openapi.ide.message.IdeMessageManager) - Static method in class com.togethersoft.openapi.ide.IdeAccess
Sets specified IdeMessageManager as the current message manager.
setIdeToolManager(com.togethersoft.openapi.ide.tools.IdeToolManager) - Static method in class com.togethersoft.openapi.ide.tools.IdeToolManagerAccess
Sets specified tool manager.
setImportText(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciJavaImport
Sets the value for this import command.
setIndeterminate(boolean) - Method in interface com.togethersoft.openapi.ide.command.IdeCommandItem
Sets "indeterminated" state for this check box command item.
setInitialValue(com.togethersoft.openapi.sci.SciExpression) - Method in interface com.togethersoft.openapi.sci.SciVariable
Sets the initial value for this variable to the specified SciExpression.
setInspectorManager(com.togethersoft.openapi.ide.inspector.IdeInspectorManager) - Static method in class com.togethersoft.openapi.ide.inspector.IdeInspectorManagerAccess
Specifies new inspector manager.
setLastColumn(int) - Method in interface com.togethersoft.openapi.ide.editor.IdeEditorVisibleArea
Sets the last column in this visible area to the specified value.
setLastLine(int) - Method in interface com.togethersoft.openapi.ide.editor.IdeEditorVisibleArea
Sets the last line in this visible area to the specified value.
setMessageManager(com.togethersoft.openapi.ide.message.IdeMessageManager) - Static method in class com.togethersoft.openapi.ide.message.IdeMessageManagerAccess
Sets the current IdeMessageManager.
setMessageManagerFactory(com.togethersoft.openapi.ide.message.IdeMessageManagerFactory) - Static method in class com.togethersoft.openapi.ide.message.IdeMessageManagerAccess
Specifies IdeMessageManagerFactory.
setMode(int) - Method in interface com.togethersoft.openapi.ide.tools.IdeToolFilter
Sets specified mode of operation that defines the type of output messages.
setModel(com.togethersoft.openapi.rwi.RwiModel) - Static method in class com.togethersoft.openapi.rwi.RwiModelAccess
Sets the RWI model to the specified model.
setModel(com.togethersoft.openapi.sci.SciModel) - Static method in class com.togethersoft.openapi.sci.SciModelAccess
Sets the SCI model to the specified value.
setName(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciElement
Sets the name for this element.
setName(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciFile
Sets the name for this file.
setName(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciPackage
Sets the name for this package.
setName(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciTag
Sets the name for this SciTag.
setNextButtonStatus(com.togethersoft.openapi.sci.pattern.ButtonStatus) - Method in class com.togethersoft.openapi.sci.pattern.InspectorPatternUI
 
setNextButtonStatus(com.togethersoft.openapi.sci.pattern.ButtonStatus) - Method in class com.togethersoft.openapi.sci.pattern.SinglePagePatternUI
 
setNextButtonStatus(com.togethersoft.openapi.sci.pattern.ButtonStatus) - Method in interface com.togethersoft.openapi.sci.pattern.SciPatternUI
 
setPageVisible(java.lang.String,boolean) - Method in interface com.togethersoft.openapi.ide.config.IdeConfigEditor
Sets the visibility for the specified page.
setPaneVisible(boolean) - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagramManager
Sets visibility flag of the Together's diagram pane.
setPaneVisible(boolean) - Method in interface com.togethersoft.openapi.ide.editor.IdeEditorManager
Sets the visibility of the Together's editor pane.
setPaneVisible(boolean) - Method in interface com.togethersoft.openapi.ide.message.IdeMessageManager
Sets the visibility of the Together's message pane.
setProgressIndicator(com.togethersoft.openapi.ide.progress.IdeProgressIndicator) - Static method in class com.togethersoft.openapi.ide.progress.IdeProgressIndicatorAccess
Specifies IdeProgressIndicator.
setProjectManager(com.togethersoft.openapi.ide.project.IdeProjectManager) - Static method in class com.togethersoft.openapi.ide.project.IdeProjectManagerAccess
Sets the current IdeProjectManager.
setProperty(com.togethersoft.openapi.rwi.RwiPropertyMap,boolean) - Method in class com.togethersoft.openapi.rwi.extension.RwiPropertyProviderAdapter
See RwiPropertyProvider.setProperty.
setProperty(com.togethersoft.openapi.rwi.RwiPropertyMap,boolean) - Method in interface com.togethersoft.openapi.rwi.extension.RwiPropertyProvider
Specific method for this property.
setProperty(com.togethersoft.openapi.rwi.RwiPropertyMap,java.lang.String) - Method in class com.togethersoft.openapi.rwi.extension.RwiPropertyProviderAdapter
See RwiPropertyProvider.setProperty.
setProperty(com.togethersoft.openapi.rwi.RwiPropertyMap,java.lang.String) - Method in interface com.togethersoft.openapi.rwi.extension.RwiPropertyProvider
Specific method for this property.
setProperty(com.togethersoft.openapi.sci.SciElement,java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciLanguageHelper
Provides access to language specific properties of elements.
setProperty(int,boolean) - Method in interface com.togethersoft.openapi.sci.SciElement
Sets the value for the property.
setProperty(java.lang.String,boolean) - Method in interface com.togethersoft.openapi.rwi.RwiPropertyMap
Sets the value of specified boolean property.
setProperty(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiPropertyMap
Sets the value of specified string property.
setPropertyEditor(java.beans.PropertyEditor) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorProperty
Sets specified editor for this property.
setPropertyMap(com.togethersoft.openapi.util.propertyMap.PropertyMap) - Method in class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap
Specifies new PropertyMap.
setPropertySetProperties(com.togethersoft.openapi.ide.inspector.IdeInspectorProperty[]) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel
Specifies new table model contents from existing array of InspectorProperties.
setPropertyValue(java.lang.Object,java.lang.Object) - Method in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap
Sets specified value for specified property.
setPropertyValue(java.lang.Object,java.lang.Object) - Method in class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap
Sets specified valuy to specified property.
setPropertyValue(java.lang.Object,java.lang.Object) - Method in interface com.togethersoft.openapi.util.propertyMap.PropertyMap
Sets a value for the specified property.
setReadable(boolean) - Method in class com.togethersoft.openapi.ide.inspector.util.property.PropertyMapInspectorProperty
Sets new value to readable state.
setReferencedElement(com.togethersoft.openapi.sci.SciElement) - Method in interface com.togethersoft.openapi.sci.SciReference
Sets another SciElement for this reference to point to.
setReferenceText(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciReference
Sets this reference text to the specified value.
setRegistry(com.togethersoft.openapi.vcs.VcsProviderRegistry) - Static method in class com.togethersoft.openapi.vcs.VcsProviderRegistryAccess
Specifies new registry.
setResourceManager(com.togethersoft.openapi.ide.resource.IdeResourceManager) - Static method in class com.togethersoft.openapi.ide.resource.IdeResourceManagerAccess
Specifies IdeResourceManager.
setReturnType(com.togethersoft.openapi.sci.SciType) - Method in interface com.togethersoft.openapi.sci.SciFunction
Sets the return type for this function to the specified value.
setSelectedBorder(javax.swing.border.Border,javax.swing.JPanel) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.BorderChooser
 
setSelectedComponent(com.togethersoft.openapi.ide.inspector.IdeInspectorComponent) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspector
Sets visually selected component and fires change of the property PROP_SELECTED_COMPONENT.
setSelectedFile(java.io.File) - Method in interface com.togethersoft.openapi.ide.window.IdeFileChooser
Sets the selected file.
setSelectionEnd(com.togethersoft.openapi.util.text.TextPosition) - Method in interface com.togethersoft.openapi.ide.editor.IdeEditorSelection
Sets the end position of this selection.
setSelectionStart(com.togethersoft.openapi.util.text.TextPosition) - Method in interface com.togethersoft.openapi.ide.editor.IdeEditorSelection
Sets the start position of this selection.
setSeparatorAfter(boolean) - Method in interface com.togethersoft.openapi.ide.command.IdeCommandItemBase
Sets a separation line after this command item.
setSeparatorBefore(boolean) - Method in interface com.togethersoft.openapi.ide.command.IdeCommandItemBase
Sets a separation line before this command item.
setService(java.lang.Class,java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspector
Adds new service for this inspector.
setService(java.lang.Class,java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorComponent
Adds new service for this component.
setSource(com.togethersoft.openapi.rwi.RwiElement) - Method in interface com.togethersoft.openapi.rwi.RwiLink
Sets the source for this link.
setStep(java.lang.String) - Method in interface com.togethersoft.openapi.ide.progress.IdeProgress
Sets the description for the current step.
setStringProperty(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.ide.tools.IdeTool
Sets specified string property for this tool.
setTagValue(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciTagList
This method adds a new SciTag to the element this SciTagList belongs to.
setText(java.lang.String,int) - Method in class com.togethersoft.openapi.ide.inspector.util.StatusBarUI
Sets specified text to the status bar with specified message type.
setText(java.lang.String,int) - Method in interface com.togethersoft.openapi.ide.util.StatusService
Sets specified text that represents a message if the given type, to be displayed in the status bar.
setText(java.lang.String) - Method in interface com.togethersoft.openapi.ide.command.IdeCommandItemBase
Sets the content of a tooltip text for this command item.
setText(java.lang.String) - Method in interface com.togethersoft.openapi.ide.editor.IdeEditor
Sets the contents of a file in this editor to the specified value.
setText(java.lang.String) - Method in class com.togethersoft.openapi.ide.inspector.util.StatusBarUI
Sets specified text to the status bar.
setText(java.lang.String) - Method in interface com.togethersoft.openapi.ide.util.StatusService
Assigns specified text to de displayed in the status bar.
setText(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciExpressionList
Sets the string, containing expressions for all parameters in this function call expression, to the specified string value.
setText(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciInheritanceList
Puts the string containing the names of classes/interfaces into the source code for this class (in the extends/implements section).
setText(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciParameterList
Sets the parameters string to the specified value.
setText(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciThrowList
Puts the string containing the names of exceptions into the source code for this class after the "throws" keyword (Java) or in the "throw()" exception specification (C++).
setText(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciType
In this reference to a type, sets the text of a type to the specified string.
setText(java.lang.String) - Method in class com.togethersoft.openapi.util.ui.TextAreaDialog
Sets specified text into the textarea.
setTitle(java.lang.String) - Method in interface com.togethersoft.openapi.ide.message.IdeMessagePage
Sets the title for this message page.
setToolFilter(com.togethersoft.openapi.ide.tools.IdeToolFilter) - Method in interface com.togethersoft.openapi.ide.tools.IdeTool
Assigns specified filter for this tool.
setType(com.togethersoft.openapi.sci.SciType) - Method in interface com.togethersoft.openapi.sci.SciVariable
Sets the type for this variable to the specified type.
setUndoManager(com.togethersoft.openapi.ide.undo.IdeUndoManager) - Static method in class com.togethersoft.openapi.ide.undo.IdeUndoManagerAccess
 
setupStandardButton(javax.swing.AbstractButton,java.lang.String) - Method in interface com.togethersoft.openapi.ide.window.IdeWindowManager
Transforms the given button into the standard button of the specified type (sets title and icon, mnemonic and alt-mnemonic key, correct shortcut).
setUpStandardTable(javax.swing.JTable,javax.swing.JScrollPane) - Static method in class com.togethersoft.openapi.ide.inspector.util.table.TableUtil
Set up the specified JTable so that it conforms to the Together UI guideline.
setupTable(javax.swing.JTable) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyLineSetComponentUI
 
setupTable(javax.swing.JTable) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableComponentUI
Fills this table with the values from existing.
setUserProperty(java.lang.Object,java.lang.Object) - Method in interface com.togethersoft.openapi.sci.SciObject
Maps the specified key to the specified value in this SciObject.
setValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorProperty
Sets value for this property.
setValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.IdeMultipleInspectorProperty
Sets value for this multiple property.
setValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedEditor
Passes value to the inner editor.
setValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedFileNameEditor
If given path is not empty then passes it to the inner editor.
setValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueEditor
Sets value to the inner editor.
setValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.PropertyMapMultiValueElementChooserEditor
Sets given value to the editor.
setValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.PropertyMapMultiValueTableEditor
Sets specified value to the editor.
setValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingBooleanEditor
Changes state of check box due to given value.
setValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditor
Specifies current value (selected item) for this ComboBox.
setValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingEnumEditor
Specifies value (member) of enumeration which will be selected in ComboBox.
setValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingIntegerEditor
Sets given value to TextField (ComboBox if it is Enumeration of integers).
setValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingNumberEditor
Sets value to this TextField.
setValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingStringEditor
Sets value to JTestField.
setValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.color.SwingColorEditor
Sets value to this editor as an Object.
setValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.property.MultipleDirectPropertyMapInspectorProperty
Here, the value is PropertyMap containing all multiple Properties.
setValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.property.PropertyMapInspectorProperty
Sets new value to inspected property.
setValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.property.ReadOnlyProperty
Stub method.
setValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorProperty
Saves value internally and forces changes of value in all selected elements from RwiModel.
setValue(java.lang.Object) - Method in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap.DefaultProperty
 
setValue(java.lang.Object) - Method in class com.togethersoft.openapi.util.propertyMap.PropertyAdapter
Set the value for this property.
setValue(java.lang.Object) - Method in interface com.togethersoft.openapi.util.propertyMap.Property
Set the value for this property.
setValue(java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiProperty
Sets the value for this property, or removes this property.
setValue(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciTag
Sets the value for this SciTag.
setValueAt(java.lang.Object,int,int) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel
Sets new value to the certain property.
setValueAt(java.lang.Object,int,int) - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsTableModel
Sets value to the cetain cell.
setValueEditable(boolean) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditor
Enables/disables ability to edit values of this ComboBox.
setVisible(boolean) - Method in interface com.togethersoft.openapi.ide.command.IdeCommandItemBase
Sets the visibility of this command item.
setWindowManager(com.togethersoft.openapi.ide.window.IdeWindowManager) - Static method in class com.togethersoft.openapi.ide.window.IdeWindowManagerAccess
Sets the current IdeWindowManager.
setWritable(boolean) - Method in class com.togethersoft.openapi.ide.inspector.util.property.PropertyMapInspectorProperty
Sets new value to writable state.
setZoomFactor(double) - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagram
Sets specified zoom factor for this diagram.
SHAPE_TYPE - Static variable in class com.togethersoft.openapi.ide.command.IdeCommandConstraints
The value is "shapeType".
SHAPE_TYPE - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contains string information about the nature of the element.
SHIFT_LEFT - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with bitwise shift operator << in Java and C++ or shl in Delhpi.
SHIFT_RIGHT - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with bitwise shift operator >> in Java and C++ or shr in Delhpi.
SHIFT_URIGHT - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with bitwise shift operator >>> (Java only).
shortcuts() - Method in interface com.togethersoft.openapi.ide.command.IdeCommandItemBase
Returns the shortcuts for this command item.
shouldSelectCell(java.util.EventObject) - Method in class com.togethersoft.openapi.ide.inspector.util.table.AbstractCellEditor
 
show(java.awt.Component) - Method in class com.togethersoft.openapi.util.ui.TextAreaDialog
Paints this dialog box and adds default action listeners to the buttons.
showColorChooserDialog(java.awt.Color) - Static method in class com.togethersoft.openapi.ide.inspector.util.editors.color.SwingColorEditor
Shows dialog with this editor and buttons.
showConfigEditor(java.awt.Component,com.togethersoft.openapi.ide.config.IdeConfigEditor,java.lang.String,int) - Method in interface com.togethersoft.openapi.ide.config.IdeConfigManager
Shows the specified IdeConfigEditor.
showConfigEditor(java.awt.Component,java.lang.String,java.lang.String,boolean,java.lang.String,int) - Method in interface com.togethersoft.openapi.ide.config.IdeConfigManager
Shows the IdeConfigEditor in the specified component.
showConfigEditor(java.awt.Component,java.lang.String,java.lang.String,boolean) - Method in interface com.togethersoft.openapi.ide.config.IdeConfigManager
Shows the IdeConfigEditor in the specified component.
showConfirmDialog(java.awt.Component,java.lang.String,java.lang.Object,java.lang.String[]) - Method in interface com.togethersoft.openapi.ide.window.IdeWindowManager
Brings up a modal confirmation dialog.
showConfirmDialog(java.lang.String,java.lang.Object,java.lang.String[]) - Method in interface com.togethersoft.openapi.ide.window.IdeWindowManager
Brings up a modal confirmation dialog.
showDialog(java.awt.Component) - Method in interface com.togethersoft.openapi.ide.window.IdeFileChooser
Displays the file chooser dialog.
showElementsSelectorDialog(com.togethersoft.openapi.rwi.RwiElement,com.togethersoft.openapi.util.function.UnaryCondition,com.togethersoft.openapi.util.function.UnaryCondition,boolean,com.togethersoft.openapi.util.function.UnaryCondition,com.togethersoft.openapi.util.function.UnaryOperation) - Method in interface com.togethersoft.openapi.ide.window.IdeWindowManager
Brings up a modal selector dialog with the specified filtering conditions.
showElementsSelectorDialog(com.togethersoft.openapi.rwi.RwiElement,int) - Method in interface com.togethersoft.openapi.ide.window.IdeWindowManager
Brings up a modal selector dialog of the specified type.
showHelp(java.lang.String,boolean,java.awt.Component) - Method in interface com.togethersoft.openapi.ide.IdeManager
Opens help with JavaHelp reffered to by the specified targetID, in the specified frame.
showHelp(java.net.URL,boolean,java.awt.Component) - Method in interface com.togethersoft.openapi.ide.IdeManager
Opens help with JavaHelp reffered to by the specified URL.
showMessageDialog(java.awt.Component,java.lang.String,int,java.lang.Object) - Method in interface com.togethersoft.openapi.ide.window.IdeWindowManager
Displays a message in the dialog box that contains only "OK" button.
showMessageDialog(java.lang.String,int,java.lang.Object) - Method in interface com.togethersoft.openapi.ide.window.IdeWindowManager
Displays a message in the dialog box containing only "OK" button.
showOptionDialog(java.awt.Component,java.lang.String,int,java.lang.Object,com.togethersoft.openapi.ide.window.IdeDialogButtonGroup,java.lang.String) - Method in interface com.togethersoft.openapi.ide.window.IdeWindowManager
Displays a message in the modal dialog box with the buttons from the specified button group.
showOptionDialog(java.awt.Component,java.lang.String,int,java.lang.Object,java.lang.String[],java.lang.String) - Method in interface com.togethersoft.openapi.ide.window.IdeWindowManager
Displays a message in the modal dialog box with the buttons, presented in the specified array.
shutdown() - Method in interface com.togethersoft.openapi.ide.IdeActivatable
Deactivates an activatable module.
SIGN_MINUS - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with unary minus operators - .
SIGN_PLUS - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with unary plus operator + .
SIGNAL_RECEIPT - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
 
SIGNAL_SENDING - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
 
SimpleWildcardFilter - class com.togethersoft.openapi.util.file.SimpleWildcardFilter
Presents methods to match given path with specified wildcard mask.
SimpleWildcardFilter(java.lang.String) - Constructor for class com.togethersoft.openapi.util.file.SimpleWildcardFilter
Constructs new filter from specified wildcard mask.
SingleElementChooserEditor - class com.togethersoft.openapi.ide.inspector.util.editors.SingleElementChooserEditor
Allows to select in the element chooser dialog only one element.
SingleElementChooserEditor(com.togethersoft.openapi.rwi.RwiElement,com.togethersoft.openapi.util.function.UnaryCondition,com.togethersoft.openapi.util.function.UnaryCondition,boolean,com.togethersoft.openapi.util.function.UnaryOperation) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.SingleElementChooserEditor
Constructs this editor which will be represented on UI as the SingleElementChooser.
SingleElementChooserEditor(com.togethersoft.openapi.rwi.RwiElement,int) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.SingleElementChooserEditor
Constructs this editor which will be represented on UI as the SingleElementChooser.
SingleEnumeration - class com.togethersoft.openapi.util.enum.SingleEnumeration
Presents enumeration contains only one element as an Object.
SingleEnumeration(java.lang.Object) - Constructor for class com.togethersoft.openapi.util.enum.SingleEnumeration
Creates new single enumeration from specified Object.
SinglePagePatternUI - class com.togethersoft.openapi.sci.pattern.SinglePagePatternUI
 
SinglePagePatternUI(java.awt.Component) - Constructor for class com.togethersoft.openapi.sci.pattern.SinglePagePatternUI
 
SinglePropertyCheckBoxUI - class com.togethersoft.openapi.ide.inspector.util.SinglePropertyCheckBoxUI
Represents SingleProperty as a checkbox on the UI.
SinglePropertyCheckBoxUI(com.togethersoft.openapi.ide.inspector.IdeInspectorProperty,java.lang.String) - Constructor for class com.togethersoft.openapi.ide.inspector.util.SinglePropertyCheckBoxUI
Creates new checkbox for the specified InspectorProperty.
SinglePropertyProvider - class com.togethersoft.openapi.util.propertyMap.SinglePropertyProvider
 
SinglePropertyProvider(com.togethersoft.openapi.util.propertyMap.Property,com.togethersoft.openapi.util.propertyMap.PropertyMap) - Constructor for class com.togethersoft.openapi.util.propertyMap.SinglePropertyProvider
There is an advantage of passing the propertyMap parameter so it will delegate all call for determining if property is addable, readable, writable, etc.
SinglePropertyProvider(com.togethersoft.openapi.util.propertyMap.Property) - Constructor for class com.togethersoft.openapi.util.propertyMap.SinglePropertyProvider
 
SinglePropertyProvider(java.lang.Object,java.lang.Object,com.togethersoft.openapi.util.propertyMap.PropertyMap) - Constructor for class com.togethersoft.openapi.util.propertyMap.SinglePropertyProvider
 
SinglePropertyProvider(java.lang.Object,java.lang.Object) - Constructor for class com.togethersoft.openapi.util.propertyMap.SinglePropertyProvider
 
SinglePropertyProvider(java.lang.Object) - Constructor for class com.togethersoft.openapi.util.propertyMap.SinglePropertyProvider
 
SIZEOF - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression of taking the size of expression.
SMALL - Static variable in interface com.togethersoft.openapi.ide.resource.IdeResourceIconType
 
SMALL_DIMENSION - Static variable in class com.togethersoft.openapi.ide.inspector.util.editors.SwingEditorSupport
 
SOURCE - Static variable in interface com.togethersoft.openapi.ide.resource.IdeFileType
A file that contains the source code.
SOURCE - Static variable in interface com.togethersoft.openapi.ide.tools.IdeToolContext
Setting context to SOURCE will make tool appear in context menu of those elements which correspond to source files - java , cpp etc.
StackLayout - class com.togethersoft.openapi.util.ui.StackLayout
************************************************************************** StackLayout is a LayoutManager that arranges components in a vertical (or horizontal) strip aligning them at right, left or centered, and/or filling them to take up any extra vertical or horizontal space.
StackLayout() - Constructor for class com.togethersoft.openapi.util.ui.StackLayout
Create a horizontal StackLayout.
StackLayout(int,int) - Constructor for class com.togethersoft.openapi.util.ui.StackLayout
Create a StackLayout with the given orientation and space between components.
StackLayout(int) - Constructor for class com.togethersoft.openapi.util.ui.StackLayout
Create a StackLayout with the given orientation.
STAR_CHAR - Static variable in interface com.togethersoft.openapi.util.file.WildcardCharacters
 
START_POSITION - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contains a string with the value of the offset of the beginning of an element's declaration in a file, including JavaDoc description comments (and body for Java language).
START_STATE - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
 
start(java.lang.Object,boolean,int,java.lang.String,int) - Method in interface com.togethersoft.openapi.ide.progress.IdeProgressIndicator
Creates and starts a delayed progress indicator.
start(java.lang.Object,boolean,int,java.lang.String) - Method in interface com.togethersoft.openapi.ide.progress.IdeProgressIndicator
Creates and starts a progress indicator.
startEditing(int,int) - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementTableAdderButton
Starts editing of certain cell.
startSession(java.lang.String,java.io.File) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Initializes internal root project and working directory values.
startSession(java.lang.String,java.io.File) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Starts new session.
STATE - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
 
STATE_DIAGRAM - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
An element is a statechart diagram.
stateChanged(javax.swing.event.ChangeEvent) - Method in class com.togethersoft.openapi.ide.inspector.util.TabbedPaneInspectorUI
Called whenever state of tabbed pane is changed.
STATEMENT_BLOCK - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
 
statements() - Method in interface com.togethersoft.openapi.sci.SciCodeBlock
Returns an enumeration of all statements taking place in this block of a source code.
STATIC - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
A boolean property which indicates whether an element is static.
STATIC - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element is static.
STATIC_CAST - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
Static cast expression.
StatusBarUI - class com.togethersoft.openapi.ide.inspector.util.StatusBarUI
This class is the service for the inspector.
StatusBarUI() - Constructor for class com.togethersoft.openapi.ide.inspector.util.StatusBarUI
Constructs status bar.
StatusService - interface com.togethersoft.openapi.ide.util.StatusService
Interface StatusService represents a service that produces text output to the status bar.
STOP - Static variable in class com.togethersoft.openapi.sci.visitor.SciVisitorUtil
This static variable is used to keep the "stop-sign" object.
stop() - Method in interface com.togethersoft.openapi.ide.progress.IdeProgress
Stops this indicator.
stopCellEditing() - Method in class com.togethersoft.openapi.ide.inspector.util.table.AbstractCellEditor
Stops cell editing.
stopCellEditing() - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableComponentUI
Stops cell editing if table is visible and in editing process.
storeValue() - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorBooleanProperty
Stores property value of selected RwiElements (RwiReferences) to RwiModel.
storeValue() - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorColorProperty
Stores property value of selected RwiElements (RwiReferences) to RwiModel.
storeValue() - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorIntegerProperty
Stores property value of selected RwiElements (RwiReferences) to RwiModel.
storeValue() - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorInversedBooleanProperty
Stores property value of selected RwiElements (RwiReferences) to RwiModel.
storeValue() - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorMultipleStringProperty
Stores property value of selected RwiElements (RwiReferences) to RwiModel.
storeValue() - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorProperty
Stores property value of selected RwiElements (RwiReferences) to RwiModel.
storeValue() - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorStringProperty
Stores property value of selected RwiElements (RwiReferences) to RwiModel.
StringEnumeration - interface com.togethersoft.openapi.util.enum.StringEnumeration
Enumeration of Strings.
StringEnumerationAdapter - class com.togethersoft.openapi.util.enum.StringEnumerationAdapter
Minimal implementation enumeration of a Strings.
StringEnumerationAdapter(java.util.Enumeration) - Constructor for class com.togethersoft.openapi.util.enum.StringEnumerationAdapter
Creates new enumeration of a Strings from existing.
subnodeReferences() - Method in interface com.togethersoft.openapi.rwi.RwiNodeReference
Returns an enumeration of references to the subnodes of this reference's node.
subnodes() - Method in interface com.togethersoft.openapi.rwi.RwiNode
Returns an enumeration of all the subnodes this node has.
subpackages() - Method in interface com.togethersoft.openapi.rwi.RwiPackage
Returns an enumeration of subpackages in this package.
subpackages() - Method in interface com.togethersoft.openapi.sci.SciPackage
Returns an enumeration of subpackages in this package.
SUBSYSTEM - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
 
supportedCommands() - Method in interface com.togethersoft.openapi.vcs.VcsProviderType
Returns the array of all commands supported by the provider.
supportsCustomEditor() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingEditorSupport
Checks whether this class supports custom editors.
SwatchChooserPanel - class com.togethersoft.openapi.ide.inspector.util.editors.color.SwatchChooserPanel
Represents panel which keeps SwingColorEditor and RecentSwatchPanel.
SwatchChooserPanel(com.togethersoft.openapi.ide.inspector.util.editors.color.SwingColorEditor,com.togethersoft.openapi.ide.inspector.util.editors.color.ChooserComboPopup) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.color.SwatchChooserPanel
 
SwingBooleanEditor - class com.togethersoft.openapi.ide.inspector.util.editors.SwingBooleanEditor
Represents editor for boolean properties as a check box.
SwingBooleanEditor() - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.SwingBooleanEditor
Constructs BooleanEditor with left alignment of values and default color (not white).
SwingBooleanEditor(int,boolean) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.SwingBooleanEditor
Constructs BooleanEditor with alignment of values and default or white background.
SwingColorEditor - class com.togethersoft.openapi.ide.inspector.util.editors.color.SwingColorEditor
Represents editor which allows to select color.
SwingColorEditor() - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.color.SwingColorEditor
Creates this editor.
SwingComboBoxEditor - class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditor
Represents editor on the base of MutableComboBox.
SwingComboBoxEditor() - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditor
Creates ComboBox with the default mutable model and without lists of the visible names and icons.
SwingComboBoxEditor(javax.swing.MutableComboBoxModel,java.lang.String[],java.lang.String[]) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditor
Creates ComboBox with the custom model, list of visible names and icons names.
SwingComboBoxEditor(javax.swing.MutableComboBoxModel) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditor
Creates ComboBox with the lists of the visible names and icons.
SwingEditorSupport - class com.togethersoft.openapi.ide.inspector.util.editors.SwingEditorSupport
Helps to build custom property editor.
SwingEnumEditor - class com.togethersoft.openapi.ide.inspector.util.editors.SwingEnumEditor
Represents editor for enumeration properties as a JComboBox.
SwingEnumEditor() - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.SwingEnumEditor
Does not produce any initializations.
SwingIntegerEditor - class com.togethersoft.openapi.ide.inspector.util.editors.SwingIntegerEditor
Represents editor for integer properties as a JTextField.
SwingIntegerEditor() - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.SwingIntegerEditor
Constructs editor for single property value.
SwingNumberEditor - class com.togethersoft.openapi.ide.inspector.util.editors.SwingNumberEditor
Represents editor for float number properties as a TextField.
SwingNumberEditor() - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.SwingNumberEditor
Constructs editor and adds KeyListener for keyPressed event.
SwingPasswordEditor - class com.togethersoft.openapi.ide.inspector.util.editors.SwingPasswordEditor
Represents editor for password properties as a textField.
SwingStringEditor - class com.togethersoft.openapi.ide.inspector.util.editors.SwingStringEditor
Represents editor for string properties as a JTextField.
SwingStringEditor() - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.SwingStringEditor
Creates JPanel with JTextField and adds KeyListener for "ENTER pressed" event.
SWITCH - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
 
SwitchablePropertyMap - class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap
Represents PropertyMap with ability to switch to another PropertyMap.
SwitchablePropertyMap() - Constructor for class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap
Creates new empty SwitchablePropertyMap.
SwitchablePropertyMap(com.togethersoft.openapi.util.propertyMap.PropertyMap) - Constructor for class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap
Creates new SwitchablePropertyMap from existing.
symbol - Variable in class com.togethersoft.openapi.ide.editor.IdeEditorStyledChar
Defines the character.
SYNC_BAR - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
 
synchronize() - Method in interface com.togethersoft.openapi.ide.IdeManager
If the data of the opened files change on the disk, automatically reloads these files.
SYNCHRONIZED - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
A boolean property indicating whether this element has the synchronized modifier.
SYNCHRONIZED - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has the synchronize modifier (Java only).
SYNCHRONIZED - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
 
synchronizeProperties() - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsTableModel
Synchronise table cells with RwiElementsPropertySets.
SYSTEM_BOUNDARY - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
 

T

TabbedCompoundComponent - class com.togethersoft.openapi.ide.inspector.util.TabbedCompoundComponent
Represents InspectorCompoundComponent which is presented in the UI as a tabbed pane.
TabbedCompoundComponent(com.togethersoft.openapi.ide.IdeContext,java.lang.String) - Constructor for class com.togethersoft.openapi.ide.inspector.util.TabbedCompoundComponent
Creates new TabbedCompoundComponent for the specified context.
TabbedPaneInspectorUI - class com.togethersoft.openapi.ide.inspector.util.TabbedPaneInspectorUI
Class TabbedPaneInspectorUI is the service for the inspector.
TabbedPaneInspectorUI(com.togethersoft.openapi.ide.inspector.IdeInspector,int) - Constructor for class com.togethersoft.openapi.ide.inspector.util.TabbedPaneInspectorUI
Creates tabbed pane for the specified inspector with the specified location of tabs.
TabbedPaneInspectorUI(com.togethersoft.openapi.ide.inspector.IdeInspector) - Constructor for class com.togethersoft.openapi.ide.inspector.util.TabbedPaneInspectorUI
Creates tabbed pane for the specified inspector.
table - Class Diagram in com.togethersoft.openapi.ide.inspector.util.table
 
TableUtil - class com.togethersoft.openapi.ide.inspector.util.table.TableUtil
Utility class.
tags() - Method in interface com.togethersoft.openapi.sci.SciTagList
Returns an enumeration of all SciTags this element has.
tags(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciTagList
Returns an enumeration of all SciTags with the specified name this element has.
TEMPLATE - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
A boolean property which indicates whether this element is an template.
TEMPLATE - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element is a template (c++ only).
TEMPLATE_ID - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
It's a postfix expression : ' template-name <arg-list>'.
TEMPLATE_PARAM_TEXT - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contains a string with the text of parameters of the template class.
TEXT - Static variable in interface com.togethersoft.openapi.ide.resource.IdeFileType
Regular text file, except for the source code.
TEXT - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contains a string from a file with an element's declaration including JavaDoc description comments (and body for Java language) from START_POSITION to END_POSITION.
text - Class Diagram in com.togethersoft.openapi.util.text
 
TEXT_EDITOR_CONTEXT - Static variable in class com.togethersoft.openapi.ide.command.IdeCommandConstraints
The value is "textEditor".
TextAreaDialog - class com.togethersoft.openapi.util.ui.TextAreaDialog
Presents dialof box with a textarea field on the top and two buttons on the bottom: OK and CANCEL.
TextAreaDialog(java.lang.String,java.lang.String,boolean) - Constructor for class com.togethersoft.openapi.util.ui.TextAreaDialog
 
TextAreaDialog(java.lang.String,java.lang.String) - Constructor for class com.togethersoft.openapi.util.ui.TextAreaDialog
Constructs new dialog with specified title and text.
textColor - Variable in class com.togethersoft.openapi.ide.editor.IdeEditorStyledChar
Defines foreground color of the text.
TextPosition - class com.togethersoft.openapi.util.text.TextPosition
Represents a location within a document.
TextPosition(int,int) - Constructor for class com.togethersoft.openapi.util.text.TextPosition
In this form of constructor you can specify the line and the column of the position within a document.
TextUtil - class com.togethersoft.openapi.util.text.TextUtil
Implements Text manipulations
theButton - Variable in class com.togethersoft.openapi.util.ui.ExtendedControl
 
theComponent - Variable in class com.togethersoft.openapi.util.ui.ExtendedControl
 
THROW - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contains a string with the name of an exception which can be thrown by this element.
THROW - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression of throwing an exception.
THROW - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
 
throwSpecifiers() - Method in interface com.togethersoft.openapi.sci.SciThrowList
Returns an enumeration of SciThrowSpecifier references to the exception classes.
TITLE - Static variable in interface com.togethersoft.openapi.ide.tools.IdeToolConstants
Defines the tool name that will be displayed.
TITLE - Static variable in interface com.togethersoft.openapi.sci.pattern.SciPatternProperty
 
ToggleButtonPanel - class com.togethersoft.openapi.util.ui.ToggleButtonPanel
Represents panel which can contain following controls : simlpe button, radio button, check box and any other controls.
ToggleButtonPanel() - Constructor for class com.togethersoft.openapi.util.ui.ToggleButtonPanel
Constructs new panel without controls.
ToggleButtonPanel(java.lang.String) - Constructor for class com.togethersoft.openapi.util.ui.ToggleButtonPanel
Constructs new panel without controls and sets title.
tools - Class Diagram in com.togethersoft.openapi.ide.tools
 
TOP - Static variable in class com.togethersoft.openapi.util.ui.IconSequence
 
toString() - Method in class com.togethersoft.openapi.sci.SciGenericFactoryException
Returns a string describing this exception
toString() - Method in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap
Returns a string containing the pairs key-value for all properties in this PropertyMap.
toString() - Method in class com.togethersoft.openapi.util.propertyMap.PropertyMapEvent
Returns a string containing a key, old and new values of the changed Property.
toString(javax.swing.KeyStroke) - Static method in class com.togethersoft.openapi.util.ui.KeyStrokeFormat
Formats KeyStroke to String.
toSystemNeutral(java.lang.String) - Static method in class com.togethersoft.openapi.util.file.FileName
Converts all directory delimeters from OS-depended ("/" for UNIX, "\" for Windows ) to OS-neutral.
trace(java.lang.String) - Static method in class com.togethersoft.openapi.ide.IdeLocalDiagnostic
 
trace(java.lang.Throwable) - Static method in class com.togethersoft.openapi.ide.IdeLocalDiagnostic
 
TRANSIENT - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
A boolean property indicating whether this element has the transient modifier.
TRANSIENT - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has the transient modifier (Java only).
TRUE - Static variable in class com.togethersoft.openapi.util.function.ConstantCondition
UnaryCondition which execute method always returns true.
TRY - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
 
TRY_BLOCK - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
 
TYPE - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contains a string with the type of an operation's parameter or the type of an attribute.
TYPE - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression containing a data type.
TYPE_CAST - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
Type casting expression.
TYPE_REFERENCED_ELEMENT - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
For RwiMembers representing attributes, this property contains a string with the unique name of the element which is a type of the attribute.
TYPEID - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
It's expression ( Grammar ): 'typeid ( expression)' Ex: typeid ( int );

U

ui - Class Diagram in com.togethersoft.openapi.util.ui
 
UIComponentService - interface com.togethersoft.openapi.ide.util.UIComponentService
Class UIComponentService represents a service that enables visualization of the service provider on the user interface.
UML_PARAMETERS_TEXT - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contains a string with a text of all parameters in the UML format separated by commas.
UnaryCondition - interface com.togethersoft.openapi.util.function.UnaryCondition
Declares a single method called execute() that takes a single object as its argument and returns a boolean.
UnaryInverse - class com.togethersoft.openapi.util.function.UnaryInverse
Minimal implementation of unary operation and invertion.
UnaryInverse(com.togethersoft.openapi.util.function.InvertibleFunction) - Constructor for class com.togethersoft.openapi.util.function.UnaryInverse
 
UnaryOperation - interface com.togethersoft.openapi.util.function.UnaryOperation
Presents unary operation above Object.
UNDEFINED_VALUE - Static variable in class com.togethersoft.openapi.ide.inspector.IdeInspectorProperty
 
undo - Class Diagram in com.togethersoft.openapi.ide.undo
 
unInitialize() - Method in interface com.togethersoft.openapi.vcs.VcsProviderType
Uninitilizes version control.
uninstallChooserPanel(javax.swing.JColorChooser) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.color.SwatchChooserPanel
 
UNION - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element is an union (CORBA IDL only) .
UNIQUE_NAME - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contains a string with the unique name of this element.
UniqueElementFilter - class com.togethersoft.openapi.util.function.UniqueElementFilter
This filter used to check exsiting Objects for uniqueness.
UNKNOWN - Static variable in interface com.togethersoft.openapi.ide.resource.IdeFileType
This type of a file is unknown to Together.
UNKNOWN - Static variable in class com.togethersoft.openapi.util.text.TextPosition
 
unloadConfigFile(java.lang.Class,java.lang.String) - Static method in class com.togethersoft.openapi.ide.config.IdeModuleConfigAccess
Unloads config for the specified module.
unloadFile(java.lang.String) - Method in class com.togethersoft.openapi.ide.config.IdeNullModuleConfig
Does nothing.
unloadFile(java.lang.String) - Method in interface com.togethersoft.openapi.ide.config.IdeModuleConfig
Instructs config subsystem to unload specified config file.
unRegisterAllProviders(java.lang.String) - Method in class com.togethersoft.openapi.vcs.VcsProviderHelper
Unregister all instances of VcsProvider with specified ID.
unRegisterProvider(com.togethersoft.openapi.vcs.VcsProvider) - Method in class com.togethersoft.openapi.vcs.VcsProviderHelper
Unregister an instance of VcsProvider.
unregisterProvider(com.togethersoft.openapi.vcs.VcsProviderType) - Method in interface com.togethersoft.openapi.vcs.VcsProviderRegistry
Unregisters instance of VcsProviderType.
unselect(com.togethersoft.openapi.ide.diagram.IdeDiagramElement) - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagram
Removes the specified IdeDiagramElement from the selection in this diagram.
unselectAll() - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagram
Clears the selection in this diagram.
UNSPECIFIED - Static variable in interface com.togethersoft.openapi.ide.IdeErrorInfo
Unspecified error.
UPDATE - Static variable in interface com.togethersoft.openapi.ide.tools.IdeToolConstants
Defines whether synchronization with external changes will be performed after execution.
update() - Method in class com.togethersoft.openapi.ide.inspector.IdeInspector
Rebuildes the list of visible components, re-calculates their weights and fires the change of PROP_VISIBLE_COMPONENTS property.
update() - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorComponent
Updates this component.
update() - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorCompoundComponent
Updates internal inspector and all subcomponents.
update() - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorProperty
Updates this inspector property.
update() - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent
Rebuildes list of visible properties, weights of them and fires change of PROP_VISIBLE_PROPERTIES property.
update() - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorSinglePropertyComponent
Updates this single property.
update() - Method in class com.togethersoft.openapi.ide.inspector.util.DescriptionComponent
Updates view of this component.
update() - Method in class com.togethersoft.openapi.ide.inspector.util.DocComponent
Updates view of this component.
update() - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorProperty
Synchronize Internal value with value from RwiModel.
update() - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsComponent
 
updateChooser() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.color.SwatchChooserPanel
 
USE_CASE - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
 
USE_CASE_DIAGRAM - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
An element is a use case diagram.
USER - Static variable in interface com.togethersoft.openapi.ide.editor.IdeEditorSelectionType
User selection - this kind of selection is reserved for the user's selection needs.
util - Class Diagram in com.togethersoft.openapi.ide.inspector.util
 
util - Class Diagram in com.togethersoft.openapi.ide.util
 
util - Class Diagram in com.togethersoft.openapi.util
 

V

valueChanged(javax.swing.event.ListSelectionEvent) - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementTableRemoverButton
Called by list selection listsners when value of row is changed.
VALUETYPE - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
A boolean property which indicates whether this element is an valuetype.
VALUETYPE - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element is a valuetype (CORBA IDL only) .
VBASIC - Static variable in interface com.togethersoft.openapi.rwi.RwiLanguage
Visual Basic language
VBASIC - Static variable in interface com.togethersoft.openapi.sci.SciLanguage
Visual Basic language
vcs - Class Diagram in com.togethersoft.openapi.vcs
 
VcsProvider - interface com.togethersoft.openapi.vcs.VcsProvider
This interface is to be implemented by a class supporting specific VCS.
VcsProviderConstants - interface com.togethersoft.openapi.vcs.VcsProviderConstants
Defines constants for VcsProvider.
VcsProviderException - class com.togethersoft.openapi.vcs.VcsProviderException
Base class for VcsProvider exceptions.
VcsProviderException() - Constructor for class com.togethersoft.openapi.vcs.VcsProviderException
Creates new VcsProviderException without message.
VcsProviderException(java.lang.String) - Constructor for class com.togethersoft.openapi.vcs.VcsProviderException
Creates new VcsProviderException with message.
VcsProviderHelper - class com.togethersoft.openapi.vcs.VcsProviderHelper
Helper class to facilitate registering of newly created instances of VcsProvider.
VcsProviderRegistry - interface com.togethersoft.openapi.vcs.VcsProviderRegistry
A global static storage for all VcsProviderType instances.
VcsProviderRegistryAccess - class com.togethersoft.openapi.vcs.VcsProviderRegistryAccess
Facilitates access to the instance of VcsProviderRegistry.
VcsProviderType - interface com.togethersoft.openapi.vcs.VcsProviderType
This class defines a Version Control System provider and acts as a factory for VcsProvider instances.
VERTICAL - Static variable in class com.togethersoft.openapi.util.ui.StackLayout
The orientation constant for vertical layouts.
VetoableDispatch - interface com.togethersoft.openapi.util.VetoableDispatch
Gives ability to send vetoable event to specified listener.
vetoableDispatch(com.togethersoft.openapi.util.EventMulticaster,com.togethersoft.openapi.util.VetoableDispatch) - Static method in class com.togethersoft.openapi.util.EventMulticaster
Calls vetoableDispatch method of dispatchable event for every event listener from event multicaster.
vetoableDispatch(com.togethersoft.openapi.util.VetoableDispatch) - Method in class com.togethersoft.openapi.util.EventMulticaster
For every listener in array calls method vetoableDispatch of specified event.
vetoableDispatch(java.util.EventListener) - Method in interface com.togethersoft.openapi.util.VetoableDispatch
Sends an vetoable event to specified listener.
VetoException - class com.togethersoft.openapi.util.VetoException
Is thrown when a proposed change to some object represents an unacceptable value.
VetoException() - Constructor for class com.togethersoft.openapi.util.VetoException
Constructs a VetoException without a message.
VetoException(java.lang.String) - Constructor for class com.togethersoft.openapi.util.VetoException
Constructs a VetoException with a detailed message.
VIEW - Static variable in interface com.togethersoft.openapi.ide.inspector.util.ComponentWeight
 
VIEW_TYPE - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contains a string characterizing the visual representation of RwiDiagram (used to distinguish collaboration and sequence diagrams).
VIRTUAL - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
 
VIRTUAL - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element is a virtual function (C++ only).
VISIBLE - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
 
visitAssignmentExpression(com.togethersoft.openapi.sci.SciAssignmentExpression) - Method in class com.togethersoft.openapi.sci.visitor.SciExpressionVisitorAdapter
 
visitAssignmentExpression(com.togethersoft.openapi.sci.SciAssignmentExpression) - Method in interface com.togethersoft.openapi.sci.visitor.SciExpressionVisitor
Performs an action upon SciAssignmentExpression.
visitAttribute(com.togethersoft.openapi.sci.SciAttribute) - Method in class com.togethersoft.openapi.sci.visitor.SciElementVisitorAdapter
 
visitAttribute(com.togethersoft.openapi.sci.SciAttribute) - Method in interface com.togethersoft.openapi.sci.visitor.SciElementVisitor
Performs an action upon SciAttribute.
visitCaseStatement(com.togethersoft.openapi.sci.SciCaseStatement) - Method in class com.togethersoft.openapi.sci.visitor.SciStatementVisitorAdapter
 
visitCaseStatement(com.togethersoft.openapi.sci.SciCaseStatement) - Method in interface com.togethersoft.openapi.sci.visitor.SciStatementVisitor
Performs an action upon SciCaseStatement.
visitCatchBlockStatement(com.togethersoft.openapi.sci.SciCatchBlockStatement) - Method in class com.togethersoft.openapi.sci.visitor.SciStatementVisitorAdapter
 
visitCatchBlockStatement(com.togethersoft.openapi.sci.SciCatchBlockStatement) - Method in interface com.togethersoft.openapi.sci.visitor.SciStatementVisitor
Performs an action upon SciCatchBlockStatement.
visitClass(com.togethersoft.openapi.sci.SciClass) - Method in class com.togethersoft.openapi.sci.visitor.SciElementVisitorAdapter
 
visitClass(com.togethersoft.openapi.sci.SciClass) - Method in interface com.togethersoft.openapi.sci.visitor.SciElementVisitor
Performs an action upon SciClass.
visitCompoundStatement(com.togethersoft.openapi.sci.SciCompoundStatement) - Method in class com.togethersoft.openapi.sci.visitor.SciStatementVisitorAdapter
 
visitCompoundStatement(com.togethersoft.openapi.sci.SciCompoundStatement) - Method in interface com.togethersoft.openapi.sci.visitor.SciStatementVisitor
Performs an action upon SciCompoundStatement.
visitConstantExpression(com.togethersoft.openapi.sci.SciConstantExpression) - Method in class com.togethersoft.openapi.sci.visitor.SciExpressionVisitorAdapter
 
visitConstantExpression(com.togethersoft.openapi.sci.SciConstantExpression) - Method in interface com.togethersoft.openapi.sci.visitor.SciExpressionVisitor
Performs an action upon SciConstantExpression.
visitContainer(com.togethersoft.openapi.rwi.RwiContainer) - Method in class com.togethersoft.openapi.rwi.RwiVisitorAdapter
 
visitDeclarationStatement(com.togethersoft.openapi.sci.SciDeclarationStatement) - Method in class com.togethersoft.openapi.sci.visitor.SciStatementVisitorAdapter
 
visitDeclarationStatement(com.togethersoft.openapi.sci.SciDeclarationStatement) - Method in interface com.togethersoft.openapi.sci.visitor.SciStatementVisitor
Performs an action upon SciDeclarationStatement.
visitDiagram(com.togethersoft.openapi.rwi.RwiDiagram) - Method in class com.togethersoft.openapi.rwi.RwiVisitorAdapter
 
visitDiagram(com.togethersoft.openapi.rwi.RwiDiagram) - Method in interface com.togethersoft.openapi.rwi.RwiVisitor
Performs an action upon RwiDiagram.
visitElement(com.togethersoft.openapi.rwi.RwiElement) - Method in class com.togethersoft.openapi.rwi.RwiVisitorAdapter
 
visitElement(com.togethersoft.openapi.sci.SciElement) - Method in class com.togethersoft.openapi.sci.visitor.SciElementVisitorAdapter
 
visitExpression(com.togethersoft.openapi.sci.SciExpression) - Method in class com.togethersoft.openapi.sci.visitor.SciExpressionVisitorAdapter
 
visitExpression(com.togethersoft.openapi.sci.SciExpression) - Method in interface com.togethersoft.openapi.sci.visitor.SciExpressionVisitor
Performs an action upon SciExpression.
visitExpressions(com.togethersoft.openapi.sci.visitor.SciExpressionVisitor,int) - Method in interface com.togethersoft.openapi.sci.SciScope
 
visitExpressions(com.togethersoft.openapi.sci.visitor.SciExpressionVisitor,int) - Method in interface com.togethersoft.openapi.sci.SciStatement
 
visitExpressions(com.togethersoft.openapi.sci.visitor.SciExpressionVisitor) - Method in interface com.togethersoft.openapi.sci.SciScope
 
visitExpressions(com.togethersoft.openapi.sci.visitor.SciExpressionVisitor) - Method in interface com.togethersoft.openapi.sci.SciStatement
 
visitExpressionStatement(com.togethersoft.openapi.sci.SciExpressionStatement) - Method in class com.togethersoft.openapi.sci.visitor.SciStatementVisitorAdapter
 
visitExpressionStatement(com.togethersoft.openapi.sci.SciExpressionStatement) - Method in interface com.togethersoft.openapi.sci.visitor.SciStatementVisitor
Performs an action upon SciExpressionStatement.
visitFile(com.togethersoft.openapi.sci.SciFile) - Method in interface com.togethersoft.openapi.sci.visitor.SciFileVisitor
 
visitFile(com.togethersoft.openapi.sci.SciPackage) - Method in interface com.togethersoft.openapi.sci.visitor.SciPackageVisitor
 
visitFunction(com.togethersoft.openapi.sci.SciFunction) - Method in class com.togethersoft.openapi.sci.visitor.SciElementVisitorAdapter
 
visitFunction(com.togethersoft.openapi.sci.SciFunction) - Method in interface com.togethersoft.openapi.sci.visitor.SciElementVisitor
Performs an action upon SciFunction.
visitFunctionCallExpression(com.togethersoft.openapi.sci.SciFunctionCallExpression) - Method in class com.togethersoft.openapi.sci.visitor.SciExpressionVisitorAdapter
 
visitFunctionCallExpression(com.togethersoft.openapi.sci.SciFunctionCallExpression) - Method in interface com.togethersoft.openapi.sci.visitor.SciExpressionVisitor
Performs an action upon SciFunctionCallExpression.
visitIfStatement(com.togethersoft.openapi.sci.SciIfStatement) - Method in class com.togethersoft.openapi.sci.visitor.SciStatementVisitorAdapter
 
visitIfStatement(com.togethersoft.openapi.sci.SciIfStatement) - Method in interface com.togethersoft.openapi.sci.visitor.SciStatementVisitor
Performs an action upon SciIfStatement.
visitInheritance(com.togethersoft.openapi.sci.SciInheritance) - Method in class com.togethersoft.openapi.sci.visitor.SciElementVisitorAdapter
 
visitInheritance(com.togethersoft.openapi.sci.SciInheritance) - Method in interface com.togethersoft.openapi.sci.visitor.SciElementVisitor
Performs an action upon SciInheritance.
visitInitializer(com.togethersoft.openapi.sci.SciInitializer) - Method in class com.togethersoft.openapi.sci.visitor.SciElementVisitorAdapter
 
visitInitializer(com.togethersoft.openapi.sci.SciInitializer) - Method in interface com.togethersoft.openapi.sci.visitor.SciElementVisitor
Performs an action upon SciInitializer.
visitLink(com.togethersoft.openapi.rwi.RwiLink) - Method in class com.togethersoft.openapi.rwi.RwiVisitorAdapter
 
visitLink(com.togethersoft.openapi.rwi.RwiLink) - Method in interface com.togethersoft.openapi.rwi.RwiVisitor
Performs an action upon RwiLink.
visitLoopStatement(com.togethersoft.openapi.sci.SciLoopStatement) - Method in class com.togethersoft.openapi.sci.visitor.SciStatementVisitorAdapter
 
visitLoopStatement(com.togethersoft.openapi.sci.SciLoopStatement) - Method in interface com.togethersoft.openapi.sci.visitor.SciStatementVisitor
Performs an action upon SciLoopStatement.
visitMember(com.togethersoft.openapi.rwi.RwiMember) - Method in class com.togethersoft.openapi.rwi.RwiVisitorAdapter
 
visitMember(com.togethersoft.openapi.rwi.RwiMember) - Method in interface com.togethersoft.openapi.rwi.RwiVisitor
Performs an action upon RwiMember.
visitMemberAccessExpression(com.togethersoft.openapi.sci.SciMemberAccessExpression) - Method in class com.togethersoft.openapi.sci.visitor.SciExpressionVisitorAdapter
 
visitMemberAccessExpression(com.togethersoft.openapi.sci.SciMemberAccessExpression) - Method in interface com.togethersoft.openapi.sci.visitor.SciExpressionVisitor
Performs an action upon SciMemberAccessExpression.
visitNewExpression(com.togethersoft.openapi.sci.SciNewExpression) - Method in class com.togethersoft.openapi.sci.visitor.SciExpressionVisitorAdapter
 
visitNewExpression(com.togethersoft.openapi.sci.SciNewExpression) - Method in interface com.togethersoft.openapi.sci.visitor.SciExpressionVisitor
Performs an action upon SciNewExpression.
visitNode(com.togethersoft.openapi.rwi.RwiNode) - Method in class com.togethersoft.openapi.rwi.RwiVisitorAdapter
 
visitNode(com.togethersoft.openapi.rwi.RwiNode) - Method in interface com.togethersoft.openapi.rwi.RwiVisitor
Performs an action upon RwiNode.
visitOperation(com.togethersoft.openapi.sci.SciOperation) - Method in class com.togethersoft.openapi.sci.visitor.SciElementVisitorAdapter
 
visitOperation(com.togethersoft.openapi.sci.SciOperation) - Method in interface com.togethersoft.openapi.sci.visitor.SciElementVisitor
Performs an action upon SciOperation.
visitor - Class Diagram in com.togethersoft.openapi.sci.visitor
 
visitPackage(com.togethersoft.openapi.rwi.RwiPackage) - Method in class com.togethersoft.openapi.rwi.RwiVisitorAdapter
 
visitPackage(com.togethersoft.openapi.rwi.RwiPackage) - Method in interface com.togethersoft.openapi.rwi.RwiVisitor
Performs an action upon RwiPackage.
visitParameter(com.togethersoft.openapi.sci.SciParameter) - Method in class com.togethersoft.openapi.sci.visitor.SciElementVisitorAdapter
 
visitParameter(com.togethersoft.openapi.sci.SciParameter) - Method in interface com.togethersoft.openapi.sci.visitor.SciElementVisitor
Performs an action upon SciParameter.
visitReference(com.togethersoft.openapi.sci.SciReference) - Method in interface com.togethersoft.openapi.sci.visitor.SciReferenceVisitor
Performs an action upon SciReference.
visitReferenceExpression(com.togethersoft.openapi.sci.SciReferenceExpression) - Method in class com.togethersoft.openapi.sci.visitor.SciExpressionVisitorAdapter
 
visitReferenceExpression(com.togethersoft.openapi.sci.SciReferenceExpression) - Method in interface com.togethersoft.openapi.sci.visitor.SciExpressionVisitor
Performs an action upon SciReferenceExpression.
visitReferences(com.togethersoft.openapi.sci.visitor.SciReferenceVisitor,com.togethersoft.openapi.sci.SciElement) - Method in interface com.togethersoft.openapi.sci.SciElement
In this element, makes a specified visitor perform certain actions upon all references to the specified element.
visitReferences(com.togethersoft.openapi.sci.visitor.SciReferenceVisitor,com.togethersoft.openapi.sci.SciElement) - Method in interface com.togethersoft.openapi.sci.SciExpression
In this expression, makes a specified visitor perform certain actions upon all references to the specified element.
visitReferences(com.togethersoft.openapi.sci.visitor.SciReferenceVisitor,com.togethersoft.openapi.sci.SciElement) - Method in interface com.togethersoft.openapi.sci.SciScope
 
visitReferences(com.togethersoft.openapi.sci.visitor.SciReferenceVisitor,com.togethersoft.openapi.sci.SciElement) - Method in interface com.togethersoft.openapi.sci.SciStatement
 
visitReferences(com.togethersoft.openapi.sci.visitor.SciReferenceVisitor) - Method in interface com.togethersoft.openapi.sci.SciElement
In this element, makes a specified visitor perform certain actions upon all references.
visitReferences(com.togethersoft.openapi.sci.visitor.SciReferenceVisitor) - Method in interface com.togethersoft.openapi.sci.SciExpression
In this expression, makes a specified visitor perform certain actions upon all references.
visitReferences(com.togethersoft.openapi.sci.visitor.SciReferenceVisitor) - Method in interface com.togethersoft.openapi.sci.SciScope
 
visitReferences(com.togethersoft.openapi.sci.visitor.SciReferenceVisitor) - Method in interface com.togethersoft.openapi.sci.SciStatement
 
visitReturnStatement(com.togethersoft.openapi.sci.SciReturnStatement) - Method in class com.togethersoft.openapi.sci.visitor.SciStatementVisitorAdapter
 
visitReturnStatement(com.togethersoft.openapi.sci.SciReturnStatement) - Method in interface com.togethersoft.openapi.sci.visitor.SciStatementVisitor
Performs an action upon SciReturnStatement.
visitStatement(com.togethersoft.openapi.sci.SciStatement) - Method in class com.togethersoft.openapi.sci.visitor.SciStatementVisitorAdapter
 
visitStatement(com.togethersoft.openapi.sci.SciStatement) - Method in interface com.togethersoft.openapi.sci.visitor.SciStatementVisitor
Performs an action upon SciStatement.
visitStatements(com.togethersoft.openapi.sci.visitor.SciStatementVisitor,int) - Method in interface com.togethersoft.openapi.sci.SciScope
 
visitStatements(com.togethersoft.openapi.sci.visitor.SciStatementVisitor) - Method in interface com.togethersoft.openapi.sci.SciScope
 
visitSwitchStatement(com.togethersoft.openapi.sci.SciSwitchStatement) - Method in class com.togethersoft.openapi.sci.visitor.SciStatementVisitorAdapter
 
visitSwitchStatement(com.togethersoft.openapi.sci.SciSwitchStatement) - Method in interface com.togethersoft.openapi.sci.visitor.SciStatementVisitor
Performs an action upon SciSwitchStatement.
visitThrowSpecifier(com.togethersoft.openapi.sci.SciThrowSpecifier) - Method in class com.togethersoft.openapi.sci.visitor.SciElementVisitorAdapter
 
visitThrowSpecifier(com.togethersoft.openapi.sci.SciThrowSpecifier) - Method in interface com.togethersoft.openapi.sci.visitor.SciElementVisitor
Performs an action upon SciThrowSpecifier.
visitThrowStatement(com.togethersoft.openapi.sci.SciThrowStatement) - Method in class com.togethersoft.openapi.sci.visitor.SciStatementVisitorAdapter
 
visitThrowStatement(com.togethersoft.openapi.sci.SciThrowStatement) - Method in interface com.togethersoft.openapi.sci.visitor.SciStatementVisitor
Performs an action upon SciThrowStatement.
visitTryStatement(com.togethersoft.openapi.sci.SciTryStatement) - Method in class com.togethersoft.openapi.sci.visitor.SciStatementVisitorAdapter
 
visitTryStatement(com.togethersoft.openapi.sci.SciTryStatement) - Method in interface com.togethersoft.openapi.sci.visitor.SciStatementVisitor
Performs an action upon SciTryStatement.
visitTypeCastExpression(com.togethersoft.openapi.sci.SciTypeCastExpression) - Method in class com.togethersoft.openapi.sci.visitor.SciExpressionVisitorAdapter
 
visitTypeCastExpression(com.togethersoft.openapi.sci.SciTypeCastExpression) - Method in interface com.togethersoft.openapi.sci.visitor.SciExpressionVisitor
Performs an action upon SciTypeCastExpression.
visitTypeExpression(com.togethersoft.openapi.sci.SciTypeExpression) - Method in class com.togethersoft.openapi.sci.visitor.SciExpressionVisitorAdapter
 
visitTypeExpression(com.togethersoft.openapi.sci.SciTypeExpression) - Method in interface com.togethersoft.openapi.sci.visitor.SciExpressionVisitor
Performs an action upon SciTypeExpression.
visitVariable(com.togethersoft.openapi.sci.SciVariable) - Method in class com.togethersoft.openapi.sci.visitor.SciElementVisitorAdapter
 
visitVariable(com.togethersoft.openapi.sci.SciVariable) - Method in interface com.togethersoft.openapi.sci.visitor.SciElementVisitor
Performs an action upon SciVariable.
VOLATILE - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
A boolean property indicating whether this element has the volatile modifier.
VOLATILE - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has the volatile modifier.

W

WAIT - Static variable in interface com.togethersoft.openapi.ide.config.IdeConfigEditorMode
Waits util OK button is pressed.
WARNING - Static variable in interface com.togethersoft.openapi.ide.message.IdeMessageType
The warning type.
WARNING - Static variable in interface com.togethersoft.openapi.ide.window.IdeDialogType
Warning message.
WARNING_MODAL - Static variable in interface com.togethersoft.openapi.ide.message.IdeMessageType
The warning type (a message will be displayed in a modal dialog).
wasEssentialChange(java.lang.Object) - Method in interface com.togethersoft.openapi.ide.undo.IdeUndoManager
Checks if any significant changes in the model occurred since the specified state.
WHILE_POST - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
 
WHILE_PRED - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
 
WHITE_INSTANCE - Static variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueRenderer
Instance of this class with the white background.
WildcardCharacters - interface com.togethersoft.openapi.util.file.WildcardCharacters
This interface contains wildcard characters constants.
WildcardFileFilter - class com.togethersoft.openapi.util.file.WildcardFileFilter
File filter implementation which can be set on a JFileChooser to keep unwanted files from appearing in the directory listing.
WildcardFileFilter(java.lang.String) - Constructor for class com.togethersoft.openapi.util.file.WildcardFileFilter
Creates a file filter that accepts files with the given file mask with support of wildcard characters * and ?.
window - Class Diagram in com.togethersoft.openapi.ide.window
 
WMF - Static variable in interface com.togethersoft.openapi.ide.diagram.IdeImageFormat
The WMF format.
wordCount(java.lang.String) - Static method in class com.togethersoft.openapi.util.properties.PropertyUtil
 
wordStartIndex(java.lang.String,int) - Static method in class com.togethersoft.openapi.util.properties.PropertyUtil
 
WRITABLE - Static variable in interface com.togethersoft.openapi.ide.project.IdeProjectConstant
The IdeProjectNode is writable.
writableFileTypes() - Method in interface com.togethersoft.openapi.ide.project.IdeProjectNode
Returns an enumeration of strings containing the names of writable file types.

Y

YES - Static variable in interface com.togethersoft.openapi.ide.window.IdeButtonType
Yes button.
YES_NO_BUTTONS - Static variable in interface com.togethersoft.openapi.ide.window.IdeButtonType
Array containing YES and NO.
YES_NO_CANCEL_BUTTONS - Static variable in interface com.togethersoft.openapi.ide.window.IdeButtonType
Array containing YES, NO and CANCEL.