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

A

ABS - Static variable in class com.togethersoft.openapi.util.ui.StackLayout
 
ABSOLUTE_RBUTTON_COMMAND - Static variable in class com.togethersoft.openapi.util.ui.URLChooser
 
ABSOLUTE_RBUTTON_LABEL - Static variable in class com.togethersoft.openapi.util.ui.URLChooser
 
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.
AbstractDialog - class com.togethersoft.openapi.util.ui.AbstractDialog
Presents abstract dialog
AbstractDialog() - Constructor for class com.togethersoft.openapi.util.ui.AbstractDialog
Creates new AbstractDialog
AbstractDialog(boolean) - Constructor for class com.togethersoft.openapi.util.ui.AbstractDialog
Only for children
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 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 expression.
accept(com.togethersoft.openapi.sci.visitor.SciStatementVisitor) - Method in interface com.togethersoft.openapi.sci.SciStatement
 
accept(com.togethersoft.openapi.vfs.VirtualFile,java.lang.String) - Method in interface com.togethersoft.openapi.vfs.VirtualFileFilter
 
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.
accept(java.lang.String) - Method in class com.togethersoft.openapi.util.file.WildcardFileFilter.Mask
 
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 an element's data using .
accessors() - Method in interface com.togethersoft.openapi.sci.SciCompoundMember
 
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.editors.TableAdderButtonListener
Invoked when 'Add' button was pressed.
actionPerformed(java.awt.event.ActionEvent) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.TableRemoverButtonListener
Invoked when 'Remove' button was pressed.
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.AbstractDialog
Works actions:
IdeButtonType.CANCEL calls cancelAction()
IdeButtonType.OK calls okAction()
IdeButtonType.HELP calls IdeAccess.getIdeManager ().openApplicationHelp (getHelpLocation (), myDialog)
actionPerformed(java.awt.event.ActionEvent) - Method in class com.togethersoft.openapi.util.ui.ExtendedTabbedPane.MySelectTab
 
actionPerformed(java.awt.event.ActionEvent) - Method in class com.togethersoft.openapi.util.ui.TextAreaDialog
Actions handling
actionPerformed(java.awt.event.ActionEvent) - Method in class com.togethersoft.openapi.util.ui.URLChooser
Implements ActionListener interface.
ActionProvider - interface com.togethersoft.openapi.ide.inspector.provider.ActionProvider
 
ActionProvider - interface com.togethersoft.openapi.modelnavigator.ActionProvider
Provider implementing this interface provides menu items for popup menu invoked
on right mouse click in navigator.
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_HANDLER - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
VB.NET statement 'AddHandler'
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.
addActionProvider(com.togethersoft.openapi.modelnavigator.ActionProvider) - Method in interface com.togethersoft.openapi.modelnavigator.NavigatorService
Adds ActionProvider object used for generating popup menues
and for processing default action on double click on navigator's nodes.
addAllMembers(java.util.Vector,com.togethersoft.openapi.sci.SciClass,boolean,java.util.Vector) - Static method in class com.togethersoft.openapi.sci.SciUtil
 
addAssetListener(com.togethersoft.testing.host.IAssetListener) - Method in interface com.togethersoft.testing.host.ITestProject
Adds AssetListener to the test project
addAttribute(java.lang.String,java.lang.String,java.lang.String) - Method in class com.togethersoft.testing.shared.util.XMLWriter
 
addAttribute(java.lang.String,java.lang.String,java.lang.String) - Method in interface com.togethersoft.testing.shared.util.IXMLWriter
 
addAttribute(java.lang.String,java.lang.String) - Method in class com.togethersoft.testing.shared.util.XMLWriter
 
addAttribute(java.lang.String,java.lang.String) - Method in interface com.togethersoft.testing.shared.util.IXMLWriter
 
addAttributeSection(com.togethersoft.openapi.sci.SciObject,boolean) - Method in interface com.togethersoft.openapi.sci.SciNetHelper
 
addAttributeToConstructors(com.togethersoft.openapi.sci.SciAttribute) - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
addCacheControl(com.togethersoft.openapi.vfs.VirtualFileVolume.CacheControl) - Method in interface com.togethersoft.openapi.vfs.VirtualFileVolume
Adds CacheControl to volume
addCData(java.lang.Object) - Method in class com.togethersoft.testing.shared.util.XMLWriter
 
addCData(java.lang.Object) - Method in interface com.togethersoft.testing.shared.util.IXMLWriter
 
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 class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedFileNameEditor
Adds a filter to the list of user choosable file filters in filechooser.
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.
addComparator(com.togethersoft.openapi.modelnavigator.NavigatorComparator) - Method in interface com.togethersoft.openapi.modelnavigator.NavigatorService
Adds comparator used for sorting navigator nodes.
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(com.togethersoft.openapi.ide.inspector.IdeInspectorComponent) - Method in interface com.togethersoft.openapi.ide.inspector.service.ComponentService
 
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.
addContent(java.lang.String) - Method in class com.togethersoft.testing.shared.util.XMLWriter
 
addDependency(java.lang.String) - Method in interface com.togethersoft.testing.host.ITarget
Adds dependency on given target name
addDetail(int,java.lang.String,com.togethersoft.testing.shared.Comment,java.lang.String) - Method in interface com.togethersoft.testing.testserver.IServerResultListener
 
addDetail(int,java.lang.String,com.togethersoft.testing.shared.StackTrace,java.lang.String) - Method in interface com.togethersoft.testing.testserver.IServerResultListener
 
addDetail(int,java.lang.String,com.togethersoft.testing.shared.StdErr,com.togethersoft.testing.shared.StdOut,com.togethersoft.testing.shared.Comment,com.togethersoft.testing.shared.StackTrace,java.lang.String) - Method in interface com.togethersoft.testing.testserver.IServerResultListener
 
addDetail(int,java.lang.String,com.togethersoft.testing.shared.StdErr,com.togethersoft.testing.shared.StdOut,com.togethersoft.testing.shared.StackTrace,java.lang.String) - Method in interface com.togethersoft.testing.testserver.IServerResultListener
 
ADDED - Static variable in class com.togethersoft.testing.shared.ResultEvent
 
addElement(Element) - Method in class com.togethersoft.testing.shared.util.XMLWriter
 
addElement(Element) - Method in interface com.togethersoft.testing.shared.util.IXMLWriter
 
addField(com.togethersoft.openapi.ide.inspector.IdeInspectorProperty) - Method in interface com.togethersoft.openapi.ide.inspector.service.ComponentService
 
addFilter(com.togethersoft.openapi.util.function.UnaryCondition) - Method in interface com.togethersoft.openapi.modelnavigator.NavigatorService
Adds filter that can filter out unnecessary model elements
that should not be shown in navigator.
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
 
addInspector(java.lang.String,com.togethersoft.openapi.ide.inspector.IdeInspector) - Method in interface com.togethersoft.openapi.ide.inspector.IdeInspectorManager
 
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.CustomColorChooser.CenterLayout
 
addLayoutComponent(java.lang.String,java.awt.Component) - Method in class com.togethersoft.openapi.util.ui.ExtendedControl.ExtendedControlLayoutManager
 
addLayoutComponent(java.lang.String,java.awt.Component) - Method in class com.togethersoft.openapi.util.ui.SimpleExtendedControl.ExtendedControlLayoutManager
 
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.
addListDataListener(javax.swing.event.ListDataListener) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueRenderer.SingleComboBoxModel
 
addListener(com.togethersoft.openapi.vcs.VcsProviderListener) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Adds provider event listenter
addListener(com.togethersoft.openapi.vcs.VcsProviderListener) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Adds provider event listenter
addMenu(java.awt.Component) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentInformer
 
addModelChangeListener(com.togethersoft.openapi.model.elements.ModelChangeListener) - Method in interface com.togethersoft.openapi.model.elements.Model
 
addModelPropertyName(java.lang.String) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent.ModelPropertyNamesServiceImpl
 
addMouseListener() - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableComponentUI
 
addNodeUIProvider(com.togethersoft.openapi.modelnavigator.NodeUIProvider) - Method in interface com.togethersoft.openapi.modelnavigator.NodeUIService
Registers NodeUIProvider.
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.
addParameter(java.lang.String,java.lang.String) - Method in class com.togethersoft.testing.shared.ServerURL
Adds a parameter (a key-value pair) to the URL
addParameter(java.lang.String,java.lang.String) - Method in interface com.togethersoft.testing.testserver.ISession
 
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
 
addPlatformListener(com.togethersoft.openapi.model.platform.PlatformListener) - Method in class com.togethersoft.openapi.model.platform.Platform
 
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.
addProjectRoot(java.lang.String) - Method in interface com.togethersoft.testing.host.ITestProject
 
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.model.elements.PropertyMap,java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.model.extension.PropertySetProvider
Provider must add property with a specified value to propertyMap.
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.model.elements.PropertyMap
Creates and adds to this property map new property with the
given propertyName and propertyValue
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.baseexpert.ExpertModel
Adds property change listener
Every time when ExpertModel detects changes it should fire PropertyChangeEvent for changed 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
Adds a property-change listenrer.
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.model.elements.Element) - Method in interface com.togethersoft.openapi.model.elements.ReferenceCollection
 
addReference(com.togethersoft.openapi.model.elements.ReferenceCollection,com.togethersoft.openapi.model.elements.Reference,com.togethersoft.openapi.model.elements.Element) - Method in interface com.togethersoft.openapi.model.extension.ReferenceProvider
This method is called, when addReference of ReferenceCollection was called.
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 (&).
addResultListener(com.togethersoft.testing.shared.IResultListener) - Method in interface com.togethersoft.testing.shared.IResult
Adds a result listener.
addRoot(com.togethersoft.openapi.model.elements.Entity) - Method in interface com.togethersoft.openapi.modelnavigator.NavigatorService
Adds model Entity as root node.
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.
addSelectionCollection(com.togethersoft.openapi.model.elements.ReferenceCollection) - Method in interface com.togethersoft.openapi.modelnavigator.NavigatorService
Registers ReferenceCollection to be used as storage for
Reference objects referencing model Element
currently selected in navigator.
addSelectionElement(com.togethersoft.openapi.model.elements.Element) - Method in interface com.togethersoft.openapi.modelselection.SelectionService
 
addSelectionElements(com.togethersoft.openapi.model.enum.ElementEnumeration) - Method in interface com.togethersoft.openapi.modelselection.SelectionService
 
addSelectionListener(com.togethersoft.openapi.modelnavigator.NavigatorSelectionListener) - Method in interface com.togethersoft.openapi.modelnavigator.NavigatorService
Registers NavigatorSelectionListener objects that listen
for selection changes in navigator.
addSelectionListener(com.togethersoft.openapi.modelselection.SelectionListener) - Method in interface com.togethersoft.openapi.modelselection.SelectionService
 
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.
addTab(java.lang.String,char,java.awt.Component) - Method in class com.togethersoft.openapi.util.ui.ExtendedTabbedPane
Adds new tab with title and shortcut.
addTab(java.lang.String,int,java.awt.Component) - Method in class com.togethersoft.openapi.util.ui.ExtendedTabbedPane
Adds new tab with title and shortcut.
addTestHostListener(com.togethersoft.testing.host.ITestHostListener) - Method in interface com.togethersoft.testing.host.ITestHost
Deprecated.
addToggleButton(java.lang.String,boolean,int) - Method in class com.togethersoft.openapi.util.ui.ToggleButtonPanel
 
addToggleButton(java.lang.String,boolean) - Method in class com.togethersoft.openapi.util.ui.ToggleButtonPanel
 
addUserObject(java.lang.String,java.lang.Object) - Method in interface com.togethersoft.testing.host.ISuiteEntry
Associates the key with any object.
addUserObject(java.lang.String,java.lang.Object) - Method in interface com.togethersoft.testing.host.ITestAsset
Associates the key with any object.
addValues(java.util.Vector) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI
Populates itself from the given Vector.
addValuesFromString(java.lang.String,java.util.Vector) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedParamsEditor
This method iterates comma separated tokens in the passed
stringValues, attempts to convert them into atomic object
values and adds to the output vector
addValuesFromString(java.lang.String,java.util.Vector) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueEditor
This method iterates comma separated tokens in the passed
stringValues, attempts to convert them into atomic object
values and adds to the output vector
addVetoableChangeListener(java.beans.VetoableChangeListener) - Method in class com.togethersoft.openapi.util.nullObject.NullVetoableChangeSupport
Does nothing
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
Adds a vetoable change listener
addVirtualFileListener(com.togethersoft.openapi.vfs.event.VirtualFileListener,int) - Method in interface com.togethersoft.openapi.vfs.VirtualFile
Adds VirtualFileListener to a file
addVirtualFileListener(com.togethersoft.openapi.vfs.event.VirtualFileListener) - Method in interface com.togethersoft.openapi.vfs.VirtualFileManager
 
addWindowAdapter() - Method in class com.togethersoft.openapi.util.ui.AbstractDialog
 
adjustColumnWidth(int) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableComponentUIBase
 
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.
advanceDiff() - Method in class com.togethersoft.openapi.util.enum.OrderedDiffEnumeration
 
advanceFirst() - Method in class com.togethersoft.openapi.util.enum.OrderedMergerEnumeration
 
advanceOrig() - Method in class com.togethersoft.openapi.util.enum.OrderedDiffEnumeration
 
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
 
advanceSecond() - Method in class com.togethersoft.openapi.util.enum.OrderedMergerEnumeration
 
advanceSub() - Method in class com.togethersoft.openapi.util.enum.OrderedDiffEnumeration
 
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_FILES_FILTER - Static variable in class com.togethersoft.openapi.ide.window.IdeFileFilterConstant
 
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 declarations and definitions of the 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 declarations and definitions.
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
 
anonymousClasses(com.togethersoft.openapi.sci.SciClass) - Method in interface com.togethersoft.openapi.sci.SciJavaHelper
Returns an enumeration of anonymous classes of the specified class.
APPLET_CONFIGURATION - Static variable in interface com.togethersoft.testing.host.ITagNames
 
APPLICATION_CONFIGURATION - Static variable in interface com.togethersoft.testing.host.ITagNames
 
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.
ARCHIVE_FILES_FILTER - Static variable in class com.togethersoft.openapi.ide.window.IdeFileFilterConstant
 
ARRAY_ACCESS - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression of accessing an 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 - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
'assert' statement (Java 1.4).
ASSERT_DISABLED - Static variable in interface com.togethersoft.openapi.util.diagnostic.DiagnosticMode
Assertion are disabled
ASSERT_MESSAGE - Static variable in interface com.togethersoft.openapi.util.diagnostic.DiagnosticMode
Only assertion message is printed
ASSERT_STACK - Static variable in interface com.togethersoft.openapi.util.diagnostic.DiagnosticMode
Assertion message and call stack are printed
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
 
assert(java.lang.String,boolean,java.lang.String) - Method in interface com.togethersoft.openapi.util.diagnostic.Diagnostic
Traces message according to mode set for category
if condition fails.
AssetCategory - class com.togethersoft.testing.shared.AssetCategory
Provides default implementation of ICategory interface
AssetCategory(java.lang.String[]) - Constructor for class com.togethersoft.testing.shared.AssetCategory
Creates new asset category with gived ids
AssetEvent - class com.togethersoft.testing.host.AssetEvent
Represents change event provided to notify listeners about changes of host elements.
AssetEvent(java.lang.Object,com.togethersoft.testing.shared.IElementRO) - Constructor for class com.togethersoft.testing.host.AssetEvent
Creates new instance of AssetEvent
assetsAdded(com.togethersoft.testing.host.AssetEvent) - Method in interface com.togethersoft.testing.host.IAssetListener
Invoked when an asset is added
assetsChanged(com.togethersoft.testing.host.AssetEvent) - Method in interface com.togethersoft.testing.host.IAssetListener
Invoked when an asset is changed
assetsRemoved(com.togethersoft.testing.host.AssetEvent) - Method in interface com.togethersoft.testing.host.IAssetListener
Invoked when an asset is removed
ASSIGN - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
Assignment expression.
ASSIGN_ADDRESS - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
VB.NET special expression for assign statement:
Expression = AddressOf 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_CONCAT - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
VB.NET special expression for assign statement:
Expression = AddressOf Expression.
ASSIGN_DIVIDE - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
Assignment /= expression.
ASSIGN_DIVIDE_INT - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
VB.NET special expression for assign statement:
Expression \= 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_POWER - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
VB.NET special expression for assign statement:
Expression ^= 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
 
attributeDetail(com.togethersoft.openapi.rwi.RwiMember) - Static method in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
attributes - Variable in class com.togethersoft.testing.shared.util.XMLWriter
 
attributes() - Method in interface com.togethersoft.openapi.sci.SciClass
Returns an enumeration of all attributes this class has.
attributes() - Method in interface com.togethersoft.openapi.sci.SciNetAttributeSection
 
attrInfo - Static variable in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
autorun() - Method in interface com.togethersoft.openapi.ide.IdeStartup
This method is called while Together is loading.

B

BACK - Static variable in class com.togethersoft.openapi.util.ui.StackLayout
 
backColor - Variable in class com.togethersoft.openapi.ide.editor.IdeEditorStyledChar
Defines background color of the text.
baseexpert - Class Diagram in com.togethersoft.openapi.baseexpert
 
BEANS - Static variable in interface com.togethersoft.openapi.ide.inspector.util.ComponentWeight
 
before - Variable in class com.togethersoft.openapi.sci.policy.SciPasteOrderPolicy.Anchor
 
beginTask(java.lang.String,int) - Method in interface com.togethersoft.testing.shared.IProgressMonitor
Notifies that the main task is beginning.
belongsToMap(com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap) - Method in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap.DefaultProperty
 
BINARY - Static variable in interface com.togethersoft.openapi.ide.resource.IdeFileType
A binary file (for example, .class files).
bind(com.togethersoft.openapi.model.elements.Element) - Method in interface com.togethersoft.openapi.model.extension.ContentProvider
This method is invoked when another Element of model was instantiated.
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.
BLOCK - Static variable in interface com.togethersoft.openapi.sci.SciComment
 
BODY - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contains a string with the value of the body of an operation.
BOOLEAN_EDITOR - Static variable in interface com.togethersoft.openapi.ide.inspector.DefaultInspectorServices
 
BOOLEAN_PAIRS - Static variable in class com.togethersoft.openapi.util.properties.PropertyUtil
 
BOOLEAN_RENDERER - Static variable in interface com.togethersoft.openapi.ide.inspector.DefaultInspectorServices
 
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.
BOTTOM - Static variable in class com.togethersoft.openapi.util.ui.IconSequence
 
BREAK - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
'break' statement.
buildComponents(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.TabbedPaneInspectorUI
 
buildComponentsOld(com.togethersoft.openapi.ide.inspector.IdeInspectorComponent[]) - Method in class com.togethersoft.openapi.ide.inspector.util.TabbedPaneInspectorUI
 
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 inspector on the base of the existing inspector for the specified context.
buildInspector(com.togethersoft.openapi.ide.inspector.IdeInspector,com.togethersoft.openapi.ide.IdeContext) - Method in interface com.togethersoft.openapi.ide.inspector.IdeInspectorManager
Builds 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

CACHE_DISCARD_QUERY - Static variable in interface com.togethersoft.openapi.vfs.event.VirtualFileEventCode
 
CACHE_DISCARD_VETOED - Static variable in interface com.togethersoft.openapi.vfs.event.VirtualFileEventCode
 
CACHE_DISCARDED - Static variable in interface com.togethersoft.openapi.vfs.event.VirtualFileEventCode
 
CACHE_SAVE_QUERY - Static variable in interface com.togethersoft.openapi.vfs.event.VirtualFileEventCode
 
CACHE_SAVE_VETOED - Static variable in interface com.togethersoft.openapi.vfs.event.VirtualFileEventCode
 
CACHE_SAVED - Static variable in interface com.togethersoft.openapi.vfs.event.VirtualFileEventCode
 
CacheableProperty - interface com.togethersoft.openapi.ide.inspector.util.CacheableProperty
The interface are used for IdeInspectorProperty marking as
property which attribute values can be cached.
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.
calculateAccChar(char) - Method in class com.togethersoft.openapi.util.ui.ExtendedTabbedPane
 
calculateColumnWidth(javax.swing.JTable,int) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableComponentUIBase
 
calculateVisibleComponents() - Method in class com.togethersoft.openapi.ide.inspector.IdeInspector
 
canAddAttributeSection(com.togethersoft.openapi.sci.SciObject,boolean) - Method in interface com.togethersoft.openapi.sci.SciNetHelper
 
canAddProperty(com.togethersoft.openapi.model.elements.PropertyMap,java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.model.extension.PropertySetProvider
Provider must return true, if propertyName property with
propertyValue value can be added to propertyMap
This method is called, when canAddProperty method of PropertyMap was
invoked or before addProperty method invokation.
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.model.elements.PropertyMap
 
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.model.elements.Element) - Method in interface com.togethersoft.openapi.model.elements.ReferenceCollection
 
canAddReference(com.togethersoft.openapi.model.elements.ReferenceCollection,com.togethersoft.openapi.model.elements.Element) - Method in interface com.togethersoft.openapi.model.extension.ReferenceProvider
This method is called, when user invoked canAddReference opertaion of
ReferenceCollection or right before invoking of addReference
method.
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 or Close button pressed.
CANCEL_OPTION - Static variable in interface com.togethersoft.openapi.ide.window.IdeFileChooserConstant
Return value if cancel is chosen.
cancel() - Method in interface com.togethersoft.openapi.baseexpert.ExpertController
Called when expert is canceled
cancelAction() - Method in class com.togethersoft.openapi.util.ui.AbstractDialog
Cancel actions handler.
cancelCellEditing() - Method in class com.togethersoft.openapi.ide.inspector.util.table.AbstractCellEditor
Cancels cell editing.
cancelCellEditing() - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableComponentUIBase
Cancels cell editing if table is visible and in editing process.
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
Invoked when cancel operation is requested.
canCopy() - Method in interface com.togethersoft.openapi.model.elements.Element
 
canCopy(com.togethersoft.openapi.model.elements.Element) - Method in interface com.togethersoft.openapi.model.extension.CopyProvider
This method is called when canCopy method of Element was invoked or
right before model is going to call copy method of provider.
canCreateChildLink(java.lang.String) - Method in interface com.togethersoft.openapi.model.elements.Container
 
canCreateChildNode(java.lang.String) - Method in interface com.togethersoft.openapi.model.elements.Container
 
canCreateChildReferenceCollection(java.lang.String) - Method in interface com.togethersoft.openapi.model.elements.Container
 
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
canCreateExpert(java.lang.String) - Method in interface com.togethersoft.openapi.baseexpert.ExpertFactory
Returns true if this factory can create expert with given unique ID
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.
canCreateUniqueName(com.togethersoft.openapi.model.elements.Entity,java.lang.String) - Method in interface com.togethersoft.openapi.model.extension.UniqueNameProvider
Provider should return true in this method if it can
create an element whose parent is parent and shape type is
shapeType.
canCreateUniqueName(com.togethersoft.openapi.model.elements.Entity,java.lang.String) - Method in class com.togethersoft.openapi.model.util.ChildrenProviderAdapter
 
canCreateView(com.togethersoft.openapi.model.elements.ReferenceCollection,com.togethersoft.openapi.model.view.ViewType) - Method in interface com.togethersoft.openapi.model.view.ViewFactory
 
canCreateView(com.togethersoft.openapi.model.elements.ReferenceCollection,com.togethersoft.openapi.model.view.ViewType) - Method in interface com.togethersoft.openapi.model.view.ViewManager
 
canCut() - Method in interface com.togethersoft.openapi.model.elements.Element
 
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.
canCut(com.togethersoft.openapi.model.elements.Element) - Method in interface com.togethersoft.openapi.model.extension.CutProvider
This method is called when canCut method of Element was invoked or
right before model is going to call cut method of provider.
canDelete() - Method in interface com.togethersoft.openapi.model.elements.Element
 
canDelete() - Method in interface com.togethersoft.openapi.model.elements.Reference
 
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.model.elements.PropertyMap) - Method in interface com.togethersoft.openapi.model.extension.DeleteProvider
This method is called when it's neccesssary to know if Element or
Reference can be deleted.
canDelete(com.togethersoft.openapi.model.elements.PropertyMap) - Method in class com.togethersoft.openapi.model.util.ChildrenProviderAdapter
 
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 interface com.togethersoft.openapi.baseexpert.ExpertController
Returns true if finish action possible
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.
canGenerate() - Method in interface com.togethersoft.testing.host.ITestStep
canGenerate method checks whether all properties for the step are set .
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.
canMakeRoot(com.togethersoft.openapi.modelnavigator.NavigatorTreeNode) - Method in interface com.togethersoft.openapi.modelnavigator.NavigatorService
Indicates whether specified node can be set as root.
canPaste(com.togethersoft.openapi.model.elements.Element,com.togethersoft.openapi.model.elements.Element,boolean) - Method in interface com.togethersoft.openapi.model.elements.Container
 
canPaste(com.togethersoft.openapi.model.elements.Element) - Method in interface com.togethersoft.openapi.model.elements.Container
 
canPaste(com.togethersoft.openapi.model.elements.Entity,com.togethersoft.openapi.model.elements.Element,com.togethersoft.openapi.model.elements.Element,boolean) - Method in interface com.togethersoft.openapi.model.extension.PasteProvider
This method is called when canPaste method of Entity was called
or right before calling paste method of this provider.
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.
canRestoreRoot(com.togethersoft.openapi.modelnavigator.NavigatorTreeNode) - Method in interface com.togethersoft.openapi.modelnavigator.NavigatorService
Indicates whether specified node was previously used as root
and can be restored as a root node.
canSaveProperties(java.lang.Object,java.lang.String,java.lang.Object[]) - Method in interface com.togethersoft.openapi.ide.inspector.service.SaverService
 
canSelectFirstColumn() - Method in class com.togethersoft.openapi.ide.inspector.util.table.InspectorTable
 
canSetBody(com.togethersoft.openapi.sci.SciCodeBlock) - Method in interface com.togethersoft.openapi.sci.SciFunction
Checks whether it is 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 it is possible to set the body of this function to the specified code block value.
canSetContent(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciComment
Checks whether it is possible to replace the content of the comment with the given text.
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.
canSetParticipant(com.togethersoft.openapi.model.elements.Element,java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.model.elements.Link
 
canSetParticipant(com.togethersoft.openapi.model.elements.Entity,com.togethersoft.openapi.model.elements.Element,java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.model.extension.LinkProvider
See description of
canSetParticipant(Entity link, String role,Element oldParticipant,Element newParticipant)
canSetParticipant(com.togethersoft.openapi.model.elements.Entity,java.lang.String,com.togethersoft.openapi.model.elements.Element,com.togethersoft.openapi.model.elements.Element) - Method in interface com.togethersoft.openapi.model.extension.LinkProvider
This method is called, when canSetParticipant method of Link was invoked
or before calling of setParticipant method.
canSetParticipant(java.lang.String,com.togethersoft.openapi.model.elements.Element,com.togethersoft.openapi.model.elements.Element) - Method in interface com.togethersoft.openapi.model.elements.Link
 
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(com.togethersoft.openapi.model.elements.PropertyMap,java.lang.String,boolean) - Method in interface com.togethersoft.openapi.model.extension.PropertySetProvider
See descriprtion of canSetPropertyValue(PropertyMap propertyMap, String propertyName, String propertyValue)
canSetPropertyValue(com.togethersoft.openapi.model.elements.PropertyMap,java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.model.extension.PropertySetProvider
Provider must return true if propertyName property can be set
to the propertyValue value.
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.
canSetPropertyValue(java.lang.String,boolean) - Method in interface com.togethersoft.openapi.model.elements.PropertyMap
This method is just a "shortcut" for boolean properties
canSetPropertyValue(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.model.elements.PropertyMap
 
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
Checks 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.
canSetTargetSpecifier(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciNetAttribute
 
canSetTargetSpecifier(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciNetAttributeSection
 
canSetText(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciExpressionList
Checks whether 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 or 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.editors.SimpleStringProperty
Returns true
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 class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap.MyProperty
 
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 class com.togethersoft.openapi.ide.inspector.util.editors.RwiPropertyAdapter
Returns false.
canSetValue(java.lang.String) - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorMultipleStringProperty.ProxyProperty
 
canSetValue(java.lang.String) - Method in interface com.togethersoft.openapi.model.elements.Property
 
canSetValue(java.lang.String) - Method in class com.togethersoft.openapi.model.util.PropertyAdapter
 
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 class com.togethersoft.openapi.rwi.extension.RwiPropertyEnumerationAdapter.PropertyAdapter
 
canSetValue(java.lang.String) - Method in class com.togethersoft.openapi.rwi.extension.RwiPropertyProviderAdapter.RwiSinglePropertyImpl
 
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.
canStoreSingleProperty(com.togethersoft.openapi.rwi.RwiPropertyMap,com.togethersoft.openapi.rwi.RwiProperty) - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorMultipleStringProperty
This method should check whether property data
could be added to the given propertyMap
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.
capitalize(java.lang.String) - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
CASE - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
'case ...:' in 'switch' statement.
CASE_TO - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
VB.NET special expression for case statement:
Expression To Expression.
CATCH_BLOCK - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
'catch' part in 'try/catch/finally'or 'try/catch' statement.
catchBlocks() - Method in interface com.togethersoft.openapi.sci.SciTryStatement
 
cellEditorListenerList - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueUI
 
cellEditorListenerList - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SwingEditorSupport
 
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 - Static variable in class com.togethersoft.openapi.util.ui.StackLayout
 
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
 
CHANGED - Static variable in class com.togethersoft.testing.shared.ResultEvent
 
changedLinks() - Method in interface com.togethersoft.openapi.model.elements.ModelDelta
 
changedNodes() - Method in interface com.togethersoft.openapi.model.elements.ModelDelta
 
changedReferenceCollections() - Method in interface com.togethersoft.openapi.model.elements.ModelDelta
 
changedReferences() - Method in interface com.togethersoft.openapi.model.elements.ReferenceDelta
 
changeEvent - Variable in class com.togethersoft.openapi.ide.inspector.util.table.AbstractCellEditor
 
changeSelection(int,int,boolean,boolean) - Method in class com.togethersoft.openapi.ide.inspector.util.table.InspectorTable
 
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.
checkColor - Variable in class com.togethersoft.openapi.util.ui.ThreeStateChechBox
Constant used to keep the third state check color -
MetalLookAndFeel.getControlShadow() by default
checkColor - Variable in class com.togethersoft.openapi.util.ui.ThreeStateCheckBox
Constant used to keep the third state check color -
MetalLookAndFeel.getControlShadow() by default
CHECKED - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
C# specific expression.
CHECKED - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
C# 'checked' statement.
checkedInFiles() - Method in interface com.togethersoft.openapi.vcs.VcsCommitInfo
 
checkOutDate() - Method in interface com.togethersoft.openapi.vcs.VcsCommitInfo
 
checkOutDate() - Method in interface com.togethersoft.openapi.vcs.VcsUpdateInfo
 
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.
checkType - Variable in class com.togethersoft.openapi.util.ui.ThreeStateChechBox
Constant used to keep the third state check shape - NORMAL_CHECK_TYPE by default
checkType - Variable in class com.togethersoft.openapi.util.ui.ThreeStateCheckBox
Constant used to keep the third state check shape - NORMAL_CHECK_TYPE by default
childLinks() - Method in interface com.togethersoft.openapi.model.elements.Container
 
ChildLinksProvider - interface com.togethersoft.openapi.model.extension.ChildLinksProvider
This provider should behaves exactly as ChildrenProvider.
childNodes() - Method in interface com.togethersoft.openapi.model.elements.Container
 
ChildNodesProvider - interface com.togethersoft.openapi.model.extension.ChildNodesProvider
This provider should behaves exactly as ChildrenProvider.
ChildReferenceCollectionProvider - interface com.togethersoft.openapi.model.extension.ChildReferenceCollectionProvider
This provider should behaves exactly as ChildrenProvider.
childReferenceCollections() - Method in interface com.togethersoft.openapi.model.elements.Container
 
children() - Method in interface com.togethersoft.openapi.ide.project.IdeProjectNode
Returns an enumeration of subIdeProjectNodes for this node.
children() - Method in interface com.togethersoft.openapi.model.elements.Container
 
children() - Method in interface com.togethersoft.openapi.vfs.VirtualFile
Returns children of invoking VirtualFile, which must be directory.
children() - Method in interface com.togethersoft.testing.host.ITestCollection
Returns enumeration of children of this collection
children(com.togethersoft.openapi.model.elements.Entity) - Method in interface com.togethersoft.openapi.model.extension.ChildrenProvider
Provider should return enumeration of unique names of the child elements
of the given parent entity.
children(com.togethersoft.openapi.model.elements.Entity) - Method in class com.togethersoft.openapi.model.util.ChildrenProviderAdapter
This method should return enumeration of unique names of elements which
are children of the given entity.
children(com.togethersoft.openapi.vfs.VirtualFileFilter) - Method in interface com.togethersoft.openapi.vfs.VirtualFile
Extension of children (UnatyPredicate).
ChildrenProvider - interface com.togethersoft.openapi.model.extension.ChildrenProvider
Provider implementing this interface is responsible for generation of the
unique names of child elements of the given entity.
ChildrenProviderAdapter - class com.togethersoft.openapi.model.util.ChildrenProviderAdapter
This class is an adapter for children providers.
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 - Variable in class com.togethersoft.openapi.util.ui.CustomColorChooser.MyColorChooserUI
 
CHOOSER_BUTTON - Static variable in class com.togethersoft.openapi.util.ui.ExtendedControl
Specify button type as an abstract chooser.
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.
CLASS_WITH_MAIN - Static variable in interface com.togethersoft.testing.shared.IAttributeNames
 
classDetail(com.togethersoft.openapi.rwi.RwiNode) - Static method in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
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.
clazzInfo - Static variable in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
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.
clearAdvancedOptions(java.lang.String) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Throws CapabilityException.
clearAdvancedOptions(java.lang.String) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Clear advanced.
clearCach() - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel.PropertyDataManager
 
clearProperty(com.togethersoft.openapi.rwi.RwiPropertyMap) - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorMultipleStringProperty
This method should clear currently inspected property in the given
property map
clearRoots() - Method in interface com.togethersoft.openapi.modelnavigator.NavigatorService
Removes all navigator roots.
clearSelection() - Method in interface com.togethersoft.openapi.modelselection.SelectionService
 
CLOSE - Static variable in interface com.togethersoft.openapi.ide.window.IdeButtonType
Close button.
close() - Method in class com.togethersoft.testing.shared.util.XMLWriter
 
close() - Method in interface com.togethersoft.testing.shared.util.IXMLWriter
 
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.
closeRawStream() - Method in interface com.togethersoft.testing.testserver.IServerResultListener
closes output stream for server result listener, called during shutdown of virtual machine.
closeWindow(java.lang.String) - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
Closes window identified by UIID
CMD_ADD_FILES - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
CMD_CHANGE_FILE_TYPE - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
CMD_CHECK_FILE - 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_FIND_CHANGE_AUTHOR - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
CMD_GET_FILE_HISTORY - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
CMD_GET_FILES - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
CMD_GET_FILES_INFO - 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_GET_RAW_FILES_HISTORY - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
CMD_GET_RAW_VERSIONS_DIFF - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
CMD_GET_VERSION - 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_SEARCH_HISTORY - 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_UNSET_FILES_LABEL - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
CMD_UPDATE_FILES - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
CODE_PREFIX - Static variable in class com.togethersoft.openapi.util.ui.KeyStrokeFormat
 
codeElements() - Method in interface com.togethersoft.openapi.rwi.RwiElement
Returns an enumeration of the low-level API objects representing this RwiElement.
codeTable - Variable in class com.togethersoft.openapi.util.ui.StackLayout
 
COL_LABEL_NAME - Static variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyColumnModel
 
COL_LABEL_VALUE - Static variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyColumnModel
 
collections() - Method in interface com.togethersoft.testing.host.ITestCollection
Returns children collection of this collection
COLOR_CHOOSER_BUTTON - Static variable in class com.togethersoft.openapi.util.ui.ExtendedControl
Specify button type as an color chooser.
COLOR_SELECTED - Static variable in class com.togethersoft.openapi.util.ui.CustomColorChooser
 
com.togethersoft.openapi - package com.togethersoft.openapi
 
com.togethersoft.openapi.baseexpert - package com.togethersoft.openapi.baseexpert
 
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.provider - package com.togethersoft.openapi.ide.inspector.provider
 
com.togethersoft.openapi.ide.inspector.service - package com.togethersoft.openapi.ide.inspector.service
 
com.togethersoft.openapi.ide.inspector.service.helper - package com.togethersoft.openapi.ide.inspector.service.helper
 
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.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.macro - package com.togethersoft.openapi.ide.macro
 
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.model - package com.togethersoft.openapi.model
 
com.togethersoft.openapi.model.elements - package com.togethersoft.openapi.model.elements
 
com.togethersoft.openapi.model.enum - package com.togethersoft.openapi.model.enum
 
com.togethersoft.openapi.model.extension - package com.togethersoft.openapi.model.extension
 
com.togethersoft.openapi.model.platform - package com.togethersoft.openapi.model.platform
 
com.togethersoft.openapi.model.util - package com.togethersoft.openapi.model.util
 
com.togethersoft.openapi.model.view - package com.togethersoft.openapi.model.view
 
com.togethersoft.openapi.modelnavigator - package com.togethersoft.openapi.modelnavigator
 
com.togethersoft.openapi.modelselection - package com.togethersoft.openapi.modelselection
 
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.diagnostic - package com.togethersoft.openapi.util.diagnostic
 
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
 
com.togethersoft.openapi.vfs - package com.togethersoft.openapi.vfs
 
com.togethersoft.openapi.vfs.event - package com.togethersoft.openapi.vfs.event
 
com.togethersoft.testing - package com.togethersoft.testing
 
com.togethersoft.testing.host - package com.togethersoft.testing.host
 
com.togethersoft.testing.shared - package com.togethersoft.testing.shared
 
com.togethersoft.testing.shared.http - package com.togethersoft.testing.shared.http
 
com.togethersoft.testing.shared.util - package com.togethersoft.testing.shared.util
 
com.togethersoft.testing.testserver - package com.togethersoft.testing.testserver
 
com.togethersoft.testing.testserver.plugin - package com.togethersoft.testing.testserver.plugin
 
com.togethersoft.testing.testserver.plugin.visualtest - package com.togethersoft.testing.testserver.plugin.visualtest
 
COMBO_RENDERER_COMPONENT - Static variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueRenderer
 
combobox - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SwingEnumEditor
 
COMBOBOX_EDITOR - Static variable in interface com.togethersoft.openapi.ide.inspector.DefaultInspectorServices
 
COMBOBOX_RENDERER - Static variable in interface com.togethersoft.openapi.ide.inspector.DefaultInspectorServices
 
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.
COMMAND - Static variable in interface com.togethersoft.testing.testserver.IServerParameters
 
Comment - class com.togethersoft.testing.shared.Comment
Represents a comment.
Comment() - Constructor for class com.togethersoft.testing.shared.Comment
Creates new Comment with empty value
Comment(java.lang.String) - Constructor for class com.togethersoft.testing.shared.Comment
Creates new Comment with given value
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.
compileExpression(java.lang.String) - Method in class com.togethersoft.openapi.util.file.WildcardFileFilter.Mask
At usage of regular expressions compiles expression in Perl5Pattern with default options,
COMPONENT - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Deprecated.
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 and so on, that can be used in the user's models).
COMPONENT_DIAGRAM - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
An element is a component diagram.
ComponentInformer - class com.togethersoft.testing.testserver.plugin.visualtest.ComponentInformer
 
ComponentInformer(java.lang.String) - Constructor for class com.togethersoft.testing.testserver.plugin.visualtest.ComponentInformer
 
ComponentNameProvider - interface com.togethersoft.openapi.ide.inspector.provider.ComponentNameProvider
 
ComponentProvider - interface com.togethersoft.openapi.ide.inspector.provider.ComponentProvider
 
ComponentService - interface com.togethersoft.openapi.ide.inspector.service.ComponentService
 
ComponentStructure - class com.togethersoft.testing.testserver.plugin.visualtest.ComponentStructure
 
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.Light - class com.togethersoft.openapi.util.enum.CompositeEnumeration.Light
 
CompositeEnumeration.Light(java.util.Enumeration) - Constructor for class com.togethersoft.openapi.util.enum.CompositeEnumeration.Light
 
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
Compound statement.
computeLayoutSize(java.awt.Container,boolean) - Method in class com.togethersoft.openapi.util.ui.StackLayout
 
CONCAT - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
VB.NET concatenation operator:
Expression & Expression.
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
 
ConfigAccess - class com.togethersoft.testing.shared.ConfigAccess
Provides access to config.
conflictFiles() - Method in interface com.togethersoft.openapi.vcs.VcsUpdateInfo
 
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
 
constructorPassed - Variable in class com.togethersoft.openapi.util.ui.CustomColorChooser.MyColorChooser
 
Container - interface com.togethersoft.openapi.model.elements.Container
This interface groups all container-related functionality and is considered only as part
of Entity interface.
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.
contains(java.lang.String) - Method in class com.togethersoft.testing.shared.AssetCategory
Returns true if the asset category contains given identifier
contains(java.lang.String) - Method in interface com.togethersoft.testing.shared.ICategory
Returns true if this category contains given identifier
content - Variable in class com.togethersoft.testing.shared.util.XMLWriter
 
ContentProvider - interface com.togethersoft.openapi.model.extension.ContentProvider
Provider, which implements this interface actually doesn't provide anything.
CONTENTS_CHANGED - Static variable in interface com.togethersoft.openapi.vfs.event.VirtualFileEventCode
 
contentsChanged() - Method in interface com.togethersoft.openapi.model.extension.ExtensionManager
 
contentsChanged() - Method in class com.togethersoft.openapi.model.platform.Platform
 
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
'continue' statement.
CONTROLLER_BOUND_PROPERTY - Static variable in interface com.togethersoft.openapi.baseexpert.ExpertConstants
If the model will detect conditions which require to change the state
of expert control buttons (Next, Previous, Finish)
the PropertyChangeEvent with this property name should be fired
CONV_FUNCTION_ID - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression: 'operator' type-specifier-seq *opt

Ex: operator int *
ConversionUtil - class com.togethersoft.testing.shared.util.ConversionUtil
Utility class, contains static methods for working wirth paths, URLs and stacktraces.
convertAtomicValueToString(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedParamsEditor
 
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 a 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 a 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.ExtendedParamsEditor
 
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
 
convertValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedFileNameEditor.InnerEditor
 
convertValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueEditor
 
convertValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.PropertyMapMultiValueEditor
 
convertValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingStringEditor
 
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.PropertyMapMultiValueEditor
Converts the given value to String.
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.model.elements.Element
Makes a copy of this element.
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.
copy() - Method in interface com.togethersoft.testing.host.ISuiteEntry
Copies this entry to the clipboard
copy() - Method in interface com.togethersoft.testing.host.ITestAsset
Creates a copy of asset.
copy(com.togethersoft.openapi.model.elements.Element,com.togethersoft.openapi.model.elements.Element) - Method in interface com.togethersoft.openapi.model.extension.CopyProvider
This method must copy element and produce copied element.
copy(com.togethersoft.openapi.vfs.VirtualFile,boolean) - Method in interface com.togethersoft.openapi.vfs.VirtualFile
Copies VirtualFile to another directory.
CopyProvider - interface com.togethersoft.openapi.model.extension.CopyProvider
Provider, which implements this interface must support "copy" functionality of Element
CORNER_ICON - Static variable in class com.togethersoft.openapi.util.ui.ResizableDialogBorder
 
countDigits(java.lang.String,int) - Method in class com.togethersoft.openapi.util.ui.StackLayout
 
countErrors() - Method in interface com.togethersoft.testing.shared.IResult
Returns the number of errors in this result.
countFailures() - Method in interface com.togethersoft.testing.shared.IResult
Returns the number of failures in this result.
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
 
CREATE_IN_DEFINITION - Static variable in interface com.togethersoft.openapi.sci.pattern.SciPatternProperty
 
create(com.togethersoft.openapi.vfs.VirtualFileType,boolean) - Method in interface com.togethersoft.openapi.vfs.VirtualFile
Creates file or directory if it didn't exist yet.
createAsserion(java.lang.String) - Method in interface com.togethersoft.testing.host.ITestHost
Creates new assertion if given type.
createAsset() - Method in interface com.togethersoft.testing.host.ITestAssetFactory
Creates a new test asset.
createAsset(com.togethersoft.testing.shared.ITestAssetRO,com.togethersoft.testing.host.ITestCollection) - Method in interface com.togethersoft.testing.host.ITestAssetFactory
Creates a copy of asset in specified test collection
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.
createButtonPane() - Method in class com.togethersoft.openapi.util.ui.AbstractDialog
Use setupOkButton() if you override this function.
createButtonPane() - Method in class com.togethersoft.openapi.util.ui.URLChooser
 
createButtonPanel(com.togethersoft.openapi.ide.window.IdeDialogButtonGroup,java.awt.LayoutManager) - Method in interface com.togethersoft.openapi.ide.window.IdeWindowManager
Creates a new JPanel that contains buttons from the specified group,
allocates the buttons according to the specified layout.
createButtonPanel(com.togethersoft.openapi.ide.window.IdeDialogButtonGroup) - Method in interface com.togethersoft.openapi.ide.window.IdeWindowManager
Creates a new JPanel that contains buttons from the specified group.
createButtonPanel(javax.swing.JComponent,com.togethersoft.openapi.ide.window.IdeDialogButtonGroup) - Method in interface com.togethersoft.openapi.ide.window.IdeWindowManager
Creates a new JPanel that contains component that is aligned to left side and
buttons from the specified group those are aligned to right side.
createChildLink(java.lang.String) - Method in interface com.togethersoft.openapi.model.elements.Container
 
createChildNode(java.lang.String) - Method in interface com.togethersoft.openapi.model.elements.Container
 
createChildReferenceCollection(java.lang.String) - Method in interface com.togethersoft.openapi.model.elements.Container
 
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
 
createColumnModel() - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableComponentUIBase
Creates model for this table.
createContentPane() - Method in class com.togethersoft.openapi.util.ui.AbstractDialog
Creates content Panel.
createContentPane() - Method in class com.togethersoft.openapi.util.ui.URLChooser
 
createDataSource(java.lang.String) - Method in interface com.togethersoft.openapi.ide.inspector.InspectorFactory
 
createDefaultChoosers() - Method in class com.togethersoft.openapi.util.ui.CustomColorChooser.MyColorChooserUI
 
createDefaultRenderers() - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableComponentUIBase
 
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() - Method in class com.togethersoft.openapi.util.ui.CustomColorChooser
 
createDialog(java.awt.Component) - Method in interface com.togethersoft.openapi.ide.window.IdeWindowManager
Creates a new Together UI-consistent JDialog.
createElementURL(com.togethersoft.openapi.model.elements.Element) - Static method in class com.togethersoft.openapi.model.util.URLFactory
 
createElementURL(java.lang.String,java.lang.String) - Static method in class com.togethersoft.openapi.model.util.URLFactory
 
createExpert(java.lang.String,com.togethersoft.openapi.baseexpert.Expert) - Method in interface com.togethersoft.openapi.baseexpert.ExpertFactory
Creates expert constructed from parent Expert given in parentExpertUin,
and "child" Expert given in addinExpert.
createExpert(java.lang.String,com.togethersoft.openapi.baseexpert.Expert) - Method in interface com.togethersoft.openapi.baseexpert.ExpertManager
Used to get Expert created by one of the ExpertFactory instances.
createExpert(java.lang.String,com.togethersoft.openapi.baseexpert.ExpertController) - Method in interface com.togethersoft.openapi.baseexpert.ExpertManager
Used to get Expert created by one of the ExpertFactory instances.
createExpert(java.lang.String,com.togethersoft.openapi.baseexpert.ExpertModel,com.togethersoft.openapi.baseexpert.ExpertController) - Method in interface com.togethersoft.openapi.baseexpert.ExpertFactory
Creates expert with given uin
createFileChooser(java.lang.String) - Method in interface com.togethersoft.openapi.ide.window.IdeWindowManager
Creates an instance of IdeFileChooser in th specified directory.
createFileContext() - Method in interface com.togethersoft.openapi.vfs.VirtualFileManager
Creates empty context
createFileContext(com.togethersoft.openapi.util.propertyMap.PropertyMap) - Method in interface com.togethersoft.openapi.vfs.VirtualFileManager
Creates context inherited from original context
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.
createHttpServer() - Method in interface com.togethersoft.testing.shared.http.IHttpServerFactory
Returns a new http server.
createIdeInspectorProperty(com.togethersoft.openapi.util.propertyMap.PropertyMap) - Method in class com.togethersoft.openapi.ide.inspector.util.UIComponentsBuilder
For creating an IdeInspectorProperty from PropertyMap.
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
Creates inheritance
createInspectorField(java.lang.Object,java.lang.String) - Method in interface com.togethersoft.openapi.ide.inspector.InspectorFactory
 
createInspectorProperty() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.TableAdderButtonListener
Creates new inspector field to be inserted into the table when user presses "Add" button.
createInspectorPropertySet(com.togethersoft.openapi.util.propertyMap.PropertyMap) - Method in class com.togethersoft.openapi.ide.inspector.util.UIComponentsBuilder
For creating an IdeInspectorPropertySetComponent from PropertyMap.
createInstance() - Static method in class com.togethersoft.testing.shared.util.TFCategoryFactory
 
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
 
createMacroProvider() - Method in interface com.togethersoft.openapi.ide.macro.IdeMacroProviderFactory
Creates a macro provider for use by IdeMacroParser.
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.
createModel(java.lang.String) - Static method in class com.togethersoft.openapi.model.elements.ModelAccess
Fetches IModel object with certain ID,
if IModel object with such ID was not instantiated yet, then it will be created.
createModelObject(java.lang.String) - Method in class com.togethersoft.openapi.model.elements.ModelAccess
 
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.
createPathChooser() - Method in interface com.togethersoft.openapi.ide.window.IdeWindowManager
Creates an instance of IdePathChooser.
createPathChooser(java.lang.String) - Method in interface com.togethersoft.openapi.ide.window.IdeWindowManager
Creates an instance of IdePathChooser.
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.
createPropertyEditor(com.togethersoft.openapi.ide.inspector.IdeInspectorProperty,com.togethersoft.openapi.util.propertyMap.PropertyMap) - Method in class com.togethersoft.openapi.ide.inspector.util.UIComponentsBuilder
For creating a property editor.
createPropertyEnumeration(com.togethersoft.openapi.model.elements.Property) - Static method in class com.togethersoft.openapi.model.util.SingleEnumeration
 
createPropertyMap() - Method in interface com.togethersoft.openapi.model.extension.ExtensionManager
 
createPropertyMap(com.togethersoft.openapi.model.elements.Property[]) - Method in interface com.togethersoft.openapi.model.extension.ExtensionManager
 
createPropertyMap(java.util.Map) - Method in interface com.togethersoft.openapi.model.extension.ExtensionManager
 
createPropertyMapListener() - Method in class com.togethersoft.openapi.util.propertyMap.PropertiesAdapter
 
createRadioButtonGroup() - Method in class com.togethersoft.openapi.util.ui.URLChooser
 
createReference(com.togethersoft.testing.shared.ITestAssetRO) - Method in interface com.togethersoft.testing.host.ITestHost
Creates a new reference to be pasted into some target.
createReference(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.model.extension.ExtensionManager
 
createReferenceCollection(java.lang.String) - Method in class com.togethersoft.openapi.modelnavigator.NavigatorFactory
Creates ReferenceCollection to be used as a reference collection
for a navigator's model View.
createRefid(java.lang.String,java.lang.String) - Static method in class com.togethersoft.testing.shared.util.ElementUtil
Generates new unique refid.
createSetMethod(com.togethersoft.openapi.sci.SciAttribute) - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
createStringEnumeration(java.lang.String) - Static method in class com.togethersoft.openapi.model.util.SingleEnumeration
 
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.
createTableModel(com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableComponentUI
 
createTableModel(com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableComponentUIBase
 
createTarget() - Method in interface com.togethersoft.testing.host.ITestHost
Creates new suite target
createTestCollection(java.lang.String) - Method in interface com.togethersoft.testing.host.ITestHost
Create test collection.
createTestResult(java.lang.String) - Method in interface com.togethersoft.testing.host.ITestHost
Create test result.
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 echoes all input into message window.
createUI(javax.swing.JComponent) - Static method in class com.togethersoft.openapi.util.ui.CustomColorChooser.MyColorChooserUI
 
createUI(javax.swing.JComponent) - Static method in class com.togethersoft.openapi.util.ui.ExtendedTabbedPane.ExtendedMetalTabbedPaneUI
 
createUniqueName(com.togethersoft.openapi.model.elements.Entity,java.lang.String) - Method in interface com.togethersoft.openapi.model.extension.UniqueNameProvider
Provider should return unique name of the new element whose
parent is parent and shape type is shapeType.
createUniqueName(com.togethersoft.openapi.model.elements.Entity,java.lang.String) - Method in class com.togethersoft.openapi.model.util.ChildrenProviderAdapter
 
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
 
createView(com.togethersoft.openapi.model.elements.ReferenceCollection,com.togethersoft.openapi.model.view.ViewType) - Method in interface com.togethersoft.openapi.model.view.ViewFactory
 
createView(com.togethersoft.openapi.model.elements.ReferenceCollection,com.togethersoft.openapi.model.view.ViewType) - Method in interface com.togethersoft.openapi.model.view.ViewManager
 
CRITICAL - Static variable in interface com.togethersoft.openapi.ide.inspector.IdeInspectorProperty.Options
If this option is set to Boolean.TRUE then option
REBUILD_INSPECTOR_COMMAND will contain valid command
capable of rebuilding of inspector.
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).
CSHARP - Static variable in interface com.togethersoft.openapi.rwi.RwiLanguage
C# language
CSHARP - Static variable in interface com.togethersoft.openapi.sci.SciLanguage
C# language
currTagId() - Method in interface com.togethersoft.openapi.vcs.VcsFileInfo
 
currVersionId() - Method in interface com.togethersoft.openapi.vcs.VcsFileInfo
 
CUSTOM - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has the custom modifier (CORBA IDL only).
CUSTOM_DIALOG - Static variable in interface com.togethersoft.openapi.ide.window.IdeFileChooserConstant
Type value indicating that the FileChooser supports a developer specified file operation.
CustomColorChooser - class com.togethersoft.openapi.util.ui.CustomColorChooser
This class have methods for displaying custom color chooser dialogs
CustomColorChooser.CenterLayout - class com.togethersoft.openapi.util.ui.CustomColorChooser.CenterLayout
 
CustomColorChooser.MyColorChooser - class com.togethersoft.openapi.util.ui.CustomColorChooser.MyColorChooser
 
CustomColorChooser.MyColorChooser() - Constructor for class com.togethersoft.openapi.util.ui.CustomColorChooser.MyColorChooser
 
CustomColorChooser.MyColorChooserUI - class com.togethersoft.openapi.util.ui.CustomColorChooser.MyColorChooserUI
 
CustomColorChooser.PreviewPanel - class com.togethersoft.openapi.util.ui.CustomColorChooser.PreviewPanel
 
CustomColorChooser.PreviewPanel() - Constructor for class com.togethersoft.openapi.util.ui.CustomColorChooser.PreviewPanel
 
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.
CustomRenderable - interface com.togethersoft.openapi.ide.inspector.util.table.CustomRenderable
This interface is designed for inspector fields which would like to define
themselves how they prefer to be rendered in inspector's table.
cut() - Method in interface com.togethersoft.openapi.model.elements.Element
 
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.
cut() - Method in interface com.togethersoft.testing.host.ISuiteEntry
Removes this entry a puts it in the clipboard
cut() - Method in interface com.togethersoft.testing.host.ITestAsset
Cuts element from model.
cut(com.togethersoft.openapi.model.elements.Element,com.togethersoft.openapi.model.elements.Element) - Method in interface com.togethersoft.openapi.model.extension.CutProvider
This method must cut element and produce cutted element.
CutProvider - interface com.togethersoft.openapi.model.extension.CutProvider
Provider, which implements this interface must support "cut" functionality of Element

D

DataSource - interface com.togethersoft.openapi.ide.inspector.DataSource
 
dec() - Method in class com.togethersoft.openapi.ide.inspector.util.TabbedPaneInspectorUI.Semaphore
 
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 statement.
Declaration_end - Static variable in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
Declaration_Name_end - Static variable in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
Declaration_Name_start - Static variable in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
Declaration_start - Static variable in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
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.SciProperty
Property indicating that this element has the default modifier (VB.Net only).
DEFAULT - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
'default:' in 'switch' statement.
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_COLOR_SELECTED - Static variable in class com.togethersoft.openapi.util.ui.CustomColorChooser
 
DEFAULT_COMPONENT_NAME - Static variable in class com.togethersoft.openapi.ide.inspector.IdeInspector
 
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_NAME - Static variable in interface com.togethersoft.openapi.sci.pattern.SciPatternProperty
 
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
 
DEFAULT_TYPE - Static variable in interface com.togethersoft.openapi.sci.pattern.SciPatternProperty
 
defaultActionPerformed(com.togethersoft.openapi.modelnavigator.NavigatorTreeNode[]) - Method in interface com.togethersoft.openapi.modelnavigator.ActionProvider
Invoked wnen default action is performed for given node,
i.e.
defaultChoosers - Variable in class com.togethersoft.openapi.util.ui.CustomColorChooser.MyColorChooserUI
 
defaultCode - Variable in class com.togethersoft.openapi.util.ui.StackLayout
 
DefaultExtendedEditorService - class com.togethersoft.openapi.ide.inspector.service.DefaultExtendedEditorService
 
DefaultExtendedRendererService - class com.togethersoft.openapi.ide.inspector.service.DefaultExtendedRendererService
 
DefaultInspectorServices - interface com.togethersoft.openapi.ide.inspector.DefaultInspectorServices
 
DefaultKeyAdapter - class com.togethersoft.openapi.util.ui.DefaultKeyAdapter
 
DefaultKeyAdapter(java.awt.Component,int) - Constructor for class com.togethersoft.openapi.util.ui.DefaultKeyAdapter
 
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.
delay(int) - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
Delay for delay milliseconds.Override this method to provide your own synchronization with tested application.
DELEGATE - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element represents a delegate (VB.Net and C# only).
DELEGATES - Static variable in interface com.togethersoft.openapi.ide.window.IdeSelectorDialogType
 
DELETE_EXP - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
Delete expression.
delete() - Method in interface com.togethersoft.openapi.model.elements.Element
 
delete() - Method in interface com.togethersoft.openapi.model.elements.Reference
 
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.
delete() - Method in interface com.togethersoft.openapi.vfs.VirtualFile
Deletes file from memory and disk.
delete() - Method in interface com.togethersoft.testing.host.IResource
Deletes this resource
delete() - Method in interface com.togethersoft.testing.host.ISuiteEntry
Deletes this entry
delete() - Method in interface com.togethersoft.testing.host.ITestAsset
Deletes element from collection.
delete(com.togethersoft.openapi.model.elements.PropertyMap) - Method in interface com.togethersoft.openapi.model.extension.DeleteProvider
This method is called when object is to be deleted.
delete(com.togethersoft.openapi.model.elements.PropertyMap) - Method in class com.togethersoft.openapi.model.util.ChildrenProviderAdapter
 
delete(com.togethersoft.testing.host.ITestAsset) - Method in interface com.togethersoft.testing.host.ITestCollection
removes an asset identified by ITestAsset asset from test collection
deletedLinks() - Method in interface com.togethersoft.openapi.model.elements.ModelDelta
 
deletedNodes() - Method in interface com.togethersoft.openapi.model.elements.ModelDelta
 
deletedReferenceCollections() - Method in interface com.togethersoft.openapi.model.elements.ModelDelta
 
deletedReferences() - Method in interface com.togethersoft.openapi.model.elements.ReferenceDelta
 
DeleteProvider - interface com.togethersoft.openapi.model.extension.DeleteProvider
The provideres, which implement this interface are responsible for supplying delete,
canDelete and isDeleted functionalities of Elements
and References.
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)
DeltaProvider - interface com.togethersoft.openapi.model.extension.DeltaProvider
This provider is responsible for collecting all changes, which have been done in model.
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_Description_end - Static variable in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
Deprecated_Description_start - Static variable in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
Deprecated_end - Static variable in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
DEPRECATED_KIND - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
Deprecated.
Deprecated_start - Static variable in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
Depth - class com.togethersoft.openapi.vfs.Depth
This type is used to specify depth in recursive operations.
Depth(java.lang.String) - Constructor for class com.togethersoft.openapi.vfs.Depth
 
DESCRIPTION - Static variable in interface com.togethersoft.openapi.ide.inspector.util.ComponentWeight
 
DESCRIPTION - Static variable in interface com.togethersoft.openapi.model.view.ViewType
 
Description_end - Static variable in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
Description_start - Static variable in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
DescriptionComponent - class com.togethersoft.openapi.ide.inspector.util.DescriptionComponent
This class represents inspector component intended to edit javadoc for the selected RwiElement.
DescriptionComponent.ModelPropertyNamesServiceImpl - class com.togethersoft.openapi.ide.inspector.util.DescriptionComponent.ModelPropertyNamesServiceImpl
 
DescriptionComponent(com.togethersoft.openapi.rwi.RwiElement,java.lang.String,java.lang.String) - Constructor for class com.togethersoft.openapi.ide.inspector.util.DescriptionComponent
Constructs DescriptionComponent for the specified RwiElement
with specified name of component and custom property.
DescriptionComponent(com.togethersoft.openapi.rwi.RwiElement) - Constructor for class com.togethersoft.openapi.ide.inspector.util.DescriptionComponent
Constructs DescriptionComponent for the specified RwiElement.
DescriptionComponent(com.togethersoft.openapi.rwi.RwiPropertyMap,java.lang.String,java.lang.String) - Constructor for class com.togethersoft.openapi.ide.inspector.util.DescriptionComponent
 
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.
DescriptionPanel(java.lang.String) - Constructor for class com.togethersoft.openapi.util.ui.DescriptionPanel
Constructs new panel without image.
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
 
DetailEvent - class com.togethersoft.testing.shared.DetailEvent
Represents a result detail event
DetailEvent(java.lang.Object,int) - Constructor for class com.togethersoft.testing.shared.DetailEvent
 
DetailEvent(java.lang.Object) - Constructor for class com.togethersoft.testing.shared.DetailEvent
 
details() - Method in interface com.togethersoft.testing.shared.ITaskReference
Returns an enumeration of result details of this reference
detailsUpdated(com.togethersoft.testing.shared.DetailEvent) - Method in interface com.togethersoft.testing.shared.IResultListener
Invoked when a result detail is updated
Diagnostic - interface com.togethersoft.openapi.util.diagnostic.Diagnostic
This interface represents object responsible for diagnostic messages
handling.
diagnostic - Class Diagram in com.togethersoft.openapi.util.diagnostic
 
DiagnosticAccess - class com.togethersoft.openapi.util.diagnostic.DiagnosticAccess
This class is an accessor for a Diagnostic object.
DiagnosticMode - interface com.togethersoft.openapi.util.diagnostic.DiagnosticMode
This interface contains trace and assertion mode constants
diagram - Class Diagram in com.togethersoft.openapi.ide.diagram
 
DIAGRAM - Static variable in interface com.togethersoft.openapi.ide.resource.IdeFileType
A diagram file
diagramActivated(com.togethersoft.openapi.ide.diagram.IdeDiagram) - Method in class com.togethersoft.openapi.ide.diagram.IdeDiagramAdapter
Does nothing.
diagramActivated(com.togethersoft.openapi.ide.diagram.IdeDiagram) - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagramListener
This method is invoked if a diagram has been activated.
diagramClosed(com.togethersoft.openapi.ide.diagram.IdeDiagram) - Method in class com.togethersoft.openapi.ide.diagram.IdeDiagramAdapter
Does nothing.
diagramClosed(com.togethersoft.openapi.ide.diagram.IdeDiagram) - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagramListener
This method is invoked if a diagram has been closed, i.e.
diagramOpened(com.togethersoft.openapi.ide.diagram.IdeDiagram,boolean) - Method in class com.togethersoft.openapi.ide.diagram.IdeDiagramAdapter
Does nothing.
diagramOpened(com.togethersoft.openapi.ide.diagram.IdeDiagram,boolean) - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagramListener
This method is invoked if a diagram has been opened, i.e.
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.
DICTIONARY - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
VB.NET expression of accessing a dictionary:
Expression!Expression.
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.
DIRECT_INIT - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
Deprecated. to be removed in version 6.0 release, use DIRECT_INIT_VARIABLE or DIRECT_INIT_BASE_OR_MEMBER
DIRECT_INIT_BASE_OR_MEMBER - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
Direct initialization of base classes and memebers in constructor in the form
'Class2::Class2(int param1): BaseClass(param1), myMember(0){...}'.
DIRECT_INIT_VARIABLE - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
Direct initializer of variables in the form of 'MyClass myclass(6, "some_string"); int iVar(4);'.
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
Allow the user to to select only directories.
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 - Static variable in class com.togethersoft.openapi.vfs.VirtualFileType
 
DIRECTORY_FILTER - Static variable in class com.togethersoft.openapi.ide.window.IdeFileFilterConstant
 
DIRECTORY_PACKAGE - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
A boolean property which indicates whether a package is a directory.
DISABLE_ACTION_CODE - Static variable in interface com.togethersoft.openapi.baseexpert.ExpertConstants
If ExpertController should disable Next or Previous action
it's getNextPageNumber() and getPreviousPageNumber() should return this
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.
DisabledFocusManager - class com.togethersoft.openapi.util.ui.DisabledFocusManager
This class has private constructor and can't to be created by anyone.
DisabledFocusManager() - Constructor for class com.togethersoft.openapi.util.ui.DisabledFocusManager
 
disableFocusManager() - Method in class com.togethersoft.openapi.util.ui.RadioButtonGroup
 
discardAllCaches(com.togethersoft.openapi.vfs.VirtualFileContext) - Method in interface com.togethersoft.openapi.vfs.VirtualFileManager
Discards any changes made to files but do not reload files from disk.
discardCache() - Method in interface com.togethersoft.openapi.vfs.VirtualFile
Discards any changes made to cache but do not reload file from disk.
discardCache(com.togethersoft.openapi.vfs.Depth) - Method in interface com.togethersoft.openapi.vfs.VirtualFile
Discards any changes made to cache but do not reload file from disk.
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.
DisplayNameProvider - interface com.togethersoft.openapi.ide.inspector.provider.DisplayNameProvider
 
dispose() - Method in interface com.togethersoft.openapi.ide.inspector.DataSource
 
dispose() - Method in class com.togethersoft.openapi.util.ui.AbstractDialog
Disposes AbstractDialog.
dispose() - Method in class com.togethersoft.openapi.util.ui.CustomColorChooser
Releases cached resources
dispose() - Method in class com.togethersoft.openapi.util.ui.ExtendedControl
Removes action listener and all components from this container.
dispose() - Method in class com.togethersoft.openapi.util.ui.URLChooser
 
disposeView(com.togethersoft.openapi.model.view.View) - Method in interface com.togethersoft.openapi.model.view.ViewFactory
 
disposeView(com.togethersoft.openapi.model.view.View) - Method in interface com.togethersoft.openapi.model.view.ViewManager
 
DIVIDE - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with division operator / .
DIVIDE_INTEGER - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
VB.NET integer division operator:
Expression \ Expression.
DO_LOOP - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
One of the VB.NET 'Do...Loop' statements.
DO_NOT_KEEP_TAG - Static variable in interface com.togethersoft.openapi.sci.pattern.SciPatternProperty
 
DO_UNTIL - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
One of the VB.NET 'Do...Loop' statements.
DO_WHILE - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
One of the VB.NET 'Do...Loop' statements.
doAction() - Method in class com.togethersoft.openapi.ide.inspector.service.DefaultExtendedEditorService
 
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.
doAction() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingColorEditor
Opens extended dialog to edit value.
doAction() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingURLEditor
Opens URLChooser in order to user could select neccessary URL.
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.
DOC - Static variable in interface com.togethersoft.openapi.sci.SciComment
 
doCancel() - Method in class com.togethersoft.openapi.util.ui.AbstractDialog
Does something by Cancel actions
doCancel() - Method in class com.togethersoft.openapi.util.ui.URLChooser
 
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.
Documentation_end - Static variable in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
Documentation_start - Static variable in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
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.
done() - Method in interface com.togethersoft.testing.shared.IProgressMonitor
Notifies that the work is done; that is, either the main task is completed or the user canceled it.
DONT_CREATE_SHORTCUTS_ON_DIAGRAM - Static variable in interface com.togethersoft.openapi.sci.pattern.SciPatternProperty
 
doOk() - Method in class com.togethersoft.openapi.util.ui.AbstractDialog
Does something by Ok actions
dotSubstring(java.lang.String,int,int) - Static method in class com.togethersoft.openapi.util.properties.PropertyUtil
Removes a first 'word' of string (words are separated by NAME_SEPARATOR character.
dotSubstring(java.lang.String,int) - Static method in class com.togethersoft.openapi.util.properties.PropertyUtil
Removes a first 'word' of string (words are separated by NAME_SEPARATOR character.
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.
drawCheck(java.awt.Component,java.awt.Graphics,int,int) - Method in class com.togethersoft.openapi.util.ui.ThreeStateChechBox.ThreeStateCheckboxIcon
Draws check used in checkboxes icons depending on check type.
drawCheck(java.awt.Component,java.awt.Graphics,int,int) - Method in class com.togethersoft.openapi.util.ui.ThreeStateCheckBox.ThreeStateCheckboxIcon
Draws check used in checkboxes icons depending on check type.
drawFlush3DBorder(java.awt.Graphics,int,int,int,int) - Method in class com.togethersoft.openapi.util.ui.ThreeStateChechBox.ThreeStateCheckboxIcon
This draws the "Flush 3D Border" which is used throughout the Metal L&F
drawFlush3DBorder(java.awt.Graphics,int,int,int,int) - Method in class com.togethersoft.openapi.util.ui.ThreeStateCheckBox.ThreeStateCheckboxIcon
This draws the "Flush 3D Border" which is used throughout the Metal L&F
drawPressed3DBorder(java.awt.Graphics,int,int,int,int) - Method in class com.togethersoft.openapi.util.ui.ThreeStateChechBox.ThreeStateCheckboxIcon
This draws a variant "Flush 3D Border"
It is used for things like pressed buttons.
drawPressed3DBorder(java.awt.Graphics,int,int,int,int) - Method in class com.togethersoft.openapi.util.ui.ThreeStateCheckBox.ThreeStateCheckboxIcon
This draws a variant "Flush 3D Border"
It is used for things like pressed buttons.
DYNAMIC_CAST - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
Dynamic cast expression.

E

edit(java.lang.Object[],com.togethersoft.openapi.ide.inspector.service.EditingFinishedCommand) - Method in class com.togethersoft.openapi.ide.inspector.service.DefaultExtendedEditorService
 
edit(java.lang.Object[],com.togethersoft.openapi.ide.inspector.service.EditingFinishedCommand) - Method in interface com.togethersoft.openapi.ide.inspector.service.EditorService
 
EDITABLE_COMBOBOX_EDITOR - Static variable in interface com.togethersoft.openapi.ide.inspector.DefaultInspectorServices
 
EDITABLE_COMBOBOX_RENDERER - Static variable in interface com.togethersoft.openapi.ide.inspector.DefaultInspectorServices
 
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.editors.SwingURLEditor
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.
editingFinished(boolean) - Method in interface com.togethersoft.openapi.ide.inspector.service.EditingFinishedCommand
 
EditingFinishedCommand - interface com.togethersoft.openapi.ide.inspector.service.EditingFinishedCommand
 
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 stopped 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.editors.SwingURLEditor
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
 
EDITOR_DIALOG - Static variable in interface com.togethersoft.openapi.ide.inspector.DefaultInspectorServices
 
EditorDialogService - interface com.togethersoft.openapi.ide.inspector.service.helper.EditorDialogService
 
EditorProvider - interface com.togethersoft.openapi.ide.inspector.provider.EditorProvider
 
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.
EditorService - interface com.togethersoft.openapi.ide.inspector.service.EditorService
 
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.
ELAPSED_TIME - Static variable in interface com.togethersoft.testing.shared.IResultAttributeNames
 
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 - interface com.togethersoft.openapi.model.elements.Element
This interface represents a basic element of the model.
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".
elementDetail(com.togethersoft.openapi.rwi.RwiElement) - Static method in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
ElementEnumeration - interface com.togethersoft.openapi.model.enum.ElementEnumeration
 
elementEnumeration - Static variable in class com.togethersoft.openapi.model.util.EmptyEnumeration
 
elements - Class Diagram in com.togethersoft.openapi.model.elements
 
ELEMENTS - Static variable in interface com.togethersoft.openapi.sci.pattern.SciPatternProperty
Values of this property are SciElement's the pattern will work with.
elements - Variable in class com.togethersoft.testing.shared.util.XMLWriter
 
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.
ElementUtil - class com.togethersoft.testing.shared.util.ElementUtil
 
EMPTY - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
Empty statement
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_ELEMENT_ENUMERATION - Static variable in class com.togethersoft.openapi.rwi.extension.RwiPropertyProviderAdapter
 
EMPTY_RWI_ELEMENTS - Static variable in class com.togethersoft.openapi.util.RwiElementsUtil
 
EMPTY_RWI_MEMBER_ENUMERATION - Static variable in class com.togethersoft.openapi.rwi.extension.RwiMemberProviderAdapter
 
EMPTY_RWI_REFERENCES - Static variable in class com.togethersoft.openapi.util.RwiElementsUtil
 
EMPTY_SHORT_ARRAY - Static variable in interface com.togethersoft.openapi.util.nullObject.NullObject
 
EMPTY_STRING - Static variable in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
EMPTY_STRING_ARRAY - Static variable in interface com.togethersoft.openapi.util.nullObject.NullObject
 
EmptyEnumeration - class com.togethersoft.openapi.model.util.EmptyEnumeration
 
EmptyEnumeration - class com.togethersoft.openapi.util.enum.EmptyEnumeration
This class presents always empty enumeration.
EmptyEnumeration() - Constructor for class com.togethersoft.openapi.util.enum.EmptyEnumeration
This class has private constructor and can't to be created by anyone
enableDragAndDrop(boolean) - Method in interface com.togethersoft.openapi.modelnavigator.NavigatorService
Enables or disables drag and drop editing of navigator tree structure.
enableInplaceEditing(boolean) - Method in interface com.togethersoft.openapi.modelnavigator.NavigatorService
Enables or disables inplace editing of nodes.
enableRadioButtons(boolean) - Method in class com.togethersoft.openapi.util.ui.URLChooser
 
enableSelectionListeners(boolean) - Method in interface com.togethersoft.openapi.modelnavigator.NavigatorService
Enables and disables updating registered selection ReferenceCollection
update on changing navigator's selection.
END - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
VB.NET statement 'End'.
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
 
endElement() - Method in class com.togethersoft.testing.shared.util.XMLWriter
 
endElement() - Method in interface com.togethersoft.testing.shared.util.IXMLWriter
 
endHTML() - Static method in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
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.
endTest(com.togethersoft.testing.testserver.ITestServerAsset) - Method in interface com.togethersoft.testing.testserver.IServerResultListener
 
enforceReadOnly() - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorProperty
 
Entity - interface com.togethersoft.openapi.model.elements.Entity
Entity is a general item of model.
EntityEnumeration - interface com.togethersoft.openapi.model.enum.EntityEnumeration
 
entityEnumeration - Static variable in class com.togethersoft.openapi.model.util.EmptyEnumeration
 
EntityUniqueNameProvider - interface com.togethersoft.openapi.model.extension.EntityUniqueNameProvider
This interface is only an indicator.
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.model.enum
 
ENUM - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
A boolean property which indicates whether this element is an 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 (C++ and CORBA IDL only) .
enum - Class Diagram in com.togethersoft.openapi.sci.enum
 
enum - Class Diagram in com.togethersoft.openapi.util.enum
 
enumEditor - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SwingIntegerEditor
 
EnumerationConverter - class com.togethersoft.openapi.model.util.EnumerationConverter
 
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.
equalComponentSets(com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent[],com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent[]) - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsTableModel
This method compares old and new property set component sets.
equalPropertySets(com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent,com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent) - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsTableModel
 
equals(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorMultipleStringProperty.ProxyProperty
 
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.propertyMap.SwitchablePropertyMap.MyProperty
 
equals(java.lang.Object) - Method in class com.togethersoft.openapi.util.text.TextPosition
This method overrides java.lang.Object.equals()
equals(java.lang.Object) - Method in interface com.togethersoft.openapi.vcs.VcsVersionInfo
 
equals(java.lang.Object) - Method in class com.togethersoft.testing.host.AssetEvent
Compares the instance to other AssetEvent
equals(java.lang.Object) - Method in class com.togethersoft.testing.shared.AssetCategory
Compares the asset category with another category.
ER_DIAGRAM - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
An element is an ER diagram.
ERASE - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
VB.NET statement 'Erase'.
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 - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
VB.NET statement 'Error'.
ERROR - Static variable in interface com.togethersoft.testing.shared.IResultDetail
 
ERROR - Static variable in interface com.togethersoft.testing.shared.IResultTagNames
 
ERROR - Static variable in interface com.togethersoft.testing.testserver.IServerResultListener
 
ERROR_COUNT - Static variable in interface com.togethersoft.testing.shared.IResultAttributeNames
 
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
EVENT - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element represents a declaration of event (Visual Basic, VB.Net and C#).
event - Class Diagram in com.togethersoft.openapi.vfs.event
 
EVENT_ADD - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that the accessor is the add part of compound event declaration
This property is read-only.
EVENT_REMOVE - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that the accessor is the remove part of compound event declaration
This property is read-only.
EventDispatch - interface com.togethersoft.openapi.util.EventDispatch
Gives ability to send event to specified listener.
eventDispatched(java.awt.AWTEvent) - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
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) .
exception - Variable in class com.togethersoft.testing.host.AssetEvent
 
EXEC_RESULT_CONFLICT - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
EXEC_RESULT_ERROR - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
EXEC_RESULT_NOT_ALLOWED - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
EXEC_RESULT_NOT_FOUND - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
EXEC_RESULT_OK - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderConstants
 
EXEC_RESULT_UNRESOLVED_MERGE_CONFLICT - 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.
execChangeFileType(java.lang.String,int) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
 
execChangeFileType(java.lang.String,int) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Change file type
execCheckInFiles(java.lang.String[],java.lang.String,boolean,boolean,boolean,boolean,com.togethersoft.openapi.vcs.VcsCommitInfo) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Throws CapabilityException.
execCheckInFiles(java.lang.String[],java.lang.String,boolean,boolean,boolean,boolean,com.togethersoft.openapi.vcs.VcsCommitInfo) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Check in files.
execCheckOutFiles(java.lang.String[],java.lang.String,boolean,boolean,com.togethersoft.openapi.vcs.VcsUpdateInfo) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Throws CapabilityException.
execCheckOutFiles(java.lang.String[],java.lang.String,boolean,boolean,com.togethersoft.openapi.vcs.VcsUpdateInfo) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Check out files.
execFindVersionChangeAuthor(java.lang.String,java.lang.String,int) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Find the first version in which specified string appears
A session must be started prior to call this method.
execFindVersionChangeAuthor(java.lang.String,java.lang.String,int) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Find the first version in which specified string appears
A session must be started prior to call this method.
execGetFileHistory(java.lang.String,java.util.List) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
 
execGetFileHistory(java.lang.String,java.util.List) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Returns the result of getting history of changes to specified file
A session must be started prior to call this method.
execGetFileInfo(java.lang.String[],boolean,boolean,java.util.List) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Throws CapabilityException.
execGetFileInfo(java.lang.String[],boolean,boolean,java.util.List) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Retrieves the information about files
Information is returned as array list of VcsFileInfo objects
A session must be started prior to call this method.
execGetFiles(java.lang.String[],boolean,boolean,com.togethersoft.openapi.vcs.VcsUpdateInfo) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Throws CapabilityException.
execGetFiles(java.lang.String[],boolean,boolean,com.togethersoft.openapi.vcs.VcsUpdateInfo) - 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.
execGetRawFilesHistory(java.lang.String[],boolean,boolean,java.lang.StringBuffer) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
 
execGetRawFilesHistory(java.lang.String[],boolean,boolean,java.lang.StringBuffer) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Returns the raw result of getting history of changes to specified files
or whole project.
execGetRawVersionsDiff(java.lang.String,java.lang.String,boolean,boolean,java.lang.StringBuffer) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Throws CapabilityException.
execGetRawVersionsDiff(java.lang.String,java.lang.String,boolean,boolean,java.lang.StringBuffer) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Returns the raw result of diff command for two versions of the file.
execGetVersion(java.lang.String,java.io.OutputStream) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
 
execGetVersion(java.lang.String,java.io.OutputStream) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Retrieve specified version of the 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
This method should be overridden by subclass if the command is supported.
execRenameFile(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Rename a file from current working directory in repository.
execSearchFileHistory(java.lang.String,java.lang.String,java.util.List) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
 
execSearchFileHistory(java.lang.String,java.lang.String,java.util.List) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Search for versions of the file containing specified pattern
A session must be started prior to call this method.
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.
execUnSetFilesLabel(java.lang.String[],java.lang.String,boolean,boolean) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
 
execUnSetFilesLabel(java.lang.String[],java.lang.String,boolean,boolean) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Remove the label from the files
A session must be started prior to call this method.
execUpdateFiles(java.lang.String[],boolean,boolean,com.togethersoft.openapi.vcs.VcsUpdateInfo) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Throws CapabilityException.
execUpdateFiles(java.lang.String[],boolean,boolean,com.togethersoft.openapi.vcs.VcsUpdateInfo) - 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(com.togethersoft.testing.testserver.ISession,HttpServletResponse) - Method in interface com.togethersoft.testing.testserver.ICommandController
 
execute(com.togethersoft.testing.testserver.ISession,HttpServletResponse) - Method in interface com.togethersoft.testing.testserver.ITestServerCommand
 
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.
exists() - Method in interface com.togethersoft.openapi.vfs.VirtualFile
Returns true if the file exists either on disk or in memory.
exists() - Method in interface com.togethersoft.testing.host.IResource
Returns true if this resource does exist
expand(com.togethersoft.openapi.ide.IdeContext,java.lang.String,boolean) - Method in interface com.togethersoft.openapi.ide.macro.IdeMacroExpander
 
expand(com.togethersoft.openapi.ide.IdeContext,java.lang.String,com.togethersoft.openapi.ide.macro.IdeMacroProvider,boolean) - Method in interface com.togethersoft.openapi.ide.macro.IdeMacroParser
Expands input string using specified macro provider.
expand(com.togethersoft.openapi.ide.IdeContext,java.lang.String,java.util.HashMap) - Method in interface com.togethersoft.openapi.ide.macro.IdeMacroProvider
Expands a macro identified by its name in the given context.
expand(com.togethersoft.openapi.ide.IdeContext,java.lang.String) - Method in interface com.togethersoft.openapi.ide.macro.IdeMacroProvider
Expand macro without parameters
expandMacro(java.lang.String,java.util.Properties,java.util.Stack) - Static method in class com.togethersoft.openapi.util.text.TextUtil
Implements recursive expanding of a single macro
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.
expandMacros(java.lang.String) - Method in interface com.togethersoft.testing.shared.IConfig
Returns a string with expanded macros.
expandPathToElement(com.togethersoft.openapi.model.elements.Element) - Method in interface com.togethersoft.openapi.modelnavigator.NavigatorService
Expands all the parents of node representing given Element
to make it visible.
expandString(java.lang.String,java.util.Properties,java.util.Stack) - Static method in class com.togethersoft.openapi.util.text.TextUtil
Implements recursive expanding of string with macros
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
Expert - interface com.togethersoft.openapi.baseexpert.Expert
Expert
ExpertConstants - interface com.togethersoft.openapi.baseexpert.ExpertConstants
Expert constants
ExpertController - interface com.togethersoft.openapi.baseexpert.ExpertController
Expert Controller.
ExpertFactory - interface com.togethersoft.openapi.baseexpert.ExpertFactory
Experts factory.
ExpertManager - interface com.togethersoft.openapi.baseexpert.ExpertManager
Expert Manager is the singleton providing the methods
to run Expert implementation
or ExpertRunner implementation.
ExpertManagerAccess - class com.togethersoft.openapi.baseexpert.ExpertManagerAccess
The expert manager accessor
ExpertManagerAccess() - Constructor for class com.togethersoft.openapi.baseexpert.ExpertManagerAccess
 
ExpertModel - interface com.togethersoft.openapi.baseexpert.ExpertModel
Expert data model
ExpertRepresentative - interface com.togethersoft.openapi.baseexpert.ExpertRepresentative
Every expert which should be registered within expert runner,
should have the representative implementing this interface.
ExpertRunner - interface com.togethersoft.openapi.baseexpert.ExpertRunner
Expert Runner is the visual "wrapper" above experts.
ExpertUI - interface com.togethersoft.openapi.baseexpert.ExpertUI
Expert UI
EXPLICIT - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has the explicit modifier (C# only).
EXPRESSION - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
Expression statement.
EXPRESSION_LIST - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
 
expressions() - Method in interface com.togethersoft.openapi.sci.SciExpressionList
Returns an enumeration of SciExpressions for parameters in a function call expression.
expressions() - Method in interface com.togethersoft.openapi.sci.SciExpressionListStatement
 
ExtendedBooleanEditor - class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedBooleanEditor
Represents extended editor for Boolean values.
ExtendedBooleanEditor() - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedBooleanEditor
 
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.ExtendedControlLayoutManager - class com.togethersoft.openapi.util.ui.ExtendedControl.ExtendedControlLayoutManager
 
ExtendedControl() - Constructor for class com.togethersoft.openapi.util.ui.ExtendedControl
Constructs new empty extended control.
ExtendedControl(int,java.awt.Component,java.awt.event.ActionListener,boolean) - Constructor for class com.togethersoft.openapi.util.ui.ExtendedControl
Constructs new ExtendedControl.
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(com.togethersoft.openapi.ide.inspector.util.editors.SwingEditorSupport) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedEditor
Constructs this editor.
ExtendedEditorService - interface com.togethersoft.openapi.ide.inspector.service.ExtendedEditorService
 
ExtendedFileNameEditor - class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedFileNameEditor
Represents ExtendedEditor for the file name values.
ExtendedFileNameEditor.InnerEditor - class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedFileNameEditor.InnerEditor
 
ExtendedFileNameEditor() - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedFileNameEditor
Creates editor without initial path.
ExtendedFileNameEditor(java.lang.String,javax.swing.filechooser.FileFilter,java.lang.String) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedFileNameEditor
Creates editor with initial path, file filter and dialof title
ExtendedFileNameEditor(java.lang.String,javax.swing.filechooser.FileFilter) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedFileNameEditor
Creates editor with initial path and file filter
ExtendedFileNameEditor(java.lang.String) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedFileNameEditor
 
ExtendedFolderNameEditor - class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedFolderNameEditor
Represents ExtendedEditor for the directory name values.
ExtendedParamsEditor - class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedParamsEditor
Represents editor for multi value RwiProperty as an element chooser.
ExtendedParamsEditor(com.togethersoft.openapi.rwi.RwiElement,int) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedParamsEditor
Constructs this editor which will be represented on UI as the MultiValueElementChooser.
ExtendedRendererService - interface com.togethersoft.openapi.ide.inspector.service.ExtendedRendererService
 
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,com.togethersoft.openapi.ide.inspector.util.editors.SwingEditorSupport) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedStringEditor
Constructs editor with the title
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.
ExtendedTabbedPane - class com.togethersoft.openapi.util.ui.ExtendedTabbedPane
Presents extended JTabedPane with possibility set shortcut for panels and predefined keyboard
navigation (Alt-Right Alt-Left)
ExtendedTabbedPane.ExtendedMetalTabbedPaneUI - class com.togethersoft.openapi.util.ui.ExtendedTabbedPane.ExtendedMetalTabbedPaneUI
 
ExtendedTabbedPane.MySelectTab - class com.togethersoft.openapi.util.ui.ExtendedTabbedPane.MySelectTab
 
ExtendedTabbedPane.MySelectTab(int) - Constructor for class com.togethersoft.openapi.util.ui.ExtendedTabbedPane.MySelectTab
 
ExtendedTabbedPane() - Constructor for class com.togethersoft.openapi.util.ui.ExtendedTabbedPane
Creates new ExtendedTabbedPane and registers keyboard actions.
ExtendedTabbedPane(int) - Constructor for class com.togethersoft.openapi.util.ui.ExtendedTabbedPane
 
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
The value is "extension".
extension - Class Diagram in com.togethersoft.openapi.model.extension
 
extension - Class Diagram in com.togethersoft.openapi.rwi.extension
 
ExtensionManager - interface com.togethersoft.openapi.model.extension.ExtensionManager
 
EXTERN - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has an extern modifier.
externalUpdate(com.togethersoft.openapi.vfs.Depth) - Method in interface com.togethersoft.openapi.vfs.VirtualFile
Not supported now Checks timestamps of file(s) on disk and (re)load their contents if file(s) were updated.
externalUpdate(com.togethersoft.openapi.vfs.VirtualFile,boolean) - Method in interface com.togethersoft.openapi.vfs.VirtualFileManager
Checks timestamps of file(s) on disk and (re)load their contents if file(s) were updated.
externalUpdateAll(com.togethersoft.openapi.vfs.VirtualFileContext) - Method in interface com.togethersoft.openapi.vfs.VirtualFileManager
Checks timestamps of file(s) on disk and (re)load their contents if file(s) were updated.
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.
extractRoot(java.net.URL,java.lang.String) - Static method in class com.togethersoft.openapi.util.ResourceUtil
Attempts to extract classpath entry part from passed URL.
extractValue(java.lang.String) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingURLEditor
 
extractValueFromRwiElement(com.togethersoft.openapi.rwi.RwiElement) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SingleElementChooserEditor
 

F

failedToCheckInFile() - Method in interface com.togethersoft.openapi.vcs.VcsCommitInfo
 
failedToCheckOutFile() - Method in interface com.togethersoft.openapi.vcs.VcsUpdateInfo
 
FAILURE - Static variable in interface com.togethersoft.testing.shared.IResultDetail
 
FAILURE - Static variable in interface com.togethersoft.testing.shared.IResultTagNames
 
FAILURE - Static variable in interface com.togethersoft.testing.testserver.IServerResultListener
 
FAILURE_COUNT - Static variable in interface com.togethersoft.testing.shared.IResultAttributeNames
 
FAKE_MODE - Static variable in interface com.togethersoft.openapi.vfs.VirtualFileContext
 
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.
fetchedFiles() - Method in interface com.togethersoft.openapi.vcs.VcsUpdateInfo
 
FIELD_ACCESS - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
Deprecated.
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 - Static variable in class com.togethersoft.openapi.util.ResourceUtil
 
file - Class Diagram in com.togethersoft.openapi.util.file
 
FILE - Static variable in class com.togethersoft.openapi.vfs.VirtualFileType
 
FILE_CACHE_AGE - Static variable in interface com.togethersoft.openapi.vfs.VirtualFileProperty
Longint, readonly.
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_CREATE_QUERY - Static variable in interface com.togethersoft.openapi.vfs.event.VirtualFileEventCode
 
FILE_CREATE_VETOED - Static variable in interface com.togethersoft.openapi.vfs.event.VirtualFileEventCode
 
FILE_CREATED - Static variable in interface com.togethersoft.openapi.vfs.event.VirtualFileEventCode
 
FILE_DELETE_QUERY - Static variable in interface com.togethersoft.openapi.vfs.event.VirtualFileEventCode
 
FILE_DELETE_VETOED - Static variable in interface com.togethersoft.openapi.vfs.event.VirtualFileEventCode
 
FILE_DELETED - Static variable in interface com.togethersoft.openapi.vfs.event.VirtualFileEventCode
 
FILE_ENCODING - Static variable in interface com.togethersoft.openapi.vfs.VirtualFileProperty
String.
FILE_EXISTS_PHYSICAL - Static variable in interface com.togethersoft.openapi.vfs.VirtualFileProperty
Boolean, readonly.
FILE_EXTENSION - Static variable in interface com.togethersoft.openapi.vfs.VirtualFileProperty
String, readonly.
FILE_FULL_NAME - Static variable in interface com.togethersoft.openapi.vfs.VirtualFileProperty
String, readonly.
FILE_LOCKED - Static variable in interface com.togethersoft.openapi.vfs.event.VirtualFileEventCode
 
FILE_LOGICALLY_READONLY - Static variable in interface com.togethersoft.openapi.vfs.VirtualFileProperty
 
FILE_NAMES - Static variable in interface com.togethersoft.openapi.sci.pattern.SciPatternProperty
 
FILE_PERMISSION - Static variable in interface com.togethersoft.openapi.vfs.VirtualFileProperty
Integer, readonly.
FILE_PHYSICAL_TIMESTAMP - Static variable in interface com.togethersoft.openapi.vfs.VirtualFileProperty
Longint, readonly.
FILE_SHORT_NAME - Static variable in interface com.togethersoft.openapi.vfs.VirtualFileProperty
String.
FILE_STABLE - Static variable in interface com.togethersoft.openapi.vfs.VirtualFileProperty
 
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 - Static variable in interface com.togethersoft.openapi.vfs.VirtualFileProperty
VirtualFileType, readonly.
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
 
FILE_UNLOCKED - Static variable in interface com.togethersoft.openapi.vfs.event.VirtualFileEventCode
 
FILE_URL - Static variable in interface com.togethersoft.openapi.vfs.VirtualFileProperty
String, readonly.
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.
FILENAME_DEFAULT_FILTER - Static variable in interface com.togethersoft.openapi.vfs.VirtualFileManagerContext
 
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
Allow the user to select both files and directories.
FILES_ONLY - Static variable in interface com.togethersoft.openapi.ide.window.IdeFileChooserConstant
Allow the user to select only files.
files() - Method in interface com.togethersoft.openapi.sci.SciPackage
Returns an enumeration of all files in this package.
filesystemChanged(com.togethersoft.openapi.vfs.event.VirtualFileEvent) - Method in interface com.togethersoft.openapi.vfs.event.VirtualFileNotificationListener
 
filesystemChangeVetoed(com.togethersoft.openapi.vfs.event.VirtualFileEvent) - Method in interface com.togethersoft.openapi.vfs.event.VirtualFileVetoListener
 
filesystemWillChange(com.togethersoft.openapi.vfs.event.VirtualFileEvent) - Method in interface com.togethersoft.openapi.vfs.event.VirtualFileIntentionListener
 
FILL - Static variable in class com.togethersoft.openapi.util.ui.StackLayout
 
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
'finally' part in 'try/catch/finally'.
FIND - Static variable in interface com.togethersoft.openapi.ide.editor.IdeEditorSelectionType
Find selection - the selection made by "find" methods.
find(com.togethersoft.testing.host.ITestCollection,java.lang.String) - Method in interface com.togethersoft.testing.host.ITestHost
Deprecated.
find(java.lang.String) - Method in interface com.togethersoft.testing.host.ITestHost
finds test element with specified reference id .
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.
findByName(java.awt.Container,java.lang.String) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentInformer
 
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 by the 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.model.elements.Model
 
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.
findFirst(java.lang.String,java.lang.String,int) - Static method in class com.togethersoft.openapi.util.ui.KeyStrokeFormat
 
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,java.util.Vector) - Static method in class com.togethersoft.openapi.sci.SciUtil
 
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,java.util.Vector) - Static method in class com.togethersoft.openapi.sci.SciUtil
 
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.
findPackage(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciModel
Deprecated. Method findPackage(String, String) should be used instead.
findPackageToPasteFile(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciModel
Tries to find an existing SciPackage where a new file with a given absolute URL
can be pasted according to project structure and "writeable for" properties of project roots.
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.
findResults(java.lang.String) - Method in interface com.togethersoft.testing.host.ITestHost
 
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.
finish() - Method in interface com.togethersoft.openapi.baseexpert.ExpertController
Called when expert is finished.
finishEdit(boolean) - Method in class com.togethersoft.openapi.ide.inspector.service.DefaultExtendedEditorService
 
finishEdit(boolean) - Method in interface com.togethersoft.openapi.ide.inspector.service.EditorService
 
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
Invoked when finishing working with the expert is requested.
finishSavingChanges(com.togethersoft.openapi.model.elements.ModelDelta) - Method in interface com.togethersoft.openapi.model.extension.DeltaProvider
This method is called, when provider must stop counting changes in modelDelta.
finishSavingChanges(com.togethersoft.openapi.model.elements.ReferenceDelta) - Method in interface com.togethersoft.openapi.model.extension.ReferenceProvider
 
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
Does nothing
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.
FIXED - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
C# 'fixed' statement.
FLUSH - Static variable in class com.togethersoft.openapi.util.ui.StackLayout
 
flush() - Method in class com.togethersoft.testing.shared.util.XMLWriter
 
flush() - Method in interface com.togethersoft.testing.shared.util.IXMLWriter
 
FLUSHLEFT - Static variable in class com.togethersoft.openapi.util.ui.StackLayout
 
FLUSHRIGHT - Static variable in class com.togethersoft.openapi.util.ui.StackLayout
 
focusGained(java.awt.event.FocusEvent) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI.SelectionManager
 
focusLost(java.awt.event.FocusEvent) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI.SelectionManager
 
focusNextComponent(java.awt.Component) - Method in class com.togethersoft.openapi.util.ui.DisabledFocusManager
 
focusPreviousComponent(java.awt.Component) - Method in class com.togethersoft.openapi.util.ui.DisabledFocusManager
 
focusTopWindow(java.awt.Window) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentInformer
 
FONT - Static variable in class com.togethersoft.openapi.ide.inspector.util.DescriptionComponent
 
FONT1 - Static variable in class com.togethersoft.openapi.ide.inspector.util.DescriptionComponent
 
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
'for' statement.
FOR_EACH - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
A kind of loop statement in .Net langauges: 'foreach' in C# and 'For Each...Next' in VB.Net.
FORCED_UPDATE - Static variable in interface com.togethersoft.openapi.ide.inspector.IdeInspectorComponent.Options
This option is used when it is necessary to update component every
time when inspector updates.
forFile(java.lang.String) - Method in interface com.togethersoft.openapi.util.classloaders.CachelessClassLoader
Returns Class by the specified class path.
FORM - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element is a form.
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.
FRIEND - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has the Friend modifier (Visual Basic and VB.Net only).
friendClasses(com.togethersoft.openapi.sci.SciClass) - Method in interface com.togethersoft.openapi.sci.SciCppHelper
Returns an enumeration of references to classes declared as friends of the specified class.
FROM_MACRO - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element is a result of macro expanding (C++ and CORBA IDL only)
fromColor(java.awt.Color) - Static method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorColorProperty
 
fromLangBoolean(java.lang.Boolean,java.lang.String,java.lang.String) - Static method in class com.togethersoft.openapi.util.properties.PropertyUtil
Returns a string representation of Boolean.
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 ).
FRONT - Static variable in class com.togethersoft.openapi.util.ui.StackLayout
 
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.
GENERATE_PROLOGUE_EPILOGUE - Static variable in interface com.togethersoft.openapi.sci.pattern.SciPatternProperty
 
generate(com.togethersoft.testing.shared.IProgressMonitor) - Method in interface com.togethersoft.testing.host.ITestStep
To set generation options set apporiate attibutes of test asset
like setAttibute("tested.class" , "com.togethersoft.tested.TestedClass");
or addProperty("tested.class" , "com.togethersoft.tested.TestedClass");
addProperty("tested.class.1" , "com.togethersoft.tested.TestedClass1");
generateComponentName() - Method in class com.togethersoft.openapi.ide.inspector.IdeInspector
 
GET_PTR - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
Deprecated.
GET_TYPE - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
VB.NET get type expression:
GetType( Expression ).
getAbsoluteFileName() - Method in interface com.togethersoft.openapi.ide.project.IdeProjectNode
Returns the string that contain fully qualified name of this IdeProjectNode.
getAbsolutePath(java.lang.String) - Method in class com.togethersoft.openapi.util.ui.URLChooser
 
getAbsoluteResourcePath(java.lang.Class,java.lang.String) - Static method in class com.togethersoft.openapi.util.ResourceUtil
 
getAccCharAt(int) - Method in class com.togethersoft.openapi.util.ui.ExtendedTabbedPane
 
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 an object's members.
getActionKeyStroke() - Method in class com.togethersoft.openapi.util.ui.ExtendedControl
 
getActionKeyStroke() - Method in class com.togethersoft.openapi.util.ui.SimpleExtendedControl
 
getActions(java.lang.Object,java.lang.String) - Method in interface com.togethersoft.openapi.ide.inspector.provider.ActionProvider
 
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.
getActiveNavigator() - Method in class com.togethersoft.openapi.modelnavigator.NavigatorAccess
Return active navigator's View object.
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.
getAmountPerformed() - Method in interface com.togethersoft.openapi.vcs.VcsProviderEvent
 
getAmountTotal() - Method in interface com.togethersoft.openapi.vcs.VcsProviderEvent
 
getAnonymousClass(com.togethersoft.openapi.sci.SciNewExpression) - Method in interface com.togethersoft.openapi.sci.SciJavaHelper
Retrieve an operand of SciNewExpression that creates an instance of an anonymous class
and represents it as SciClass.
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.IdePathChooser
Returns the text used in the ApproveButton in the FileChooserUI.
getArgumentExpression() - Method in interface com.togethersoft.openapi.sci.SciEventHandlingStatement
 
getArgumentList() - Method in interface com.togethersoft.openapi.sci.SciNetAttribute
 
getArguments() - Method in interface com.togethersoft.openapi.ide.IdeManager
Returns the list of arguments passed to 'main' method.
getArrayOfBytes() - Method in interface com.togethersoft.openapi.vfs.VirtualFile
Reads the whole file, saving cache if needed, and returns the read array of bytes.
getAssertionCategories() - Method in interface com.togethersoft.testing.host.ITestHost
Returns an array of known assertion categories
getAssertMode(java.lang.String) - Method in interface com.togethersoft.openapi.util.diagnostic.Diagnostic
 
getAsset(java.lang.String,java.lang.String) - Method in interface com.togethersoft.testing.testserver.ITestServer
 
getAssetCategories() - Method in interface com.togethersoft.testing.host.ITestHost
Returns an array of known asset categories
getAssetReferenceId() - Method in interface com.togethersoft.testing.shared.IResult
Returns the reference id of test asset that produced this result.
getAtomicValueFromInspectorProperty(com.togethersoft.openapi.ide.inspector.IdeInspectorProperty) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI
 
getAttribute(java.lang.String) - Method in interface com.togethersoft.testing.shared.IElementRO
Returns the value of attribute
getAttributeClassRef() - Method in interface com.togethersoft.openapi.sci.SciNetAttribute
 
getAttributeSection(com.togethersoft.openapi.sci.SciObject,boolean) - Method in interface com.togethersoft.openapi.sci.SciNetHelper
 
getAuthor() - Method in interface com.togethersoft.openapi.vcs.VcsFileInfo
 
getAuthor() - Method in interface com.togethersoft.openapi.vcs.VcsVersionInfo
 
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 a code block with the body of this function.
getBoolean(java.lang.String,boolean) - Static method in class com.togethersoft.openapi.util.properties.PropertyUtil
Returns a boolean value of String.
getBooleanProperty(java.lang.String) - Method in interface com.togethersoft.openapi.ide.tools.IdeTool
Gets the value of the specified boolean property for this tool.
getBorderInsets(java.awt.Component) - Method in class com.togethersoft.openapi.util.ui.PseudoScrollPaneBorder
 
getButton(int) - Static method in class com.togethersoft.openapi.util.ui.ExtendedControl
 
getButton(java.lang.String,javax.swing.Icon) - Method in class com.togethersoft.openapi.util.ui.ExtendedControl
 
getButton(javax.swing.Icon) - Static method in class com.togethersoft.openapi.util.ui.SimpleExtendedControl
 
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
getCachedValue() - Method in class com.togethersoft.openapi.ide.inspector.util.TabbedPaneInspectorUI.Semaphore
 
getCachedValue(int) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel
 
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.
getCaption(java.awt.Component) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentInformer
 
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 the SciExpression which is casting to another type in this expression.
getCategory() - Method in interface com.togethersoft.openapi.baseexpert.ExpertRepresentative
Used to get expert category i.e.
getCategory() - Method in interface com.togethersoft.testing.host.ITask
Returns the category of the task
getCategory() - Method in interface com.togethersoft.testing.shared.ITestAssetRO
Returns the category of this asset
getCategory(Element) - Static method in class com.togethersoft.testing.shared.util.ElementUtil
 
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.
getChangeSupport() - Method in class com.togethersoft.openapi.util.properties.DictionaryProperties
 
getChangeSupport() - Method in class com.togethersoft.openapi.util.properties.FilteredNamePropertiesRO
 
getCharAt(int) - Method in interface com.togethersoft.openapi.ide.editor.IdeEditorStyledCharSource
Returns the IdeEditorStyledChar object at the specified position.
getCheckColor() - Method in class com.togethersoft.openapi.util.ui.ThreeStateChechBox
Returns third state check color
getCheckColor() - Method in class com.togethersoft.openapi.util.ui.ThreeStateCheckBox
Returns third state check color
getCheckedInDate() - Method in interface com.togethersoft.openapi.vcs.VcsVersionInfo
 
getCheckType() - Method in class com.togethersoft.openapi.util.ui.ThreeStateChechBox
Returns checkbox third state check type
getCheckType() - Method in class com.togethersoft.openapi.util.ui.ThreeStateCheckBox
Returns checkbox third state check type
getChild(java.lang.String) - Method in interface com.togethersoft.openapi.vfs.VirtualFile
Does exactly the same as VirtualFileManager method getVirtualFile(VirtualFile parent, String
relativePath, VirtualFileContext context)
, but with default context.
getChild(java.lang.String) - Method in interface com.togethersoft.testing.shared.IElementRO
Returns an array of children of this element that have the given tag name
getChildAt(int) - Method in interface com.togethersoft.testing.host.ITestCollection
Returns the child at given index
getChildTestResultCount() - Method in interface com.togethersoft.testing.shared.IResult
Returns the number of child results of this results.
getChildUrl(java.net.URL,java.lang.String) - Static method in class com.togethersoft.testing.shared.util.ConversionUtil
Returns a child URL for given parent and child name
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.
getChooserType() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedStringEditor
Returns type of button which is used to call extended editor.
getChooserType() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingColorEditor
 
getClassLoader(java.lang.String) - Method in interface com.togethersoft.testing.testserver.ITestServer
 
getClassRepresentation(java.awt.Component) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentStructure
 
getCode() - Method in interface com.togethersoft.openapi.vfs.event.VirtualFileEvent
 
getCode(java.awt.Component) - Method in class com.togethersoft.openapi.util.ui.StackLayout
 
getCodeBlock() - Method in interface com.togethersoft.openapi.sci.SciCompoundStatement
Returns code block of compound statement.
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.
getCollection() - Method in interface com.togethersoft.openapi.modelselection.SelectionService
 
getCollection(java.lang.String) - Method in interface com.togethersoft.testing.host.ITestProject
Deprecated.
getCollectionLocation() - Method in interface com.togethersoft.testing.host.ITestCollection
Deprecated.
getColorChooserButton() - Static method in class com.togethersoft.openapi.util.ui.ExtendedControl
Returns JButton represents file chooser button.
getColorChooserIcon() - Static method in class com.togethersoft.openapi.util.ui.ExtendedControl
Returns file chooser button icon.
getColorForMessageType(int) - Method in class com.togethersoft.openapi.ide.inspector.util.StatusBarUI
 
getColorFromConfig(java.lang.String) - Static method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorColorProperty
 
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.
getCommandController() - Method in interface com.togethersoft.testing.testserver.ITestServer
 
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() - Method in interface com.togethersoft.openapi.ide.IdeManager
Deprecated.
getCommandManager() - Static method in class com.togethersoft.openapi.ide.command.IdeCommandManagerAccess
Returns IdeCommandManager.
getComment() - Method in interface com.togethersoft.openapi.vcs.VcsFileInfo
 
getComment() - Method in interface com.togethersoft.openapi.vcs.VcsVersionInfo
 
getComment() - Method in interface com.togethersoft.testing.shared.IResultDetail
Returns the comment for this result detail
getComment(com.togethersoft.openapi.sci.SciObject,boolean) - Method in interface com.togethersoft.openapi.sci.SciLanguageHelper
 
getCompiledName(com.togethersoft.openapi.sci.SciClass) - Method in interface com.togethersoft.openapi.sci.SciJavaHelper
This operations allows to inquire the name of anonymous classes after compilation of corresponding source file.
getComponent() - Method in class com.togethersoft.openapi.ide.inspector.util.StatusBarUI
Returns AWT component which represents this component on the UI.
getComponent(java.lang.Object,java.lang.String) - Method in interface com.togethersoft.openapi.ide.inspector.provider.ComponentProvider
 
getComponentActions(java.lang.String) - Method in interface com.togethersoft.openapi.ide.inspector.provider.ActionProvider
 
getComponentBranch(java.awt.Component) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentInformer
 
getComponentBranch(java.awt.Component) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentStructure
 
getComponentChildren(java.awt.Container) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentStructure
 
getComponentName(java.awt.Component) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentStructure
 
getComponentName(java.lang.Object,java.lang.String) - Method in interface com.togethersoft.openapi.ide.inspector.provider.ComponentNameProvider
 
getComponents() - Method in class com.togethersoft.openapi.ide.inspector.IdeInspector
Returns components of this inspector .
getCondition() - Method in interface com.togethersoft.openapi.sci.SciAssertStatement
 
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() - Static method in class com.togethersoft.testing.host.TestHostAccess
Returns current config
getConfig() - Static method in class com.togethersoft.testing.shared.ConfigAccess
Returns the current config
getConfig() - Method in interface com.togethersoft.testing.testserver.ITestServer
 
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() - Method in interface com.togethersoft.openapi.ide.IdeManager
Deprecated.
getConfigManager() - Static method in class com.togethersoft.openapi.ide.config.IdeConfigManagerAccess
Returns IdeConfigManager.
getConfigManagerEx() - Static method in class com.togethersoft.openapi.ide.config.IdeModuleConfigAccess
 
getConflictEditor(java.lang.Object,java.lang.String) - Method in interface com.togethersoft.openapi.ide.inspector.provider.EditorProvider
 
getConstructorInitializer(com.togethersoft.openapi.sci.SciOperation) - Method in interface com.togethersoft.openapi.sci.SciCSharpHelper
returns an SciExpression representing direct initializer for given constructor
getConstructorInitializerList(com.togethersoft.openapi.sci.SciOperation) - Method in interface com.togethersoft.openapi.sci.SciCppHelper
Returns an instance of the SciExpressionList that contains list of expressions.
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 or 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.
getContainingMember() - Method in interface com.togethersoft.openapi.sci.SciAccessor
 
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.
getContainingSuite() - Method in interface com.togethersoft.testing.host.ISuiteEntry
Returns the suite that contains this entry
getContainingTarget() - Method in interface com.togethersoft.testing.host.ITask
Returns the target that contains this task
getContent() - Method in interface com.togethersoft.openapi.sci.SciComment
Returns content of comment
getContent() - Method in interface com.togethersoft.testing.shared.IElementRO
Returns the content of this element
getContentComponents(java.awt.Container) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentStructure
 
getContext() - Method in interface com.togethersoft.openapi.vfs.VirtualFile
Return instnace of Context, assigned to this VirtualFile
getContext() - Method in interface com.togethersoft.openapi.vfs.VirtualFileManager
Return default context for storing shared properties
getContext() - Method in interface com.togethersoft.openapi.vfs.VirtualFileVolume
Return default context for storing shared properties for files from this volume
getContexts() - Method in interface com.togethersoft.openapi.ide.tools.IdeTool
Returns the array of contexts (popup menues) where this tool appears.
getController() - Method in interface com.togethersoft.openapi.baseexpert.Expert
 
getControlSize() - Method in class com.togethersoft.openapi.util.ui.ThreeStateChechBox.ThreeStateCheckboxIcon
Returnes checkbox size.
getControlSize() - Method in class com.togethersoft.openapi.util.ui.ThreeStateCheckBox.ThreeStateCheckboxIcon
Returnes checkbox size.
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.IdePathChooser
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
 
getCurrentPageIndex() - Method in class com.togethersoft.openapi.sci.pattern.InspectorPatternUI
 
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.ExtendedEditor
 
getCustomEditor() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingBooleanEditor
 
getCustomEditor() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditorBase
 
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.SwingNumberEditor
 
getCustomEditor() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingStringEditor
 
getData() - Method in interface com.togethersoft.openapi.ide.inspector.DataSource
 
getDataSources(java.lang.String) - Method in interface com.togethersoft.openapi.ide.inspector.InspectorFactory
 
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.
getDefaultColor() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingColorEditor
 
getDefaultConstantOfType(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciLanguageHelper
Provides a language-dependent constant value for the 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
Deprecated.
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.
getDefaultRootPackage() - Method in interface com.togethersoft.openapi.sci.SciModel
Deprecated. Method rootPackages(String, String) should be used instead.
getDefaultTarget() - Method in interface com.togethersoft.testing.host.ITestSuite
Returns the default target of this suite.
getDefinition() - Method in interface com.togethersoft.openapi.sci.SciMember
For C++ language returns SciMemberDefinition for this member.
getDelta() - Method in class com.togethersoft.openapi.model.elements.ModelChangeEvent
 
getDependencies() - Method in interface com.togethersoft.testing.host.ITarget
Returns an array of target names this target depends on
getDeprecatedDescription(com.togethersoft.openapi.rwi.RwiElement) - Static method in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
getDescription() - Method in class com.togethersoft.openapi.util.file.WildcardFileFilter
Returns the description of this filter.
getDescription() - Method in interface com.togethersoft.testing.shared.IExtension
returns description of extension
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.
getDetail() - Method in class com.togethersoft.testing.shared.DetailEvent
Returns the result detail of this event
getDiagnostic() - Static method in class com.togethersoft.openapi.ide.IdeLocalDiagnostic
 
getDiagnostic() - Static method in class com.togethersoft.openapi.util.diagnostic.DiagnosticAccess
 
getDiagnosticObject() - Method in class com.togethersoft.openapi.util.diagnostic.DiagnosticAccess
This method should be overriden by implementation
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.
getDiagramElements() - Method in interface com.togethersoft.openapi.ide.IdeContext
Deprecated.
getDiagramManager() - Static method in class com.togethersoft.openapi.ide.IdeAccess
Returns IdeDiagramManager object.
getDiagramManager() - Method in interface com.togethersoft.openapi.ide.IdeManager
Deprecated.
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.IdePathChooser
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.
getDirectory() - Method in class com.togethersoft.openapi.util.ui.URLChooser
 
getDisplayName() - Method in class com.togethersoft.testing.host.TaskDefinition
Returns the display name of this task definition
getDisplayName(com.togethersoft.openapi.model.elements.Reference) - Method in class com.togethersoft.openapi.modelnavigator.NodeUIProvider
Returns string that will be displayed as a name of a node.
getDisplayName(java.lang.Object,java.lang.String) - Method in interface com.togethersoft.openapi.ide.inspector.provider.DisplayNameProvider
 
getDocumentation(com.togethersoft.openapi.rwi.RwiElement) - Static method in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
getDOMParser() - Static method in class com.togethersoft.testing.shared.util.ElementUtil
This method is quite dangerous.
getDuration() - Method in interface com.togethersoft.testing.shared.IResult
Returns the time spent by running the test (in milliseconds)
getDuration() - Method in interface com.togethersoft.testing.shared.IResultDetail
Returns the duration of this result detail
getDuration() - Method in interface com.togethersoft.testing.shared.ITaskReference
Returns the duration of this task
getEditor(java.lang.Object,java.lang.String) - Method in interface com.togethersoft.openapi.ide.inspector.provider.EditorProvider
 
getEditorManager() - Static method in class com.togethersoft.openapi.ide.IdeAccess
Returns an instance of IdeEditorManager.
getEditorManager() - Method in interface com.togethersoft.openapi.ide.IdeManager
Deprecated.
getEditorManager() - Static method in class com.togethersoft.openapi.ide.editor.IdeEditorManagerAccess
Returns IdeEditorManager.
getElement() - Method in interface com.togethersoft.openapi.model.elements.Reference
 
getElement() - Method in interface com.togethersoft.openapi.rwi.RwiReference
Returns an element for this reference.
getElement() - Method in class com.togethersoft.testing.host.AssetEvent
Returns the event element
getElement(java.net.URL) - Static method in class com.togethersoft.openapi.model.util.URLFactory
 
getElementAt(int) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueRenderer.SingleComboBoxModel
 
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.
getElementEnumeration() - Static method in class com.togethersoft.openapi.model.util.EmptyEnumeration
 
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.
getEntityEnumeration() - Static method in class com.togethersoft.openapi.model.util.EmptyEnumeration
 
getEnumeration() - Static method in class com.togethersoft.openapi.model.util.EmptyEnumeration
 
getEnvironment() - Method in interface com.togethersoft.testing.host.ITestHost
Deprecated.
getError() - Method in interface com.togethersoft.openapi.sci.SciAssertStatement
 
getErrorInfo(java.lang.String) - Method in interface com.togethersoft.openapi.ide.tools.IdeToolFilter
Parses specified output string.
getErrorUI() - Method in interface com.togethersoft.openapi.vfs.VirtualFileManager
 
getEventExpression() - Method in interface com.togethersoft.openapi.sci.SciEventHandlingStatement
 
getEvents() - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
getEventSource() - Method in class com.togethersoft.testing.host.AssetEvent
Returns the event source
getExitCondition() - Method in interface com.togethersoft.openapi.sci.SciLoopStatement
 
getExpert() - Method in interface com.togethersoft.openapi.baseexpert.ExpertRepresentative
Returns Expert
getExpertDescription() - Method in interface com.togethersoft.openapi.baseexpert.ExpertRepresentative
Used to get expert description - shown in expert runner description pane
getExpertIcon() - Method in interface com.togethersoft.openapi.baseexpert.ExpertRepresentative
Used to get icon for UI representing Expert
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.
getExpertName() - Method in interface com.togethersoft.openapi.baseexpert.ExpertRepresentative
Used to get expert name which is used for UI representing Expert
getExpertRunner(java.lang.String) - Method in interface com.togethersoft.openapi.baseexpert.ExpertManager
Returns ExpertRunner instance.
getExpertToolTipText() - Method in interface com.togethersoft.openapi.baseexpert.ExpertRepresentative
Used to get tooltip for UI representing Expert
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.
getExtension() - Method in interface com.togethersoft.openapi.vfs.VirtualFile
 
getExtension(java.lang.String) - Method in interface com.togethersoft.testing.shared.IPluginManager
returns an extension by known name
getExtensionManager() - Method in interface com.togethersoft.openapi.model.elements.Model
 
getExtensionManager() - Method in interface com.togethersoft.openapi.rwi.RwiModel
Returns RwiExtensionManager object used by internal scripts.
getExtensions() - Method in interface com.togethersoft.testing.shared.IPlugin
returns extensions declared in plugin
getFactory() - Static method in class com.togethersoft.openapi.ide.inspector.IdeInspectorManagerAccess
 
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.
getFileAsStream(java.lang.String,java.lang.String) - Method in interface com.togethersoft.testing.testserver.ITestServer
Returns an InputStream to a file on host.
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.IdePathChooser
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.
getFileNames() - Method in interface com.togethersoft.openapi.ide.IdeContext
Deprecated.
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.IdePathChooser
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
 
getFilter(int,java.lang.String) - Method in interface com.togethersoft.openapi.ide.window.IdeFilterManager
 
getFilterManager() - Static method in class com.togethersoft.openapi.ide.window.IdeWindowManagerAccess
Returns an instance of IdeFilterManager.
getFinallyBlock() - Method in interface com.togethersoft.openapi.sci.SciTryStatement
 
getFirstButton() - Method in class com.togethersoft.openapi.util.ui.RadioButtonGroup
 
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.
getFocusedComponent() - Method in class com.togethersoft.openapi.util.ui.RadioButtonGroup
 
getFormattedMessage(java.lang.String,java.lang.Object[]) - Method in interface com.togethersoft.testing.host.IEnvironment
 
getFormattedMessage(java.lang.String,java.lang.Object[]) - Static method in class com.togethersoft.testing.shared.I18n
Returns a formatted message string.
getFormattedMessage(java.lang.String,java.lang.Object[]) - Method in interface com.togethersoft.testing.shared.IPlugin
Returns message registered for a given key.
getFullName() - Method in interface com.togethersoft.openapi.vfs.VirtualFile
Shortcut for FILE_FULL_NAME property getting.
getFullName() - Method in interface com.togethersoft.testing.host.IResource
Returns the full name of this resource
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.
getHelpLocation() - Method in class com.togethersoft.openapi.util.ui.AbstractDialog
Returns string contain help locatin.
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 highlighting scheme.
getHomeDirectory() - Method in interface com.togethersoft.openapi.ide.IdeManager
Returns fully qualified path of Together's root directory.
getHomeDirectory() - Method in interface com.togethersoft.testing.shared.IPlugin
Returns directory where plugin is placed
getHostRoot() - Method in interface com.togethersoft.testing.testserver.ISession
 
getHTMLDocument(com.togethersoft.openapi.rwi.RwiElement) - Static method in class com.togethersoft.openapi.ide.inspector.util.DocUtil
Return javadoc for the selected RwiElement.
getHttpServerFactory() - Static method in class com.togethersoft.testing.shared.http.HttpServerFactoryAccess
Returns the current http server factory
getIcon() - Method in class com.togethersoft.openapi.ide.inspector.service.DefaultExtendedEditorService
 
getIcon() - Method in class com.togethersoft.openapi.ide.inspector.service.DefaultExtendedRendererService
 
getIcon() - Method in interface com.togethersoft.openapi.ide.inspector.service.ExtendedEditorService
 
getIcon() - Method in interface com.togethersoft.openapi.ide.inspector.service.ExtendedRendererService
 
getIcon() - Method in class com.togethersoft.openapi.util.ui.DescriptionPanel
 
getIcon(com.togethersoft.openapi.model.elements.Reference) - Method in class com.togethersoft.openapi.modelnavigator.NodeUIProvider
Return an icon to be displayed for node representing specified model reference.
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(int) - Static method in class com.togethersoft.openapi.util.ui.ExtendedControl
Returns chooser button icon by buttonType.
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
Returns an icon obtained from the specified path or from cache.
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.
getIconHeight() - Method in class com.togethersoft.openapi.util.ui.ThreeStateChechBox.ThreeStateCheckboxIcon
Returns Icon height
getIconHeight() - Method in class com.togethersoft.openapi.util.ui.ThreeStateCheckBox.ThreeStateCheckboxIcon
Returns Icon 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.
getIconWidth() - Method in class com.togethersoft.openapi.util.ui.ThreeStateChechBox.ThreeStateCheckboxIcon
Returns Icon width
getIconWidth() - Method in class com.togethersoft.openapi.util.ui.ThreeStateCheckBox.ThreeStateCheckboxIcon
Returns Icon 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.
getID() - Method in class com.togethersoft.testing.shared.ResultEvent
Returnd the id of this event.
getIdeManager() - Static method in class com.togethersoft.openapi.ide.IdeAccess
Returns the current instance of IdeManager.
getIfProperty() - Method in interface com.togethersoft.testing.host.ITarget
Returns the value of 'if' property
getImplementation() - Static method in class com.togethersoft.openapi.model.elements.ModelAccess
 
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.service.DefaultExtendedEditorService
 
getInnerEditor() - Method in interface com.togethersoft.openapi.ide.inspector.service.ExtendedEditorService
 
getInnerEditor() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedEditor
Returns inner editor which is used by this ExtendedEditor.
getInnerRenderer() - Method in class com.togethersoft.openapi.ide.inspector.service.DefaultExtendedRendererService
 
getInnerRenderer() - Method in interface com.togethersoft.openapi.ide.inspector.service.ExtendedRendererService
 
getInputStream() - Method in interface com.togethersoft.openapi.vfs.VirtualFile
 
getInputStream() - Method in interface com.togethersoft.testing.host.IResource
Returns the resource's input stream
getInputStream(java.lang.String) - Method in interface com.togethersoft.testing.testserver.ITestServerAsset
 
getInspectableProperties(java.lang.Object) - Method in interface com.togethersoft.openapi.ide.inspector.provider.InspectablePropertyProvider
 
getInspector(java.lang.String) - Method in interface com.togethersoft.openapi.ide.inspector.IdeInspectorManager
 
getInspectorID() - Method in interface com.togethersoft.openapi.ide.inspector.DataSource
 
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.ide.inspector.util.UIComponentsBuilder
Returns the current instance of UIComponentsBuilder.
getInstance() - Static method in class com.togethersoft.openapi.modelnavigator.NavigatorAccess
Returns an instance of NavigatorAccess object.
getInstance() - Static method in class com.togethersoft.openapi.modelnavigator.NavigatorFactory
Returns an instance of NavigatorFactory object.
getInstance() - Static method in class com.togethersoft.openapi.modelselection.SelectionServiceAccess
 
getInstance() - Static method in class com.togethersoft.openapi.util.enum.EmptyEnumeration
 
getInstance() - Static method in class com.togethersoft.openapi.util.nullObject.NullPropertyChangeSupport
Returns an instance of NullPropertyChangeSupport.
getInstance() - Static method in class com.togethersoft.openapi.util.nullObject.NullVetoableChangeSupport
Returns an instance of NullVetoableChangeSupport.
getInstance() - Static method in class com.togethersoft.openapi.util.ui.DisabledFocusManager
 
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.util.ui.PseudoScrollPaneBorder
 
getInstance() - Static method in class com.togethersoft.openapi.vcs.VcsProviderHelper
Returns instance of VcsProviderHelper.
getInstance() - Static method in class com.togethersoft.testing.shared.util.TFCategoryFactory
 
getInt(java.lang.String,int) - Static method in class com.togethersoft.openapi.util.properties.PropertyUtil
Returns an integer value of String.
getIteration() - Method in interface com.togethersoft.openapi.sci.SciLoopStatement
 
getJavaImportList() - Method in interface com.togethersoft.openapi.sci.SciFile
Returns JavaImportList containing SciJavaImport instances.
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 class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap.MyProperty
 
getKey() - Method in interface com.togethersoft.openapi.util.propertyMap.Property
Returns a key for this property.
getKind() - Method in interface com.togethersoft.openapi.sci.SciComment
 
getKind() - Method in interface com.togethersoft.openapi.sci.SciExpression
Returns an integer value representing the kind of expression.
getKind() - Method in interface com.togethersoft.openapi.sci.SciStatement
Return kind of this statement (one of the constants defined in SciStatementKind).
getLangBoolean(java.lang.String,java.lang.Boolean) - Static method in class com.togethersoft.openapi.util.properties.PropertyUtil
Returns a Boolean value of String.
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 SciLanguageHelper object for the specified language.
getLastButton() - Method in class com.togethersoft.openapi.util.ui.RadioButtonGroup
 
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.
getLeafResolver() - Method in interface com.togethersoft.openapi.modelnavigator.NavigatorService
Returns LeafResolver used in navigator.
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
 
getListCellRendererComponent(javax.swing.JList,java.lang.Object,int,boolean,boolean) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditor.IconRenderer
 
getListCellRendererComponent(javax.swing.JList,java.lang.Object,int,boolean,boolean) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditorBase.MyRenderer
 
getLoader(java.lang.Object,java.lang.String) - Method in interface com.togethersoft.openapi.ide.inspector.provider.LoaderProvider
 
getLocation() - Method in interface com.togethersoft.testing.host.IResource
Returns the URL of this resource
getLocation() - Method in interface com.togethersoft.testing.host.ITestAsset
Deprecated.
getLocationForHelpTopic(java.lang.String) - Method in interface com.togethersoft.openapi.ide.resource.IdeResourceManager
Deprecated.
getLValue() - Method in interface com.togethersoft.openapi.sci.SciAssignmentExpression
Returns SciExpression for the left part of this assignment operation.
getMacroExpander() - Static method in class com.togethersoft.openapi.ide.macro.IdeMacroExpanderAccess
 
getManager() - Static method in class com.togethersoft.openapi.baseexpert.ExpertManagerAccess
Used to get expert manager instance
getManager() - Static method in class com.togethersoft.openapi.ide.IdeManagerAccess
Deprecated.
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 the 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
 
getMenuBranch(java.awt.MenuComponent) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentStructure
 
getMenuComponentName(java.awt.MenuComponent) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentStructure
 
getMenuContainers(java.awt.Component) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentStructure
 
getMenuItems(com.togethersoft.openapi.modelnavigator.NavigatorTreeNode[]) - Method in interface com.togethersoft.openapi.modelnavigator.ActionProvider
Returns menu items array for selected navigator nodes.
getMenuPosition(java.awt.Component) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentInformer
 
getMenus() - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentInformer
 
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.
getMessage(java.lang.Class,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.ide.resource.IdeTextManager
 
getMessage(java.lang.Class,java.lang.String,java.lang.String,java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.ide.resource.IdeTextManager
 
getMessage(java.lang.Class,java.lang.String,java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.ide.resource.IdeTextManager
 
getMessage(java.lang.Class,java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.ide.resource.IdeTextManager
 
getMessage(java.lang.Class,java.lang.String,java.lang.String[]) - Method in interface com.togethersoft.openapi.ide.resource.IdeTextManager
 
getMessage(java.lang.Class,java.lang.String) - Method in interface com.togethersoft.openapi.ide.resource.IdeTextManager
 
getMessage(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.ide.resource.IdeTextManager
 
getMessage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.ide.resource.IdeTextManager
 
getMessage(java.lang.String,java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.ide.resource.IdeTextManager
 
getMessage(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.ide.resource.IdeTextManager
 
getMessage(java.lang.String,java.lang.String[]) - Method in interface com.togethersoft.openapi.ide.resource.IdeTextManager
 
getMessage(java.lang.String) - Method in interface com.togethersoft.openapi.ide.resource.IdeTextManager
Looking for interested string into $TGH$/lib/i18n/
getMessage(java.lang.String) - Method in interface com.togethersoft.testing.host.IEnvironment
 
getMessage(java.lang.String) - Static method in class com.togethersoft.testing.shared.I18n
Returns a message for given key
getMessage(java.lang.String) - Method in interface com.togethersoft.testing.shared.IPlugin
Returns message registered for a given key.
getMessageManager() - Static method in class com.togethersoft.openapi.ide.IdeAccess
Returns IdeMessageManager.
getMessageManager() - Method in interface com.togethersoft.openapi.ide.IdeManager
Deprecated.
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.
getMnemonicByTitle(java.lang.String) - Method in class com.togethersoft.openapi.util.ui.ExtendedTabbedPane
 
getModel() - Method in interface com.togethersoft.openapi.baseexpert.Expert
 
getModel() - Method in interface com.togethersoft.openapi.ide.inspector.service.ModelService
 
getModel() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditorBase
Returns model of this ComboBox.
getModel() - Method in class com.togethersoft.openapi.model.elements.ModelChangeEvent
 
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
 
getModel(java.lang.Object,java.lang.String) - Method in interface com.togethersoft.openapi.ide.inspector.provider.ModelProvider
 
getModel(java.lang.String) - Static method in class com.togethersoft.openapi.model.elements.ModelAccess
 
getModelPart() - Method in interface com.togethersoft.openapi.sci.SciPackage
Returns a string representing the kind of package.
getModelPropertyName() - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorProperty
This method returns name of the underlying model property (if any)
accessed via this inspector property.
getModelPropertyName() - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorProperty
This method returns name of the underlying model property which in
this case is the name of RwiProperty
accessed via this inspector property.
getModelPropertyNames() - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorCompoundComponent.ModelPropertyNamesServiceImpl
 
getModelPropertyNames() - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent.ModelPropertyNamesServiceImpl
 
getModelPropertyNames() - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorSinglePropertyComponent.ModelPropertyNamesServiceImpl
 
getModelPropertyNames() - Method in interface com.togethersoft.openapi.ide.inspector.ModelPropertyNamesService
 
getModelPropertyNames() - Method in class com.togethersoft.openapi.ide.inspector.util.DescriptionComponent.ModelPropertyNamesServiceImpl
 
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
 
getMultilineTextChooserButton() - Static method in class com.togethersoft.openapi.util.ui.ExtendedControl
Returns JButton represents file chooser button.
getMultilineTextChooserIcon() - Static method in class com.togethersoft.openapi.util.ui.ExtendedControl
Returns file chooser button icon.
getName() - Method in interface com.togethersoft.openapi.ide.inspector.service.ComponentService
 
getName() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.RwiPropertyAdapter
Returns the name of the property.
getName() - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorMultipleStringProperty.ProxyProperty
 
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.model.elements.Property
 
getName() - Method in class com.togethersoft.openapi.model.util.PropertyAdapter
 
getName() - Method in interface com.togethersoft.openapi.rwi.RwiProperty
Returns the name of this property.
getName() - Method in class com.togethersoft.openapi.rwi.extension.RwiPropertyEnumerationAdapter.PropertyAdapter
 
getName() - Method in class com.togethersoft.openapi.rwi.extension.RwiPropertyProviderAdapter.RwiSinglePropertyImpl
 
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.
getName() - Method in interface com.togethersoft.testing.shared.IElementRO
Returns the name of this element
getName() - Method in interface com.togethersoft.testing.shared.IExtension
returns name of extension
getName() - Method in interface com.togethersoft.testing.shared.IPlugin
returns name of plugin
getName() - Method in interface com.togethersoft.testing.shared.ITaskReference
Returns the name of this task
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.
getNextPageNumber() - Method in interface com.togethersoft.openapi.baseexpert.ExpertController
Returns the next expert page number or -1 if the next page could not be shown
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.
getNumChildren() - Method in interface com.togethersoft.testing.host.ITestCollection
Returns the number of children of this collection
getObjectAtPosition(int) - Method in interface com.togethersoft.openapi.sci.SciFile
Reserved not implemeted yet.
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 arose.
getOkButtonText() - Method in class com.togethersoft.openapi.util.ui.AbstractDialog
Returns type of Ok button.
getOkButtonType() - Method in class com.togethersoft.openapi.util.ui.AbstractDialog
Returns type of Ok button.
getOldPage() - Method in class com.togethersoft.openapi.ide.window.IdeExpertEvent
Gets IdeExperPage for the old page.
getOldPropertyValue() - Method in interface com.togethersoft.openapi.vfs.event.VirtualFileEvent
 
getOldValue() - Method in class com.togethersoft.openapi.util.propertyMap.PropertyMapEvent
Retuns an old value of the changed Property.
getOpCode() - Method in interface com.togethersoft.openapi.vcs.VcsProviderEvent
 
getOpName() - Method in interface com.togethersoft.openapi.vcs.VcsProviderEvent
 
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.
getOriginalException() - Method in class com.togethersoft.openapi.vcs.VcsProviderException
Get original exeption catched by provider.
getOuterEditor() - Method in class com.togethersoft.openapi.ide.inspector.service.DefaultExtendedEditorService
 
getOuterEditor() - Method in interface com.togethersoft.openapi.ide.inspector.service.ExtendedEditorService
 
getOutputStream() - Method in interface com.togethersoft.openapi.vfs.VirtualFile
Returns output stream.
getOutputStream() - Method in interface com.togethersoft.testing.host.IResource
Returns the resource's output stream
getOwner() - Method in interface com.togethersoft.openapi.sci.SciCodeBlock
Provides access object which this code block belongs to.
getOwner() - Method in interface com.togethersoft.openapi.sci.SciExpression
Returns an object that owns this expression.
getOwner() - Method in interface com.togethersoft.openapi.sci.SciParameter
Provides access object which this parameter belongs to.
getOwner() - Method in interface com.togethersoft.openapi.sci.SciReference
Returns the owner of this reference.
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.
getPage(int) - Method in interface com.togethersoft.openapi.baseexpert.ExpertUI
User to get the Expert page with given number
getPageDescription(int) - Method in interface com.togethersoft.openapi.baseexpert.ExpertUI
Used to get description for page got with getPage
getPageHelp(int) - Method in interface com.togethersoft.openapi.baseexpert.ExpertUI
Used to get help URL for page got with getPage
getPageIcon(int) - Method in interface com.togethersoft.openapi.baseexpert.ExpertUI
Used to get icon for page got with getPage
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.
getPageTitle(int) - Method in interface com.togethersoft.openapi.baseexpert.ExpertUI
Used to get title for page got with getPage
getParameter() - Method in interface com.togethersoft.openapi.sci.SciCatchBlockStatement
 
getParameter(java.lang.String) - Method in interface com.togethersoft.testing.testserver.ISession
 
getParameterList() - Method in interface com.togethersoft.openapi.sci.SciDelegate
 
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
 
getParameterObject() - Method in interface com.togethersoft.openapi.sci.SciParametrizedCompoundStatement
Provides access to a parameter of the statement.
getParametersList() - Method in interface com.togethersoft.openapi.sci.SciDirectInitExpression
 
getParent() - Method in interface com.togethersoft.openapi.ide.project.IdeProjectNode
Returns the IdeProjectNode this IdeProjectNode belongs to.
getParent() - Method in interface com.togethersoft.openapi.model.elements.Element
 
getParent() - Method in interface com.togethersoft.openapi.model.elements.Reference
 
getParent() - Method in interface com.togethersoft.openapi.sci.SciExpression
Returns an expression in which this expression plays the role of an operand.
getParent() - Method in interface com.togethersoft.openapi.vfs.VirtualFile
 
getParent() - Method in interface com.togethersoft.testing.host.ITestAsset
 
getParent(com.togethersoft.openapi.model.elements.Element) - Method in interface com.togethersoft.openapi.model.extension.ParentProvider
Provider should return UIN of the parent element for child,
if it can.
getParentPackage() - Method in interface com.togethersoft.openapi.sci.SciPackage
Returns the package this package belongs to.
getParentsIndex(java.awt.Component,boolean) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentInformer
 
getParentSuite() - Method in interface com.togethersoft.testing.shared.ITaskReference
Returns the suite reference that contains this task
getParentUrl(java.net.URL) - Static method in class com.togethersoft.testing.shared.util.ConversionUtil
Returns the parent of given URL
getPath() - Method in interface com.togethersoft.openapi.vcs.VcsFileInfo
 
getPath(java.net.URL) - Static method in class com.togethersoft.testing.shared.util.ConversionUtil
Converts given URL to a path
getPathRelativeTo(com.togethersoft.openapi.vfs.VirtualFile) - Method in interface com.togethersoft.openapi.vfs.VirtualFile
*
getPatternManager() - Method in interface com.togethersoft.openapi.sci.SciModel
Returns SciPatternManager object.
getPatternManager() - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
getPermission() - Method in interface com.togethersoft.openapi.vfs.VirtualFile
Shortcut for FILE_PERMISSION property getting.
getPhysicalDiagram() - Method in interface com.togethersoft.openapi.rwi.RwiPackage
Returns the physical package diagram for this directory-RwiPackage.
getPlugin() - Method in interface com.togethersoft.testing.shared.IExtension
returns plugin where extension was declared
getPlugin(java.lang.String) - Method in interface com.togethersoft.testing.shared.IPluginManager
returns a plugin by known name
getPluginManager() - Static method in class com.togethersoft.testing.shared.PluginManagerAccess
Returns the current plugin manager
getPopups(java.awt.Component) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentStructure
 
getPositionConverter() - Method in interface com.togethersoft.openapi.ide.editor.IdeEditor
Returns an offset to/from TextPosition 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.
getPreviousPageNumber() - Method in interface com.togethersoft.openapi.baseexpert.ExpertController
Returns the previous expert page number or -1 if the previous page could not be shown
getProgress() - Method in interface com.togethersoft.testing.host.ITestHost
Deprecated.
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() - Method in interface com.togethersoft.openapi.ide.IdeManager
Deprecated.
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.
getProjectFileParent() - Method in class com.togethersoft.openapi.util.ui.URLChooser
 
getProjectManager() - Static method in class com.togethersoft.openapi.ide.IdeAccess
Returns IdeProjectManager.
getProjectManager() - Method in interface com.togethersoft.openapi.ide.IdeManager
Deprecated.
getProjectManager() - Static method in class com.togethersoft.openapi.ide.project.IdeProjectManagerAccess
Returns IdeProjectManager object.
getProjectRoots() - Method in interface com.togethersoft.testing.host.ITestProject
Returns an array of project roots (test collections)
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.
getPropertiesCopy(com.togethersoft.openapi.rwi.enum.RwiPropertyEnumeration) - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorMultipleStringProperty
 
getPropertiesCopy(java.util.Vector) - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorMultipleStringProperty
 
getProperty() - Method in class com.togethersoft.openapi.util.propertyMap.PropertyMapEvent
Returns the changed Property instance.
getProperty(com.togethersoft.openapi.model.elements.PropertyMap,java.lang.String) - Method in interface com.togethersoft.openapi.model.extension.PropertyGetProvider
Will be called, when getProperty operation of PropertyMap was invoked.
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,java.lang.String) - Method in interface com.togethersoft.testing.shared.IConfig
Returns the value of given property
getProperty(java.lang.String) - Method in class com.togethersoft.openapi.ide.inspector.InspectorViewType
 
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.model.elements.PropertyMap
 
getProperty(java.lang.String) - Method in interface com.togethersoft.openapi.model.view.ViewType
 
getProperty(java.lang.String) - Method in class com.togethersoft.openapi.modelnavigator.NavigatorViewType
 
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.
getPropertyEnumeration() - Static method in class com.togethersoft.openapi.model.util.EmptyEnumeration
 
getPropertyIntersection() - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorMultipleStringProperty
 
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.
getPropertyMapAsVector(com.togethersoft.openapi.util.propertyMap.PropertyMap) - Static method in class com.togethersoft.openapi.ide.inspector.util.editors.PropertyMapMultiValueTableEditor
 
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.
getPropertyName() - Method in interface com.togethersoft.openapi.vfs.event.VirtualFileEvent
 
getPropertySetComponent() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI
 
getPropertySetProperties() - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel
Returns array of all properties.
getPropertyTableUI() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI
 
getPropertyType(int,int) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModelBase
Fetches property type from this table model.
getPropertyValue(com.togethersoft.openapi.model.elements.PropertyMap,java.lang.String) - Method in interface com.togethersoft.openapi.model.extension.PropertyGetProvider
Will be called, when getPropertyValue operation of PropertyMap was invoked.
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.
getPropertyValue(java.lang.String) - Method in interface com.togethersoft.openapi.model.elements.PropertyMap
 
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.
getReader() - Method in interface com.togethersoft.openapi.vfs.VirtualFile
 
getRectangle() - Method in interface com.togethersoft.openapi.rwi.RwiNodePositions
 
getReference() - Method in interface com.togethersoft.openapi.modelnavigator.NavigatorTreeNode
Returns object representing model Reference for this
navigator node.
getReference() - Method in interface com.togethersoft.openapi.sci.SciDirectInitExpression
Returns SciExpression representing reference to initialized object in case of base class or member initialization in constructor.
getReferenceCollection() - Method in interface com.togethersoft.openapi.model.view.View
 
getReferenceCollection() - Method in class com.togethersoft.openapi.modelselection.SelectionEvent
 
getReferenceCollectionEnumeration() - Static method in class com.togethersoft.openapi.model.util.EmptyEnumeration
 
getReferencedElement() - Method in interface com.togethersoft.openapi.sci.SciReference
Returns the SciElement this reference points to.
getReferenceDelta() - Method in class com.togethersoft.openapi.modelselection.SelectionEvent
 
getReferencedStepId() - Method in interface com.togethersoft.testing.host.ITestAssetReference
Returns the refid of referenced asset
getReferenceEnumeration() - Static method in class com.togethersoft.openapi.model.util.EmptyEnumeration
 
getReferenceText() - Method in interface com.togethersoft.openapi.sci.SciReference
Returns the string containing this reference text in source code.
getRefId() - Method in interface com.togethersoft.testing.shared.IElementRO
Returns the unique reference id for this element
getRefid() - Method in interface com.togethersoft.testing.shared.ITaskReference
Returns the reference id of this task
getRegistry() - Static method in class com.togethersoft.openapi.vcs.VcsProviderRegistryAccess
Returns instance of VcsProviderRegistry.
getRelativePath(java.lang.String) - Method in class com.togethersoft.openapi.util.ui.URLChooser
 
getRelativePosition(java.awt.Component,java.awt.Component) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentInformer
 
getRenderer() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingBooleanEditor
 
getRenderer() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditor
 
getRenderer() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditorBase
 
getRenderer() - Method in interface com.togethersoft.openapi.ide.inspector.util.table.CustomRenderable
 
getRenderer(java.lang.Object,java.lang.String) - Method in interface com.togethersoft.openapi.ide.inspector.provider.RendererProvider
 
getRenderingValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueEditor
This method replaces all line separators in the given value
by "\n" symbols
getRenderingValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingStringEditor
This method replaces all line separators in the given value
by "\n" symbols
getRenderingValue(java.lang.Object) - Method in interface com.togethersoft.openapi.ide.inspector.util.table.RenderingValueProvider
This method should convert given value to the value which
should appear in renderer.
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
getResource(java.lang.String) - Method in interface com.togethersoft.testing.shared.IPlugin
returns a url to resource put into plugin jar file
getResource(java.net.URL) - Method in interface com.togethersoft.testing.host.ITestHost
Returns resource at given URL
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
getResult() - Method in interface com.togethersoft.openapi.ide.macro.IdeMacroProvider
Returns results of all macro expansions performed with this provider
getResult() - Method in interface com.togethersoft.testing.shared.ITaskReference
Returns the result of this task
getResultCollection() - Method in interface com.togethersoft.testing.host.ITestHost
Returns ITestCollection containing test results.
getReturnExpression() - Method in interface com.togethersoft.openapi.sci.SciReturnStatement
 
getReturnType() - Method in interface com.togethersoft.openapi.sci.SciDelegate
 
getReturnType() - Method in interface com.togethersoft.openapi.sci.SciFunction
Gets the return type for this function.
getRobot() - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
getRoot(com.togethersoft.openapi.vfs.VirtualFileContext) - Method in interface com.togethersoft.openapi.vfs.VirtualFileVolume
Returns the root VirtualFile of this volume
getRootComponent() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedEditor
 
getRootPackage() - Method in interface com.togethersoft.openapi.rwi.RwiModel
Deprecated.
getRootPane(java.awt.Container) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentStructure
 
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
getRoots() - Method in interface com.togethersoft.openapi.modelnavigator.NavigatorService
Returns an array of current navigator root entities.
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.
getRunner(com.togethersoft.testing.shared.ICategory) - Method in interface com.togethersoft.testing.testserver.IRunnerRegistry
 
getRunnerRegistry() - Method in interface com.togethersoft.testing.testserver.ITestServer
 
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 interface com.togethersoft.openapi.ide.IdeContext
Deprecated.
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() - Method in interface com.togethersoft.openapi.ide.IdeContext
Deprecated.
getRwiReferences(com.togethersoft.openapi.ide.IdeContext) - Static method in class com.togethersoft.openapi.util.RwiElementsUtil
 
getSaver(java.lang.Object,java.lang.String) - Method in interface com.togethersoft.openapi.ide.inspector.provider.SaverProvider
 
getScrollPaneView(java.awt.Container) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentStructure
 
getSelectedColor() - Method in class com.togethersoft.openapi.util.ui.CustomColorChooser
Returns the selected color.
getSelectedComponent() - Method in class com.togethersoft.openapi.ide.inspector.IdeInspector
Returns visually selected component.
getSelectedFile() - Method in interface com.togethersoft.openapi.ide.window.IdePathChooser
Returns the selected file.
getSelectedFiles() - Method in interface com.togethersoft.openapi.ide.window.IdePathChooser
Returns a list of selected files if the file chooser is set to allow multiple selection.
getSelectedItem() - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueRenderer.SingleComboBoxModel
 
getSelectedRwiElement() - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementTableRemoverButton
Return selected RwiElement.
getSelection() - Method in interface com.togethersoft.openapi.modelnavigator.NavigatorService
Returns currently selected navigator's nodes.
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.
getSelectionService(java.lang.String) - Method in class com.togethersoft.openapi.modelselection.SelectionServiceAccess
 
getSelectionStart() - Method in interface com.togethersoft.openapi.ide.editor.IdeEditorSelection
Returns a TextPosition object containing information about the start of this selection.
getServer() - Method in class com.togethersoft.testing.shared.ServerURL
Returns the URL of the server
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.
getService(java.lang.Class) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorProperty
Returns an Object that provides service for this proprety.
getService(java.lang.Class) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorSinglePropertyComponent
 
getService(java.lang.Class) - Method in interface com.togethersoft.openapi.model.view.View
 
getService(java.lang.Class) - Method in interface com.togethersoft.testing.shared.IExtension
attempts to cast extension's runclass to class asClass and return it.
getService(java.lang.String) - Method in interface com.togethersoft.openapi.ide.inspector.InspectorServiceManager
 
getServiceManager() - Static method in class com.togethersoft.openapi.ide.inspector.IdeInspectorManagerAccess
 
getSession(java.lang.String) - Method in interface com.togethersoft.testing.testserver.ITestServer
 
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() - Method in interface com.togethersoft.openapi.vfs.VirtualFile
Shortcut for FILE_SHORT_NAME property getting.
getShortName() - Method in interface com.togethersoft.testing.host.IResource
Returns the short name of this resource
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.
getSinceStart() - Method in interface com.togethersoft.testing.shared.IResult
Returns the timestamp at which this result was created since the start of test
getSinceStart() - Method in interface com.togethersoft.testing.shared.IResultDetail
Returns the time since start this detauil was created
getSinceStart() - Method in interface com.togethersoft.testing.shared.ITaskReference
Returns the time since start for this task
getSize() - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueRenderer.SingleComboBoxModel
 
getSource() - Method in interface com.togethersoft.openapi.rwi.RwiLink
Returns this link's source.
getSource() - Method in class com.togethersoft.testing.shared.ResultEvent
Returns the source of this event.
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 the part of the source code that 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.
getStackLine(int) - Static method in class com.togethersoft.openapi.ide.IdeLocalDiagnostic
 
getStacktrace() - Method in interface com.togethersoft.testing.shared.IResultDetail
Returns the stacktrace of this result detail
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.
getStatus() - Method in interface com.togethersoft.openapi.vcs.VcsFileInfo
 
getStderr() - Method in interface com.togethersoft.testing.shared.IResultDetail
Returns the standard error stream of this detail
getStdout() - Method in interface com.togethersoft.testing.shared.IResultDetail
Returns the standard output stream of this detail
getStep() - Method in interface com.togethersoft.openapi.ide.progress.IdeProgress
Returns a description string of the current step.
getString(java.lang.String) - Static method in class com.togethersoft.openapi.util.properties.PropertyUtil
 
getStringEnumeration() - Static method in class com.togethersoft.openapi.model.util.EmptyEnumeration
 
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.
getStringRepresentation(Node) - Static method in class com.togethersoft.testing.shared.util.ElementUtil
 
getStyledCharSource() - Method in interface com.togethersoft.openapi.ide.editor.IdeEditor
Returns the IdeEditorStyledCharSource object
getSubproperties() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.RwiPropertyAdapter
Returns null.
getSubproperties() - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorMultipleStringProperty.ProxyProperty
 
getSubproperties() - Method in interface com.togethersoft.openapi.model.elements.Property
Provides an access to the nested properties tree
getSubproperties() - Method in class com.togethersoft.openapi.model.util.PropertyAdapter
 
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.rwi.extension.RwiPropertyEnumerationAdapter.PropertyAdapter
 
getSubproperties() - Method in class com.togethersoft.openapi.rwi.extension.RwiPropertyProviderAdapter.RwiSinglePropertyImpl
 
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 class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap.MyProperty
 
getSubproperties() - Method in interface com.togethersoft.openapi.util.propertyMap.Property
Retruns all subproperties as a PropertyMap.
getSupportedMacros() - Method in interface com.togethersoft.openapi.ide.macro.IdeMacroProvider
Returns array containing supported macros
getTabbedPaneName(java.awt.Component) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentStructure
 
getTable() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI
----------------------------------------------------------------------
"Get" operation group can be used by subclasses for changing property
table UI or table properties.
getTable() - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableComponentUIBase
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.
getTableCellRendererComponent(javax.swing.JTable,java.lang.Object,boolean,boolean,int,int) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueRenderer.UndefinedRenderer
Returns the label
getTabName(java.awt.Component) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentStructure
 
getTabs(java.awt.Component) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentStructure
 
getTabSize() - Method in interface com.togethersoft.openapi.ide.editor.IdeEditor
Returns the size of tab character
getTag(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciTagList
Returns SciTag with the specified name.
getTagAttributeValue(com.togethersoft.openapi.sci.SciTag,java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciCSharpHelper
returns value of specified attribute for given tag
F.ex.
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 the SciTagList object containing all SciTags for this definition.
getTagName() - Method in class com.togethersoft.testing.shared.Comment
 
getTagName() - Method in class com.togethersoft.testing.shared.StackTrace
Returns the tag name
getTagName() - Method in class com.togethersoft.testing.shared.StdErr
 
getTagName() - Method in class com.togethersoft.testing.shared.StdOut
 
getTagValue(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciTagList
Returns a string value of SciTag with the specified name.
getTargets() - Method in interface com.togethersoft.testing.host.ITestSuite
Returns an array of all targets contained in the suite
getTargetSpecifier() - Method in interface com.togethersoft.openapi.sci.SciNetAttribute
 
getTargetSpecifier() - Method in interface com.togethersoft.openapi.sci.SciNetAttributeSection
 
getTaskCategories() - Method in interface com.togethersoft.testing.host.ITestHost
Returns an array of task categories
getTaskClassName() - Method in class com.togethersoft.testing.host.TaskDefinition
Returns the name of class that defines this task
getTaskDefinition(com.togethersoft.testing.shared.ICategory) - Method in interface com.togethersoft.testing.host.ITestHost
Returns a task definition for given category
getTaskReference() - Method in class com.togethersoft.testing.shared.TaskReferenceEvent
Returns the task reference for this event.
getTasks() - Method in interface com.togethersoft.testing.host.ITarget
Returns an array of tasks contained in this target
getTaskType() - Method in class com.togethersoft.testing.host.TaskDefinition
Returnns type of task
getTempFile() - Method in interface com.togethersoft.openapi.ide.IdeManager
Returns the name of a temporary file.
getTestAssetFactory(com.togethersoft.testing.shared.ICategory) - Method in interface com.togethersoft.testing.host.ITestHost
Used to get asset factory of registered ICategory cat
getTestDataName() - Method in interface com.togethersoft.testing.testserver.plugin.visualtest.UIMap
Returns name of associated test data file.
getTestHost() - Static method in class com.togethersoft.testing.host.TestHostAccess
Returns the test host
getTestName() - Method in interface com.togethersoft.testing.shared.IResult
Returns the name of the test that pruduced this result
getTestName() - Method in interface com.togethersoft.testing.shared.IResultDetail
Returns the test name
getTestOutcome() - Method in interface com.togethersoft.testing.shared.IResult
Returns string representation of the ooutcome of this test (success, error, failure)
getTestProject() - Method in interface com.togethersoft.testing.host.ITestHost
 
getTestServer() - Static method in class com.togethersoft.testing.testserver.TestServerAccess
 
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.
getTextColor(com.togethersoft.openapi.model.elements.Reference) - Method in class com.togethersoft.openapi.modelnavigator.NodeUIProvider
Returns color of text to be used to display node's name.
getTextComponent() - Method in class com.togethersoft.openapi.util.ui.DescriptionPanel
 
getTextField() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingStringEditor
 
getTextFont(com.togethersoft.openapi.model.elements.Reference) - Method in class com.togethersoft.openapi.modelnavigator.NodeUIProvider
Returns text font to be used to display node's name.
getTextManager() - Static method in class com.togethersoft.openapi.ide.resource.IdeResourceManagerAccess
******************************************************************************************************************
Returns IdeResourceMessageManager.
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
 
getTimestamp() - Method in interface com.togethersoft.testing.shared.IResult
Returns the absolute timestamp at which the result was created
getTimestamp() - Method in interface com.togethersoft.testing.shared.ITaskReference
Returns the timestamp of this task
getTitle() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedStringEditor
Retruns title for dialog which can be called via chooser button.
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.
getToolTipText(com.togethersoft.openapi.model.elements.Reference) - Method in class com.togethersoft.openapi.modelnavigator.NodeUIProvider
Returns tooltip text to be displayed for a node.
getTopLevelWindows() - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentInformer
 
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.
getTraceMode(java.lang.String) - Method in interface com.togethersoft.openapi.util.diagnostic.Diagnostic
 
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.
getType() - Method in interface com.togethersoft.openapi.vcs.VcsFileInfo
 
getType() - Method in interface com.togethersoft.openapi.vfs.VirtualFile
Shortcut for FILE_TYPE property getting.
getType() - Method in interface com.togethersoft.testing.host.ITask
Returns the type of this task
getType() - Method in interface com.togethersoft.testing.shared.IResultDetail
Returns the type of this detail
getUI() - Method in interface com.togethersoft.openapi.baseexpert.Expert
 
getUI() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedParamsEditor
 
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.service.DefaultExtendedEditorService
 
getUIComponent() - Method in interface com.togethersoft.openapi.ide.inspector.service.EditorService
 
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.PropertyTableComponentUIBase
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.
getUIMap() - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
getUndoManager() - Static method in class com.togethersoft.openapi.ide.IdeAccess
Returns IdeUndoManager.
getUndoManager() - Method in interface com.togethersoft.openapi.ide.IdeManager
Deprecated.
getUndoManager() - Static method in class com.togethersoft.openapi.ide.undo.IdeUndoManagerAccess
Returns the current IdeUndoManager.
getUniqueChild(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.vfs.VirtualFile
Gets unique child named on the base of prefix and extension
getUniqueName() - Method in interface com.togethersoft.openapi.model.elements.Element
 
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.
getUnlessProperty() - Method in interface com.togethersoft.testing.host.ITarget
Returns the value of 'unless' property
getUrl() - Method in class com.togethersoft.openapi.util.ui.URLChooser
 
getUrl() - Method in interface com.togethersoft.openapi.vfs.VirtualFile
Shortcut for FILE_URL property getting.
getUrl() - Method in interface com.togethersoft.testing.shared.IResultDetail
Returns the URL of this detail
getUrl() - Method in interface com.togethersoft.testing.shared.ITaskReference
Returns the URL of this task reference
getUserObjects(java.lang.String) - Method in interface com.togethersoft.testing.shared.IElementRO
Returns an array of objects associated with given name
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.
getValidator() - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel
 
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.ExtendedBooleanEditor
Returns the value in editor as String.
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.ExtendedFileNameEditor.InnerEditor
 
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.PropertyMapMultiValueEditor
Returns value of this editor.
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.RwiPropertyAdapter
Returns the value of the property.
getValue() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SimpleStringProperty
Returns the string value of the property.
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.SwingComboBoxEditorBase
Returns selected item.
getValue() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingEnumEditor.EnumeratedItem
 
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.SwingNumberEditor
Returns float value.
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.RwiInspectorMultipleStringProperty.ProxyProperty
 
getValue() - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorProperty
Returns internal value.
getValue() - Method in interface com.togethersoft.openapi.model.elements.Property
 
getValue() - Method in class com.togethersoft.openapi.model.util.PropertyAdapter
 
getValue() - Method in interface com.togethersoft.openapi.rwi.RwiProperty
Returns a string with the value of this property.
getValue() - Method in class com.togethersoft.openapi.rwi.extension.RwiPropertyEnumerationAdapter.PropertyAdapter
 
getValue() - Method in class com.togethersoft.openapi.rwi.extension.RwiPropertyProviderAdapter.RwiSinglePropertyImpl
 
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 class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap.MyProperty
 
getValue() - Method in interface com.togethersoft.openapi.util.propertyMap.Property
Returns a value of this property.
getValue() - Method in class com.togethersoft.testing.shared.TextData
 
getValue(int,com.togethersoft.openapi.ide.inspector.IdeInspectorProperty) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel.PropertyDataManager
 
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 class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap.MyProperty
 
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.
getValueBeforeChooserInvokation() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueEditor
 
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.
getVersionId() - Method in interface com.togethersoft.openapi.vcs.VcsVersionInfo
 
getVetoableSupport() - Method in class com.togethersoft.openapi.util.properties.DictionaryProperties
 
getVetoableSupport() - Method in class com.togethersoft.openapi.util.properties.FilteredNameProperties
 
getViewManager(java.lang.String) - Static method in class com.togethersoft.openapi.model.view.ViewAccess
 
getViewManagerObject(java.lang.String) - Method in class com.togethersoft.openapi.model.view.ViewAccess
 
getViewportChild(java.awt.Container) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentStructure
 
getVirtualFile() - Method in interface com.togethersoft.openapi.vfs.event.VirtualFileEvent
 
getVirtualFile(com.togethersoft.openapi.vfs.VirtualFile,java.lang.String) - Method in interface com.togethersoft.openapi.vfs.VirtualFileManager
Gets VirtualFile with full name, derived from parent full
name and relativePath.
getVirtualFile(java.lang.String,com.togethersoft.openapi.vfs.VirtualFileContext) - Method in interface com.togethersoft.openapi.vfs.VirtualFileManager
Gets VirtualFile with specified context.
getVirtualFile(java.lang.String,java.lang.String,com.togethersoft.openapi.vfs.VirtualFileContext) - Method in interface com.togethersoft.openapi.vfs.VirtualFileManager
Derive file full name from parent full name and relative path.
getVirtualFile(java.lang.String) - Method in interface com.togethersoft.openapi.vfs.VirtualFileManager
Gets VirtualFile with empty context.
getVirtualFileManager() - Static method in class com.togethersoft.openapi.vfs.VirtualFileManagerAccess
 
getVirtualFileManager() - Method in interface com.togethersoft.openapi.vfs.VirtualFile
Returns VirtualFileManager instance
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.SwingComboBoxEditorBase
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() - Method in interface com.togethersoft.openapi.ide.IdeManager
Deprecated.
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
 
getWriter() - Method in interface com.togethersoft.openapi.vfs.VirtualFile
Returns Writer for VirtualFile.
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
'goto' statement.
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

hasChild(java.lang.String) - Method in interface com.togethersoft.openapi.vfs.VirtualFile
Checks if the file has child named name
hasDependency(java.lang.String) - Method in interface com.togethersoft.testing.host.ITarget
Returns true if this target depends on given target name
hashCode() - Method in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap.DefaultProperty
 
hashCode() - Method in class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap.MyProperty
 
hashCode() - Method in class com.togethersoft.openapi.util.text.TextPosition
This method overrides java.lang.Object.hashCode()
hashCode() - Method in class com.togethersoft.testing.shared.AssetCategory
 
hasInterfaceTag(com.togethersoft.openapi.sci.SciClass) - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
Checks if the specified class has an interface tag.
hasListeners() - Method in class com.togethersoft.openapi.util.EventMulticaster
Checks is there more listeners
hasModel(java.lang.String) - Static method in class com.togethersoft.openapi.model.elements.ModelAccess
 
hasMoreElements() - Method in class com.togethersoft.openapi.model.util.SingleEnumeration.SinglePropertyEnumeration
 
hasMoreElements() - Method in class com.togethersoft.openapi.model.util.SingleEnumeration.SingleStringEnumeration
 
hasMoreElements() - Method in class com.togethersoft.openapi.rwi.extension.RwiMemberProviderAdapter.EmptyRwiMemberEnumeration
 
hasMoreElements() - Method in class com.togethersoft.openapi.rwi.extension.RwiPropertyEnumerationAdapter
Checks are there more RwiElements in enumeration.
hasMoreElements() - Method in class com.togethersoft.openapi.rwi.extension.RwiPropertyProviderAdapter.EmptyRwiElementEnumeration
 
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.model.elements.PropertyMap,java.lang.String) - Method in interface com.togethersoft.openapi.model.extension.PropertyGetProvider
Will be called, when hasProperty operation of PropertyMap was invoked.
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 class com.togethersoft.openapi.ide.inspector.InspectorViewType
 
hasProperty(java.lang.String) - Method in interface com.togethersoft.openapi.model.elements.PropertyMap
 
hasProperty(java.lang.String) - Method in interface com.togethersoft.openapi.model.view.ViewType
 
hasProperty(java.lang.String) - Method in class com.togethersoft.openapi.modelnavigator.NavigatorViewType
 
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.
hasPropertyValue(com.togethersoft.openapi.model.elements.PropertyMap,java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.model.extension.PropertyGetProvider
Will be called, when hasPropertyValue operation of PropertyMap was
invoked.
hasPropertyValue(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.model.elements.PropertyMap
 
hasUserObject(java.lang.String,java.lang.Object) - Method in interface com.togethersoft.testing.shared.IElementRO
Returns true if the element has an object associated via given name
HELP - Static variable in interface com.togethersoft.openapi.ide.window.IdeButtonType
Help button.
helper - Class Diagram in com.togethersoft.openapi.ide.inspector.service.helper
 
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
Invoked when help is requested.
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.
host - Class Diagram in com.togethersoft.testing.host
 
HOST - Static variable in interface com.togethersoft.testing.testserver.IServerParameters
 
hostInitialized() - Method in interface com.togethersoft.testing.host.ITestHostListener
Deprecated.
hostUnInitialized() - Method in interface com.togethersoft.testing.host.ITestHostListener
Deprecated.
HTML_ERROR_MESSAGE - Static variable in class com.togethersoft.openapi.ide.inspector.util.DocComponent
 
HTML_FILES_FILTER - Static variable in class com.togethersoft.openapi.ide.window.IdeFileFilterConstant
 
HTMLDOC - Static variable in interface com.togethersoft.openapi.ide.inspector.util.ComponentWeight
 
http - Class Diagram in com.togethersoft.testing.shared.http
 
HttpServerFactoryAccess - class com.togethersoft.testing.shared.http.HttpServerFactoryAccess
Provides access to http server factory.
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

I18n - class com.togethersoft.testing.shared.I18n
Internationalization utility class
IAssertion - interface com.togethersoft.testing.host.IAssertion
Represents an assertion task in test suite.
IAssetListener - interface com.togethersoft.testing.host.IAssetListener
Listener interface for recieving notifications about changes in test assets
IAttributeNames - interface com.togethersoft.testing.shared.IAttributeNames
Provides default attribute names for test assets.
ICategory - interface com.togethersoft.testing.shared.ICategory
Interface describes type of the asset.
ICommandController - interface com.togethersoft.testing.testserver.ICommandController
Interface to server commands.
ICON - Static variable in interface com.togethersoft.openapi.model.view.ViewType
 
IConfig - interface com.togethersoft.testing.shared.IConfig
Interface to access config properties both on host and server.
ICONS_COUNT - Static variable in class com.togethersoft.openapi.util.ui.ExtendedControl
 
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.
id - Variable in class com.togethersoft.testing.shared.ResultEvent
 
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 module 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
Deprecated. Replaced by IdeWindowManager.createButtonPanel(...)
IdeDialogButtonPanel(com.togethersoft.openapi.ide.window.IdeDialogButtonGroup,java.awt.LayoutManager) - Constructor for class com.togethersoft.openapi.ide.window.IdeDialogButtonPanel
Deprecated. Replaced by IdeWindowManager.createButtonPanel(IdeDialogButtonGroup buttonGroup, LayoutManager layoutManager)
IdeDialogButtonPanel(com.togethersoft.openapi.ide.window.IdeDialogButtonGroup) - Constructor for class com.togethersoft.openapi.ide.window.IdeDialogButtonPanel
Deprecated. Replaced by IdeWindowManager.createButtonPanel(IdeDialogButtonGroup buttonGroup)
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 choose 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.
IdeFileFilterConstant - class com.togethersoft.openapi.ide.window.IdeFileFilterConstant
Abstract class IdeFileFilterConstant stores the constants to be used
in the IdePathChooser interface.
IdeFileType - interface com.togethersoft.openapi.ide.resource.IdeFileType
Defines string constants used to identify the type of a file in IdeResourceManager.
IdeFilterManager - interface com.togethersoft.openapi.ide.window.IdeFilterManager
 
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.
IdeInspectorComponent.Options - interface com.togethersoft.openapi.ide.inspector.IdeInspectorComponent.Options
This interface contains some constants used as keys of the component
configuration options.
IdeInspectorCompoundComponent - class com.togethersoft.openapi.ide.inspector.IdeInspectorCompoundComponent
Class IdeInspectorCompoundComponents represents an inspector component
that contains the other inspector components.
IdeInspectorCompoundComponent.ModelPropertyNamesServiceImpl - class com.togethersoft.openapi.ide.inspector.IdeInspectorCompoundComponent.ModelPropertyNamesServiceImpl
This class implements model propert names service.
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.Options - interface com.togethersoft.openapi.ide.inspector.IdeInspectorProperty.Options
This interface contains some constants used as keys of the property
configuration options.
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.ModelPropertyNamesServiceImpl - class com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent.ModelPropertyNamesServiceImpl
 
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.ModelPropertyNamesServiceImpl - class com.togethersoft.openapi.ide.inspector.IdeInspectorSinglePropertyComponent.ModelPropertyNamesServiceImpl
This class implements service providing name of the inspected model
property
IdeInspectorSinglePropertyComponent.ModelPropertyNamesServiceImpl(java.lang.String) - Constructor for class com.togethersoft.openapi.ide.inspector.IdeInspectorSinglePropertyComponent.ModelPropertyNamesServiceImpl
 
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.
IdeMacroExpander - interface com.togethersoft.openapi.ide.macro.IdeMacroExpander
Interface to macro expansion.
IdeMacroExpanderAccess - class com.togethersoft.openapi.ide.macro.IdeMacroExpanderAccess
 
IdeMacroParser - interface com.togethersoft.openapi.ide.macro.IdeMacroParser
Interface to macro parser.
IdeMacroProvider - interface com.togethersoft.openapi.ide.macro.IdeMacroProvider
Implementation of this interface you should register with IdeMacroExpander if you wish to provide your own set of macros.
IdeMacroProviderFactory - interface com.togethersoft.openapi.ide.macro.IdeMacroProviderFactory
 
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.
identifiers() - Method in class com.togethersoft.testing.shared.AssetCategory
Returns enumeration of identifiers contained in this category
identifiers() - Method in interface com.togethersoft.testing.shared.ICategory
Returns enumeration of all identifiers in this category
IdeNullModuleConfig - class com.togethersoft.openapi.ide.config.IdeNullModuleConfig
Represents access to configuration for a null module.
IdePathChooser - interface com.togethersoft.openapi.ide.window.IdePathChooser
IdePathChooser provides a simple mechanism for the user to choose a path.
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.
IdeTextManager - interface com.togethersoft.openapi.ide.resource.IdeTextManager
Class IdeMessageManager provides a method for getting string from resource files.
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 (OMG IDL)
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_READ_ONLY - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Deprecated. Please use SciProperty.READ_ONLY instead
IDL_THROWS - Static variable in interface com.togethersoft.openapi.ide.window.IdeSelectorDialogType
 
IElementRO - interface com.togethersoft.testing.shared.IElementRO
Base interface for all test elements
IEnvironment - interface com.togethersoft.testing.host.IEnvironment
Deprecated.
IExtension - interface com.togethersoft.testing.shared.IExtension
Represents an extension in testing framework.
IF - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
'if' statement.
IGNORE - Static variable in interface com.togethersoft.openapi.ide.window.IdeButtonType
Ignore button.
IHttpServer - interface com.togethersoft.testing.shared.http.IHttpServer
Interface to http server.
IHttpServerFactory - interface com.togethersoft.testing.shared.http.IHttpServerFactory
Http server factory, allows to create an http server.
IMAGE_DIALOG - Static variable in interface com.togethersoft.openapi.ide.window.IdeFileChooserConstant
Type value indicating that the FileChooser supports a image choosing operation with preview
IMAGE_FILES_FILTER - Static variable in class com.togethersoft.openapi.ide.window.IdeFileFilterConstant
 
implementation - Static variable in class com.togethersoft.openapi.model.elements.ModelAccess
 
implementation - Static variable in class com.togethersoft.openapi.model.view.ViewAccess
 
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.
IMPLICIT - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has the implicit modifier (C# only).
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.ide.window.IdeSelectorDialogType
 
IMPORT - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Deprecated.
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.
inc() - Method in class com.togethersoft.openapi.ide.inspector.util.TabbedPaneInspectorUI.Semaphore
 
indent() - Method in class com.togethersoft.testing.shared.util.XMLWriter
 
INDEXER - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element is an indexer (C# only).
INDEXER_GET - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that the accessor is a getter for an indexer.
INDEXER_SET - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that the accessor is a setter for an indexer.
indexOfWholeWord(java.lang.String,java.lang.String,int) - Static method in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
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.
INFINITY - Static variable in class com.togethersoft.openapi.vfs.Depth
 
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() - Method in class com.togethersoft.openapi.ide.inspector.service.DefaultExtendedEditorService
 
init() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedEditor
 
init() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingBooleanEditor
 
init() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditorBase
 
init() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingStringEditor
Creates JPanel with JTextField and adds KeyListener for "ENTER pressed" event.
init() - Method in class com.togethersoft.openapi.util.ui.AbstractDialog
 
init() - Method in class com.togethersoft.testing.shared.util.XMLWriter
 
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.
init(com.togethersoft.openapi.ide.inspector.IdeInspectorProperty) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingNumberEditor
 
init(java.lang.String) - Method in class com.togethersoft.openapi.util.file.WildcardFileFilter.Mask
 
init(javax.swing.JButton,java.awt.Component,java.awt.event.ActionListener) - Method in class com.togethersoft.openapi.util.ui.ExtendedControl
 
init(javax.swing.JButton,java.awt.Component,java.awt.event.ActionListener) - Method in class com.togethersoft.openapi.util.ui.SimpleExtendedControl
 
initEvents() - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
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 that the specified class has.
initRobot() - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
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.
INPUT_CLOSED - Static variable in interface com.togethersoft.openapi.vfs.event.VirtualFileEventCode
 
INPUT_OPEN_QUERY - Static variable in interface com.togethersoft.openapi.vfs.event.VirtualFileEventCode
 
INPUT_OPEN_VETOED - Static variable in interface com.togethersoft.openapi.vfs.event.VirtualFileEventCode
 
inquirePasteName(com.togethersoft.openapi.sci.SciClass,com.togethersoft.openapi.sci.SciMember) - Method in interface com.togethersoft.openapi.sci.SciLanguageHelper
Provides possibility to inquire about the name of the member being pasted to the 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.IntegerDocument
Insert only numbered lines.
INSETS - Static variable in class com.togethersoft.openapi.util.ui.PseudoScrollPaneBorder
 
InspectablePropertyProvider - interface com.togethersoft.openapi.ide.inspector.provider.InspectablePropertyProvider
 
inspector - Class Diagram in com.togethersoft.openapi.ide.inspector
 
INSPECTOR_ID - Static variable in class com.togethersoft.openapi.ide.inspector.InspectorViewType
 
INSPECTOR_ID_VALUE - Variable in class com.togethersoft.openapi.ide.inspector.InspectorViewType
 
INSPECTOR_REFERENCE_COLLECTION_NAME - Static variable in interface com.togethersoft.openapi.ide.inspector.InspectorConsts
 
InspectorConsts - interface com.togethersoft.openapi.ide.inspector.InspectorConsts
 
InspectorFactory - interface com.togethersoft.openapi.ide.inspector.InspectorFactory
 
InspectorPatternUI - class com.togethersoft.openapi.sci.pattern.InspectorPatternUI
 
InspectorPatternUI(com.togethersoft.openapi.ide.inspector.IdeInspector) - Constructor for class com.togethersoft.openapi.sci.pattern.InspectorPatternUI
 
InspectorServiceManager - interface com.togethersoft.openapi.ide.inspector.InspectorServiceManager
 
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
 
InspectorViewType - class com.togethersoft.openapi.ide.inspector.InspectorViewType
 
InspectorViewType() - Constructor for class com.togethersoft.openapi.ide.inspector.InspectorViewType
 
InspectorViewType(java.lang.String) - Constructor for class com.togethersoft.openapi.ide.inspector.InspectorViewType
 
installDefaults() - Method in class com.togethersoft.openapi.util.ui.CustomColorChooser.MyColorChooserUI
 
installDefaults(javax.swing.AbstractButton) - Method in class com.togethersoft.openapi.util.ui.ThreeStateChechBox.ThreeStateCheckBoxUI
Overrides MetalCheckBoxUI.installDefaults(...) method to install
ThreeStateCheckboxIcon class used for checkbox icon painting
(the originally used icon is UIManager.getIcon(getPropertyPrefix() + "icon");)
installDefaults(javax.swing.AbstractButton) - Method in class com.togethersoft.openapi.util.ui.ThreeStateCheckBox.ThreeStateCheckBoxUI
Overrides MetalCheckBoxUI.installDefaults(...) method to install
ThreeStateCheckboxIcon class used for checkbox icon painting
(the originally used icon is UIManager.getIcon(getPropertyPrefix() + "icon");)
installListeners() - Method in class com.togethersoft.openapi.util.ui.CustomColorChooser.MyColorChooserUI
 
installListeners(javax.swing.AbstractButton) - Method in class com.togethersoft.openapi.util.ui.ThreeStateChechBox.ThreeStateCheckBoxUI
Overrides BasicButtonUI.installListeners(...) to install an additional
ThirdStateItemListener
installListeners(javax.swing.AbstractButton) - Method in class com.togethersoft.openapi.util.ui.ThreeStateCheckBox.ThreeStateCheckBoxUI
Overrides BasicButtonUI.installListeners(...) to install an additional
ThirdStateItemListener
installPreviewPanel() - Method in class com.togethersoft.openapi.util.ui.CustomColorChooser.MyColorChooserUI
 
installUI(javax.swing.JComponent) - Method in class com.togethersoft.openapi.util.ui.CustomColorChooser.MyColorChooserUI
 
INSTANCE - Static variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueRenderer
Instance of this class without the white background.
instance - Static variable in class com.togethersoft.openapi.util.ui.DisabledFocusManager
 
INSTANCE - Static variable in class com.togethersoft.openapi.util.ui.PseudoScrollPaneBorder
 
INSTANTIATES - Static variable in interface com.togethersoft.openapi.ide.window.IdeSelectorDialogType
 
IntegerDocument - class com.togethersoft.openapi.ide.inspector.util.editors.IntegerDocument
Represents document which can have only numbebered lines.
IntegerDocument() - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.IntegerDocument
 
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 and C# only).
INTERFACE - Static variable in interface com.togethersoft.openapi.sci.pattern.SciDefaultPattern
 
INTERFACES - Static variable in interface com.togethersoft.openapi.ide.window.IdeSelectorDialogType
 
INTERNAL - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has internal visibility (C# only).
INTERNAL_TRANSITION - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
 
internalWorked(double) - Method in interface com.togethersoft.testing.shared.IProgressMonitor
Internal method to handle scaling correctly.
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.
InvalidContextError - class com.togethersoft.openapi.ide.macro.InvalidContextError
Runtime exception thrown by IdeMacroProvider and IdeMacroExpander when macro cannot be expandede in given IdeContext.
InvalidUIStateException - class com.togethersoft.testing.testserver.plugin.visualtest.InvalidUIStateException
 
InvalidUIStateException(java.lang.String) - Constructor for class com.togethersoft.testing.testserver.plugin.visualtest.InvalidUIStateException
 
InvertibleFunction - interface com.togethersoft.openapi.util.function.InvertibleFunction
Presents unary operation "inverse".
invokeInDispatch(java.lang.Runnable) - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
invokeLater(java.lang.Runnable,java.lang.String) - Static method in class com.togethersoft.openapi.ide.inspector.util.TabbedPaneInspectorUI.SwingUtil
 
invokePopup(java.awt.event.MouseEvent) - Method in class com.togethersoft.openapi.util.ui.PopupTriggerHandler
Open popup menu.
IPlugin - interface com.togethersoft.testing.shared.IPlugin
Represents a plugin in testing framework.
IPluginManager - interface com.togethersoft.testing.shared.IPluginManager
Plugin manager provides access to plugins and extensions.
IProgressMonitor - interface com.togethersoft.testing.shared.IProgressMonitor
The IProgressMonitor interface is implemented by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity.
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.
IResource - interface com.togethersoft.testing.host.IResource
Represents a resource in file system - directory or file
IResult - interface com.togethersoft.testing.shared.IResult
Represents a result of a test
IResultAttributeNames - interface com.togethersoft.testing.shared.IResultAttributeNames
Provides default attribute names for test results
IResultDetail - interface com.togethersoft.testing.shared.IResultDetail
Provides interface for result description - error or failure
IResultListener - interface com.togethersoft.testing.shared.IResultListener
Listener interface for recieving notifications about test results while tets in being run.
IResultTagNames - interface com.togethersoft.testing.shared.IResultTagNames
Deprecated.
IRunnerRegistry - interface com.togethersoft.testing.testserver.IRunnerRegistry
Interface to test runners.
IS - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
VB.NET is operator:
Expression Is Expression.
isAbsolutePath(java.lang.String) - Method in interface com.togethersoft.openapi.vfs.VirtualFileManager
 
isActive() - Method in interface com.togethersoft.openapi.ide.inspector.DataSource
 
isActive() - Method in interface com.togethersoft.testing.shared.IPlugin
returns whether this plugin was started.
isAdvanced() - Method in interface com.togethersoft.openapi.ide.config.IdeConfigEditor
Checks whether this IdeConfigEditor is in the advanced mode.
isAncestorOf(com.togethersoft.openapi.vfs.VirtualFile) - Method in interface com.togethersoft.openapi.vfs.VirtualFile
 
isAnyFileMask() - Method in class com.togethersoft.openapi.util.file.WildcardFileFilter.Mask
 
isAnyKeyPressed - Variable in class com.togethersoft.openapi.ide.inspector.util.DescriptionComponent
 
isApplicable(com.togethersoft.openapi.model.elements.Element) - Method in interface com.togethersoft.openapi.model.extension.ContentProvider
This method is called whenever any other method of this provider is to be invoked.
isApplicable(com.togethersoft.openapi.model.elements.Element) - Method in interface com.togethersoft.openapi.model.extension.CopyProvider
Call of this method is guaranteed to precede call of any other method of this provider.
isApplicable(com.togethersoft.openapi.model.elements.Element) - Method in interface com.togethersoft.openapi.model.extension.CutProvider
Call of this method is guaranteed to precede call of any other method of this provider.
isApplicable(com.togethersoft.openapi.model.elements.Entity) - Method in interface com.togethersoft.openapi.model.extension.ChildrenProvider
Provider should return true from this method if it knows
the given parent and there is a possibility that provider
will return enumeration of child elements unique names
isApplicable(com.togethersoft.openapi.model.elements.Entity) - Method in interface com.togethersoft.openapi.model.extension.LinkProvider
It is guaranteed that before calling any other methods of the provider,
this method was invoked and result value was true.
isApplicable(com.togethersoft.openapi.model.elements.Entity) - Method in interface com.togethersoft.openapi.model.extension.PasteProvider
This method is called before calling any other methods.
isApplicable(com.togethersoft.openapi.model.elements.Entity) - Method in class com.togethersoft.openapi.model.util.ChildrenProviderAdapter
This method should return true if this provider can
return children of the given entity
isApplicable(com.togethersoft.openapi.model.elements.PropertyMap,java.lang.String) - Method in interface com.togethersoft.openapi.model.extension.PropertyProvider
This method is called right before any other methods of PropertyGetProvider and PropertysetProvider are called.
isApplicable(com.togethersoft.openapi.model.elements.PropertyMap) - Method in interface com.togethersoft.openapi.model.extension.DeleteProvider
This method is guaranteed to be called with the corresponding argument right before any other
method of provider is invoked.
isApplicable(com.togethersoft.openapi.model.elements.PropertyMap) - Method in class com.togethersoft.openapi.model.util.ChildrenProviderAdapter
This method should return true if this provider can somehow
deal with the given property map deleting.
isApplicable(com.togethersoft.openapi.model.elements.ReferenceCollection) - Method in interface com.togethersoft.openapi.model.extension.ReferenceProvider
This method is called before calling of any other method of provider for particular
ReferenceCollection.
isApplicable(com.togethersoft.openapi.modelnavigator.NavigatorTreeNode) - Method in interface com.togethersoft.openapi.modelnavigator.NavigatorComparator
Method should return true if comparator is applicable for
sorting children of parent node.
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.
isApplicable(java.lang.String) - Method in interface com.togethersoft.openapi.model.extension.UniqueNameProvider
Provider should return true from this method if it accepts
that element with the given uniqueName exists in the universe
Provider should not care if the element is instantiated or not.
isApplicable(java.lang.String) - Method in class com.togethersoft.openapi.model.util.ChildrenProviderAdapter
This method should return true if an element having the
given uniqueName exists in the model.
isArray() - Method in interface com.togethersoft.openapi.sci.SciNewExpression
Checks whether an array is being created.
isAvailable() - Method in interface com.togethersoft.openapi.vfs.VirtualFileVolume
Checks if the volume is available to use now
isAvailable(boolean,com.togethersoft.openapi.vfs.VirtualFileContext) - Method in interface com.togethersoft.openapi.vfs.VirtualFileVolume
Checks if the volume is available to use now and creates root for
the new VirtualFileVolume if it is absent.
isCacheableProperty(com.togethersoft.openapi.ide.inspector.IdeInspectorProperty) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel.PropertyDataManager
 
isCacheDirty() - Method in interface com.togethersoft.openapi.vfs.VirtualFile
Returns true if changes were made to cache since file was opened or cache saved/discarded.
isCanceled - Variable in class com.togethersoft.openapi.util.ui.URLChooser
 
isCanceled() - Method in interface com.togethersoft.testing.shared.IProgressMonitor
Returns whether the end-user has asked to cancel the operation.
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.
isCheckedOut() - Method in interface com.togethersoft.openapi.vcs.VcsVersionInfo
 
isCommandSupportedForProject(java.lang.String) - Method in interface com.togethersoft.openapi.vcs.VcsProviderType
Returns true 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.
isComplete() - Method in interface com.togethersoft.testing.host.ITestResultAsset
Returns true if the result is completed (the test finished running)
isDebugEnabled() - Method in class com.togethersoft.testing.shared.util.TFCategory
 
isDeleted() - Method in interface com.togethersoft.openapi.model.elements.Element
 
isDeleted() - Method in interface com.togethersoft.openapi.model.elements.Reference
 
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 data.
isDeleted() - Method in interface com.togethersoft.openapi.sci.SciScope
Checks whether this SciScope represents existing model data.
isDeleted(com.togethersoft.openapi.model.elements.PropertyMap) - Method in interface com.togethersoft.openapi.model.extension.DeleteProvider
This method is called, when isDeleted opertation of Element or
Reference was invoked.
isDeleted(com.togethersoft.openapi.model.elements.PropertyMap) - Method in class com.togethersoft.openapi.model.util.ChildrenProviderAdapter
This method should return actual information.
isDeleted(com.togethersoft.openapi.rwi.RwiPropertyMap) - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorProperty
Checks whether RwiElement (RwiReference) is deleted from model.
isDeprecated(com.togethersoft.openapi.rwi.RwiElement) - Static method in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
isDirectory() - Method in interface com.togethersoft.openapi.ide.project.IdeProjectNode
Checks whether this IdeProjectNode is a directory.
isDirectory() - Method in interface com.togethersoft.openapi.vcs.VcsFileInfo
 
isDirectory() - Method in interface com.togethersoft.testing.host.IResource
Returns true if this resource is a directory
isDisposed() - Method in interface com.togethersoft.openapi.ide.inspector.DataSource
 
isEmpty - Variable in class com.togethersoft.testing.shared.util.XMLWriter
 
isEmpty() - Method in interface com.togethersoft.openapi.model.elements.ModelDelta
 
isEmpty() - Method in interface com.togethersoft.openapi.model.elements.ReferenceDelta
 
isEnabled() - Method in interface com.togethersoft.openapi.baseexpert.ExpertRepresentative
Returns true if Expert is enabled in current context
isEnabled() - Method in interface com.togethersoft.openapi.ide.command.IdeCommandItemBase
Checks whether this command item is enabled.
isEnabled() - Method in interface com.togethersoft.openapi.util.diagnostic.Diagnostic
 
isEnabledFor(Priority) - Method in class com.togethersoft.testing.shared.util.TFCategory
 
isEnumeration - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SwingIntegerEditor
 
IServerParameters - interface com.togethersoft.testing.testserver.IServerParameters
Provides attribute names for server command parameters.
IServerResultListener - interface com.togethersoft.testing.testserver.IServerResultListener
 
ISession - interface com.togethersoft.testing.testserver.ISession
Represents a session between host and test server.
isExternal() - Method in interface com.togethersoft.openapi.vfs.event.VirtualFileEvent
 
isFile(java.lang.String) - Method in class com.togethersoft.openapi.util.ui.URLChooser
 
isFileHidingEnabled() - Method in interface com.togethersoft.openapi.ide.window.IdePathChooser
 
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.
isFirstDialogInvokation - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI
 
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
isImported() - Method in interface com.togethersoft.openapi.rwi.RwiReference
Deprecated.
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.
isInheritor(com.togethersoft.openapi.sci.SciClass,com.togethersoft.openapi.sci.SciClass,java.util.Vector) - Static method in class com.togethersoft.openapi.sci.SciUtil
 
isInitialized() - Method in interface com.togethersoft.openapi.vcs.VcsProviderType
Returns true if this provider type is initialized.
isInitialized() - Method in interface com.togethersoft.testing.host.ITestHost
Deprecated.
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.
isJMenuComponent(java.awt.Component) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentStructure
 
isKeepModified(com.togethersoft.openapi.vfs.VirtualFile) - Method in interface com.togethersoft.openapi.vfs.VirtualFileErrorUI
Called when the system during cache synchronization process encounters a
file with cached contents which was deleted by external process.
isLanguageSupported(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciModel
Checks whether a given language is supported in the current runtime configuration.
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.
isLeaf(java.lang.String) - Method in interface com.togethersoft.openapi.modelnavigator.LeafResolver
Called when the navigator creates a node for Element
with the given unique name.
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.
isModel2UiTranslation - Variable in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorMultipleStringProperty.ProxyProperty
 
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.
isMultiSelectionEnabled() - Method in interface com.togethersoft.openapi.ide.window.IdePathChooser
Returns true if multiple files can be selected.
isNull(java.beans.PropertyChangeSupport) - Static method in class com.togethersoft.openapi.util.nullObject.NullPropertyChangeSupport
Tests if support is equal to the result of getInstance.
isNull(java.beans.VetoableChangeSupport) - Static method in class com.togethersoft.openapi.util.nullObject.NullVetoableChangeSupport
Tests if support is equal to the result of getInstance.
isOkEnabled() - Method in class com.togethersoft.openapi.util.ui.AbstractDialog
Returns is Ok button enabled;
isOpen() - Method in interface com.togethersoft.openapi.ide.project.IdeProject
Checks whether this project is opened.
isOpened() - Method in class com.togethersoft.openapi.ide.inspector.util.TabbedPaneInspectorUI.Semaphore
 
isOperator(com.togethersoft.openapi.sci.SciOperation) - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
isOverwriteModified(com.togethersoft.openapi.vfs.VirtualFile) - Method in interface com.togethersoft.openapi.vfs.VirtualFileErrorUI
Called when the system during saving caches encounters a file with timestamp
set differently than the cached timestamp.
isPageValid(int) - Method in interface com.togethersoft.openapi.baseexpert.ExpertController
Returns true if the controls on the expert page with given number have correct values
isPageVisible(java.lang.String) - Method in interface com.togethersoft.openapi.ide.config.IdeConfigEditor
Checks whether the specified page is visible or not.
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.
isParent(java.awt.Component,java.lang.String) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentInformer
 
isPatternLinkWithLabel(com.togethersoft.openapi.sci.SciAttribute,java.lang.String,java.lang.String) - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
isPrimitiveType(com.togethersoft.openapi.sci.SciType) - Method in interface com.togethersoft.openapi.sci.SciLanguageHelper
Checks whether the specified type is a 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.model.elements.PropertyMap,java.lang.String) - Method in interface com.togethersoft.openapi.model.extension.PropertyGetProvider
Will be called, when isPropertyReadable operation of PropertyMap was invoked.
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.model.elements.PropertyMap
 
isPropertyReadable(java.lang.String) - Method in interface com.togethersoft.openapi.rwi.RwiPropertyMap
Checks whether the specified property could be read.
isPropertyWritable(com.togethersoft.openapi.model.elements.PropertyMap,java.lang.String) - Method in interface com.togethersoft.openapi.model.extension.PropertySetProvider
Provider must return true if propertyName property is writable.
isPropertyWritable(com.togethersoft.openapi.rwi.RwiElement[],java.lang.String) - Static method in class com.togethersoft.openapi.util.RwiElementsUtil
 
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.model.elements.PropertyMap
 
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.editors.SimpleStringProperty
Returns true
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 class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap.MyProperty
 
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.
isReadable(int,com.togethersoft.openapi.ide.inspector.IdeInspectorProperty) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel.PropertyDataManager
 
isReadable(java.lang.Object,java.lang.String) - Method in interface com.togethersoft.openapi.ide.inspector.service.LoaderService
 
isReadOnly() - Method in interface com.togethersoft.openapi.sci.SciObject
Returns true if this object is read-only, false otherwise.
isReadOnly() - Method in interface com.togethersoft.openapi.vfs.VirtualFileContext
 
isReadOnly() - Method in interface com.togethersoft.testing.host.ITestAsset
Deprecated.
isReloadModified(com.togethersoft.openapi.vfs.VirtualFile) - Method in interface com.togethersoft.openapi.vfs.VirtualFileErrorUI
Called when the system during cache synchronization process encounters a
file timestamp different from cached timestamp and only if this file
has cached contents.
isRetryFailedRead(com.togethersoft.openapi.vfs.VirtualFile) - Method in interface com.togethersoft.openapi.vfs.VirtualFileErrorUI
Called when an attempt to read from specified file has failed.
isRetryFailedWrite(com.togethersoft.openapi.vfs.VirtualFile) - Method in interface com.togethersoft.openapi.vfs.VirtualFileErrorUI
Called when an attempt to write to specified file has failed.
isSelectedElement(com.togethersoft.openapi.model.elements.Element) - Method in interface com.togethersoft.openapi.modelselection.SelectionService
Returns true if the specified element is selected.
isSelectionEmpty() - Method in interface com.togethersoft.openapi.modelselection.SelectionService
Returns true if no elements are selected.
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
isStandardPackage(java.lang.Package) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentStructure
 
isStarted() - Method in interface com.togethersoft.openapi.ide.progress.IdeProgress
Checks whether this indicator is started.
isTab(java.awt.Component) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentStructure
 
isTemplatePattern(com.togethersoft.openapi.sci.pattern.SciPattern) - Static method in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
IStepReference - interface com.togethersoft.testing.shared.IStepReference
 
isTotalUpdateRequired() - Method in interface com.togethersoft.openapi.model.elements.ModelDelta
 
isTotalUpdateRequired() - Method in interface com.togethersoft.openapi.model.elements.ReferenceDelta
 
isTraceEnabled() - Static method in class com.togethersoft.openapi.ide.IdeLocalDiagnostic
 
ISuiteEntry - interface com.togethersoft.testing.host.ISuiteEntry
Represents an element in test suite - ant target or task
ISuiteReference - interface com.togethersoft.testing.shared.ISuiteReference
 
isUndefinedState - Variable in class com.togethersoft.openapi.util.ui.ThreeStateChechBox
Constant used to track whether check box is in its undefined state
(it is more efficient to maintain such a constant than to change default model)
isUndefinedState - Variable in class com.togethersoft.openapi.util.ui.ThreeStateCheckBox
Constant used to track whether check box is in its undefined state
(it is more efficient to maintain such a constant than to change default model)
isUndefinedState() - Method in class com.togethersoft.openapi.util.ui.ThreeStateChechBox
Returnes boolean property to decide whether the checkbox is in undefined state or not
isUndefinedState() - Method in class com.togethersoft.openapi.util.ui.ThreeStateCheckBox
Returnes boolean property to decide whether the checkbox is in undefined state or not
isValid() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.NumberDocument
 
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 whether the specified name is a valid identifier for the language of this SciLanguageHelper
isValueEditable() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditorBase
Checks whether it is possible to edit values in this ComboBox.
isVcsInternalFile(java.lang.String) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
 
isVcsInternalFile(java.lang.String) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Checks whether file or directory is internal file used by version
control system
isVisible() - Method in interface com.togethersoft.openapi.ide.command.IdeCommandItemBase
Checks whether this command item is visible.
isVisible() - Method in class com.togethersoft.openapi.ide.inspector.IdeInspector
Inspector will be updated if the method returns true.
isVisible() - Method in interface com.togethersoft.openapi.rwi.RwiReference
Deprecated.
isVisible(java.lang.Object,java.lang.String) - Method in interface com.togethersoft.openapi.ide.inspector.provider.VisibilityProvider
 
isWhiteBackground - Variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueRenderer
 
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.editors.RwiPropertyAdapter
Returns false.
isWritable() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SimpleStringProperty
Returns true
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.RwiInspectorMultipleStringProperty.ProxyProperty
 
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.model.elements.Property
 
isWritable() - Method in class com.togethersoft.openapi.model.util.PropertyAdapter
 
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.rwi.extension.RwiPropertyEnumerationAdapter.PropertyAdapter
 
isWritable() - Method in class com.togethersoft.openapi.rwi.extension.RwiPropertyProviderAdapter.RwiSinglePropertyImpl
 
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 class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap.MyProperty
 
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.
isWritable(int,com.togethersoft.openapi.ide.inspector.IdeInspectorProperty) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel.PropertyDataManager
 
isWritable(java.lang.Object,java.lang.String) - Method in interface com.togethersoft.openapi.ide.inspector.service.SaverService
 
isWritten - Variable in class com.togethersoft.testing.shared.util.XMLWriter
 
ITagNames - interface com.togethersoft.testing.host.ITagNames
Deprecated.
ITarget - interface com.togethersoft.testing.host.ITarget
Represents a target in test suite.
ITask - interface com.togethersoft.testing.host.ITask
Represents a task in test suite - assertion or reference to test step (suite).
ITaskReference - interface com.togethersoft.testing.shared.ITaskReference
 
itemStateChanged(java.awt.event.ItemEvent) - Method in class com.togethersoft.openapi.util.ui.ThreeStateCheckBoxUI.ThirdStateItemListener
If the checkbox is in its undefined state and became selected calls
removeUndefinedState().
itemStateChanged(java.awt.event.ItemEvent) - Method in class com.togethersoft.openapi.util.ui.ThreeStateCheckBoxUI.ThirdStateItemListener
If the checkbox is in its undefined state and became selected calls
removeUndefinedState().
ITestAsset - interface com.togethersoft.testing.host.ITestAsset
Represents a test asset - collection of tests, test step or test suite.
ITestAssetFactory - interface com.togethersoft.testing.host.ITestAssetFactory
A factory for new test asset(step/suite).
ITestAssetReference - interface com.togethersoft.testing.host.ITestAssetReference
Represents a reference to test step/suite.
ITestAssetRO - interface com.togethersoft.testing.shared.ITestAssetRO
Represent test element which can be identified by category
ITestCategories - interface com.togethersoft.testing.shared.ITestCategories
Constants which should be used when constructing AssetCategory objects.
ITestCollection - interface com.togethersoft.testing.host.ITestCollection
Represents a storage of test assets - a directory on disk
ITestHost - interface com.togethersoft.testing.host.ITestHost
Interface which provides general services for managing test assets
ITestHostListener - interface com.togethersoft.testing.host.ITestHostListener
Deprecated.
ITestingStartup - interface com.togethersoft.testing.shared.ITestingStartup
Interface for startup/shutdown of host and server plugins ( like junit )
ITestProject - interface com.togethersoft.testing.host.ITestProject
Represents a test project - it allows you to specify root directories for your test project and attach listeners to recieve event notifications.
ITestResultAsset - interface com.togethersoft.testing.host.ITestResultAsset
Represents file with testing results
ITestResultListener - interface com.togethersoft.testing.host.ITestResultListener
 
ITestRunner - interface com.togethersoft.testing.testserver.ITestRunner
Interface to test runner, should be implemented by user.
ITestServer - interface com.togethersoft.testing.testserver.ITestServer
Provides access to test server services.
ITestServerAsset - interface com.togethersoft.testing.testserver.ITestServerAsset
Represents test asset in test server
ITestServerCommand - interface com.togethersoft.testing.testserver.ITestServerCommand
 
ITestStep - interface com.togethersoft.testing.host.ITestStep
Represents single step of testing - a JUnit test for instance
ITestStepCategoryIDs - interface com.togethersoft.testing.shared.ITestStepCategoryIDs
Deprecated.
ITestSuite - interface com.togethersoft.testing.host.ITestSuite
Represents a test suite - Ant makefile .
IXMLWriter - interface com.togethersoft.testing.shared.util.IXMLWriter
 

J

JAR - Static variable in class com.togethersoft.openapi.util.ResourceUtil
 
JAR_DELIMITER - Static variable in class com.togethersoft.openapi.util.ResourceUtil
 
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
 
JAVA_UTIL_VECTOR - Static variable in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
JAVADOC - Static variable in interface com.togethersoft.openapi.ide.inspector.util.ComponentWeight
 
JUNIT - Static variable in interface com.togethersoft.testing.shared.ITestStepCategoryIDs
 

K

Key - class com.togethersoft.openapi.util.Key
Represents String name as key.
key - Variable in class com.togethersoft.openapi.util.propertyMap.PropertyAdapter
 
Key(java.lang.String) - Constructor for class com.togethersoft.openapi.util.Key
 
keyAdapter - Variable in class com.togethersoft.openapi.util.ui.RadioButtonGroup
 
keyPress(java.lang.String,int) - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
Press key at the component
keyPressed(java.awt.event.KeyEvent) - Method in class com.togethersoft.openapi.util.ui.DefaultKeyAdapter
 
keyPressed(java.awt.event.KeyEvent) - Method in class com.togethersoft.openapi.util.ui.RadioButtonGroup.ButtonKeyAdapter
 
keyRelease(java.lang.String,int) - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
Releases key on UIID component denoted by keyCode
KeyStrokeEnumeration - interface com.togethersoft.openapi.util.enum.KeyStrokeEnumeration
Enumeration of KeyStrokes.
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

L_MBUTTON - Static variable in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
LABEL - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
A label preceeding a statement.
label1 - Variable in class com.togethersoft.openapi.util.ui.CustomColorChooser.PreviewPanel
 
label2 - Variable in class com.togethersoft.openapi.util.ui.CustomColorChooser.PreviewPanel
 
label3 - Variable in class com.togethersoft.openapi.util.ui.CustomColorChooser.PreviewPanel
 
labels() - Method in interface com.togethersoft.openapi.vcs.VcsVersionInfo
 
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 the string with the names of languages being used in this model.
LARGE - Static variable in interface com.togethersoft.openapi.ide.resource.IdeResourceIconType
 
lastClickCount - Variable in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
lastModified() - Method in interface com.togethersoft.testing.host.IResource
Retursn the timestamp of last modification of this resource
lastSelected - Variable in class com.togethersoft.openapi.ide.inspector.util.PropertySetRadioButtonComponentUI
 
LAUNCH - Static variable in interface com.togethersoft.testing.shared.IAttributeNames
 
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.CustomColorChooser.CenterLayout
 
layoutContainer(java.awt.Container) - Method in class com.togethersoft.openapi.util.ui.ExtendedControl.ExtendedControlLayoutManager
 
layoutContainer(java.awt.Container) - Method in class com.togethersoft.openapi.util.ui.SimpleExtendedControl.ExtendedControlLayoutManager
 
layoutContainer(java.awt.Container) - Method in class com.togethersoft.openapi.util.ui.StackLayout
Lays out the specified container.
LeafResolver - interface com.togethersoft.openapi.modelnavigator.LeafResolver
This interface helps the navigator to resolve whether the node representing
model element with the given uin is leaf node or not (i.e.
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.
LIKE - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
VB.NET like operator:
Expression Like Expression.
LINE - Static variable in interface com.togethersoft.openapi.sci.SciComment
 
Link - interface com.togethersoft.openapi.model.elements.Link
This interface groups all link-related functionality and is considered only as part
of Entity interface.
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.
LinkProvider - interface com.togethersoft.openapi.model.extension.LinkProvider
Provider, which implements this interface is responsible for supplying of Link interface
functionality of Entity.
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.
lnkIElement - Static variable in interface com.togethersoft.openapi.model.elements.Link
 
lnkMultipleRwiPropertyUI - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueEditor
 
lnkPropertyMap - Static variable in interface com.togethersoft.openapi.model.elements.Property
 
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.
LoaderProvider - interface com.togethersoft.openapi.ide.inspector.provider.LoaderProvider
 
LoaderService - interface com.togethersoft.openapi.ide.inspector.service.LoaderService
 
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.
loadProperties(java.lang.Object,java.lang.String) - Method in interface com.togethersoft.openapi.ide.inspector.service.LoaderService
 
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".
LOG - Static variable in class com.togethersoft.testing.host.TaskDefinition
 
LOG - Static variable in class com.togethersoft.testing.shared.I18n
 
LOG - Static variable in class com.togethersoft.testing.shared.ServerURL
 
LOG - Static variable in class com.togethersoft.testing.shared.util.ConversionUtil
 
LOG - Static variable in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentInformer
 
LOG - Static variable in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentStructure
 
LOG - Variable in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
LOG_ENABLED - Static variable in class com.togethersoft.testing.shared.util.TFCategory
 
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.
LOOP_UNTIL - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
One of the VB.NET 'Do...Loop' statements.
LOOP_WHILE - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
One of the VB.NET 'Do...Loop' statements.
looseCompare(java.awt.Container,java.lang.String) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentInformer
 
looseNameCompare(java.awt.Component[],java.lang.String) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentInformer
 
LT_GT - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression: '<...>'

M

M_MBUTTON - Static variable in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
macro - Class Diagram in com.togethersoft.openapi.ide.macro
 
MAGIC - Static variable in interface com.togethersoft.testing.testserver.IServerParameters
Deprecated.
MAIN_INSPECTOR_ID - Static variable in class com.togethersoft.openapi.ide.inspector.InspectorViewType
 
MAIN_INSPECTOR_VIEW - Static variable in class com.togethersoft.openapi.ide.inspector.InspectorViewType
 
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
 
makeNewCategoryInstance(java.lang.String) - Method in class com.togethersoft.testing.shared.util.TFCategoryFactory
 
makePointerType(com.togethersoft.openapi.sci.SciType) - Method in interface com.togethersoft.openapi.sci.SciLanguageHelper
Creates new SciType which represents a pointer to the specified type (if supported by the language).
makeReferenceType(com.togethersoft.openapi.sci.SciType) - Method in interface com.togethersoft.openapi.sci.SciLanguageHelper
Creates a new SciType which represents a reference to the specified type (if supported by the language).
makeRoot(com.togethersoft.openapi.modelnavigator.NavigatorTreeNode) - Method in interface com.togethersoft.openapi.modelnavigator.NavigatorService
Sets specified node as root navigator node.
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
 
margin - Variable in class com.togethersoft.openapi.util.ui.StackLayout
 
markComponentsToUpdate() - Method in class com.togethersoft.openapi.ide.inspector.IdeInspector
 
markComponentsToUpdate() - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorCompoundComponent
This method is called before update of the internal inspector and it should mark those components that should be
updated as.
markComponentsToUpdate() - Method in class com.togethersoft.openapi.ide.inspector.util.TabbedCompoundComponent
This method overrides one from parent class and does not mark any component to force update because inspector will
automatically update component that becomes visible.
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.
ME - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
VB.NET me expression:
Me.
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_ACCESS - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
Deprecated.
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.
mergedFiles() - Method in interface com.togethersoft.openapi.vcs.VcsUpdateInfo
 
mergeValues(java.lang.Object,java.util.Vector,java.util.Vector) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueEditor
This method merges values selected in this editor before chooser
invokation and values selected in chooser.
message - Class Diagram in com.togethersoft.openapi.ide.message
 
MESSAGE - Static variable in interface com.togethersoft.testing.shared.IResultDetail
 
MESSAGE - Static variable in interface com.togethersoft.testing.testserver.IServerResultListener
 
MESSAGE_OPERATION - Static variable in interface com.togethersoft.openapi.ide.window.IdeSelectorDialogType
 
MESSAGE_PATH - Static variable in class com.togethersoft.testing.shared.I18n
 
MESSAGES - Static variable in class com.togethersoft.testing.shared.I18n
 
META_CHILDLINKS - Static variable in interface com.togethersoft.openapi.model.elements.Property
 
META_CHILDNODES - Static variable in interface com.togethersoft.openapi.model.elements.Property
 
META_CHILDREN - Static variable in interface com.togethersoft.openapi.model.elements.Property
 
METACLASS - Static variable in interface com.togethersoft.openapi.model.elements.Property
 
METAMODEL - Static variable in class com.togethersoft.openapi.model.elements.ModelAccess
 
METHOD_ACCESS - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
Deprecated.
METRIC - Static variable in interface com.togethersoft.testing.shared.IResultDetail
 
METRIC - Static variable in interface com.togethersoft.testing.testserver.IServerResultListener
 
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.CustomColorChooser.CenterLayout
 
minimumLayoutSize(java.awt.Container) - Method in class com.togethersoft.openapi.util.ui.ExtendedControl.ExtendedControlLayoutManager
 
minimumLayoutSize(java.awt.Container) - Method in class com.togethersoft.openapi.util.ui.SimpleExtendedControl.ExtendedControlLayoutManager
 
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 subtraction operator - .
mnemonicsTable - Variable in class com.togethersoft.openapi.util.ui.ExtendedTabbedPane
 
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 - Class Diagram in com.togethersoft.openapi.model
 
Model - interface com.togethersoft.openapi.model.elements.Model
 
MODEL - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Deprecated.
MODEL - Static variable in interface com.togethersoft.openapi.sci.SciModelPart
Model package - contains the model's data.
MODEL_ID - Static variable in interface com.togethersoft.openapi.model.elements.Property
 
MODEL_PART - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contains string which indicates which part of the model this element belongs to.
ModelableService - interface com.togethersoft.openapi.ide.inspector.service.helper.ModelableService
 
ModelAccess - class com.togethersoft.openapi.model.elements.ModelAccess
 
ModelAware - interface com.togethersoft.openapi.model.extension.ModelAware
Providers, which implements this interface will be notified of which model they are registered in.
modelChanged(com.togethersoft.openapi.model.elements.ModelChangeEvent) - Method in interface com.togethersoft.openapi.model.elements.ModelChangeListener
 
ModelChangeEvent - class com.togethersoft.openapi.model.elements.ModelChangeEvent
 
ModelChangeEvent(com.togethersoft.openapi.model.elements.Model,com.togethersoft.openapi.model.elements.ModelDelta) - Constructor for class com.togethersoft.openapi.model.elements.ModelChangeEvent
 
ModelChangeListener - interface com.togethersoft.openapi.model.elements.ModelChangeListener
 
modelCreated(com.togethersoft.openapi.model.elements.Model) - Method in class com.togethersoft.openapi.model.platform.Platform
 
modelDeleted(com.togethersoft.openapi.model.elements.Model) - Method in class com.togethersoft.openapi.model.platform.Platform
 
ModelDelta - interface com.togethersoft.openapi.model.elements.ModelDelta
This interface provides information describing changes in the model.
modelnavigator - Class Diagram in com.togethersoft.openapi.modelnavigator
 
modelObjects() - Method in class com.togethersoft.openapi.model.elements.ModelAccess
 
ModelPropertyNamesService - interface com.togethersoft.openapi.ide.inspector.ModelPropertyNamesService
This service provides access to the names of properties of underlying model
accessed via inspector or inspector component.
ModelProvider - interface com.togethersoft.openapi.ide.inspector.provider.ModelProvider
 
models() - Static method in class com.togethersoft.openapi.model.elements.ModelAccess
Returns enumeration of all IModel instances that was instantiated and was not deleted yet.
modelselection - Class Diagram in com.togethersoft.openapi.modelselection
 
ModelService - interface com.togethersoft.openapi.ide.inspector.service.ModelService
 
modified() - Method in interface com.togethersoft.openapi.vcs.VcsFileInfo
 
MODIFIER_SUFFIX - Static variable in class com.togethersoft.openapi.util.ui.KeyStrokeFormat
 
MODULE - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element is a module.
moduleConfigs() - Method in interface com.togethersoft.openapi.ide.config.IdeConfigManager
Returns enumeration of all existing module configs.
mount(java.lang.String,java.lang.String) - Method in interface com.togethersoft.testing.shared.http.IHttpServer
Moutns given context to given http handler
mount(java.lang.String) - Method in interface com.togethersoft.openapi.vfs.VirtualFileManager
mounting of a new volume representing by folder named "root"
mouseClick() - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
Click mouse at the current mouse cursor position
mouseClick(java.lang.String,int,int) - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
Click mouse at the current mouse cursor position
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.
mousePress(java.lang.String,int) - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
Press mouse on UIID component
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.
mouseRelease(java.lang.String,int) - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
Release mouse on UIID component
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.
move(com.togethersoft.openapi.vfs.VirtualFile,boolean) - Method in interface com.togethersoft.openapi.vfs.VirtualFile
Moves the VirtualFile to another virtual file which must exist and be a directory.
moveComponent(java.lang.String,int,int) - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
Move component to x,y
moveMouse(java.lang.String,int,int) - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
Move mouse to x,y inside UIID component
MSIL - Static variable in interface com.togethersoft.openapi.sci.SciLanguage
Intermediate language of .NET asemblies
MULTI_ICON_NAME - Static variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyNameRenderer
 
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
 
MULTILINE_STRING_EDITOR - Static variable in interface com.togethersoft.openapi.ide.inspector.DefaultInspectorServices
 
MULTILINE_STRING_RENDERER - Static variable in interface com.togethersoft.openapi.ide.inspector.DefaultInspectorServices
 
MULTILINE_TEXT_CHOOSER_BUTTON - Static variable in class com.togethersoft.openapi.util.ui.ExtendedControl
Specify button type as an multiline text chooser.
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,com.togethersoft.openapi.ide.inspector.util.editors.SwingEditorSupport) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueEditor
Creates editor with the specified inner editor and 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.SelectionManager - class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI.SelectionManager
The class sets selection after synchronizing properties of table model.
MultiValueTableUI.SelectionManager() - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI.SelectionManager
 
MultiValueTableUI() - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI
Creates this editor UI component with four buttons: Add, Remove at top and Ok, Cancel at bottom
MultiValueUI - class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueUI
Represents UI component which visualize MultiValue editor.
MUSTINHERIT - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has the mustinherit modifier (VB.Net only).
MUSTOVERRIDE - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has the mustoverride modifier (VB.Net only).
myAbsentFileIndicationFlag - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedFileNameEditor
 
myAbsoluteButton - Variable in class com.togethersoft.openapi.util.ui.URLChooser
 
myAccChar - Variable in class com.togethersoft.openapi.util.ui.ExtendedTabbedPane.MySelectTab
 
myActionListener - Variable in class com.togethersoft.openapi.util.ui.ExtendedControl
 
myActionListener - Variable in class com.togethersoft.openapi.util.ui.SimpleExtendedControl
 
myActiveComponentSemaphore - Variable in class com.togethersoft.openapi.ide.inspector.util.TabbedPaneInspectorUI
 
myAdaptee - Variable in class com.togethersoft.openapi.rwi.extension.RwiPropertyEnumerationAdapter
 
myAddButton - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI
 
myAddRemoveButtonGroup - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI
 
myAlignment - Variable in class com.togethersoft.openapi.util.ui.IconSequence
 
myAllKeysMulticaster - Variable in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap
 
myAllKeysMulticaster - Variable in class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap
 
myAllowDuplicates - Variable in class com.togethersoft.openapi.util.enum.OrderedMergerEnumeration
 
myArray - Variable in class com.togethersoft.openapi.util.enum.ArrayEnumeration
 
myAssertCategory - Static variable in class com.togethersoft.openapi.ide.IdeLocalDiagnostic
 
myAsset - Variable in class com.togethersoft.testing.host.AssetEvent
 
myAsset - Variable in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
myAtomicProperties - Variable in class com.togethersoft.openapi.ide.inspector.IdeMultipleInspectorProperty
 
myBase - Variable in class com.togethersoft.openapi.util.properties.FilteredNamePropertiesRO
 
myBaseRwiElement - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueElementChooserUI
 
myBaseRwiElement - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SingleElementChooserEditor
 
myButtonGroup - Variable in class com.togethersoft.openapi.ide.inspector.util.PropertySetRadioButtonComponentUI
 
myButtonGroup - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI
 
myButtonGroup - Variable in class com.togethersoft.openapi.util.ui.ToggleButtonPanel
 
myCach - Variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel.UpdateCacheCommand
 
myCachedValue - Variable in class com.togethersoft.openapi.ide.inspector.util.TabbedPaneInspectorUI.Semaphore
 
myCachedVisibleProperties - Variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel
 
myCachelessClassloader - Static variable in class com.togethersoft.openapi.util.classloaders.ClassLoadersAccess
 
myCancelButton - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI
 
myChangeEvent - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueUI
 
myChangeEvent - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SwingEditorSupport
 
myChangeEvent - Variable in class com.togethersoft.openapi.ide.window.IdeExpertPageSupport
 
myChangeSupport - Variable in class com.togethersoft.openapi.util.properties.DictionaryProperties
 
myChangeSupport - Variable in class com.togethersoft.openapi.util.properties.FilteredNamePropertiesRO
 
myCheckBox - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SwingBooleanEditor
 
myChosenRwiElementsVector - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueElementChooserUI
 
myClassFilter - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueElementChooserUI
 
myClassFilter - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SingleElementChooserEditor
 
myCollection - Variable in class com.togethersoft.openapi.modelselection.SelectionEvent
 
myColorChooser - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SwingColorEditor
 
myColorChooserPane - Static variable in class com.togethersoft.openapi.util.ui.CustomColorChooser
 
MyColorChooserUI.PreviewListener - class com.togethersoft.openapi.util.ui.MyColorChooserUI.PreviewListener
 
myColumn - Variable in class com.togethersoft.openapi.util.text.TextPosition
 
myColumnModel - Variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableComponentUIBase
 
myComboBox - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditorBase
 
myComboModel - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditor
 
myComboModel - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditorBase
 
myCommand - Variable in class com.togethersoft.testing.shared.ServerURL
 
myCommands - Static variable in class com.togethersoft.openapi.ide.inspector.util.TabbedPaneInspectorUI.SwingUtil
 
myComparator - Variable in class com.togethersoft.openapi.util.enum.OrderedDiffEnumeration
 
myComparator - Variable in class com.togethersoft.openapi.util.enum.OrderedMergerEnumeration
 
myComponent - Variable in class com.togethersoft.openapi.sci.pattern.SinglePagePatternUI
 
myComponent - Variable in class com.togethersoft.openapi.util.ui.DefaultKeyAdapter
 
myComponentMap - Variable in class com.togethersoft.openapi.ide.inspector.util.TabbedPaneInspectorUI
 
myComponentNameCount - Static variable in class com.togethersoft.openapi.ide.inspector.IdeInspector
 
myComponents - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspector
 
myComponents - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspectorCompoundComponent.ModelPropertyNamesServiceImpl
 
myConditions - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspector
 
myConditions - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent
 
myConfig - Variable in class com.togethersoft.openapi.util.ui.URLChooser
 
myConfig - Static variable in class com.togethersoft.testing.host.TestHostAccess
 
myConfig - Static variable in class com.togethersoft.testing.shared.ConfigAccess
 
myContent - Variable in class com.togethersoft.testing.shared.TextData
 
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
 
myCounter - Variable in class com.togethersoft.openapi.ide.inspector.util.TabbedPaneInspectorUI.Semaphore
 
myCurrent - Variable in class com.togethersoft.openapi.util.enum.ArrayEnumeration
 
myCurrent - Variable in class com.togethersoft.openapi.util.enum.CompositeEnumeration.Light
 
myCurrent - Variable in class com.togethersoft.openapi.util.enum.FilterEnumeration
 
myCurrent - Variable in class com.togethersoft.openapi.util.enum.LightEnumerationAdapter
 
myCurrent - Variable in class com.togethersoft.openapi.util.enum.OrderedDiffEnumeration
 
myCurrent - Variable in class com.togethersoft.openapi.util.enum.OrderedMergerEnumeration
 
myCurrent - Variable in class com.togethersoft.openapi.util.enum.SequenceEnumeration
 
myCurrentCaretPosition - Variable in class com.togethersoft.openapi.util.ui.TextAreaDialog
 
myCurrentDirectory - Variable in class com.togethersoft.openapi.util.ui.URLChooser
 
myCurrentIndex - Variable in class com.togethersoft.openapi.util.enum.SequenceEnumeration
 
myCurrentPage - Variable in class com.togethersoft.openapi.sci.pattern.InspectorPatternUI
 
myCurrentWorkingDirectory - Variable in class com.togethersoft.openapi.vcs.DefaultVcsProvider
 
myDefaultCellEditor - Variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueEditor
 
myDefaultColor - Variable in class com.togethersoft.openapi.ide.inspector.util.StatusBarUI
 
myDefaultColor - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SwingColorEditor
 
myDefaultColor - Static variable in class com.togethersoft.openapi.util.ui.CustomColorChooser
 
myDelay - Static variable in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
myDelta - Variable in class com.togethersoft.openapi.model.elements.ModelChangeEvent
 
myDelta - Variable in class com.togethersoft.openapi.modelselection.SelectionEvent
 
myDescr - Variable in class com.togethersoft.testing.testserver.plugin.visualtest.InvalidUIStateException
 
myDescription - Variable in class com.togethersoft.openapi.util.file.WildcardFileFilter
The human readable description of this filter.
myDialog - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI
 
myDialog - Variable in class com.togethersoft.openapi.util.ui.AbstractDialog
 
myDialog - Static variable in class com.togethersoft.openapi.util.ui.CustomColorChooser
 
myDialog - Variable in class com.togethersoft.openapi.util.ui.TextAreaDialog
 
myDialog - Variable in class com.togethersoft.openapi.util.ui.URLChooser
 
myDialogTitle - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueEditor
 
myDisplayFilter - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueElementChooserUI
 
myDisplayFilter - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SingleElementChooserEditor
 
myDisplayName - Variable in class com.togethersoft.testing.host.TaskDefinition
 
myDrawBorderFlag - Variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueRenderer
 
myDummyEvent - Variable in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
myEditableFlag - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditorBase
 
myEditingFinisher - Variable in class com.togethersoft.openapi.ide.inspector.service.DefaultExtendedEditorService
 
myEditor - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspectorProperty
 
myEditor - Variable in class com.togethersoft.openapi.ide.inspector.IdeMultipleInspectorProperty
 
myEditor - Variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueEditor
 
myEditorClass - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspectorProperty
 
myEditorClass - Variable in class com.togethersoft.openapi.ide.inspector.IdeMultipleInspectorProperty
 
myEditorPane - Variable in class com.togethersoft.openapi.ide.inspector.util.DescriptionComponent
 
myEditorPane - Variable in class com.togethersoft.openapi.ide.inspector.util.DocComponent
 
myElement - Variable in class com.togethersoft.openapi.rwi.extension.RwiPropertyProviderAdapter.RwiSinglePropertyImpl
 
myElements - Variable in class com.togethersoft.openapi.util.enum.EnumerationCopy
 
myEmptyBorder - Variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueEditor
 
myEnabled - Variable in class com.togethersoft.openapi.ide.inspector.util.table.InspectorTable
 
myEnableFocusBorder - Variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyNameRenderer
 
myEnableSelectionBorder - Variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyNameRenderer
 
myEnforceReadOnly - Variable in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorProperty
 
myEnum - Variable in class com.togethersoft.openapi.util.enum.LightEnumerationAdapter
 
myEnums - Variable in class com.togethersoft.openapi.util.enum.CompositeEnumeration.Light
 
myEvents - Variable in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
myExceptionCategory - Static variable in class com.togethersoft.openapi.ide.IdeLocalDiagnostic
 
myExpertManager - Static variable in class com.togethersoft.openapi.baseexpert.ExpertManagerAccess
 
myExtendedControl - Variable in class com.togethersoft.openapi.util.ui.URLChooser
 
myExtensionMask - Variable in class com.togethersoft.openapi.util.file.WildcardFileFilter
Extension part of file mask
myFactory - Static variable in class com.togethersoft.openapi.ide.message.IdeMessageManagerAccess
 
myFactory - Static variable in class com.togethersoft.openapi.ide.progress.IdeProgressIndicatorAccess
 
myFactory - Static variable in class com.togethersoft.testing.shared.http.HttpServerFactoryAccess
 
myFileChooserType - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedFileNameEditor
 
myFileFilter - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedFileNameEditor
 
myFileFilters - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedFileNameEditor
 
myFileNameMask - Variable in class com.togethersoft.openapi.util.file.WildcardFileFilter
File name part of file mask
myFilter - Variable in class com.togethersoft.openapi.util.enum.FilterEnumeration
 
myFilter - Variable in class com.togethersoft.openapi.util.properties.FilteredNamePropertiesRO
 
myFireOnFocusLost - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SwingStringEditor
 
myFirst - Variable in class com.togethersoft.openapi.util.enum.OrderedMergerEnumeration
 
myFirst - Variable in class com.togethersoft.openapi.util.enum.SequenceEnumeration
 
myFirstColumnWidth - Variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableComponentUIBase
 
myFirstNext - Variable in class com.togethersoft.openapi.util.enum.OrderedMergerEnumeration
 
myFirstTimeFlag - Variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableComponentUIBase
 
myFwk - Static variable in class com.togethersoft.testing.host.TestHostAccess
 
myGridBag - Variable in class com.togethersoft.openapi.util.ui.ToggleButtonPanel
 
myHelpIcon - Variable in class com.togethersoft.openapi.util.ui.DescriptionPanel
 
myHelpTextArea - Variable in class com.togethersoft.openapi.util.ui.DescriptionPanel
 
myHelpURL - Variable in class com.togethersoft.openapi.ide.IdeErrorInfoDefault
 
myHorizontalButtonPosition - Variable in class com.togethersoft.openapi.util.ui.ExtendedControl
 
myHorizontalButtonPosition - Variable in class com.togethersoft.openapi.util.ui.SimpleExtendedControl
 
myHTMLString - Variable in class com.togethersoft.openapi.ide.inspector.util.DocComponent
 
myIcon - Variable in class com.togethersoft.openapi.ide.inspector.service.DefaultExtendedEditorService
 
myIconArray - Static variable in class com.togethersoft.openapi.util.ui.ExtendedControl
 
myIcons - Variable in class com.togethersoft.openapi.util.ui.IconSequence
 
myIcons - Variable in class com.togethersoft.openapi.util.ui.LayeredIcon
 
myIconsMap - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditor
 
myIconsMap - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditorBase
 
myIdeCommandManager - Static variable in class com.togethersoft.openapi.ide.command.IdeCommandManagerAccess
 
myIdeConfigManager - Static variable in class com.togethersoft.openapi.ide.config.IdeConfigManagerAccess
 
myIdeDiagramManager - Static variable in class com.togethersoft.openapi.ide.diagram.IdeDiagramManagerAccess
 
myIdeEditorManager - Static variable in class com.togethersoft.openapi.ide.editor.IdeEditorManagerAccess
 
myIdeFilterManager - Static variable in class com.togethersoft.openapi.ide.window.IdeWindowManagerAccess
 
myIdeInspectorPropertySetComponent - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.TableAdderButtonListener
 
myIdeInspectorPropertySetComponent - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.TableRemoverButtonListener
 
myIdeManager - Static variable in class com.togethersoft.openapi.ide.IdeAccess
 
myIdeMessageManager - Static variable in class com.togethersoft.openapi.ide.IdeAccess
 
myIdeMessageManager - Static variable in class com.togethersoft.openapi.ide.message.IdeMessageManagerAccess
 
myIdentifiers - Variable in class com.togethersoft.testing.shared.AssetCategory
 
myIdeProjectManager - Static variable in class com.togethersoft.openapi.ide.project.IdeProjectManagerAccess
 
myIdeResourceManager - Static variable in class com.togethersoft.openapi.ide.resource.IdeResourceManagerAccess
 
myIdeTextManager - Static variable in class com.togethersoft.openapi.ide.resource.IdeResourceManagerAccess
 
myIdeUndoManager - Static variable in class com.togethersoft.openapi.ide.undo.IdeUndoManagerAccess
 
myIdeWindowManager - Static variable in class com.togethersoft.openapi.ide.window.IdeWindowManagerAccess
 
myImplementation - Variable in class com.togethersoft.openapi.util.properties.DictionaryProperties
 
myIncludeCurrentDiagram - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueElementChooserUI
 
myIncludeCurrentDiagram - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SingleElementChooserEditor
 
myIndex - Variable in class com.togethersoft.openapi.util.enum.DoubleEnumeration
 
myIndicator - Static variable in class com.togethersoft.openapi.ide.progress.IdeProgressIndicatorAccess
 
myInitalPath - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedFileNameEditor
 
myInnerEditor - Variable in class com.togethersoft.openapi.ide.inspector.service.DefaultExtendedEditorService
 
myInnerEditor - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedEditor
 
myInspector - Variable in class com.togethersoft.openapi.ide.inspector.util.TabbedPaneInspectorUI
 
myInspector - Variable in class com.togethersoft.openapi.sci.pattern.InspectorPatternUI
 
myInspectorProperty - Variable in class com.togethersoft.openapi.ide.inspector.util.SinglePropertyCheckBoxUI
 
myInspectorPropertySetComponent - Variable in class com.togethersoft.openapi.ide.inspector.util.PropertySetRadioButtonComponentUI
 
myInspectorPropertySetComponent - Variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel
 
myInstance - Static variable in class com.togethersoft.openapi.modelselection.SelectionServiceAccess
 
myInstance - Static variable in class com.togethersoft.openapi.util.nullObject.NullPropertyChangeSupport
 
myInstance - Static variable in class com.togethersoft.openapi.util.nullObject.NullVetoableChangeSupport
 
myInstance - Static variable in class com.togethersoft.openapi.util.properties.NullProperties
 
myInstance - Static variable in class com.togethersoft.openapi.util.properties.NullPropertiesRO
 
myInstance - Static variable in class com.togethersoft.openapi.util.ui.KeyStrokeFormat
 
MyInstance - Static variable in class com.togethersoft.openapi.vcs.VcsProviderHelper
 
MyInstance - Static variable in class com.togethersoft.testing.shared.util.TFCategoryFactory
 
myInternalInspector - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspectorCompoundComponent
 
myInverse - Variable in class com.togethersoft.openapi.util.function.UnaryInverse
 
myIterator - Variable in class com.togethersoft.openapi.util.enum.EnumerationCopy
 
myKey - Variable in class com.togethersoft.openapi.ide.inspector.util.property.PropertyMapInspectorProperty
 
myKey - Variable in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap.DefaultProperty
 
myKeys - Variable in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap
 
myLabel - Variable in class com.togethersoft.openapi.ide.inspector.util.StatusBarUI
 
myLabel - Variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueRenderer.UndefinedRenderer
 
myLastConvertedValue - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueEditor
 
myLastConvertedValue - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SwingStringEditor
 
myLastMousePosition - Variable in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
myLastRequestedValue - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SwingStringEditor
 
myLastUUID - Variable in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
myLastValueAsString - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueEditor
 
myLine - Variable in class com.togethersoft.openapi.util.text.TextPosition
 
myListener - Variable in class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap
 
myListener - Variable in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
myListeners - Variable in class com.togethersoft.openapi.ide.window.IdeExpertPageSupport
 
myListeners - Variable in class com.togethersoft.openapi.util.EventMulticaster
 
myListeners - Variable in class com.togethersoft.openapi.util.propertyMap.PropertiesAdapter
 
myLocationArray - Static variable in class com.togethersoft.openapi.util.ui.ExtendedControl
 
myMacroExpander - Static variable in class com.togethersoft.openapi.ide.macro.IdeMacroExpanderAccess
 
myMap - Variable in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap
 
myMap - Variable in class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap
 
myMap - Variable in class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap.MyProperty
 
myMatcher - Variable in class com.togethersoft.openapi.util.file.WildcardFileFilter.Mask
used to match regular expressions (conforming to the Perl5 regular expression syntax) generated by Perl5Compiler.
myMaxWeight - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspector
 
myMaxWeight - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent
 
myMenus - Static variable in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentInformer
 
myMessage - Variable in class com.togethersoft.openapi.ide.IdeErrorInfoDefault
 
myMessage - Variable in class com.togethersoft.openapi.sci.SciGenericFactoryException
 
MyMessages - Static variable in class com.togethersoft.testing.shared.I18n
 
myModel - Static variable in class com.togethersoft.openapi.sci.SciModelAccess
 
myModelPropertyNames - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent.ModelPropertyNamesServiceImpl
 
myModelPropertyNamesService - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspectorSinglePropertyComponent
 
myMulticasterMap - Variable in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap
 
myMulticasterMap - Variable in class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap
 
myMultiple - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueElementChooserUI
 
myMultiValueIcon - Variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyNameRenderer
 
myMultiValueIconLabel - Variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyNameRenderer
 
myName - Variable in class com.togethersoft.openapi.ide.inspector.util.DescriptionComponent
 
myName - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.RwiPropertyAdapter
 
myName - Variable in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorMultipleStringProperty.ProxyProperty
 
myName - Variable in class com.togethersoft.openapi.rwi.extension.BooleanPropertyAdapter
 
myName - Variable in class com.togethersoft.openapi.rwi.extension.RwiPropertyEnumerationAdapter.PropertyAdapter
 
myName - Variable in class com.togethersoft.openapi.util.Key
 
myNamesAlignmentLeft - Variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyLineSetComponentUI
 
myNamesOnTheLeft - Variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyLineSetComponentUI
 
myNewPage - Variable in class com.togethersoft.openapi.ide.window.IdeExpertEvent
 
myNextButtonStatus - Variable in class com.togethersoft.openapi.sci.pattern.InspectorPatternUI
 
myNormalCategory - Static variable in class com.togethersoft.openapi.ide.IdeLocalDiagnostic
 
myNotImplementedCategory - Static variable in class com.togethersoft.openapi.ide.IdeLocalDiagnostic
 
myObject - Variable in class com.togethersoft.openapi.ide.IdeElementDefault
 
myOffset - Variable in class com.togethersoft.openapi.ide.IdeErrorInfoDefault
 
myOffset - Variable in class com.togethersoft.openapi.sci.SciGenericFactoryException
 
myOkButton - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI
 
myOkButton - Variable in class com.togethersoft.openapi.util.ui.AbstractDialog
 
myOldPage - Variable in class com.togethersoft.openapi.ide.window.IdeExpertEvent
 
myOldValue - Variable in class com.togethersoft.openapi.ide.inspector.util.DescriptionComponent
 
myOldValue - Variable in class com.togethersoft.openapi.util.propertyMap.PropertyMapEvent
 
myOrig - Variable in class com.togethersoft.openapi.util.enum.OrderedDiffEnumeration
 
myOrigNext - Variable in class com.togethersoft.openapi.util.enum.OrderedDiffEnumeration
 
myOuterEditor - Variable in class com.togethersoft.openapi.ide.inspector.service.DefaultExtendedEditorService
 
myPageTitle - Variable in class com.togethersoft.openapi.ide.window.IdeExpertPageSupport
 
myPanel - Variable in class com.togethersoft.openapi.ide.inspector.service.DefaultExtendedEditorService
 
myPanel - Variable in class com.togethersoft.openapi.ide.inspector.util.table.BooleanRenderer
 
MyParser - Static variable in class com.togethersoft.testing.shared.util.ElementUtil
 
myPassword - Variable in class com.togethersoft.openapi.vcs.DefaultVcsProvider
 
myPattern - Variable in class com.togethersoft.openapi.util.file.WildcardFileFilter.Mask
Pattern for Perl5 regular expressions
myPluginManager - Static variable in class com.togethersoft.testing.shared.PluginManagerAccess
 
myPrefix - Variable in class com.togethersoft.openapi.util.file.SimpleWildcardFilter
 
myPreviewPanel - Static variable in class com.togethersoft.openapi.util.ui.CustomColorChooser
 
myProperties - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent
 
myProperties - Variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel
 
myProperty - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspectorSinglePropertyComponent
 
myProperty - Variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel.UpdateCacheCommand
 
myProperty - Variable in class com.togethersoft.openapi.util.propertyMap.PropertyMapEvent
 
myProperty - Variable in class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap.MyProperty
 
myPropertyAdded - Variable in class com.togethersoft.openapi.util.propertyMap.PropertyMapEvent
 
myPropertyChangeForwarder - Variable in class com.togethersoft.openapi.util.properties.FilteredNamePropertiesRO
 
myPropertyChangeSupport - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspector
 
myPropertyChangeSupport - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspectorProperty
 
myPropertyChangeSupport - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent
 
myPropertyChangeSupport - Variable in class com.togethersoft.openapi.ide.inspector.IdeMultipleInspectorProperty
 
myPropertyChangeSupport - Variable in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsComponent
 
myPropertyDataManager - Variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel
 
myPropertyKey - Variable in class com.togethersoft.openapi.util.propertyMap.PropertyMapEvent
 
myPropertyKey - Variable in class com.togethersoft.openapi.util.propertyMap.PropertyProviderAdapter
 
myPropertyMap - Variable in class com.togethersoft.openapi.ide.inspector.util.property.PropertyMapInspectorProperty
 
myPropertyMap - Variable in class com.togethersoft.openapi.util.propertyMap.PropertiesAdapter
 
myPropertyMap - Variable in class com.togethersoft.openapi.util.propertyMap.PropertyAdapter
 
myPropertyMap - Variable in class com.togethersoft.openapi.util.propertyMap.PropertyProviderAdapter
 
myPropertyMap - Variable in class com.togethersoft.openapi.util.propertyMap.SinglePropertyProvider
 
myPropertyMapListener - Variable in class com.togethersoft.openapi.util.propertyMap.PropertiesAdapter
 
myPropertyName - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspectorSinglePropertyComponent.ModelPropertyNamesServiceImpl
 
myPropertyName - Variable in class com.togethersoft.openapi.ide.inspector.util.DescriptionComponent
 
myPropertyName - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedParamsEditor
 
myPropertyName - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueElementChooserUI
 
myPropertyName - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI
 
myPropertyName - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.PropertyMapMultiValueEditor
 
myPropertyName - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.PropertyMapMultiValueTableEditor
 
myPropertyName - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.RwiPropertyMultiValueElementChooserEditor
 
myPropertyName - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.RwiPropertyMultiValueTableEditor
 
myPropertyName - Variable in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorProperty
 
myPropertyName - Variable in class com.togethersoft.openapi.rwi.extension.RwiPropertyEnumerationAdapter
 
myPropertyNameService - Variable in class com.togethersoft.openapi.ide.inspector.util.DescriptionComponent
 
myPropertyNamesService - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent
 
myPropertySetComponent - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI
 
myPropertyTableModel - Variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableComponentUIBase
 
myProviders - Variable in class com.togethersoft.openapi.vcs.VcsProviderHelper
 
myRButtonGroup - Variable in class com.togethersoft.openapi.util.ui.URLChooser
 
myReadable - Variable in class com.togethersoft.openapi.ide.inspector.util.property.PropertyMapInspectorProperty
 
myReadableFlag - Variable in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorProperty
 
myReadOnly - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedStringEditor
 
myReadOnly - Variable in class com.togethersoft.openapi.util.ui.TextAreaDialog
 
myRelativeButton - Variable in class com.togethersoft.openapi.util.ui.URLChooser
 
myRemoveButton - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI
 
myRequestString - Variable in class com.togethersoft.testing.shared.ServerURL
 
myResponseFromProperty - Variable in class com.togethersoft.openapi.ide.inspector.util.SinglePropertyCheckBoxUI
 
myResult - Variable in class com.togethersoft.openapi.util.ui.TextAreaDialog
 
myReturnCode - Static variable in class com.togethersoft.openapi.util.ui.CustomColorChooser
 
myRobot - Variable in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
myRootProject - Variable in class com.togethersoft.openapi.vcs.DefaultVcsProvider
 
myRootWorkingDirectory - Variable in class com.togethersoft.openapi.vcs.DefaultVcsProvider
 
myRow - Variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel.UpdateCacheCommand
 
myRow - Variable in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementTableRemoverButton.SelectRowCommand
 
myRwiElement - Variable in class com.togethersoft.openapi.ide.inspector.util.DocComponent
 
myRwiElementIdePropertySetComponents - Variable in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsComponent
 
myRwiElements - Variable in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsComponent
 
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
 
myRwiModel - Static variable in class com.togethersoft.openapi.rwi.RwiModelAccess
 
myRwiPropertyMap - Variable in class com.togethersoft.openapi.ide.inspector.util.DescriptionComponent
 
myRwiPropertyMaps - Variable in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorProperty
 
myScrollPane - Variable in class com.togethersoft.openapi.ide.inspector.util.DescriptionComponent
 
myScrollPane - Variable in class com.togethersoft.openapi.ide.inspector.util.DocComponent
 
mySecond - Variable in class com.togethersoft.openapi.util.enum.OrderedMergerEnumeration
 
mySecond - Variable in class com.togethersoft.openapi.util.enum.SequenceEnumeration
 
mySecondNext - Variable in class com.togethersoft.openapi.util.enum.OrderedMergerEnumeration
 
mySeenElements - Variable in class com.togethersoft.openapi.util.function.UniqueElementFilter
 
mySelectedBorder - Variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueEditor
 
mySelectedColor - Static variable in class com.togethersoft.openapi.util.ui.CustomColorChooser
 
mySelectedComponent - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspector
 
mySelectedIndex - Variable in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementTableRemoverButton
 
mySelectFirstColumn - Variable in class com.togethersoft.openapi.ide.inspector.util.table.InspectorTable
 
mySelectNextAfterRemoval - Variable in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementTableRemoverButton
 
mySelectorType - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueElementChooserUI
 
mySelectorType - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SingleElementChooserEditor
 
myServer - Variable in class com.togethersoft.testing.shared.ServerURL
 
myServices - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspector
 
myServices - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspectorComponent
 
myServices - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspectorProperty
 
mySingleItem - Variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueRenderer.SingleComboBoxModel
 
mySource - Variable in class com.togethersoft.openapi.util.enum.AbstractButtonEnumerationAdapter
 
mySource - Variable in class com.togethersoft.openapi.util.enum.FilterEnumeration
 
mySource - Variable in class com.togethersoft.openapi.util.enum.KeyStrokeEnumerationAdapter
 
mySource - Variable in class com.togethersoft.openapi.util.enum.PointEnumerationAdapter
 
mySource - Variable in class com.togethersoft.openapi.util.enum.StringEnumerationAdapter
 
mySource - Variable in class com.togethersoft.testing.shared.ResultEvent
 
mySourceText - Variable in class com.togethersoft.openapi.sci.SciGenericFactoryException
 
mySourceURL - Variable in class com.togethersoft.openapi.ide.IdeErrorInfoDefault
 
mySpecDelimiter - Static variable in class com.togethersoft.openapi.util.text.TextUtil
The delimiter, which rounds replacing macros
myStarFlag - Variable in class com.togethersoft.openapi.util.file.WildcardFileFilter.Mask
Indicates what pattern equals "*"
myStartTime - Variable in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
myStorage - Variable in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsTableModel
 
myStoredValue - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedBooleanEditor
 
myStringRepresentation - Variable in class com.togethersoft.testing.shared.ServerURL
 
mySub - Variable in class com.togethersoft.openapi.util.enum.OrderedDiffEnumeration
 
mySubNext - Variable in class com.togethersoft.openapi.util.enum.OrderedDiffEnumeration
 
mySubproperties - Variable in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorMultipleStringProperty.ProxyProperty
 
mySuffix - Variable in class com.togethersoft.openapi.util.file.SimpleWildcardFilter
 
myTabbedPane - Variable in class com.togethersoft.openapi.ide.inspector.util.TabbedPaneInspectorUI
 
myTable - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI
 
myTable - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.TableAdderButtonListener
 
myTable - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.TableRemoverButtonListener
 
myTable - Variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableComponentUIBase
 
myTable - Variable in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementTableAdderButton
 
myTable - Variable in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementTableRemoverButton
 
myTableUI - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI
 
myTabPlacement - Variable in class com.togethersoft.openapi.ide.inspector.util.TabbedPaneInspectorUI
 
myTaskClassName - Variable in class com.togethersoft.testing.host.TaskDefinition
 
myTaskType - Variable in class com.togethersoft.testing.host.TaskDefinition
 
myTestServer - Static variable in class com.togethersoft.testing.testserver.TestServerAccess
 
myText - Variable in class com.togethersoft.openapi.util.ui.TextAreaDialog
 
myTextArea - Variable in class com.togethersoft.openapi.util.ui.TextAreaDialog
 
myTextField - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SwingStringEditor
 
myTextField - Variable in class com.togethersoft.openapi.util.ui.URLChooser
 
myThird - Variable in class com.togethersoft.openapi.util.enum.SequenceEnumeration
 
myTimeOut - Static variable in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
myTitle - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedFileNameEditor
 
myTitle - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedStringEditor
 
myTitle - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueElementChooserUI
 
myTitle - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SingleElementChooserEditor
 
myTitle - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SwingColorEditor
 
myTitle - Variable in class com.togethersoft.openapi.util.ui.TextAreaDialog
 
myTitle - Variable in class com.togethersoft.openapi.util.ui.URLChooser
 
myToolManager - Static variable in class com.togethersoft.openapi.ide.tools.IdeToolManagerAccess
 
myTotalPages - Variable in class com.togethersoft.openapi.ide.window.IdeExpertPageSupport
 
myType - Variable in class com.togethersoft.openapi.ide.IdeErrorInfoDefault
 
myUI - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedParamsEditor
 
myUI - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.PropertyMapMultiValueElementChooserEditor
 
myUI - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.RwiPropertyMultiValueElementChooserEditor
 
myUIMap - Variable in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
myUndefinedRenderer - Variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueRenderer
 
myUrl - Variable in class com.togethersoft.openapi.util.ui.URLChooser
 
myUseFilter - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueElementChooserUI
 
myUseFilter - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SingleElementChooserEditor
 
myUser - Variable in class com.togethersoft.openapi.vcs.DefaultVcsProvider
 
myUseRobot - Variable in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
myValue - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.RwiPropertyAdapter
 
myValue - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SimpleStringProperty
 
myValue - Variable in class com.togethersoft.openapi.ide.inspector.util.property.ReadOnlyProperty
 
myValue - Variable in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorMultipleStringProperty.ProxyProperty
 
myValue - Variable in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorProperty
 
myValue - Variable in class com.togethersoft.openapi.rwi.extension.RwiPropertyEnumerationAdapter.PropertyAdapter
 
myValue - Variable in class com.togethersoft.openapi.util.enum.SingleEnumeration
 
myValue - Variable in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap.DefaultProperty
 
myValue1 - Variable in class com.togethersoft.openapi.util.enum.DoubleEnumeration
 
myValue2 - Variable in class com.togethersoft.openapi.util.enum.DoubleEnumeration
 
myValueBeforeChooserInvocation - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueEditor
 
myValueColumn - Variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel
 
myValueHasBeenCalculated - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueEditor
 
myValueObject - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditorBase
 
myValues - Variable in class com.togethersoft.openapi.ide.inspector.service.DefaultExtendedEditorService
 
myValuesVector - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueEditor
 
myValueType - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspectorProperty
 
myValueType - Variable in class com.togethersoft.openapi.ide.inspector.IdeMultipleInspectorProperty
 
myVcsProviderRegistry - Static variable in class com.togethersoft.openapi.vcs.VcsProviderRegistryAccess
 
myVetoableChangeForwarder - Variable in class com.togethersoft.openapi.util.properties.FilteredNameProperties
 
myVetoableSupport - Variable in class com.togethersoft.openapi.util.properties.DictionaryProperties
 
myVetoableSupport - Variable in class com.togethersoft.openapi.util.properties.FilteredNameProperties
 
myVirtualFileManager - Variable in class com.togethersoft.openapi.util.ui.URLChooser
 
myVirtualKeyCode - Variable in class com.togethersoft.openapi.util.ui.DefaultKeyAdapter
 
myVisibleComponents - Variable in class com.togethersoft.openapi.ide.inspector.IdeInspector
 
myVisibleNamesMap - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditorBase
 
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
 
myWhiteBackgroundFlag - Variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyNameRenderer
 
myWindowAdapter - Variable in class com.togethersoft.openapi.util.ui.AbstractDialog
 
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
Indicates that statement is not recognized.
NAME - Static variable in class com.togethersoft.openapi.ide.inspector.util.DocComponent
This property presents tab title for this inspector component.
name - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SwingEnumEditor.EnumeratedItem
 
NAME - Static variable in interface com.togethersoft.openapi.model.elements.Property
 
name - Variable in class com.togethersoft.openapi.model.util.PropertyAdapter
 
NAME - Static variable in interface com.togethersoft.openapi.model.view.ViewType
 
NAME - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
Contains a string with the name of an element.
NAME - Static variable in interface com.togethersoft.testing.shared.IResultAttributeNames
 
NAME_SEPARATOR - Static variable in class com.togethersoft.openapi.util.properties.PropertyUtil
 
NAME_SEPARATOR_CHAR - Static variable in class com.togethersoft.openapi.util.properties.PropertyUtil
 
NAME_VALUE - Static variable in class com.togethersoft.openapi.ide.inspector.InspectorViewType
 
NAME_VALUE - Static variable in class com.togethersoft.openapi.modelnavigator.NavigatorViewType
 
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 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.
navigateToClass(java.lang.String,int,boolean) - Method in interface com.togethersoft.testing.host.IEnvironment
 
navigateToDiagram(java.lang.String,int) - Method in interface com.togethersoft.testing.host.IEnvironment
 
navigateURL(java.lang.String,int) - Method in interface com.togethersoft.testing.host.IEnvironment
 
navigateURL(java.lang.String) - Method in interface com.togethersoft.testing.host.IEnvironment
 
NAVIGATION - Static variable in interface com.togethersoft.openapi.ide.editor.IdeEditorSelectionType
Navigation selection - this selection made by navigation to class delcaration & members from diagram.
NAVIGATOR_COLLECTION_SHAPETYPE - Static variable in interface com.togethersoft.openapi.modelnavigator.NavigatorConstants
The constant defines shape type of reference collection for which
navigator view is created
NavigatorAccess - class com.togethersoft.openapi.modelnavigator.NavigatorAccess
The classed is used for getting current active navigator's View.
NavigatorAccess() - Constructor for class com.togethersoft.openapi.modelnavigator.NavigatorAccess
Default constructor.
NavigatorComparator - interface com.togethersoft.openapi.modelnavigator.NavigatorComparator
Class implementing this interface is used as Comparator
for nodes sorting.
NavigatorConstants - interface com.togethersoft.openapi.modelnavigator.NavigatorConstants
Interface defines constants used in navigator.
NavigatorFactory - class com.togethersoft.openapi.modelnavigator.NavigatorFactory
Class that can be used for creation ReferenceCollection instances
to be in navigator's View object.
NavigatorSelectionListener - interface com.togethersoft.openapi.modelnavigator.NavigatorSelectionListener
Interface represents listener of navigator's selection events.
NavigatorService - interface com.togethersoft.openapi.modelnavigator.NavigatorService
Utility interface presents most of navigator's functionality.
NavigatorTreeNode - interface com.togethersoft.openapi.modelnavigator.NavigatorTreeNode
Interface for node objects presented in navigator.
NavigatorViewType - class com.togethersoft.openapi.modelnavigator.NavigatorViewType
Implementation of ViewType used as view type for creation of
navigator's View object.
NEEDS_UPDATE - Static variable in interface com.togethersoft.openapi.ide.inspector.IdeInspectorComponent.Options
This option is used when it is necessary to update component when it
becomes active next time.
needsContentInputCache(com.togethersoft.openapi.vfs.VirtualFile) - Method in interface com.togethersoft.openapi.vfs.VirtualFileVolume.CacheControl
Tests if content cache (data cache) shall be used for the volume, when system reads
file data.
needsContentOutputCache(com.togethersoft.openapi.vfs.VirtualFile) - Method in interface com.togethersoft.openapi.vfs.VirtualFileVolume.CacheControl
Tests if content cache (data cache) shall be used for the volume, when the system outputs
file data
needsPropertyMapInputCache(com.togethersoft.openapi.vfs.VirtualFile) - Method in interface com.togethersoft.openapi.vfs.VirtualFileVolume.CacheControl
Tests if loading properties shall be cached
needsPropertyMapOutputCache(com.togethersoft.openapi.vfs.VirtualFile) - Method in interface com.togethersoft.openapi.vfs.VirtualFileVolume.CacheControl
Tests if saving properties shall be cached
needsStructureInputCache() - Method in interface com.togethersoft.openapi.vfs.VirtualFileVolume.CacheControl
Tests if structure shall be cached
needsStructureOutputCache() - Method in interface com.togethersoft.openapi.vfs.VirtualFileVolume.CacheControl
Tests if structure shall be cached
NEW - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
Deprecated.
NEW - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has the new modifier (C# only).
NEW_ARRAY - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression of creating a new array using new operator.
NEW_DIALOG_EXPERT_RUNNER - Static variable in interface com.togethersoft.openapi.baseexpert.ExpertConstants
 
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
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 based 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 based 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.
newComment(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciGenericFactory
 
newComment(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciGenericFactory
Creates a new SciComment based 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.
newInitializer(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciGenericFactory
 
newInitializer(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciGenericFactory
Creates a new SciInitializer based on the specified string.
newJavaImport() - Method in interface com.togethersoft.openapi.sci.SciFactory
Creates a new SciJavaImport.
newLinks() - Method in interface com.togethersoft.openapi.model.elements.ModelDelta
 
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 based 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 based 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 based on the specified string.
newNetAttribute(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciNetGenericFactory
Creates a new SciNetAttribute with the specified contents.
newNetAttributeSection(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciNetGenericFactory
Creates a new SciNetAttributeSection with the specified contents.
newNodes() - Method in interface com.togethersoft.openapi.model.elements.ModelDelta
 
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.
newReferenceCollections() - Method in interface com.togethersoft.openapi.model.elements.ModelDelta
 
newReferences() - Method in interface com.togethersoft.openapi.model.elements.ReferenceDelta
 
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 based 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.
next - Variable in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap.DefaultProperty
 
next() - Method in interface com.togethersoft.openapi.model.enum.ElementEnumeration
 
next() - Method in interface com.togethersoft.openapi.model.enum.EntityEnumeration
 
next() - Method in interface com.togethersoft.openapi.model.enum.PropertyEnumeration
 
next() - Method in interface com.togethersoft.openapi.model.enum.ReferenceCollectionEnumeration
 
next() - Method in interface com.togethersoft.openapi.model.enum.ReferenceEnumeration
 
next() - Method in interface com.togethersoft.openapi.model.enum.StringEnumeration
 
next() - Method in class com.togethersoft.openapi.model.util.SingleEnumeration.SinglePropertyEnumeration
 
next() - Method in class com.togethersoft.openapi.model.util.SingleEnumeration.SingleStringEnumeration
 
next() - Method in class com.togethersoft.openapi.util.enum.FilterEnumeration
 
next() - Method in class com.togethersoft.openapi.util.enum.LightEnumerationAdapter
 
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.model.util.SingleEnumeration.SinglePropertyEnumeration
 
nextElement() - Method in class com.togethersoft.openapi.model.util.SingleEnumeration.SingleStringEnumeration
 
nextElement() - Method in class com.togethersoft.openapi.rwi.extension.RwiMemberProviderAdapter.EmptyRwiMemberEnumeration
 
nextElement() - Method in class com.togethersoft.openapi.rwi.extension.RwiPropertyEnumerationAdapter
Return next RwiProperty as an Object.
nextElement() - Method in class com.togethersoft.openapi.rwi.extension.RwiPropertyProviderAdapter.EmptyRwiElementEnumeration
 
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.CompositeEnumeration.Light
 
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
Returns next IdeProjectNode 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
Returns next keystroke
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
Invoked when next page is requested.
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
 
nextRwiElement() - Method in class com.togethersoft.openapi.rwi.extension.RwiMemberProviderAdapter.EmptyRwiMemberEnumeration
 
nextRwiElement() - Method in class com.togethersoft.openapi.rwi.extension.RwiPropertyProviderAdapter.EmptyRwiElementEnumeration
 
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
 
nextRwiMember() - Method in class com.togethersoft.openapi.rwi.extension.RwiMemberProviderAdapter.EmptyRwiMemberEnumeration
 
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
 
nextSciAccessor() - Method in interface com.togethersoft.openapi.sci.enum.SciAccessorEnumeration
 
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
 
nextSciNetAttribute() - Method in interface com.togethersoft.openapi.sci.enum.SciNetAttributeEnumeration
 
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.
nextVirtualFile() - Method in interface com.togethersoft.openapi.vfs.VirtualFileEnumeration
 
NO - Static variable in interface com.togethersoft.openapi.ide.window.IdeButtonType
No button.
NO_CACHE_MODE - Static variable in interface com.togethersoft.openapi.vfs.VirtualFileContext
 
NO_COLOR_SELECTED - Static variable in class com.togethersoft.openapi.util.ui.CustomColorChooser
 
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.
NodeUIProvider - class com.togethersoft.openapi.modelnavigator.NodeUIProvider
Class used as a source of information that defines representation of tree nodes.
NodeUIService - interface com.togethersoft.openapi.modelnavigator.NodeUIService
Interace used to register NodeUIProvider and TreeCellRenderer
in navigator.
NONE - Static variable in class com.togethersoft.openapi.util.ui.ToggleButtonPanel
Parameter for radio button or check box.
NORMAL_CHECK_TYPE - Static variable in class com.togethersoft.openapi.util.ui.ThreeStateChechBox
Constant used to specify the ordinary check shape for the checkbox in its third
state.
NORMAL_CHECK_TYPE - Static variable in class com.togethersoft.openapi.util.ui.ThreeStateCheckBox
Constant used to specify the ordinary check shape for the checkbox in its third
state.
normalize(java.lang.String) - Method in class com.togethersoft.testing.shared.util.XMLWriter
Normalizes the given string.
normalizeSlashes(java.lang.String) - Static method in class com.togethersoft.openapi.model.util.URLFactory
 
NOT_EXIST - Static variable in class com.togethersoft.openapi.vfs.VirtualFileType
 
NOTE - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
An element is a note.
noteDetail(com.togethersoft.openapi.rwi.RwiElement) - Static method in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
notify(com.togethersoft.openapi.vcs.VcsProviderEvent) - Method in interface com.togethersoft.openapi.vcs.VcsProviderListener
 
notImplemented() - Static method in class com.togethersoft.openapi.ide.IdeLocalDiagnostic
 
NOTINHERITABLE - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has the notinheritable modifier (VB.Net only).
NOTOVERRIDABLE - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has the notoverridable modifier (VB.Net only).
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
 
NULL_CATEGORY - Static variable in class com.togethersoft.testing.shared.util.ElementUtil
 
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
NullPropertyChangeSupport() - Constructor for class com.togethersoft.openapi.util.nullObject.NullPropertyChangeSupport
 
NullVetoableChangeSupport - class com.togethersoft.openapi.util.nullObject.NullVetoableChangeSupport
This class has private constructor and can't to be created by anyone.
NullVetoableChangeSupport() - Constructor for class com.togethersoft.openapi.util.nullObject.NullVetoableChangeSupport
 
NUMBER_RENDERER - Static variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableComponentUIBase
 
NumberDocument - class com.togethersoft.openapi.ide.inspector.util.editors.NumberDocument
Represents document valid only if it contains a float number.

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.
okAction() - Method in class com.togethersoft.openapi.util.ui.AbstractDialog
Ok actions handler.
oldColor - Variable in class com.togethersoft.openapi.util.ui.CustomColorChooser.PreviewPanel
 
ON_ERROR_GOTO - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
VB.NET 'On Error' statement (variant with 'GoTo').
ON_ERROR_RESUME - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
VB.NET 'On Error' statement (variant with 'Resume Next').
ONE - Static variable in class com.togethersoft.openapi.vfs.Depth
 
ONEWAY - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has the custom modifier (CORBA IDL only).
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
 
openApplicationHelp(java.lang.String,java.awt.Component) - Method in interface com.togethersoft.openapi.ide.IdeManager
Opens help with JavaHelp reffered to by the specified topic.
openChooser(java.lang.String) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueElementChooserUI
 
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
Deprecated.
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.
openStream() - Method in class com.togethersoft.testing.shared.ServerURL
Returns the input stream of this server URL
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
 
OPERATION_PARAMS - Static variable in interface com.togethersoft.openapi.ide.window.IdeSelectorDialogType
 
operationDetail(com.togethersoft.openapi.rwi.RwiMember) - Static method in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
operations() - Method in interface com.togethersoft.openapi.sci.SciClass
Returns an enumeration of all operations this class has.
OPERATOR - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element is an operator.
OPERATOR - Static variable in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
operInfo - Static variable in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
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.
orientation - Variable in class com.togethersoft.openapi.util.ui.StackLayout
 
originalException - Variable in class com.togethersoft.openapi.vcs.VcsProviderException
 
OTHER - Static variable in interface com.togethersoft.openapi.ide.inspector.util.ComponentWeight
 
otherInfo - Static variable in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
ourFactory - Static variable in class com.togethersoft.openapi.ide.inspector.IdeInspectorManagerAccess
 
ourImplementation - Static variable in class com.togethersoft.openapi.util.diagnostic.DiagnosticAccess
 
ourInspectorManager - Static variable in class com.togethersoft.openapi.ide.inspector.IdeInspectorManagerAccess
 
ourInstance - Static variable in class com.togethersoft.openapi.ide.inspector.util.UIComponentsBuilder
 
ourInstance - Static variable in class com.togethersoft.openapi.modelnavigator.NavigatorAccess
Stores NavigatorAccess instance.
ourInstance - Static variable in class com.togethersoft.openapi.modelnavigator.NavigatorFactory
Stores NavigatorFactory instance.
ourInstance - Static variable in class com.togethersoft.openapi.util.enum.EmptyEnumeration
 
ourInstance - Static variable in class com.togethersoft.openapi.vfs.VirtualFileManagerAccess
 
ourModels - Static variable in class com.togethersoft.openapi.model.elements.ModelAccess
 
ourReadableStates - Variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel.PropertyDataManager
 
ourServiceManager - Static variable in class com.togethersoft.openapi.ide.inspector.IdeInspectorManagerAccess
 
ourValues - Variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel.PropertyDataManager
 
ourWritableStates - Variable in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel.PropertyDataManager
 
out - Variable in class com.togethersoft.testing.shared.util.XMLWriter
 
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.
OUTPUT_CLOSED - Static variable in interface com.togethersoft.openapi.vfs.event.VirtualFileEventCode
 
OUTPUT_OPEN_QUERY - Static variable in interface com.togethersoft.openapi.vfs.event.VirtualFileEventCode
 
OUTPUT_OPEN_VETOED - Static variable in interface com.togethersoft.openapi.vfs.event.VirtualFileEventCode
 
OVERLOADS - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has the overloads modifier (VB.Net only).
OVERRIDABLE - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has the overridable modifier (VB.Net only).
OVERRIDE - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has the override modifier (C# only).
OVERRIDES - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has the overrides modifier (VB.Net only).

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
Invoked when a page was selected in the expert.
pageShown(int) - Method in interface com.togethersoft.openapi.baseexpert.ExpertController
Called when expert page with given number is shown on the screen
paintBorder(java.awt.Component,java.awt.Graphics,int,int,int,int) - Method in class com.togethersoft.openapi.util.ui.PseudoScrollPaneBorder
 
paintBorder(java.awt.Component,java.awt.Graphics,int,int,int,int) - Method in class com.togethersoft.openapi.util.ui.ResizableDialogBorder
Draw icon which indicate that dialog is resizable at bottom-left corner
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.
paintIcon(java.awt.Component,java.awt.Graphics,int,int) - Method in class com.togethersoft.openapi.util.ui.ThreeStateChechBox.ThreeStateCheckboxIcon
Paints icon for a check box depending on its state
paintIcon(java.awt.Component,java.awt.Graphics,int,int) - Method in class com.togethersoft.openapi.util.ui.ThreeStateCheckBox.ThreeStateCheckboxIcon
Paints icon for a check box depending on its state
paintText(java.awt.Graphics,int,java.awt.Font,java.awt.FontMetrics,int,java.lang.String,java.awt.Rectangle,boolean) - Method in class com.togethersoft.openapi.util.ui.ExtendedTabbedPane.ExtendedMetalTabbedPaneUI
 
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.
PARAMETER_BYREF - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this parameter is passed by reference.
PARAMETER_BYVALUE - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this parameter is passed by value.
PARAMETER_IN - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this parameter is 'in'.
PARAMETER_INOUT - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this parameter is 'inout'.
PARAMETER_OPTIONAL - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this parameter is optional.
PARAMETER_OUT - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this parameter is 'out'.
PARAMETER_PARAMS - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this parameter is specified with params modifier.
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".
PARENT_EXPERT_PREV_PAGE - Static variable in interface com.togethersoft.openapi.baseexpert.ExpertConstants
If ExpertController should disable Previous action but the parent Expert page should be shown
it's getPreviousPageNumber() should return this
PARENTHESES - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with parentheses ().
ParentProvider - interface com.togethersoft.openapi.model.extension.ParentProvider
Provider implementing this interface is responsible for the generation of
the unique name of a parent element for the given element.
parseArg(java.lang.String,int,int) - Method in class com.togethersoft.openapi.util.ui.StackLayout
 
parseObject(java.lang.String,java.text.ParsePosition) - Method in class com.togethersoft.openapi.util.ui.KeyStrokeFormat
Parses a string to produce a KeyStroke.
participantRoles() - Method in interface com.togethersoft.openapi.model.elements.Link
List all roles, participants of this link have.
participantRoles(com.togethersoft.openapi.model.elements.Entity) - Method in interface com.togethersoft.openapi.model.extension.LinkProvider
This method is used, when participantRoles of Entity was called.
participants(com.togethersoft.openapi.model.elements.Entity,java.lang.String) - Method in interface com.togethersoft.openapi.model.extension.LinkProvider
This method is used, when participants of Entity was called.
participants(java.lang.String) - Method in interface com.togethersoft.openapi.model.elements.Link
List all participants of this link, which has specified role.
PASTE_CLASSES_TO_ONE_FILE - Static variable in interface com.togethersoft.openapi.sci.pattern.SciPatternProperty
 
paste(com.togethersoft.openapi.model.elements.Element,com.togethersoft.openapi.model.elements.Element,boolean) - Method in interface com.togethersoft.openapi.model.elements.Container
 
paste(com.togethersoft.openapi.model.elements.Element) - Method in interface com.togethersoft.openapi.model.elements.Container
 
paste(com.togethersoft.openapi.model.elements.Entity,com.togethersoft.openapi.model.elements.Element,com.togethersoft.openapi.model.elements.Element,com.togethersoft.openapi.model.elements.Element,boolean) - Method in interface com.togethersoft.openapi.model.extension.PasteProvider
Provider must "paste" specified element into container.
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.
paste(com.togethersoft.testing.host.ITarget,com.togethersoft.testing.host.ISuiteEntry,boolean) - Method in interface com.togethersoft.testing.host.ITestSuite
Pastes a target into the suite
paste(com.togethersoft.testing.host.ITask,com.togethersoft.testing.host.ISuiteEntry,boolean) - Method in interface com.togethersoft.testing.host.ITarget
Pastes a task into this target
paste(com.togethersoft.testing.shared.ITestAssetRO) - Method in interface com.togethersoft.testing.host.ITestCollection
Pastes asset into test collection.
pasteAttachments() - Method in interface com.togethersoft.testing.host.ITestAsset
Callback method which is invoked from ITestCollection.paste(..)
It performs paste of referenced files for test asset ( if any ) .
PasteProvider - interface com.togethersoft.openapi.model.extension.PasteProvider
Provider, which implements this interface is reponsible for realising paste
functionality.
path2url(java.lang.String) - Static method in class com.togethersoft.testing.shared.util.ConversionUtil
Converts given path to an URL
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_FILE_URL - Static variable in interface com.togethersoft.openapi.sci.pattern.SciPatternProperty
 
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
 
performAction(java.lang.String,java.lang.String,int) - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
Posts ActionEvent on UUID component
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.
PLAIN_TEXT_FILES_FILTER - Static variable in class com.togethersoft.openapi.ide.window.IdeFileFilterConstant
 
Platform - class com.togethersoft.openapi.model.platform.Platform
 
platform - Class Diagram in com.togethersoft.openapi.model.platform
 
PlatformListener - interface com.togethersoft.openapi.model.platform.PlatformListener
 
plugin - Class Diagram in com.togethersoft.testing.testserver.plugin
 
PluginManagerAccess - class com.togethersoft.testing.shared.PluginManagerAccess
Provides access to plugin manager.
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 element data by pointer (->).
POINTER_ACCESS_REF - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression of accessing element data by pointer reference (->*).
POINTER_TO_MEMBER - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression of accessing an 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.
POSMASK - Static variable in class com.togethersoft.openapi.util.ui.StackLayout
 
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.
POWER - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
VB.NET power operator:
Expression ^ Expression.
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.CustomColorChooser.CenterLayout
 
preferredLayoutSize(java.awt.Container) - Method in class com.togethersoft.openapi.util.ui.ExtendedControl.ExtendedControlLayoutManager
 
preferredLayoutSize(java.awt.Container) - Method in class com.togethersoft.openapi.util.ui.SimpleExtendedControl.ExtendedControlLayoutManager
 
preferredLayoutSize(java.awt.Container) - Method in class com.togethersoft.openapi.util.ui.StackLayout
Calculate the preferred size dimensions for the specififed container.
PREFIX_GET - Static variable in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
PREFIX_MY - Static variable in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
PREFIX_SET - Static variable in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
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.
PRESERVE_FORMATTING - Static variable in interface com.togethersoft.openapi.sci.pattern.SciPatternProperty
 
PRESSED - Static variable in interface com.togethersoft.openapi.ide.command.IdeCommandIconType
Pressed state.
prev - Variable in class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap.DefaultProperty
 
previewListener - Variable in class com.togethersoft.openapi.util.ui.CustomColorChooser.MyColorChooserUI
 
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
Invoked when previous is requested.
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
Prints the given RwiDiagram.
printFocusOwnerIerarchy() - Method in class com.togethersoft.openapi.util.ui.AbstractDialog
 
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.
priority(com.togethersoft.openapi.sci.SciMember,boolean) - Static method in class com.togethersoft.openapi.sci.policy.SciPasteOrderPolicy
 
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.
PROCEDURE - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element is a procedure.
PROCESSING - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderEvent
 
processKeyEvent(java.awt.Component,java.awt.event.KeyEvent) - Method in class com.togethersoft.openapi.util.ui.DisabledFocusManager
 
processKeyEvent(java.awt.event.KeyEvent) - Method in class com.togethersoft.openapi.ide.inspector.util.table.InspectorTable
 
PROGRAM_ARGUMENTS - Static variable in interface com.togethersoft.testing.shared.IAttributeNames
 
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.
PROJECT_FILES_FILTER - Static variable in class com.togethersoft.openapi.ide.window.IdeFileFilterConstant
 
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.
projectInitialized() - Method in interface com.togethersoft.testing.host.ITestHostListener
 
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.
projectUnInitialized() - Method in interface com.togethersoft.testing.host.ITestHostListener
 
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.model.elements.PropertyMap
 
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.model.elements.PropertyMap,java.lang.String) - Method in interface com.togethersoft.openapi.model.extension.PropertyGetProvider
Will be called, when properties(String propertyName) operation of PropertyMap was invoked.
properties(com.togethersoft.openapi.model.elements.PropertyMap) - Method in interface com.togethersoft.openapi.model.extension.PropertyGetProvider
Will be called, when properties() operation of PropertyMap was invoked.
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.model.elements.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.
propertiesObjects - Variable in class com.togethersoft.openapi.util.properties.CompositePropertiesRO
 
property - Class Diagram in com.togethersoft.openapi.ide.inspector.util.property
 
Property - interface com.togethersoft.openapi.model.elements.Property
This interface represents a property of the model element.
property - Variable in class com.togethersoft.openapi.model.util.SingleEnumeration.SinglePropertyEnumeration
 
PROPERTY - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element is a property.
property - Variable in class com.togethersoft.openapi.util.propertyMap.SinglePropertyProvider
 
Property - interface com.togethersoft.openapi.util.propertyMap.Property
Represents a property - a key-value pair.
PROPERTY - Static variable in interface com.togethersoft.testing.shared.IResultAttributeNames
 
PROPERTY - Static variable in interface com.togethersoft.testing.shared.IResultTagNames
 
PROPERTY_CHANGE_QUERY - Static variable in interface com.togethersoft.openapi.vfs.event.VirtualFileEventCode
 
PROPERTY_CHANGE_VETOED - Static variable in interface com.togethersoft.openapi.vfs.event.VirtualFileEventCode
 
PROPERTY_CHANGED - Static variable in interface com.togethersoft.openapi.vfs.event.VirtualFileEventCode
 
PROPERTY_GET - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has the Propety Get modifier (Visual Basic only).
PROPERTY_GET_QUERY - Static variable in interface com.togethersoft.openapi.vfs.event.VirtualFileEventCode
 
PROPERTY_GET_VETOED - Static variable in interface com.togethersoft.openapi.vfs.event.VirtualFileEventCode
 
PROPERTY_LET - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has the Propety Let modifier (Visual Basic only).
PROPERTY_SET - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has the Propety Set modifier (Visual Basic only).
PROPERTY_SET_COMPONENT - Static variable in interface com.togethersoft.openapi.ide.inspector.DefaultInspectorServices
 
PropertyAdapter - class com.togethersoft.openapi.model.util.PropertyAdapter
 
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.
PropertyAdapter(java.lang.String,java.lang.String) - Constructor for class com.togethersoft.openapi.model.util.PropertyAdapter
 
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.
PropertyEnumeration - interface com.togethersoft.openapi.model.enum.PropertyEnumeration
 
propertyEnumeration - Static variable in class com.togethersoft.openapi.model.util.EmptyEnumeration
 
PropertyGetProvider - interface com.togethersoft.openapi.model.extension.PropertyGetProvider
Provider, implementing this interface takes a responsibilty for property listing and retrieving.
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.model.elements.PropertyMap
This interface represents a map of object's properties.
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.
PropertyMapMultiValueEditor - class com.togethersoft.openapi.ide.inspector.util.editors.PropertyMapMultiValueEditor
Represents editor for Propery map as a string.
PropertyMapMultiValueEditor(java.lang.String) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.PropertyMapMultiValueEditor
 
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.
PropertyNameRenderer() - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.PropertyNameRenderer
Creates default renderer - without selection border and with focus border.
PropertyNameRenderer(boolean,boolean,boolean) - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.PropertyNameRenderer
Creates custom renderer with the enabled/disabled selection and focus borders.
PropertyNameRenderer(boolean,boolean) - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.PropertyNameRenderer
Creates custom renderer with the enabled/disabled selection and focus borders.
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.
propertyNames(java.lang.String) - Method in interface com.togethersoft.openapi.ide.config.IdeConfigManager
Returns an enumeration of all the keys in this property list, that starting from the specified prefix.
propertyNames(java.lang.String) - Method in interface com.togethersoft.testing.shared.IConfig
Returns an enumeration of all property names in the config.
PropertyProvider - interface com.togethersoft.openapi.model.extension.PropertyProvider
This is superinterface of two interfaces for providers, which supply properties of
PropertyMap.
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.
PropertySetProvider - interface com.togethersoft.openapi.model.extension.PropertySetProvider
Provider, which implements this interface, is responsible for property writing operations.
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.
PropertyTableComponentUIBase - class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableComponentUIBase
Represents UI service which can be used to visualize table of properties.
PropertyTableComponentUIBase(com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent,int) - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableComponentUIBase
Allows to specify custom width for the first column.
PropertyTableComponentUIBase(com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent) - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableComponentUIBase
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.PropertyDataManager - class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel.PropertyDataManager
 
PropertyTableModel.UpdateCacheCommand - class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel.UpdateCacheCommand
 
PropertyTableModel.UpdateCacheCommand(com.togethersoft.openapi.ide.inspector.IdeInspectorProperty,int,java.util.Vector) - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel.UpdateCacheCommand
 
PropertyTableModel.Validator - interface com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel.Validator
 
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
This class contains utility static methods.
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.SingleComboBoxModel - class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueRenderer.SingleComboBoxModel
 
PropertyValueRenderer.UndefinedRenderer - class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueRenderer.UndefinedRenderer
Class that renders an "" label in table cell component.
PropertyValueRenderer.UndefinedRenderer() - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueRenderer.UndefinedRenderer
Creates the label.
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.
PROTECTED_FRIEND - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has protected friend visibility (VB.Net only).
PROTECTED_INTERNAL - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has protected internal visibility (C# only).
PROTOCOL_DELIMITER - Static variable in class com.togethersoft.openapi.util.ResourceUtil
 
provider - Class Diagram in com.togethersoft.openapi.ide.inspector.provider
 
Provider - interface com.togethersoft.openapi.model.extension.Provider
 
providers() - Method in interface com.togethersoft.openapi.model.extension.ExtensionManager
 
providers() - Method in class com.togethersoft.openapi.vcs.VcsProviderHelper
Returns an Enumeration instance of all the VcsProvider registered instances.
PseudoScrollPaneBorder - class com.togethersoft.openapi.util.ui.PseudoScrollPaneBorder
Special border like border of metal ScrollPane
PseudoScrollPaneBorder() - Constructor for class com.togethersoft.openapi.util.ui.PseudoScrollPaneBorder
 
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.
putColumnTags(java.lang.String,java.util.Enumeration) - Static method in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
putCommaTagsOneRow(java.lang.String,java.util.Enumeration) - Static method in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
putCommaTagsTwoRows(java.lang.String,java.util.Enumeration) - Static method in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
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.
putTagName(java.lang.String) - Static method in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
putTagNameValue(java.lang.String,java.lang.String) - Static method in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
putTags(com.togethersoft.openapi.rwi.RwiElement,java.lang.String[][],boolean) - Static method in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
putText(java.lang.String) - Static method in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
putTextWithReplace(java.lang.String) - Static method in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 

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
 
QUESTION_CHECK_TYPE - Static variable in class com.togethersoft.openapi.util.ui.ThreeStateChechBox
Constant used to specify the question mark check shape for the checkbox in its
third state.
QUESTION_CHECK_TYPE - Static variable in class com.togethersoft.openapi.util.ui.ThreeStateCheckBox
Constant used to specify the question mark check shape for the checkbox in its
third state.
quote(java.lang.String) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentInformer
 

R

R_MBUTTON - Static variable in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
RadioButtonGroup - class com.togethersoft.openapi.util.ui.RadioButtonGroup
Represents group of radio buttons.
RadioButtonGroup.ButtonKeyAdapter - class com.togethersoft.openapi.util.ui.RadioButtonGroup.ButtonKeyAdapter
 
RadioButtonGroup.ButtonKeyAdapter() - Constructor for class com.togethersoft.openapi.util.ui.RadioButtonGroup.ButtonKeyAdapter
 
RadioButtonGroup() - Constructor for class com.togethersoft.openapi.util.ui.RadioButtonGroup
Constructs new empty group.
RAISE_EVENT - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
VB.NET statement 'RaiseEvent'
READ_ONLY - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
A boolean property indicating whether this element is read-only.
READ_ONLY - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has the readonly modifier (CORBA IDL and C# only).
READABLE - Static variable in interface com.togethersoft.openapi.vfs.VirtualFilePermission
 
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.
REBUILD_INSPECTOR_COMMAND - Static variable in interface com.togethersoft.openapi.ide.inspector.IdeInspectorProperty.Options
This option can contain command which rebuilds the whole
structure of inspector (not only updates data).
rebuild() - Method in interface com.togethersoft.openapi.ide.inspector.service.ComponentService
 
RECEIVE - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderEvent
 
RECEIVE_EXTRA_VERTICAL_SPACE - Static variable in class com.togethersoft.openapi.util.ui.ToggleButtonPanel
Parameter for radio button or check box.
RECORD_WITH_DIALOG - Static variable in interface com.togethersoft.testing.shared.IAttributeNames
 
REDIM - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
VB.NET statement 'ReDim'.
Reference - interface com.togethersoft.openapi.model.elements.Reference
This interface defines behaviour of reference -- separate item of model, which refers to
Element, has it's own properties and parent.
REFERENCE - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression consisting of a reference to some object.
ReferenceCollection - interface com.togethersoft.openapi.model.elements.ReferenceCollection
This interface defines behaviour of one species of Element --
ReferenceCollection.
ReferenceCollectionEnumeration - interface com.togethersoft.openapi.model.enum.ReferenceCollectionEnumeration
 
referenceCollectionEnumeration - Static variable in class com.togethersoft.openapi.model.util.EmptyEnumeration
 
ReferenceCollectionUniqueNameProvider - interface com.togethersoft.openapi.model.extension.ReferenceCollectionUniqueNameProvider
This interface is only an indicator.
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.
ReferenceDelta - interface com.togethersoft.openapi.model.elements.ReferenceDelta
 
ReferenceEnumeration - interface com.togethersoft.openapi.model.enum.ReferenceEnumeration
 
referenceEnumeration - Static variable in class com.togethersoft.openapi.model.util.EmptyEnumeration
 
ReferenceProvider - interface com.togethersoft.openapi.model.extension.ReferenceProvider
Provider, which implements this interface is responsible for supplying functionality
of ReferenceCollections.
references() - Method in interface com.togethersoft.openapi.model.elements.ReferenceCollection
 
references() - Method in interface com.togethersoft.openapi.modelselection.SelectionService
 
references() - Method in interface com.togethersoft.openapi.rwi.RwiDiagram
Returns an enumeration of all the references this diagram has.
references(com.togethersoft.openapi.model.elements.ReferenceCollection) - Method in interface com.togethersoft.openapi.model.extension.ReferenceProvider
This method must return list of References of collection.
REFID - Static variable in interface com.togethersoft.testing.shared.IResultAttributeNames
 
REFID - Static variable in interface com.togethersoft.testing.testserver.IServerParameters
 
reflectKey(int) - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
refreshModels() - Static method in class com.togethersoft.openapi.model.elements.ModelAccess
 
refreshPropertySets(com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent[]) - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsTableModel
 
registerAsset(com.togethersoft.testing.shared.ICategory,java.lang.Class) - Method in interface com.togethersoft.testing.host.ITestHost
 
registerCommand(java.lang.String,com.togethersoft.testing.testserver.ITestServerCommand) - Method in interface com.togethersoft.testing.testserver.ICommandController
 
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.
registeredInModel(com.togethersoft.openapi.model.elements.Model) - Method in interface com.togethersoft.openapi.model.extension.ModelAware
This method will be called by model implementation during register procedure.
registerExpertRepresentative(com.togethersoft.openapi.baseexpert.ExpertRepresentative) - Method in interface com.togethersoft.openapi.baseexpert.ExpertRunner
Unregisters ExpertRepresentative
registerFactory(com.togethersoft.openapi.baseexpert.ExpertFactory) - Method in interface com.togethersoft.openapi.baseexpert.ExpertManager
 
registerFilter(int,java.lang.String,com.togethersoft.openapi.util.function.UnaryCondition) - Method in interface com.togethersoft.openapi.ide.window.IdeFilterManager
 
registerMacroProviderFactory(com.togethersoft.openapi.ide.macro.IdeMacroProviderFactory) - Method in interface com.togethersoft.openapi.ide.macro.IdeMacroExpander
 
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.
registerRunner(com.togethersoft.testing.shared.ICategory,com.togethersoft.testing.testserver.ITestRunner) - Method in interface com.togethersoft.testing.testserver.IRunnerRegistry
 
registerTask(com.togethersoft.testing.shared.ICategory,com.togethersoft.testing.host.TaskDefinition) - Method in interface com.togethersoft.testing.host.ITestHost
Registration of a task for a Suite (ant project).
registerViewFactory(com.togethersoft.openapi.model.view.ViewFactory) - Method in interface com.togethersoft.openapi.model.view.ViewManager
 
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 to).
REL_GT - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with relational operator > (greater than).
REL_IN - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
VB.NET special expression for for each statement:
Expression In Expression.
REL_INSTANCEOF - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with relational operator instanceof (Java, C#, VB.NET only).
REL_LE - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with relational operator <= (less than or equal to).
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.
RELATIVE_PATHS_CONFIG_PROPERTY - Static variable in class com.togethersoft.openapi.util.ui.URLChooser
 
RELATIVE_RBUTTON_COMMAND - Static variable in class com.togethersoft.openapi.util.ui.URLChooser
 
RELATIVE_RBUTTON_LABEL - Static variable in class com.togethersoft.openapi.util.ui.URLChooser
 
releaseFuncKeys() - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
REMAINDER - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression with remainder operator % in Java and C++, or mod in Delphi.
REMOVE_HANDLER - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
VB.NET statement 'RemoveHandler'
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.
removeAssetListener(com.togethersoft.testing.host.IAssetListener) - Method in interface com.togethersoft.testing.host.ITestProject
Removes given AssetListener from this test project
removeCacheControl(com.togethersoft.openapi.vfs.VirtualFileVolume.CacheControl) - Method in interface com.togethersoft.openapi.vfs.VirtualFileVolume
Removes CacheControl to volume
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.
removeComponent(java.lang.String) - Method in interface com.togethersoft.openapi.ide.inspector.service.ComponentService
 
removeDependency(java.lang.String) - Method in interface com.togethersoft.testing.host.ITarget
Removes dependency on given target
removedFiles() - Method in interface com.togethersoft.openapi.vcs.VcsUpdateInfo
 
removeField(java.lang.String) - Method in interface com.togethersoft.openapi.ide.inspector.service.ComponentService
 
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.
removeInspector(java.lang.String) - Method in interface com.togethersoft.openapi.ide.inspector.IdeInspectorManager
 
removeInspectorBuilder(com.togethersoft.openapi.ide.inspector.IdeInspectorBuilder) - Method in interface com.togethersoft.openapi.ide.inspector.IdeInspectorManager
Removes given inspector builder from the list of inspectors.
removeLayoutComponent(java.awt.Component) - Method in class com.togethersoft.openapi.util.ui.CustomColorChooser.CenterLayout
 
removeLayoutComponent(java.awt.Component) - Method in class com.togethersoft.openapi.util.ui.ExtendedControl.ExtendedControlLayoutManager
 
removeLayoutComponent(java.awt.Component) - Method in class com.togethersoft.openapi.util.ui.SimpleExtendedControl.ExtendedControlLayoutManager
 
removeLayoutComponent(java.awt.Component) - Method in class com.togethersoft.openapi.util.ui.StackLayout
Remove the specified component from the layout.
removeLinkTags(java.lang.String) - Static method in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
removeListDataListener(javax.swing.event.ListDataListener) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueRenderer.SingleComboBoxModel
 
removeListener(com.togethersoft.openapi.vcs.VcsProviderListener) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Removes provider event listenter
removeListener(com.togethersoft.openapi.vcs.VcsProviderListener) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Removes provider event listenter
removeMenu(java.awt.Component) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentInformer
 
removeModelChangeListener(com.togethersoft.openapi.model.elements.ModelChangeListener) - Method in interface com.togethersoft.openapi.model.elements.Model
 
removeModelPropertyName(java.lang.String) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent.ModelPropertyNamesServiceImpl
 
removeParameter(java.lang.String) - Method in interface com.togethersoft.testing.testserver.ISession
 
removePlatformListener(com.togethersoft.openapi.model.platform.PlatformListener) - Method in class com.togethersoft.openapi.model.platform.Platform
 
removeProjectListener(com.togethersoft.openapi.ide.project.IdeProjectListener) - Method in interface com.togethersoft.openapi.ide.project.IdeProjectManager
Removes the specified listener.
removeProjectRoot(java.lang.String) - Method in interface com.togethersoft.testing.host.ITestProject
Removes given project root from this test project
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.baseexpert.ExpertModel
Removes property change listener
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.
removeResultListener(com.togethersoft.testing.shared.IResultListener) - Method in interface com.togethersoft.testing.shared.IResult
Removes the given result listener
removeRoot(com.togethersoft.openapi.model.elements.Entity) - Method in interface com.togethersoft.openapi.modelnavigator.NavigatorService
Removes root node for given Entity.
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.
removeSelectionElement(com.togethersoft.openapi.model.elements.Element) - Method in interface com.togethersoft.openapi.modelselection.SelectionService
 
removeSelectionElements(com.togethersoft.openapi.model.enum.ElementEnumeration) - Method in interface com.togethersoft.openapi.modelselection.SelectionService
 
removeSelectionListener(com.togethersoft.openapi.modelselection.SelectionListener) - Method in interface com.togethersoft.openapi.modelselection.SelectionService
 
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.
removeTabAt(int) - Method in class com.togethersoft.openapi.util.ui.ExtendedTabbedPane
Removes the tab at index.
removeTestHostListener(com.togethersoft.testing.host.ITestHostListener) - Method in interface com.togethersoft.testing.host.ITestHost
Deprecated.
removeUndefinedState() - Method in class com.togethersoft.openapi.util.ui.ThreeStateChechBox
Removes undefined state of the check box.
removeUndefinedState() - Method in class com.togethersoft.openapi.util.ui.ThreeStateCheckBox
Removes undefined state of the check box.
removeUserObject(java.lang.String,java.lang.Object) - Method in interface com.togethersoft.testing.host.ISuiteEntry
Removes user objects associated via given key that has given value
removeUserObject(java.lang.String,java.lang.Object) - Method in interface com.togethersoft.testing.host.ITestAsset
 
removeUserObjects(java.lang.String) - Method in interface com.togethersoft.testing.host.ISuiteEntry
removes all elements with tag name =
removeUserObjects(java.lang.String) - Method in interface com.togethersoft.testing.host.ITestAsset
remove all elements with tag name =
removeVetoableChangeListener(java.beans.VetoableChangeListener) - Method in class com.togethersoft.openapi.util.nullObject.NullVetoableChangeSupport
Does nothing
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.
removeVirtualFileListener(com.togethersoft.openapi.vfs.event.VirtualFileListener) - Method in interface com.togethersoft.openapi.vfs.VirtualFile
Removes listener
removeVirtualFileListener(com.togethersoft.openapi.vfs.event.VirtualFileListener) - Method in interface com.togethersoft.openapi.vfs.VirtualFileManager
 
removeWindowAdapter() - Method in class com.togethersoft.openapi.util.ui.AbstractDialog
 
render(java.lang.Object[]) - Method in class com.togethersoft.openapi.ide.inspector.service.DefaultExtendedRendererService
 
render(java.lang.Object[]) - Method in interface com.togethersoft.openapi.ide.inspector.service.RendererService
 
RendererProvider - interface com.togethersoft.openapi.ide.inspector.provider.RendererProvider
 
RendererService - interface com.togethersoft.openapi.ide.inspector.service.RendererService
 
RenderingValueProvider - interface com.togethersoft.openapi.ide.inspector.util.table.RenderingValueProvider
This interface is designed for inspector fields which would like to provide
custom value for rendering in inspector table.
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.ide.inspector.util.DocUtil
 
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.
replaceDependency(java.lang.String,java.lang.String) - Method in interface com.togethersoft.testing.host.ITarget
Replaces the dependency on oldTargetName with dependency on newTargetName
replaceLTGTEntity(java.lang.String) - Static method in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
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.
representatives() - Method in interface com.togethersoft.openapi.baseexpert.ExpertRunner
Returns all registred ExpertRepresentative
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.
REQUESTOR - Static variable in interface com.togethersoft.openapi.vfs.VirtualFileContext
 
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.
resetParent() - Method in interface com.togethersoft.openapi.model.elements.Element
Clears internal cache of parent element.
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.
ResizableDialogBorder - class com.togethersoft.openapi.util.ui.ResizableDialogBorder
Special empty border with icon which indicate that dialog is resizable at bottom-left corner
ResizableDialogBorder(int,int,int,int) - Constructor for class com.togethersoft.openapi.util.ui.ResizableDialogBorder
Creates a border for resizable dialog with the specified insets.
ResizableDialogBorder(java.awt.Insets) - Constructor for class com.togethersoft.openapi.util.ui.ResizableDialogBorder
Creates a border for resizable dialog with the specified insets.
resizeComponent(java.lang.String,int,int) - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
Resize component to h,w
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.
restoreFocusManager() - Method in class com.togethersoft.openapi.util.ui.RadioButtonGroup
 
restoreRoot(com.togethersoft.openapi.modelnavigator.NavigatorTreeNode) - Method in interface com.togethersoft.openapi.modelnavigator.NavigatorService
Restores node previously used as root to be a root node.
restoreWindow(com.togethersoft.testing.testserver.plugin.visualtest.UIMap,java.lang.String,int,int,int,int) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentInformer
 
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.
ResultEvent - class com.togethersoft.testing.shared.ResultEvent
Event class used for notification of changes in the structure of a result.
ResultEvent(java.lang.Object,int) - Constructor for class com.togethersoft.testing.shared.ResultEvent
Constructs a new result event with given source and id.
RESUME - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
VB.NET statement 'Resume'.
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' statement.
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.
rgbQuery2rgbDelimited(java.lang.String) - Static method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorColorProperty
 
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.
rootByName(java.lang.String) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentInformer
 
rootPackages() - Method in interface com.togethersoft.openapi.rwi.RwiModel
Deprecated. Method rootPackages(String) should be used instead.
rootPackages() - Method in interface com.togethersoft.openapi.sci.SciModel
Deprecated. Method rootPackages(String) should be used instead.
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.
ROW_HEIGHT - Static variable in class com.togethersoft.openapi.ide.inspector.util.table.TableUtil
 
RTF_FILES_FILTER - Static variable in class com.togethersoft.openapi.ide.window.IdeFileFilterConstant
 
RUN_FAILED - Static variable in interface com.togethersoft.testing.shared.IResultAttributeNames
 
RUN_WITH_DIALOG - Static variable in interface com.togethersoft.testing.shared.IAttributeNames
 
run() - Method in interface com.togethersoft.openapi.ide.IdeErrorCheck
 
run() - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel.UpdateCacheCommand
 
run() - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementTableRemoverButton.SelectRowCommand
 
run(com.togethersoft.openapi.ide.IdeContext) - Method in interface com.togethersoft.openapi.ide.IdeScript
Starts this module.
run(com.togethersoft.testing.host.ITestAsset,com.togethersoft.testing.host.ITestResultAsset) - Method in interface com.togethersoft.testing.host.ITestHost
 
run(com.togethersoft.testing.testserver.ITestServerAsset,com.togethersoft.testing.testserver.IServerResultListener,com.togethersoft.testing.shared.IProgressMonitor) - Method in interface com.togethersoft.testing.testserver.ITestRunner
 
runCommand(java.lang.Runnable,boolean) - Static method in class com.togethersoft.openapi.model.elements.ModelAccess
 
runCommand(java.lang.Runnable,boolean) - Method in class com.togethersoft.openapi.model.platform.Platform
 
runCommand(java.lang.Runnable) - Static method in class com.togethersoft.openapi.model.elements.ModelAccess
 
runCommandObject(java.lang.Runnable,boolean) - Method in class com.togethersoft.openapi.model.elements.ModelAccess
 
runInCommandThread(java.lang.Runnable,java.lang.String,boolean) - Method in interface com.togethersoft.testing.host.ITestHost
Runs given command in command thread
runSuite(com.togethersoft.testing.host.ITestSuite,com.togethersoft.testing.host.ITestResultAsset,java.lang.String[]) - Method in interface com.togethersoft.testing.host.ITestHost
 
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.SelectRowCommand - class com.togethersoft.openapi.ide.inspector.util.table.RwiElementTableRemoverButton.SelectRowCommand
This command allows to select row in the table after pressing "Remove"
button.
RwiElementTableRemoverButton.SelectRowCommand(int) - Constructor for class com.togethersoft.openapi.ide.inspector.util.table.RwiElementTableRemoverButton.SelectRowCommand
 
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.ProxyProperty - class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorMultipleStringProperty.ProxyProperty
 
RwiInspectorMultipleStringProperty.ProxyProperty(com.togethersoft.openapi.rwi.RwiProperty,boolean) - Constructor for class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorMultipleStringProperty.ProxyProperty
 
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.
RwiMemberProviderAdapter.EmptyRwiMemberEnumeration - class com.togethersoft.openapi.rwi.extension.RwiMemberProviderAdapter.EmptyRwiMemberEnumeration
 
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.
RwiPropertyAdapter - class com.togethersoft.openapi.ide.inspector.util.editors.RwiPropertyAdapter
Implementor of RwiProperty interface.
RwiPropertyAdapter(java.lang.String,java.lang.String) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.RwiPropertyAdapter
Creates new instance of given name and value.
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.PropertyAdapter - class com.togethersoft.openapi.rwi.extension.RwiPropertyEnumerationAdapter.PropertyAdapter
 
RwiPropertyEnumerationAdapter.PropertyAdapter(java.lang.String,java.lang.String) - Constructor for class com.togethersoft.openapi.rwi.extension.RwiPropertyEnumerationAdapter.PropertyAdapter
 
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,com.togethersoft.openapi.ide.inspector.util.editors.SwingEditorSupport) - 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,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,com.togethersoft.openapi.ide.inspector.util.editors.SwingEditorSupport) - 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.
RwiPropertyProviderAdapter.EmptyRwiElementEnumeration - class com.togethersoft.openapi.rwi.extension.RwiPropertyProviderAdapter.EmptyRwiElementEnumeration
 
RwiPropertyProviderAdapter.RwiSinglePropertyImpl - class com.togethersoft.openapi.rwi.extension.RwiPropertyProviderAdapter.RwiSinglePropertyImpl
 
RwiPropertyProviderAdapter.RwiSinglePropertyImpl(com.togethersoft.openapi.rwi.RwiPropertyMap) - Constructor for class com.togethersoft.openapi.rwi.extension.RwiPropertyProviderAdapter.RwiSinglePropertyImpl
 
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.
saveAllCaches(com.togethersoft.openapi.vfs.VirtualFileContext) - Method in interface com.togethersoft.openapi.vfs.VirtualFileManager
Writes all unsaved caches to disk.
saveCache() - Method in interface com.togethersoft.openapi.vfs.VirtualFile
Save all changes in cache to disk.
saveCache(com.togethersoft.openapi.vfs.Depth) - Method in interface com.togethersoft.openapi.vfs.VirtualFile
Save all changes in cache to disk.
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.
saveProperties(java.lang.Object,java.lang.String,java.lang.Object[]) - Method in interface com.togethersoft.openapi.ide.inspector.service.SaverService
 
SaverProvider - interface com.togethersoft.openapi.ide.inspector.provider.SaverProvider
 
SaverService - interface com.togethersoft.openapi.ide.inspector.service.SaverService
 
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
 
SciAccessor - interface com.togethersoft.openapi.sci.SciAccessor
Represents an accessor in compound members used in .NET oriented languages.
SciAccessorEnumeration - interface com.togethersoft.openapi.sci.enum.SciAccessorEnumeration
Enumeration of SciAccessors.
SciAssertStatement - interface com.togethersoft.openapi.sci.SciAssertStatement
 
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
Represents 'case ...:' entry in switch statement.
SciCatchBlockStatement - interface com.togethersoft.openapi.sci.SciCatchBlockStatement
Represents catch part of try/catch/finally statement.
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 source code.
SciComment - interface com.togethersoft.openapi.sci.SciComment
Represents a comment in the source code.
SciCompoundMember - interface com.togethersoft.openapi.sci.SciCompoundMember
Represents a compound member used in .NET oriented languages.
SciCompoundStatement - interface com.togethersoft.openapi.sci.SciCompoundStatement
Represents compound statements (statements with code 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.
SciCppHelper - interface com.togethersoft.openapi.sci.SciCppHelper
This interface contains useful utility methods for C++ only.
SciCSharpHelper - interface com.togethersoft.openapi.sci.SciCSharpHelper
 
SciDeclarationStatement - interface com.togethersoft.openapi.sci.SciDeclarationStatement
 
SciDefaultPattern - interface com.togethersoft.openapi.sci.pattern.SciDefaultPattern
 
SciDelegate - interface com.togethersoft.openapi.sci.SciDelegate
Represents a delegate used in .NET oriented languages.
SciDirectInitExpression - interface com.togethersoft.openapi.sci.SciDirectInitExpression
SciDirectInitExpression represents an expression used to initialize variable (or attribute)
in the form Point point(10, 10); or int value(10);
In this case expression has kind SciExpressionKind.DIRECT_INIT_VARIABLE.
SciElement - interface com.togethersoft.openapi.sci.SciElement
A generic element of a program (class, function, variable,
and so on).
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.
SciEventHandlingStatement - interface com.togethersoft.openapi.sci.SciEventHandlingStatement
 
SciExpression - interface com.togethersoft.openapi.sci.SciExpression
SciExpression represents all possible 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 indentifying the
kinds of expressions.
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.
SciExpressionListStatement - interface com.togethersoft.openapi.sci.SciExpressionListStatement
Represents a sequence of expressions separated by commas.
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 or implements sections.
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
extended 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 interface 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 an 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.
SciNetAttribute - interface com.togethersoft.openapi.sci.SciNetAttribute
Represents .NET assembly attribute.
SciNetAttributeEnumeration - interface com.togethersoft.openapi.sci.enum.SciNetAttributeEnumeration
Enumeration of SciNetAttributes.
SciNetAttributeSection - interface com.togethersoft.openapi.sci.SciNetAttributeSection
Represents .NET assembly attributes section.
SciNetGenericFactory - interface com.togethersoft.openapi.sci.SciNetGenericFactory
A creator of new .NET specific code parts of the model with the specified contents/properties.
SciNetHelper - interface com.togethersoft.openapi.sci.SciNetHelper
This interface extends set of useful utilities provided at SciLanguageHelper by few .NET specific ones.
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 the Java language, it 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.
SciParametrizedCompoundStatement - interface com.togethersoft.openapi.sci.SciParametrizedCompoundStatement
Represents compaund statement with parameter (argument).
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
Represents 'return' statement.
SciScope - interface com.togethersoft.openapi.sci.SciScope
A generic type of source code container.
SciStatement - interface com.togethersoft.openapi.sci.SciStatement
A statement in the source code.
SciStatementEnumeration - interface com.togethersoft.openapi.sci.enum.SciStatementEnumeration
Enumeration of SciStatements.
SciStatementKind - interface com.togethersoft.openapi.sci.SciStatementKind
Defines set of constants for diffrent kinds of statements.
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
that 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
Represents 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 try/catch/fianlly statement.
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 a source code variable (parameter, attribute, local variable, and so on).
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.
SciVisitorUtil.Stop - class com.togethersoft.openapi.sci.visitor.SciVisitorUtil.Stop
 
scroll(java.lang.String,int,int,int) - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
Scrolls the scrollable component like ScrollPane by posting AdjustmentEvent
scrollTo(com.togethersoft.openapi.ide.diagram.IdeDiagramElement) - Method in interface com.togethersoft.openapi.ide.diagram.IdeDiagram
Scrolls the diagram to make specified IdeDiagramElement visible.
scrollTo(java.lang.String,int,int) - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
Scrolls the scrollable component like ScrollPane by posting AdjustmentEvent
SEALED - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has the sealed modifier (C# only).
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.
selectedIndex - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI.SelectionManager
 
selectionAdded(com.togethersoft.openapi.modelnavigator.NavigatorTreeNode[]) - Method in interface com.togethersoft.openapi.modelnavigator.NavigatorSelectionListener
Called when nodes were added to selection.
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.
selectionChanged(com.togethersoft.openapi.modelselection.SelectionEvent) - Method in interface com.togethersoft.openapi.modelselection.SelectionListener
 
SelectionEvent - class com.togethersoft.openapi.modelselection.SelectionEvent
 
SelectionEvent(java.lang.Object,com.togethersoft.openapi.model.elements.ReferenceCollection,com.togethersoft.openapi.model.elements.ReferenceDelta) - Constructor for class com.togethersoft.openapi.modelselection.SelectionEvent
 
SelectionListener - interface com.togethersoft.openapi.modelselection.SelectionListener
 
selectionManager - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI
 
selectionRemoved(com.togethersoft.openapi.modelnavigator.NavigatorTreeNode[]) - Method in interface com.togethersoft.openapi.modelnavigator.NavigatorSelectionListener
Called when nodes were unselected.
SelectionService - interface com.togethersoft.openapi.modelselection.SelectionService
 
SelectionServiceAccess - class com.togethersoft.openapi.modelselection.SelectionServiceAccess
 
SelectionServiceAccess() - Constructor for class com.togethersoft.openapi.modelselection.SelectionServiceAccess
 
selectItem(java.lang.String,java.lang.String) - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
Selects item from JList or JComboBox
selectListItem(java.lang.String,int[]) - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
Selects JList items.
selectNextComponent() - Method in class com.togethersoft.openapi.util.ui.ExtendedTabbedPane
 
selectPrevComponent() - Method in class com.togethersoft.openapi.util.ui.ExtendedTabbedPane
 
selectRadioButton(java.lang.String) - Method in class com.togethersoft.openapi.util.ui.URLChooser
 
selectRow(int) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.TableAdderButtonListener
 
selectRow(int) - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementTableAdderButton
Selects row to be edited.
SEND - Static variable in interface com.togethersoft.openapi.vcs.VcsProviderEvent
 
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.
ServerURL - class com.togethersoft.testing.shared.ServerURL
Provides convienient way to send commands to test server.
ServerURL(com.togethersoft.testing.shared.ITestAssetRO,java.lang.String) - Constructor for class com.togethersoft.testing.shared.ServerURL
Creates a new server URL for given asset and reference id.
ServerURL(com.togethersoft.testing.shared.ITestAssetRO) - Constructor for class com.togethersoft.testing.shared.ServerURL
Creates new server URL for given asset
service - Class Diagram in com.togethersoft.openapi.ide.inspector.service
 
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.
setAbsentFileIndication(boolean) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedFileNameEditor
Sets flag which shows what background color will be red if file does not exist.
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.
setActive(boolean) - Method in interface com.togethersoft.openapi.ide.inspector.DataSource
 
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.IdePathChooser
Sets specified text for the ApproveButton in the FileChooserUI.
setArrayOfBytes(byte[]) - Method in interface com.togethersoft.openapi.vfs.VirtualFile
Notice: (in current realization) in any case, only value of array would be used in VFS.
setAssertMode(java.lang.String,int) - Method in interface com.togethersoft.openapi.util.diagnostic.Diagnostic
Sets assertion mode for the category
setAsset(com.togethersoft.testing.shared.ITestAssetRO) - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
setAttribute(java.lang.String,java.lang.String) - Method in interface com.togethersoft.testing.host.ISuiteEntry
Sets the attribute value
setAttribute(java.lang.String,java.lang.String) - Method in interface com.togethersoft.testing.host.ITestAsset
 
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.
setCachedValue(java.lang.String) - Method in class com.togethersoft.openapi.ide.inspector.util.TabbedPaneInspectorUI.Semaphore
 
setCachelessClassLoader(com.togethersoft.openapi.util.classloaders.CachelessClassLoader) - Static method in class com.togethersoft.openapi.util.classloaders.ClassLoadersAccess
 
setCachSize(int) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel.PropertyDataManager
 
setCanceled(boolean) - Method in interface com.togethersoft.testing.shared.IProgressMonitor
Sets the cancel state to the given value.
setCaretPosition(com.togethersoft.openapi.util.text.TextPosition) - Method in interface com.togethersoft.openapi.ide.editor.IdeEditor
Sets the caret position.
setCaretPosition(int) - Method in class com.togethersoft.openapi.util.ui.TextAreaDialog
 
setCategory(Element,com.togethersoft.testing.shared.ICategory) - Static method in class com.togethersoft.testing.shared.util.ElementUtil
 
setCheckbox(boolean) - Method in interface com.togethersoft.openapi.ide.command.IdeCommandItem
Sets whether or not this command item is a check box.
setCheckColor(java.awt.Color) - Method in class com.togethersoft.openapi.util.ui.ThreeStateChechBox
Sets checkbox third state check color.
setCheckColor(java.awt.Color) - Method in class com.togethersoft.openapi.util.ui.ThreeStateCheckBox
Sets checkbox third state check color.
setChecked(boolean) - Method in interface com.togethersoft.openapi.ide.command.IdeCommandItem
Sets "checked" state for this check box command item.
setCheckType(int) - Method in class com.togethersoft.openapi.util.ui.ThreeStateChechBox
Sets a check shape which will be drawn when the checkbox in its third (undefined)
state.
setCheckType(int) - Method in class com.togethersoft.openapi.util.ui.ThreeStateCheckBox
Sets a check shape which will be drawn when the checkbox in its third (undefined)
state.
setClassLoader(java.lang.ClassLoader) - Method in interface com.togethersoft.testing.shared.http.IHttpServer
Sets classloader for this server
setCommand(java.lang.String) - Method in class com.togethersoft.testing.shared.ServerURL
Sets the command in this server URL.
setCommandManager(com.togethersoft.openapi.ide.command.IdeCommandManager) - Static method in class com.togethersoft.openapi.ide.command.IdeCommandManagerAccess
Sets the current IdeCommandManager.
setConfig(com.togethersoft.testing.shared.IConfig) - Method in class com.togethersoft.testing.host.TestHostAccess
Sets current config
setConfig(com.togethersoft.testing.shared.IConfig) - Method in class com.togethersoft.testing.shared.ConfigAccess
Sets the current config
setConfigManager(com.togethersoft.openapi.ide.config.IdeConfigManager) - Static method in class com.togethersoft.openapi.ide.config.IdeConfigManagerAccess
Sets the current IdeConfigManager.
setContent(java.io.InputStream) - Method in interface com.togethersoft.testing.host.ITestResultAsset
Reads the results from given stream
setContent(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciComment
Replaces the content of the comment with the given text.
setContent(java.lang.String) - Method in class com.togethersoft.testing.shared.util.XMLWriter
 
setContent(java.lang.String) - Method in interface com.togethersoft.testing.shared.util.IXMLWriter
 
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.
setCurrentColor(java.awt.Color) - Method in class com.togethersoft.openapi.util.ui.CustomColorChooser.PreviewPanel
 
setCurrentDirectory(java.io.File) - Method in interface com.togethersoft.openapi.ide.window.IdePathChooser
Sets the current directory.
setData(java.lang.Object[]) - Method in interface com.togethersoft.openapi.ide.inspector.DataSource
 
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.
setDefaultColor(java.awt.Color) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingColorEditor
 
setDefaultColor(java.awt.Color) - Method in class com.togethersoft.openapi.util.ui.CustomColorChooser.PreviewPanel
 
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.
setDefaultTarget(com.togethersoft.testing.host.ITarget) - Method in interface com.togethersoft.testing.host.ITestSuite
Sets the default target for this suite.
setDependencies(java.lang.String[]) - Method in interface com.togethersoft.testing.host.ITarget
Sets dependencies on given targets
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.IdePathChooser
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.
setDuration(long) - Method in interface com.togethersoft.testing.shared.IResult
Sets the duration of this test
setDuration(long) - Method in interface com.togethersoft.testing.shared.IResultDetail
Returns the duration of this detail
setDuration(long) - Method in interface com.togethersoft.testing.shared.ITaskReference
Sets the duration of this result
setEditor(com.togethersoft.openapi.ide.inspector.service.EditorService) - Method in interface com.togethersoft.openapi.ide.inspector.service.helper.EditorDialogService
 
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.
setEnabled(boolean) - Method in class com.togethersoft.openapi.util.ui.SimpleExtendedControl
 
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.
setErrorUI(com.togethersoft.openapi.vfs.VirtualFileErrorUI) - Method in interface com.togethersoft.openapi.vfs.VirtualFileManager
Register error UI globaly for all operations.
setFactory(com.togethersoft.openapi.ide.inspector.InspectorFactory) - Static method in class com.togethersoft.openapi.ide.inspector.IdeInspectorManagerAccess
 
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.
setFileChooserType(int) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedFileNameEditor
Sets the type of this file chooser dialog.
setFileFilter(javax.swing.filechooser.FileFilter) - Method in interface com.togethersoft.openapi.ide.window.IdePathChooser
Sets the current File Filter.
setFileHidingEnabled(boolean) - Method in interface com.togethersoft.openapi.ide.window.IdePathChooser
Sets file hiding on or off.
setFileSelectionMode(int) - Method in interface com.togethersoft.openapi.ide.window.IdePathChooser
Sets the FileChooser to allow the user to select only files, to select
only directories, or to select both files and directories.
setFilterManager(com.togethersoft.openapi.ide.window.IdeFilterManager) - Static method in class com.togethersoft.openapi.ide.window.IdeWindowManagerAccess
Sets the current IdeFilterManager.
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.
setHorizontalButtonPosition(int) - Method in class com.togethersoft.openapi.util.ui.ExtendedControl
Sets the horizontal position of the èãååùò, relative to Component.
setHorizontalButtonPosition(int) - Method in class com.togethersoft.openapi.util.ui.SimpleExtendedControl
Requests that button in this container get the input focus.
setHttpServerFactory(com.togethersoft.testing.shared.http.IHttpServerFactory) - Method in class com.togethersoft.testing.shared.http.HttpServerFactoryAccess
Sets the current http server factory
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.
setIfProperty(java.lang.String) - Method in interface com.togethersoft.testing.host.ITarget
Sets the vaule of 'if' property
setImplementation(com.togethersoft.openapi.model.elements.ModelAccess) - Static method in class com.togethersoft.openapi.model.elements.ModelAccess
This method is called by the static initializer, that knows about concrete implementation.
setImplementation(com.togethersoft.openapi.model.view.ViewAccess) - Static method in class com.togethersoft.openapi.model.view.ViewAccess
 
setImplementation(com.togethersoft.openapi.util.diagnostic.DiagnosticAccess) - Static method in class com.togethersoft.openapi.util.diagnostic.DiagnosticAccess
Sets implementation of the accessor
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.
setInitialColor(java.awt.Color) - Method in class com.togethersoft.openapi.util.ui.CustomColorChooser.PreviewPanel
 
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.
setInplaceEditingProperty(java.lang.String) - Method in interface com.togethersoft.openapi.modelnavigator.NavigatorService
Sets the name of a property that will be edited on inplace editing.
setInspectorManager(com.togethersoft.openapi.ide.inspector.IdeInspectorManager) - Static method in class com.togethersoft.openapi.ide.inspector.IdeInspectorManagerAccess
Specifies new inspector manager.
setInstance(com.togethersoft.openapi.ide.inspector.util.UIComponentsBuilder) - Static method in class com.togethersoft.openapi.ide.inspector.util.UIComponentsBuilder
 
setInstance(com.togethersoft.openapi.modelnavigator.NavigatorAccess) - Static method in class com.togethersoft.openapi.modelnavigator.NavigatorAccess
Sets an instance of NavigatorAccess.
setInstance(com.togethersoft.openapi.modelnavigator.NavigatorFactory) - Static method in class com.togethersoft.openapi.modelnavigator.NavigatorFactory
Sets the instance of NavigatorFactory.
setInstance(com.togethersoft.openapi.modelselection.SelectionServiceAccess) - Static method in class com.togethersoft.openapi.modelselection.SelectionServiceAccess
 
setIsComplete(boolean) - Method in interface com.togethersoft.testing.host.ITestResultAsset
Sets the complete flag for this result asset
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.
setLeafResolver(com.togethersoft.openapi.modelnavigator.LeafResolver) - Method in interface com.togethersoft.openapi.modelnavigator.NavigatorService
Sets LeafResolver object that indicates whether navigator
node can have children.
setListener(com.togethersoft.openapi.vcs.VcsProviderListener) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Set provider event listenter
setMacroExpander(com.togethersoft.openapi.ide.macro.IdeMacroExpander) - Method in class com.togethersoft.openapi.ide.macro.IdeMacroExpanderAccess
 
setMacroParser(com.togethersoft.openapi.ide.macro.IdeMacroParser) - Method in interface com.togethersoft.openapi.ide.macro.IdeMacroExpander
 
setManager(com.togethersoft.openapi.baseexpert.ExpertManager) - Method in class com.togethersoft.openapi.baseexpert.ExpertManagerAccess
 
setManager(com.togethersoft.openapi.ide.IdeManager) - Static method in class com.togethersoft.openapi.ide.IdeManagerAccess
Deprecated.
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.
setMnenonicAt(int,char) - Method in class com.togethersoft.openapi.util.ui.ExtendedTabbedPane
Sets the mnemonic at index to accChar which
can be '\0'.
setMnenonicAt(int,int) - Method in class com.togethersoft.openapi.util.ui.ExtendedTabbedPane
Sets the mnemonic at index to accChar which
can be '\0'.
setModal(boolean) - Method in class com.togethersoft.openapi.util.ui.AbstractDialog
Sets modal mode of dialog
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.
setModel(java.lang.Object) - Method in interface com.togethersoft.openapi.ide.inspector.service.helper.ModelableService
 
setModel(javax.swing.MutableComboBoxModel) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditorBase
 
setMultiSelectionEnabled(boolean) - Method in interface com.togethersoft.openapi.ide.window.IdePathChooser
Sets the file chooser to allow multiple file selections.
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.
setName(java.lang.String) - Method in interface com.togethersoft.testing.host.ISuiteEntry
Sets the of this entry
setName(java.lang.String) - Method in interface com.togethersoft.testing.host.ITestAsset
 
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
 
setOkEnabled(boolean) - Method in class com.togethersoft.openapi.util.ui.AbstractDialog
Sets Returns is Ok button enabled;
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.
setParticipant(com.togethersoft.openapi.model.elements.Element,java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.model.elements.Link
Changes role of participant.
setParticipant(com.togethersoft.openapi.model.elements.Entity,com.togethersoft.openapi.model.elements.Element,java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.model.extension.LinkProvider
This method is called when role of participant must be changed.
setParticipant(com.togethersoft.openapi.model.elements.Entity,java.lang.String,com.togethersoft.openapi.model.elements.Element,com.togethersoft.openapi.model.elements.Element) - Method in interface com.togethersoft.openapi.model.extension.LinkProvider
This method is called when one participant must be changed with another.
setParticipant(java.lang.String,com.togethersoft.openapi.model.elements.Element,com.togethersoft.openapi.model.elements.Element) - Method in interface com.togethersoft.openapi.model.elements.Link
Changes one of participants to another, keeping role the same.
setPluginManager(com.togethersoft.testing.shared.IPluginManager) - Method in class com.togethersoft.testing.shared.PluginManagerAccess
Sets the current plugin manager
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.
setProperty(java.lang.String,java.lang.String) - Method in interface com.togethersoft.testing.shared.IConfig
Sets the property value
setPropertyData(int,com.togethersoft.openapi.ide.inspector.IdeInspectorProperty) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel.PropertyDataManager
 
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.
setPropertyName(java.lang.String) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueElementChooserUI
 
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(com.togethersoft.openapi.model.elements.PropertyMap,java.lang.String,boolean) - Method in interface com.togethersoft.openapi.model.extension.PropertySetProvider
See description of setPropertyValue(PropertyMap propertyMap, String propertyName, String propertyValue)
method.
setPropertyValue(com.togethersoft.openapi.model.elements.PropertyMap,java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.model.extension.PropertySetProvider
Provider must set property with a specified value.
setPropertyValue(int,java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel.PropertyDataManager
 
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.
setPropertyValue(java.lang.String,boolean) - Method in interface com.togethersoft.openapi.model.elements.PropertyMap
This method is just a "shortcut" for boolean properties
Sets the value of a property with the given propertyName
to propertyValue
setPropertyValue(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.model.elements.PropertyMap
Sets the value of a property with the given propertyName
to propertyValue
setReadable(boolean) - Method in class com.togethersoft.openapi.ide.inspector.util.property.PropertyMapInspectorProperty
Sets new value to readable state.
setRebuildCommand() - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorCompoundComponent
 
setReferencedElement(com.togethersoft.openapi.sci.SciElement) - Method in interface com.togethersoft.openapi.sci.SciReference
Sets another SciElement for this reference to point to.
setReferencedStepId(java.lang.String) - Method in interface com.togethersoft.testing.host.ITestAssetReference
Sets the refid of referenced asset
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.
setSelected(boolean) - Method in class com.togethersoft.openapi.util.ui.ThreeStateCheckBox
The method is very usefull if you create static instance of the class.
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.
setSelectedComponent(java.util.Enumeration) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspector
Sets selected a component whose name is equal to the first string in the
passed path.
setSelectedComponent(java.util.Enumeration) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorCompoundComponent
 
setSelectedFile(java.io.File) - Method in interface com.togethersoft.openapi.ide.window.IdePathChooser
Sets the selected file.
setSelectedFiles(java.io.File[]) - Method in interface com.togethersoft.openapi.ide.window.IdePathChooser
Sets the list of selected files if the file chooser is set to allow multiple selection.
setSelectedItem(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueRenderer.SingleComboBoxModel
 
setSelectFirstColumn(boolean) - Method in class com.togethersoft.openapi.ide.inspector.util.table.InspectorTable
 
setSelectFirstColumn(boolean) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableComponentUIBase
 
setSelection() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI.SelectionManager
 
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.
setService(java.lang.Class,java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspectorProperty
Adds new service for this proprety.
setServiceManager(com.togethersoft.openapi.ide.inspector.InspectorServiceManager) - Static method in class com.togethersoft.openapi.ide.inspector.IdeInspectorManagerAccess
 
setShortName(java.lang.String) - Method in interface com.togethersoft.openapi.vfs.VirtualFile
Shortcut for FILE_SHORT_NAME property setting.
setShortName(java.lang.String) - Method in interface com.togethersoft.testing.host.IResource
Sets the short name of this resource
setSinceStart(long) - Method in interface com.togethersoft.testing.shared.IResult
Sets the timestamp at which the test was started
setSinceStart(long) - Method in interface com.togethersoft.testing.shared.IResultDetail
Returns the time since start for this detail
setSinceStart(long) - Method in interface com.togethersoft.testing.shared.ITaskReference
Sets the time since start pf this result
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.
setStream(java.io.OutputStream) - Method in class com.togethersoft.testing.shared.util.XMLWriter
 
setStream(java.io.OutputStream) - Method in interface com.togethersoft.testing.shared.util.IXMLWriter
 
setStringProperty(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.ide.tools.IdeTool
Sets specified string property for this tool.
setTagAttributeValue(com.togethersoft.openapi.sci.SciTag,java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciCSharpHelper
sets specified value for specified attribute for given tag.
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.
setTargetSpecifier(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciNetAttribute
 
setTargetSpecifier(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciNetAttributeSection
 
setTaskName(java.lang.String) - Method in interface com.togethersoft.testing.shared.IProgressMonitor
Sets the task name to the given string.
setTestHost(com.togethersoft.testing.host.ITestHost) - Method in class com.togethersoft.testing.host.TestHostAccess
Sets current TestHost
setTestName(java.lang.String) - Method in interface com.togethersoft.testing.shared.IResult
Sets the name of test that produced this result
setTestResultListener(com.togethersoft.testing.testserver.IServerResultListener) - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
setTestServer(com.togethersoft.testing.testserver.ITestServer) - Method in class com.togethersoft.testing.testserver.TestServerAccess
 
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.
setTextManager(com.togethersoft.openapi.ide.resource.IdeTextManager) - Static method in class com.togethersoft.openapi.ide.resource.IdeResourceManagerAccess
******************************************************************************************************************
Specifies IdeMessageManager.
setTimestamp(java.lang.String) - Method in interface com.togethersoft.testing.shared.IResult
Sets the time of creation of this result
setTitle(java.lang.String) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.ExtendedStringEditor
Sets title for dialog which can be called via chooser button.
setTitle(java.lang.String) - Method in interface com.togethersoft.openapi.ide.message.IdeMessagePage
Sets the title for this message page.
setTitle(java.lang.String) - Method in class com.togethersoft.openapi.util.ui.AbstractDialog
Sets title for AbstractDialog
setTitleAt(int,java.lang.String) - Method in class com.togethersoft.openapi.util.ui.ExtendedTabbedPane
Sets the title at index to title which
can be null.
setToolFilter(com.togethersoft.openapi.ide.tools.IdeToolFilter) - Method in interface com.togethersoft.openapi.ide.tools.IdeTool
Assigns specified filter for this tool.
setTraceMode(java.lang.String,int) - Method in interface com.togethersoft.openapi.util.diagnostic.Diagnostic
Sets trace mode for the category
setTreeCellRenderer(javax.swing.tree.TreeCellRenderer) - Method in interface com.togethersoft.openapi.modelnavigator.NodeUIService
Registers TreeCellRenderer.
setType(com.togethersoft.openapi.sci.SciType) - Method in interface com.togethersoft.openapi.sci.SciVariable
Sets the type for this variable to the specified type.
setUI(javax.swing.plaf.TabbedPaneUI) - Method in class com.togethersoft.openapi.util.ui.ExtendedTabbedPane
Sets extended UI for drawing shortcut underlines.
setUIMap(com.togethersoft.testing.testserver.plugin.visualtest.UIMap) - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
setUndefinedState() - Method in class com.togethersoft.openapi.util.ui.ThreeStateChechBox
Sets checkbox to its third (undefined) state
setUndefinedState() - Method in class com.togethersoft.openapi.util.ui.ThreeStateCheckBox
Sets checkbox to its third (undefined) state
setUndoManager(com.togethersoft.openapi.ide.undo.IdeUndoManager) - Static method in class com.togethersoft.openapi.ide.undo.IdeUndoManagerAccess
 
setUnlessProperty(java.lang.String) - Method in interface com.togethersoft.testing.host.ITarget
Sets the vaule of 'unless' property
setupLabel(javax.swing.JLabel) - Method in class com.togethersoft.openapi.util.ui.CustomColorChooser.PreviewPanel
 
setupOkButton(javax.swing.JButton) - Method in class com.togethersoft.openapi.util.ui.AbstractDialog
Setups Ok button.
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.
setupTable(javax.swing.JTable) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableComponentUIBase
Fills this table with the values from existing.
setUseRobot(boolean) - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
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.
setValid(boolean) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingNumberEditor
 
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.ExtendedBooleanEditor
Sets the value in editor.
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.PropertyMapMultiValueEditor
Sets given value to the 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.SimpleStringProperty
Sets the string value of the property.
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.SwingColorEditor
Sets value to this editor as an Object.
setValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingColorEditor.InnerEditor
Sets the backgroung color of the panel according to the parameter.
setValue(java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditorBase
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
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 class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap.MyProperty
 
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 class com.togethersoft.openapi.ide.inspector.util.DescriptionComponent
 
setValue(java.lang.String) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.RwiPropertyAdapter
Sets the value of the property.
setValue(java.lang.String) - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorMultipleStringProperty.ProxyProperty
 
setValue(java.lang.String) - Method in interface com.togethersoft.openapi.model.elements.Property
Sets value of this property to the given newValue
setValue(java.lang.String) - Method in class com.togethersoft.openapi.model.util.PropertyAdapter
 
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 class com.togethersoft.openapi.rwi.extension.RwiPropertyEnumerationAdapter.PropertyAdapter
 
setValue(java.lang.String) - Method in class com.togethersoft.openapi.rwi.extension.RwiPropertyProviderAdapter.RwiSinglePropertyImpl
 
setValue(java.lang.String) - Method in interface com.togethersoft.openapi.sci.SciTag
Sets the value for this SciTag.
setValue(java.lang.String) - Method in class com.togethersoft.testing.shared.TextData
 
setValue(java.lang.Throwable) - Method in class com.togethersoft.testing.shared.StackTrace
Sets the value of this stack trace.
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.SwingComboBoxEditorBase
Enables/disables ability to edit values of this ComboBox.
setVirtualFileManager(com.togethersoft.openapi.vfs.VirtualFileManager) - Static method in class com.togethersoft.openapi.vfs.VirtualFileManagerAccess
 
setVisible(boolean) - Method in interface com.togethersoft.openapi.ide.command.IdeCommandItemBase
Sets the visibility of this command item.
setVisible(boolean) - Method in interface com.togethersoft.openapi.rwi.RwiReference
Deprecated.
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.
SHADOWS - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has the shadows modifier (C# only).
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.
SHARED - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has the shared modifier (VB.Net only).
shared - Class Diagram in com.togethersoft.testing.shared
 
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() - Method in interface com.togethersoft.openapi.baseexpert.ExpertRunner
Shows the dialog
show() - Method in class com.togethersoft.openapi.util.ui.AbstractDialog
Does pack() and sets setVisible( true)
show() - Method in class com.togethersoft.openapi.util.ui.URLChooser
Shows URLChooser and returns rezult of view.
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,java.awt.Color,java.lang.String) - Method in class com.togethersoft.openapi.util.ui.CustomColorChooser
Shows color chooser dialog
showColorChooserDialog(java.awt.Color) - Static method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingColorEditor
Deprecated. use CustomColorChooser
showColorChooserDialog(java.awt.Color) - Method in class com.togethersoft.openapi.util.ui.CustomColorChooser
Shows color chooser dialog
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.IdePathChooser
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.
showElementsSelectorDialog(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) - Method in interface com.togethersoft.openapi.ide.window.IdeWindowManager
 
showElementsSelectorDialog(com.togethersoft.openapi.rwi.RwiElement,java.lang.String,int) - Method in interface com.togethersoft.openapi.ide.window.IdeWindowManager
 
showExpert(com.togethersoft.openapi.baseexpert.Expert) - Method in interface com.togethersoft.openapi.baseexpert.ExpertManager
Shows Together-consistent dialog which
runs given expert
showHelp(java.lang.String,boolean,java.awt.Component) - Method in interface com.togethersoft.openapi.ide.IdeManager
Deprecated.
showHelp(java.net.URL,boolean,java.awt.Component) - Method in interface com.togethersoft.openapi.ide.IdeManager
Deprecated.
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.
showReadOnly() - Method in class com.togethersoft.openapi.util.ui.TextAreaDialog
 
shutdown() - Method in interface com.togethersoft.openapi.ide.IdeActivatable
Deactivates an activatable module.
shutdown() - Method in interface com.togethersoft.testing.shared.ITestingStartup
 
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
 
SILENT_MODE - Static variable in interface com.togethersoft.openapi.vfs.VirtualFileContext
 
SimpleExtendedControl - class com.togethersoft.openapi.util.ui.SimpleExtendedControl
 
SimpleExtendedControl.ExtendedControlLayoutManager - class com.togethersoft.openapi.util.ui.SimpleExtendedControl.ExtendedControlLayoutManager
 
SimpleExtendedControl(java.awt.Component,java.awt.event.ActionListener,javax.swing.Icon) - Constructor for class com.togethersoft.openapi.util.ui.SimpleExtendedControl
 
SimpleStringProperty - class com.togethersoft.openapi.ide.inspector.util.editors.SimpleStringProperty
Represents a property with readable and writable string value.
SimpleStringProperty() - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.SimpleStringProperty
Creates a new instance with String value type.
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.
SINGLE_OCCURRENCE_PER_CLASS - Static variable in interface com.togethersoft.openapi.sci.pattern.SciPatternProperty
 
SingleColumnModel - class com.togethersoft.openapi.ide.inspector.util.editors.SingleColumnModel
Table column model with only one column.
SingleColumnModel() - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.SingleColumnModel
Sets header value to "Value", minimal and preffered width,
editor to PropertyValueEditor and
renderer to PropertyValueRenderer
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,com.togethersoft.openapi.ide.inspector.util.editors.SwingEditorSupport) - 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,com.togethersoft.openapi.util.function.UnaryCondition,com.togethersoft.openapi.util.function.UnaryCondition,boolean,com.togethersoft.openapi.util.function.UnaryOperation,javax.swing.MutableComboBoxModel,java.lang.String[],java.lang.String[]) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.SingleElementChooserEditor
 
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 with string editor as inner one.
SingleElementChooserEditor(com.togethersoft.openapi.rwi.RwiElement,int,com.togethersoft.openapi.ide.inspector.util.editors.SwingEditorSupport) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.SingleElementChooserEditor
Constructs this editor which will be represented on UI as the SingleElementChooser with string editor as inner one
SingleElementChooserEditor(com.togethersoft.openapi.rwi.RwiElement,int,javax.swing.MutableComboBoxModel,java.lang.String[],java.lang.String[]) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.SingleElementChooserEditor
 
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 with string editor as inner one
SingleEnumeration - class com.togethersoft.openapi.model.util.SingleEnumeration
 
SingleEnumeration - class com.togethersoft.openapi.util.enum.SingleEnumeration
Presents enumeration contains only one element as an Object.
SingleEnumeration.SinglePropertyEnumeration - class com.togethersoft.openapi.model.util.SingleEnumeration.SinglePropertyEnumeration
 
SingleEnumeration.SinglePropertyEnumeration(com.togethersoft.openapi.model.elements.Property) - Constructor for class com.togethersoft.openapi.model.util.SingleEnumeration.SinglePropertyEnumeration
 
SingleEnumeration.SingleStringEnumeration - class com.togethersoft.openapi.model.util.SingleEnumeration.SingleStringEnumeration
 
SingleEnumeration.SingleStringEnumeration(java.lang.String) - Constructor for class com.togethersoft.openapi.model.util.SingleEnumeration.SingleStringEnumeration
 
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
 
SIZEMASK - Static variable in class com.togethersoft.openapi.util.ui.StackLayout
 
SIZEOF - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression of taking the size of an 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.
StackTrace - class com.togethersoft.testing.shared.StackTrace
Represents a stack trace in result.
StackTrace() - Constructor for class com.togethersoft.testing.shared.StackTrace
Creates a new stacktrace with empty value.
StackTrace(java.lang.String) - Constructor for class com.togethersoft.testing.shared.StackTrace
Creates new stack trace with given value.
StackTrace(java.lang.Throwable) - Constructor for class com.togethersoft.testing.shared.StackTrace
Creates a new stack trace for a throwable object.
stackTrace2URL(java.lang.String,java.lang.String) - Static method in class com.togethersoft.testing.shared.util.ConversionUtil
Converts a stack trace to URL
stackTrace2URL(java.lang.String,java.lang.Throwable) - Static method in class com.togethersoft.testing.shared.util.ConversionUtil
file://com.bugworld.ReallyBuggyClass:34
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(int) - Method in interface com.togethersoft.testing.shared.http.IHttpServer
Starts the http server.
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.editors.TableAdderButtonListener
 
startEditing(int,int) - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementTableAdderButton
Starts editing of certain cell.
startElement(java.lang.String,java.lang.String) - Method in class com.togethersoft.testing.shared.util.XMLWriter
 
startElement(java.lang.String,java.lang.String) - Method in interface com.togethersoft.testing.shared.util.IXMLWriter
 
startElement(java.lang.String) - Method in class com.togethersoft.testing.shared.util.XMLWriter
 
startElement(java.lang.String) - Method in interface com.togethersoft.testing.shared.util.IXMLWriter
 
startHTML() - Static method in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
startInplaceEditing(com.togethersoft.openapi.model.elements.Element) - Method in interface com.togethersoft.openapi.modelnavigator.NavigatorService
Starts inplace editing of a node representing given model Element
startInplaceEditing(com.togethersoft.openapi.modelnavigator.NavigatorTreeNode) - Method in interface com.togethersoft.openapi.modelnavigator.NavigatorService
Starts inplace editing of specified node.
startSavingChanges() - Method in interface com.togethersoft.openapi.model.extension.DeltaProvider
This method is called, when it's time to start recording of chages in system.
startSavingChanges(com.togethersoft.openapi.model.elements.ReferenceCollection) - Method in interface com.togethersoft.openapi.model.extension.ReferenceProvider
 
startSession() - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentInformer
 
startSession(java.lang.String,java.io.File,java.lang.String,java.lang.String) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
Initializes internal root project and working directory values.
startSession(java.lang.String,java.io.File,java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Starts new session.
startSession(java.lang.String,java.io.File) - Method in class com.togethersoft.openapi.vcs.DefaultVcsProvider
 
startSession(java.lang.String,java.io.File) - Method in interface com.togethersoft.openapi.vcs.VcsProvider
Starts new session.
startTest(com.togethersoft.testing.testserver.ITestServerAsset,java.lang.String) - Method in interface com.togethersoft.testing.testserver.IServerResultListener
 
startup() - Method in interface com.togethersoft.testing.shared.ITestingStartup
 
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.
stateChanged(javax.swing.event.ChangeEvent) - Method in class com.togethersoft.openapi.util.ui.MyColorChooserUI.PreviewListener
 
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.
StdErr - class com.togethersoft.testing.shared.StdErr
Represents standard error stream of a test.
StdErr() - Constructor for class com.togethersoft.testing.shared.StdErr
 
StdErr(java.lang.String) - Constructor for class com.togethersoft.testing.shared.StdErr
 
StdOut - class com.togethersoft.testing.shared.StdOut
Represents standard output stream of a test.
StdOut() - Constructor for class com.togethersoft.testing.shared.StdOut
 
StdOut(java.lang.String) - Constructor for class com.togethersoft.testing.shared.StdOut
 
STOP - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
VB.NET statement 'Stop'.
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.
stop() - Method in interface com.togethersoft.testing.shared.http.IHttpServer
Stops the http server.
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.PropertyTableComponentUIBase
Stops cell editing if table is visible and in editing process.
storeProperties(com.togethersoft.openapi.rwi.RwiPropertyMap,java.util.Vector) - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorMultipleStringProperty
This method should write properties to the given
propertyMap
storeSingleProperty(com.togethersoft.openapi.rwi.RwiPropertyMap,com.togethersoft.openapi.rwi.RwiProperty) - Method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorMultipleStringProperty
This method should write single property data to the given
propertyMap.
storeValue() - Method in class com.togethersoft.openapi.ide.inspector.util.DescriptionComponent
 
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.
stretches(java.awt.Component) - Method in class com.togethersoft.openapi.util.ui.StackLayout
 
strictCompare(java.awt.Component[],java.lang.String) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentInformer
 
string - Variable in class com.togethersoft.openapi.model.util.SingleEnumeration.SingleStringEnumeration
 
STRING_EDITOR - Static variable in interface com.togethersoft.openapi.ide.inspector.DefaultInspectorServices
 
STRING_LOADER - Static variable in interface com.togethersoft.openapi.ide.inspector.DefaultInspectorServices
 
STRING_RENDERER - Static variable in interface com.togethersoft.openapi.ide.inspector.DefaultInspectorServices
 
STRING_SAVER - Static variable in interface com.togethersoft.openapi.ide.inspector.DefaultInspectorServices
 
STRING_VALUE_SEPARATOR - Static variable in interface com.togethersoft.openapi.ide.inspector.InspectorConsts
 
StringEnumeration - interface com.togethersoft.openapi.model.enum.StringEnumeration
 
stringEnumeration - Static variable in class com.togethersoft.openapi.model.util.EmptyEnumeration
 
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.
STRUCT - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element is a structure.
structureChanged(com.togethersoft.testing.host.AssetEvent) - Method in interface com.togethersoft.testing.host.IAssetListener
Invoked when the asset structure is changed
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
 
subTask(java.lang.String) - Method in interface com.togethersoft.testing.shared.IProgressMonitor
Notifies that a subtask of the main task is beginning.
successors() - Method in interface com.togethersoft.openapi.vcs.VcsVersionInfo
 
SUITE - Static variable in interface com.togethersoft.testing.shared.ITestStepCategoryIDs
 
supportedCommands() - Method in interface com.togethersoft.openapi.vcs.VcsProviderType
Returns the array of all commands supported by the provider.
supportedViewTypes() - Method in interface com.togethersoft.openapi.model.view.ViewFactory
 
supportsCustomEditor() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingEditorSupport
Checks whether this class supports custom editors.
SVG - Static variable in interface com.togethersoft.openapi.ide.diagram.IdeImageFormat
The SVG format.
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.SwingColorEditor
Represents editor which allows to select color.
SwingColorEditor.InnerEditor - class com.togethersoft.openapi.ide.inspector.util.editors.SwingColorEditor.InnerEditor
Class having a panel that changes color when setValue method
is invoked.
SwingColorEditor.InnerEditor() - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.SwingColorEditor.InnerEditor
 
SwingColorEditor() - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.SwingColorEditor
Creates this editor.
SwingColorEditor(java.awt.Color,java.lang.String) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.SwingColorEditor
Creates this editor.
SwingComboBoxEditor - class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditor
Represents editor on the base of MutableComboBox.
SwingComboBoxEditor.IconRenderer - class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditor.IconRenderer
 
SwingComboBoxEditor.IconRenderer() - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditor.IconRenderer
 
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.
SwingComboBoxEditorBase - class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditorBase
Represents editor on the base of MutableComboBox.
SwingComboBoxEditorBase.MyRenderer - class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditorBase.MyRenderer
 
SwingComboBoxEditorBase.MyRenderer() - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditorBase.MyRenderer
 
SwingComboBoxEditorBase() - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditorBase
Creates ComboBox with the default mutable model and without lists of the visible names and icons.
SwingComboBoxEditorBase(javax.swing.MutableComboBoxModel,java.lang.String[]) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditorBase
Creates ComboBox with the custom model, list of visible names and icons names.
SwingComboBoxEditorBase(javax.swing.MutableComboBoxModel) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.SwingComboBoxEditorBase
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.EnumeratedItem - class com.togethersoft.openapi.ide.inspector.util.editors.SwingEnumEditor.EnumeratedItem
 
SwingEnumEditor.EnumeratedItem(java.lang.Integer,java.lang.String) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.SwingEnumEditor.EnumeratedItem
 
SwingEnumEditor() - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.SwingEnumEditor
Does not produce any initializations.
swingFocusManager - Variable in class com.togethersoft.openapi.util.ui.RadioButtonGroup
 
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.
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.
SwingURLEditor - class com.togethersoft.openapi.ide.inspector.util.editors.SwingURLEditor
Allows to select URL.
SwingURLEditor() - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.SwingURLEditor
Constructs this editor which will be represented on UI as the URLChooser.
SWITCH - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
'switch' statement.
SwitchablePropertyMap - class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap
Represents PropertyMap with ability to switch to another PropertyMap.
SwitchablePropertyMap.MyProperty - class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap.MyProperty
 
SwitchablePropertyMap.MyProperty(com.togethersoft.openapi.util.propertyMap.Property,com.togethersoft.openapi.util.propertyMap.PropertyMap) - Constructor for class com.togethersoft.openapi.util.propertyMap.SwitchablePropertyMap.MyProperty
 
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_PROPERTY - Static variable in interface com.togethersoft.openapi.vfs.VirtualFileContext
 
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
'synchronized' statement.
synchronizedPackages() - Method in interface com.togethersoft.openapi.rwi.RwiDiagram
Deprecated.
synchronizeProperties() - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel
 
synchronizeProperties() - Method in class com.togethersoft.openapi.ide.inspector.util.table.RwiElementsTableModel
Synchronizea table cells with RwiElementsPropertySets.
synchronizeUI() - Method in class com.togethersoft.openapi.ide.inspector.util.PropertySetRadioButtonComponentUI
 
synchronizeUI() - Method in class com.togethersoft.openapi.ide.inspector.util.SinglePropertyCheckBoxUI
 
SYSTEM_BOUNDARY - Static variable in interface com.togethersoft.openapi.rwi.RwiShapeType
 
SYSTEMRESOURCE - Static variable in class com.togethersoft.openapi.util.ResourceUtil
 
SYSTEMRESOURCE_DELIMITER - Static variable in class com.togethersoft.openapi.util.ResourceUtil
 
SYSTEMRESOURCE_FILE_MARKER - Static variable in class com.togethersoft.openapi.util.ResourceUtil
 
SYSTEMRESOURCE_ZIP_MARKER - Static variable in class com.togethersoft.openapi.util.ResourceUtil
 

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.
tabbedPane - Variable in class com.togethersoft.openapi.util.ui.CustomColorChooser.MyColorChooserUI
 
TabbedPaneInspectorUI - class com.togethersoft.openapi.ide.inspector.util.TabbedPaneInspectorUI
Class TabbedPaneInspectorUI is the service for the inspector.
TabbedPaneInspectorUI.Semaphore - class com.togethersoft.openapi.ide.inspector.util.TabbedPaneInspectorUI.Semaphore
 
TabbedPaneInspectorUI.Semaphore() - Constructor for class com.togethersoft.openapi.ide.inspector.util.TabbedPaneInspectorUI.Semaphore
 
TabbedPaneInspectorUI.SwingUtil - class com.togethersoft.openapi.ide.inspector.util.TabbedPaneInspectorUI.SwingUtil
 
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
 
TableAdderButtonListener - class com.togethersoft.openapi.ide.inspector.util.editors.TableAdderButtonListener
A class that handles 'Add' button presses.
TableAdderButtonListener(javax.swing.JTable,com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.TableAdderButtonListener
Creates new instance.
TableRemoverButtonListener - class com.togethersoft.openapi.ide.inspector.util.editors.TableRemoverButtonListener
A class that handles 'Remove' button presses.
TableRemoverButtonListener(javax.swing.JTable,com.togethersoft.openapi.ide.inspector.IdeInspectorPropertySetComponent) - Constructor for class com.togethersoft.openapi.ide.inspector.util.editors.TableRemoverButtonListener
Creates new instance.
TableUtil - class com.togethersoft.openapi.ide.inspector.util.table.TableUtil
Utility class.
tag - Variable in class com.togethersoft.openapi.vfs.Depth
 
tag - Variable in class com.togethersoft.openapi.vfs.VirtualFileType
 
TAG_ASSOCIATES - Static variable in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
TAG_CLIENTCARDINAL - Static variable in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
TAG_CLIENTROLE - Static variable in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
TAG_HIDDEN - Static variable in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
TAG_INTERFACE - Static variable in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
TAG_LINK - Static variable in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
TAG_PATTERN - Static variable in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
TAG_SHAPETYPE - Static variable in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
TAG_SUPPLIERCARDINAL - Static variable in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
TAG_SUPPLIERROLE - Static variable in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
tagAttributeNames(com.togethersoft.openapi.sci.SciTag) - Method in interface com.togethersoft.openapi.sci.SciCSharpHelper
returns an Enumeration containing names of attributes of given tag
F.ex.
Tags_end - Static variable in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
Tags_Indent_end - Static variable in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
Tags_Indent_start - Static variable in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
Tags_Name_end - Static variable in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
Tags_Name_start - Static variable in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
Tags_NextRow_end - Static variable in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
Tags_NextRow_start - Static variable in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
Tags_Row_end - Static variable in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
Tags_Row_start - Static variable in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
Tags_start - Static variable in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
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.
TASK_ASSERTION - Static variable in interface com.togethersoft.testing.shared.ITestCategories
 
TASK_STEP_RUNNER - Static variable in interface com.togethersoft.testing.shared.ITestCategories
 
TASK_SUITE_RUNNER - Static variable in interface com.togethersoft.testing.shared.ITestCategories
 
TASK_TEST_RUNNER - Static variable in interface com.togethersoft.testing.shared.ITestCategories
 
TaskDefinition - class com.togethersoft.testing.host.TaskDefinition
represents "taskdef" element in suite (ant project)
TaskDefinition(java.lang.String,java.lang.String,java.lang.String) - Constructor for class com.togethersoft.testing.host.TaskDefinition
 
TaskReferenceEvent - class com.togethersoft.testing.shared.TaskReferenceEvent
Event class for receving notification of task reference changes.
TaskReferenceEvent(java.lang.Object,int) - Constructor for class com.togethersoft.testing.shared.TaskReferenceEvent
 
TaskReferenceEvent(java.lang.Object) - Constructor for class com.togethersoft.testing.shared.TaskReferenceEvent
 
taskReferences() - Method in interface com.togethersoft.testing.shared.IResult
Returns an enumeration of task references (subresults) contained in this result
taskReferences() - Method in interface com.togethersoft.testing.shared.ISuiteReference
 
tasksUpdated(com.togethersoft.testing.shared.TaskReferenceEvent) - Method in interface com.togethersoft.testing.shared.IResultListener
Invoked when task references are updated in the result
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 - Static variable in interface com.togethersoft.openapi.sci.pattern.SciPatternProperty
 
TEMPLATE_ID - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
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.
TEST_COLLECTION - Static variable in interface com.togethersoft.testing.host.ITagNames
 
TEST_COLLECTION - Static variable in interface com.togethersoft.testing.shared.ITestCategories
 
TEST_COMMENT - Static variable in interface com.togethersoft.testing.shared.IAttributeNames
 
TEST_EMPTY - Static variable in interface com.togethersoft.testing.shared.IAttributeNames
 
TEST_FILE - Static variable in interface com.togethersoft.testing.shared.IAttributeNames
 
TEST_HOST - Static variable in interface com.togethersoft.testing.shared.IAttributeNames
 
TEST_LOCATION - Static variable in interface com.togethersoft.testing.shared.IAttributeNames
 
TEST_NAME - Static variable in interface com.togethersoft.testing.shared.IAttributeNames
 
TEST_PORT - Static variable in interface com.togethersoft.testing.shared.IAttributeNames
 
TEST_RESULT - Static variable in interface com.togethersoft.testing.shared.IResultTagNames
 
TEST_RESULT - Static variable in interface com.togethersoft.testing.shared.ITestCategories
 
TEST_STEP - Static variable in interface com.togethersoft.testing.host.ITagNames
 
TEST_STEP - Static variable in interface com.togethersoft.testing.shared.ITestCategories
 
TEST_SUITE - Static variable in interface com.togethersoft.testing.host.ITagNames
 
TEST_SUITE - Static variable in interface com.togethersoft.testing.shared.ITestCategories
 
TestBase - class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
TestBase() - Constructor for class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
TestBase(java.lang.String) - Constructor for class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
TestCanceledException - class com.togethersoft.testing.testserver.TestCanceledException
 
TestCanceledException() - Constructor for class com.togethersoft.testing.testserver.TestCanceledException
 
testFinished(com.togethersoft.testing.shared.TaskReferenceEvent) - Method in interface com.togethersoft.testing.shared.IResultListener
Invoked when a test was finished
TestHostAccess - class com.togethersoft.testing.host.TestHostAccess
Provides access to ITestHost
TestHostAccess.ConfigSetter - class com.togethersoft.testing.host.TestHostAccess.ConfigSetter
 
TestHostAccess.ConfigSetter(com.togethersoft.testing.shared.IConfig) - Constructor for class com.togethersoft.testing.host.TestHostAccess.ConfigSetter
 
TestHostException - class com.togethersoft.testing.host.TestHostException
Exception thrown by test host
TestHostException() - Constructor for class com.togethersoft.testing.host.TestHostException
Creates new TestHostException
TestHostException(java.lang.String) - Constructor for class com.togethersoft.testing.host.TestHostException
Creates new TestHostException with message
testing - Class Diagram in com.togethersoft.testing
 
TESTRESULT - Static variable in interface com.togethersoft.testing.shared.IResultAttributeNames
 
TestRunnerException - class com.togethersoft.testing.testserver.TestRunnerException
 
TestRunnerException() - Constructor for class com.togethersoft.testing.testserver.TestRunnerException
 
TestRunnerException(java.lang.String) - Constructor for class com.togethersoft.testing.testserver.TestRunnerException
 
testserver - Class Diagram in com.togethersoft.testing.testserver
 
TestServerAccess - class com.togethersoft.testing.testserver.TestServerAccess
 
TestServerException - class com.togethersoft.testing.testserver.TestServerException
 
TestServerException() - Constructor for class com.togethersoft.testing.testserver.TestServerException
 
TestServerException(java.lang.String) - Constructor for class com.togethersoft.testing.testserver.TestServerException
 
testStarted(com.togethersoft.testing.shared.TaskReferenceEvent) - Method in interface com.togethersoft.testing.shared.IResultListener
Invoked when a test was started
testVisualScript() - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
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_AREA_EDITOR - Static variable in interface com.togethersoft.openapi.ide.inspector.DefaultInspectorServices
 
TEXT_EDITOR_CONTEXT - Static variable in class com.togethersoft.openapi.ide.command.IdeCommandConstraints
The value is "textEditor".
text2Element(java.lang.String) - Static method in class com.togethersoft.testing.shared.util.ElementUtil
 
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.
textBuf - Static variable in class com.togethersoft.openapi.ide.inspector.util.DocUtil
 
textColor - Variable in class com.togethersoft.openapi.ide.editor.IdeEditorStyledChar
Defines foreground color of the text.
TextData - class com.togethersoft.testing.shared.TextData
A superclass for textual data in result details (stack trace, stdout, stderr).
TextData() - Constructor for class com.togethersoft.testing.shared.TextData
 
TextData(java.lang.String) - Constructor for class com.togethersoft.testing.shared.TextData
 
textfield - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SwingIntegerEditor
 
textfield - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SwingNumberEditor
 
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.
TEXTS - Static variable in interface com.togethersoft.openapi.sci.pattern.SciPatternProperty
 
TextUtil - class com.togethersoft.openapi.util.text.TextUtil
Implements Text manipulations
TFCategory - class com.togethersoft.testing.shared.util.TFCategory
 
TFCategory(java.lang.String) - Constructor for class com.togethersoft.testing.shared.util.TFCategory
 
TFCategoryFactory - class com.togethersoft.testing.shared.util.TFCategoryFactory
 
TFCategoryFactory() - Constructor for class com.togethersoft.testing.shared.util.TFCategoryFactory
 
theButton - Variable in class com.togethersoft.openapi.util.ui.ExtendedControl
 
theButton - Variable in class com.togethersoft.openapi.util.ui.SimpleExtendedControl
 
theComponent - Variable in class com.togethersoft.openapi.util.ui.ExtendedControl
 
theComponent - Variable in class com.togethersoft.openapi.util.ui.SimpleExtendedControl
 
ThreeStateChechBox - class com.togethersoft.openapi.util.ui.ThreeStateChechBox
Three state check box class implements a checkbox with additional "third" state.
ThreeStateChechBox.ThreeStateCheckboxIcon - class com.togethersoft.openapi.util.ui.ThreeStateChechBox.ThreeStateCheckboxIcon
Class used for painting chekbox icons in different states
ThreeStateChechBox.ThreeStateCheckBoxUI - class com.togethersoft.openapi.util.ui.ThreeStateChechBox.ThreeStateCheckBoxUI
ThreeStateCheckBox UI delegate class
ThreeStateChechBox(java.lang.String,boolean,int,java.awt.Color) - Constructor for class com.togethersoft.openapi.util.ui.ThreeStateChechBox
Creates a checkbox with text in the third state with specified check type and color
ThreeStateChechBox(java.lang.String,boolean,int) - Constructor for class com.togethersoft.openapi.util.ui.ThreeStateChechBox
Creates a checkbox with text in the third state with specified check type.
ThreeStateChechBox(java.lang.String,boolean) - Constructor for class com.togethersoft.openapi.util.ui.ThreeStateChechBox
Creates a checkbox with text in the third state
ThreeStateChechBox(java.lang.String) - Constructor for class com.togethersoft.openapi.util.ui.ThreeStateChechBox
Creates an initially unselected checkbox with text in its normal state
(not in its third state).
ThreeStateCheckBox - class com.togethersoft.openapi.util.ui.ThreeStateCheckBox
Three state check box class implements a checkbox with additional "third" state.
ThreeStateCheckBox.ThreeStateCheckboxIcon - class com.togethersoft.openapi.util.ui.ThreeStateCheckBox.ThreeStateCheckboxIcon
Class used for painting chekbox icons in different states
ThreeStateCheckBox.ThreeStateCheckBoxUI - class com.togethersoft.openapi.util.ui.ThreeStateCheckBox.ThreeStateCheckBoxUI
ThreeStateCheckBox UI delegate class
ThreeStateCheckBox(java.lang.String,boolean,int,java.awt.Color) - Constructor for class com.togethersoft.openapi.util.ui.ThreeStateCheckBox
Creates a checkbox with text in the third state with specified check type and color
ThreeStateCheckBox(java.lang.String,boolean,int) - Constructor for class com.togethersoft.openapi.util.ui.ThreeStateCheckBox
Creates a checkbox with text in the third state with specified check type.
ThreeStateCheckBox(java.lang.String,boolean) - Constructor for class com.togethersoft.openapi.util.ui.ThreeStateCheckBox
Creates a checkbox with text in the third state
ThreeStateCheckBox(java.lang.String) - Constructor for class com.togethersoft.openapi.util.ui.ThreeStateCheckBox
Creates an initially unselected checkbox with text in its normal state
(not in its third state).
ThreeStateCheckBoxUI.ThirdStateItemListener - class com.togethersoft.openapi.util.ui.ThreeStateCheckBoxUI.ThirdStateItemListener
This listener is responsible to removing checkbox undefined state when checkbox
was selected being in its undefined state.
ThreeStateCheckBoxUI.ThirdStateItemListener - class com.togethersoft.openapi.util.ui.ThreeStateCheckBoxUI.ThirdStateItemListener
This listener is responsible to removing checkbox undefined state when checkbox
was selected being in its undefined state.
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
Deprecated.
THROW - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
'throw' statement.
throwable2StackTrace(java.lang.Throwable) - Static method in class com.togethersoft.testing.shared.util.ConversionUtil
Returns the stack trace for throwable object
THROWN_EXCEPTION - Static variable in interface com.togethersoft.testing.shared.IResultAttributeNames
 
throwSpecifiers() - Method in interface com.togethersoft.openapi.sci.SciThrowList
Returns an enumeration of SciThrowSpecifier references to the exception classes.
TIMESTAMP - Static variable in interface com.togethersoft.testing.shared.IResultAttributeNames
 
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
 
titlesTable - Variable in class com.togethersoft.openapi.util.ui.ExtendedTabbedPane
 
toColor(java.lang.String) - Static method in class com.togethersoft.openapi.ide.inspector.util.property.RwiInspectorColorProperty
 
toElementEnumeration(java.util.Enumeration) - Static method in class com.togethersoft.openapi.model.util.EnumerationConverter
 
toElementEnumeration(java.util.Iterator) - Static method in class com.togethersoft.openapi.model.util.EnumerationConverter
 
toEntityEnumeration(java.util.Enumeration) - Static method in class com.togethersoft.openapi.model.util.EnumerationConverter
 
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
 
toPropertyEnumeration(java.util.Enumeration) - Static method in class com.togethersoft.openapi.model.util.EnumerationConverter
 
toReferenceCollectionEnumeration(java.util.Enumeration) - Static method in class com.togethersoft.openapi.model.util.EnumerationConverter
 
toReferenceEnumeration(java.util.Enumeration) - Static method in class com.togethersoft.openapi.model.util.EnumerationConverter
 
toReferenceEnumeration(java.util.Iterator) - Static method in class com.togethersoft.openapi.model.util.EnumerationConverter
 
toString() - Method in class com.togethersoft.openapi.ide.inspector.util.editors.SwingEnumEditor.EnumeratedItem
 
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() - Method in class com.togethersoft.openapi.vfs.Depth
 
toString() - Method in class com.togethersoft.openapi.vfs.VirtualFileType
 
toString() - Method in class com.togethersoft.testing.shared.AssetCategory
Returns a comma-separated list of identfiers
toString() - Method in class com.togethersoft.testing.shared.ServerURL
Converts the string representation of this URL.
toString() - Method in class com.togethersoft.testing.shared.TaskReferenceEvent
 
toString() - Method in class com.togethersoft.testing.testserver.plugin.visualtest.InvalidUIStateException
 
toString(javax.swing.KeyStroke) - Static method in class com.togethersoft.openapi.util.ui.KeyStrokeFormat
Formats KeyStroke to String.
toStringEnumeration(java.util.Enumeration) - Static method in class com.togethersoft.openapi.model.util.EnumerationConverter
 
toStringEnumeration(java.util.Iterator) - Static method in class com.togethersoft.openapi.model.util.EnumerationConverter
 
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.
touchContent() - Method in interface com.togethersoft.openapi.vfs.VirtualFile
Increases the internal cache age by one, that is file is treated as modified.
TRACE_DISABLED - Static variable in interface com.togethersoft.openapi.util.diagnostic.DiagnosticMode
Traces are disabled
TRACE_MESSAGE - Static variable in interface com.togethersoft.openapi.util.diagnostic.DiagnosticMode
Only trace message is printed
TRACE_STACK - Static variable in interface com.togethersoft.openapi.util.diagnostic.DiagnosticMode
Trace message and call stack are printed
trace(java.lang.String,java.lang.String) - Method in interface com.togethersoft.openapi.util.diagnostic.Diagnostic
Traces message according to mode set for category
trace(java.lang.String,java.lang.Throwable) - Method in interface com.togethersoft.openapi.util.diagnostic.Diagnostic
Traces exception according to mode set for category
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).
translate(java.lang.String) - Method in interface com.togethersoft.testing.testserver.plugin.visualtest.UIMap
Translates UIID into component branch
translateComponent(java.lang.String) - Method in interface com.togethersoft.testing.testserver.plugin.visualtest.UIMap
 
translateEscapes(java.lang.String) - Static method in class com.togethersoft.openapi.util.properties.PropertyUtil
 
translateMenu(java.lang.String) - Method in interface com.togethersoft.testing.testserver.plugin.visualtest.UIMap
 
translatePoint(java.lang.String) - Method in interface com.togethersoft.testing.testserver.plugin.visualtest.UIMap
Translates a String UI Identifier ( UIID ) into Point in screen coordinates.
TRUE - Static variable in class com.togethersoft.openapi.util.function.ConstantCondition
UnaryCondition which execute method always returns true.
TRUNCATABLE - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has the truncatable modifier (CORBA IDL only).
TRY - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
Whole try/catch or try/catch/fianally statement.
TRY_BLOCK - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
'try' part in 'try/catch/finally' statement.
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.
type(java.lang.String,char) - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
Type character in id component
type(java.lang.String,java.lang.String) - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
Type string in id component
TYPEDEF - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this elements is a typedef declaration.
TYPEID - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
An expression ( Grammar ): 'typeid ( expression)'

Ex: typeid ( int );

U

ui - Class Diagram in com.togethersoft.openapi.util.ui
 
UIComponentsBuilder - class com.togethersoft.openapi.ide.inspector.util.UIComponentsBuilder
This utility class creates UI of the inspector fields.
UIComponentService - interface com.togethersoft.openapi.ide.util.UIComponentService
Class UIComponentService represents a service that
enables visualization of the service provider on the user interface.
UIMap - interface com.togethersoft.testing.testserver.plugin.visualtest.UIMap
UI map 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.
umount(java.lang.String) - Method in interface com.togethersoft.testing.shared.http.IHttpServer
 
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.
unbind(java.lang.String) - Method in interface com.togethersoft.openapi.model.extension.ContentProvider
Obviously, this method might be used in the way, opposite to bind method usage.
UNCHECKED - Static variable in interface com.togethersoft.openapi.sci.SciExpressionKind
C# specific expression.
UNCHECKED - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
C# 'unchecked' statement.
UNDEFINED_VALUE - Static variable in class com.togethersoft.openapi.ide.inspector.IdeInspectorProperty
 
UNDEFINED_VALUE - Static variable in interface com.togethersoft.openapi.ide.inspector.InspectorConsts
 
undo - Class Diagram in com.togethersoft.openapi.ide.undo
 
unInitialize() - Method in interface com.togethersoft.openapi.vcs.VcsProviderType
Uninitilizes version control.
uninstallDefaultChoosers() - Method in class com.togethersoft.openapi.util.ui.CustomColorChooser.MyColorChooserUI
 
uninstallDefaults() - Method in class com.togethersoft.openapi.util.ui.CustomColorChooser.MyColorChooserUI
 
uninstallListeners() - Method in class com.togethersoft.openapi.util.ui.CustomColorChooser.MyColorChooserUI
 
uninstallUI(javax.swing.JComponent) - Method in class com.togethersoft.openapi.util.ui.CustomColorChooser.MyColorChooserUI
 
UNION - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element is a union (C++ and 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.
UniqueNameProvider - interface com.togethersoft.openapi.model.extension.UniqueNameProvider
Provider implementing this interface takes a responsibility to decide
if some model element should be instantiated.
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
 
UNKNOWN - Static variable in interface com.togethersoft.testing.shared.IProgressMonitor
Constant indicating an unknown amount of work.
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.
unmount() - Method in interface com.togethersoft.openapi.vfs.VirtualFileVolume
Unmounts volume from the system, saving all caches
UNNAMED - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element is an unnamed class/structure/union (for C++)
or an anonymous class (for Java).
unRegisterAllProviders(java.lang.String) - Method in class com.togethersoft.openapi.vcs.VcsProviderHelper
Unregister all instances of VcsProvider with specified ID.
unregisterCommand(java.lang.String) - Method in interface com.togethersoft.testing.testserver.ICommandController
 
unregisterExpertRepresentative(com.togethersoft.openapi.baseexpert.ExpertRepresentative) - Method in interface com.togethersoft.openapi.baseexpert.ExpertRunner
Unregisters ExpertRepresentative
unregisterFactory(com.togethersoft.openapi.baseexpert.ExpertFactory) - Method in interface com.togethersoft.openapi.baseexpert.ExpertManager
 
unregisterMacroProviderFactory(com.togethersoft.openapi.ide.macro.IdeMacroProviderFactory) - Method in interface com.togethersoft.openapi.ide.macro.IdeMacroExpander
 
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.
unregisterRunner(com.togethersoft.testing.shared.ICategory) - Method in interface com.togethersoft.testing.testserver.IRunnerRegistry
 
unregisterViewFactory(com.togethersoft.openapi.model.view.ViewFactory) - Method in interface com.togethersoft.openapi.model.view.ViewManager
 
UNSAFE - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that the entity is declared with unsafe modifier.
UNSAFE - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
C# 'unsafe' statement.
unsavedFiles() - Method in interface com.togethersoft.openapi.vfs.VirtualFileManager
 
unsavedFiles(com.togethersoft.openapi.vfs.VirtualFileContext) - Method in interface com.togethersoft.openapi.vfs.VirtualFileManager
Returns enumeration of files, whose cache is to be written to disk.
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 interface com.togethersoft.openapi.ide.inspector.DataSource
 
update() - Method in interface com.togethersoft.openapi.ide.inspector.service.ComponentService
 
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() - Static method in class com.togethersoft.openapi.ide.inspector.util.TabbedPaneInspectorUI.SwingUtil
 
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
 
update() - Method in interface com.togethersoft.openapi.model.platform.PlatformListener
 
update(com.togethersoft.openapi.model.elements.ReferenceDelta) - Method in interface com.togethersoft.openapi.model.view.View
 
updateCommand(int,com.togethersoft.openapi.ide.inspector.IdeInspectorProperty,java.util.Vector) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel.PropertyDataManager
 
updateComponent(com.togethersoft.openapi.ide.inspector.IdeInspectorComponent,boolean) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspector
Updates component either in the separate command in the command thread or immediatly
updateComponent(com.togethersoft.openapi.ide.inspector.IdeInspectorComponent) - Method in class com.togethersoft.openapi.ide.inspector.IdeInspector
Performs update component stuff
updateScroller(com.togethersoft.testing.testserver.plugin.visualtest.UIMap,java.lang.String) - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
 
updateStatus() - Method in class com.togethersoft.openapi.sci.pattern.InspectorPatternUI
 
updateTableRow(int) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel.PropertyDataManager
 
updateUI() - Method in interface com.togethersoft.openapi.ide.inspector.service.ComponentService
 
updateUI() - Method in class com.togethersoft.openapi.util.ui.CustomColorChooser.MyColorChooser
 
updateUrl(java.lang.String) - Method in interface com.togethersoft.testing.shared.ITaskReference
Updates the URL of this reference
URL - Static variable in interface com.togethersoft.testing.shared.IResultAttributeNames
 
URLChooser - class com.togethersoft.openapi.util.ui.URLChooser
Represents dialog which text field for input some text and button for call file chooser.
URLChooser(java.lang.String,java.lang.String,java.lang.String) - Constructor for class com.togethersoft.openapi.util.ui.URLChooser
Creates new URLChooser.
URLChooser(java.lang.String,java.lang.String) - Constructor for class com.togethersoft.openapi.util.ui.URLChooser
Creates new URLChooser with title - "Choose URL".
URLFactory - class com.togethersoft.openapi.model.util.URLFactory
 
URLFactory() - Constructor for class com.togethersoft.openapi.model.util.URLFactory
 
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.
USER_DATA - Static variable in interface com.togethersoft.testing.shared.IResultTagNames
 
USING - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
C# 'using' statement.
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.model.util
 
util - Class Diagram in com.togethersoft.openapi.util
 
util - Class Diagram in com.togethersoft.testing.shared.util
 

V

validate(com.togethersoft.openapi.ide.IdeErrorCheck,com.togethersoft.openapi.ide.inspector.IdeInspectorProperty,int,java.lang.Object) - Method in interface com.togethersoft.openapi.ide.inspector.util.table.PropertyTableModel.Validator
 
value - Variable in class com.togethersoft.openapi.ide.inspector.util.editors.SwingEnumEditor.EnumeratedItem
 
value - Variable in class com.togethersoft.openapi.model.util.PropertyAdapter
 
value - Variable in class com.togethersoft.openapi.util.propertyMap.PropertyAdapter
 
value - Variable in class com.togethersoft.testing.shared.TextData
 
valueChanged(javax.swing.event.ListSelectionEvent) - Method in class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI.SelectionManager
 
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.
valueToString(com.togethersoft.openapi.ide.inspector.IdeInspectorProperty,java.lang.Object) - Method in class com.togethersoft.openapi.ide.inspector.util.table.PropertyTableComponentUI
 
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 v.6.0
VBASIC - Static variable in interface com.togethersoft.openapi.sci.SciLanguage
Visual Basic language (v.6)
VBNET - Static variable in interface com.togethersoft.openapi.rwi.RwiLanguage
Visual Basic language (v.7 for .NET)
VBNET - Static variable in interface com.togethersoft.openapi.sci.SciLanguage
Visual Basic language (v.7 for .NET)
vcs - Class Diagram in com.togethersoft.openapi.vcs
 
VcsCommitInfo - interface com.togethersoft.openapi.vcs.VcsCommitInfo
Information about result of CHECKIN operation
VcsFileInfo - interface com.togethersoft.openapi.vcs.VcsFileInfo
 
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.
VcsProviderEvent - interface com.togethersoft.openapi.vcs.VcsProviderEvent
 
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,java.lang.Exception) - Constructor for class com.togethersoft.openapi.vcs.VcsProviderException
Creates new VcsProviderException representing another exception,
catched by provider.
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.
VcsProviderHelper() - Constructor for class com.togethersoft.openapi.vcs.VcsProviderHelper
 
VcsProviderListener - interface com.togethersoft.openapi.vcs.VcsProviderListener
 
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.
VcsUpdateInfo - interface com.togethersoft.openapi.vcs.VcsUpdateInfo
Information about result of GET, UPDATE, CHECKOUT operation
VcsVersionInfo - interface com.togethersoft.openapi.vcs.VcsVersionInfo
 
VECTOR - Static variable in class com.togethersoft.openapi.sci.pattern.SciPatternUtil
 
verifyName(java.lang.String,java.awt.Component) - Static method in class com.togethersoft.testing.testserver.plugin.visualtest.ComponentStructure
ensures that component is assigned unique name
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.
vfs - Class Diagram in com.togethersoft.openapi.vfs
 
VIEW - Static variable in interface com.togethersoft.openapi.ide.inspector.util.ComponentWeight
 
View - interface com.togethersoft.openapi.model.view.View
 
view - Class Diagram in com.togethersoft.openapi.model.view
 
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).
ViewAccess - class com.togethersoft.openapi.model.view.ViewAccess
 
ViewFactory - interface com.togethersoft.openapi.model.view.ViewFactory
 
ViewManager - interface com.togethersoft.openapi.model.view.ViewManager
 
ViewType - interface com.togethersoft.openapi.model.view.ViewType
 
viewTypes() - Method in interface com.togethersoft.openapi.model.view.ViewManager
 
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++ and C# only).
VirtualFile - interface com.togethersoft.openapi.vfs.VirtualFile
This class represents a file (or directory) of VirtualFileSystem.
VirtualFileContext - interface com.togethersoft.openapi.vfs.VirtualFileContext
 
VirtualFileEnumeration - interface com.togethersoft.openapi.vfs.VirtualFileEnumeration
 
VirtualFileErrorUI - interface com.togethersoft.openapi.vfs.VirtualFileErrorUI
This interface is used to define behaviour of VFS in a number of conflict situations.
VirtualFileEvent - interface com.togethersoft.openapi.vfs.event.VirtualFileEvent
 
VirtualFileEventCode - interface com.togethersoft.openapi.vfs.event.VirtualFileEventCode
 
VirtualFileFilter - interface com.togethersoft.openapi.vfs.VirtualFileFilter
 
VirtualFileIntentionListener - interface com.togethersoft.openapi.vfs.event.VirtualFileIntentionListener
 
VirtualFileListener - interface com.togethersoft.openapi.vfs.event.VirtualFileListener
 
VirtualFileManager - interface com.togethersoft.openapi.vfs.VirtualFileManager
VirtualFileManager is used to get instances of VirtualFile and Context
and make some global operation with filesystem, as saving its cache.
VirtualFileManagerAccess - class com.togethersoft.openapi.vfs.VirtualFileManagerAccess
VirtualFileManager accessor.
VirtualFileManagerContext - interface com.togethersoft.openapi.vfs.VirtualFileManagerContext
 
VirtualFileNotificationListener - interface com.togethersoft.openapi.vfs.event.VirtualFileNotificationListener
 
VirtualFilePermission - interface com.togethersoft.openapi.vfs.VirtualFilePermission
Defines constants for each particular permission.
VirtualFileProperty - interface com.togethersoft.openapi.vfs.VirtualFileProperty
Interface defines properties, which can be used with VirtualFile's.
VirtualFileType - class com.togethersoft.openapi.vfs.VirtualFileType
This class defines file types, which are used in VFS.
VirtualFileType(java.lang.String) - Constructor for class com.togethersoft.openapi.vfs.VirtualFileType
 
VirtualFileVetoListener - interface com.togethersoft.openapi.vfs.event.VirtualFileVetoListener
 
VirtualFileVolume - interface com.togethersoft.openapi.vfs.VirtualFileVolume
VirtualFileVolume is used to operate with filesystem roots.
VirtualFileVolume.CacheControl - interface com.togethersoft.openapi.vfs.VirtualFileVolume.CacheControl
VirtalFileVolume.CacheControl is used for controlling cache for
the current volume.
VirtualFileVolumeContext - interface com.togethersoft.openapi.vfs.VirtualFileVolumeContext
 
VisibilityProvider - interface com.togethersoft.openapi.ide.inspector.provider.VisibilityProvider
 
VISIBLE - Static variable in interface com.togethersoft.openapi.rwi.RwiProperty
 
visitAssertStatement(com.togethersoft.openapi.sci.SciAssertStatement) - Method in class com.togethersoft.openapi.sci.visitor.SciStatementVisitorAdapter
 
visitAssertStatement(com.togethersoft.openapi.sci.SciAssertStatement) - Method in interface com.togethersoft.openapi.sci.visitor.SciStatementVisitor
Performs an action upon SciAssertStatement.
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.
visitDirectInitExpression(com.togethersoft.openapi.sci.SciDirectInitExpression) - Method in class com.togethersoft.openapi.sci.visitor.SciExpressionVisitorAdapter
 
visitDirectInitExpression(com.togethersoft.openapi.sci.SciDirectInitExpression) - Method in interface com.togethersoft.openapi.sci.visitor.SciExpressionVisitor
Performs an action upon SciDirectInitExpression.
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
 
visitEventHandlingStatement(com.togethersoft.openapi.sci.SciEventHandlingStatement) - Method in class com.togethersoft.openapi.sci.visitor.SciStatementVisitorAdapter
 
visitEventHandlingStatement(com.togethersoft.openapi.sci.SciEventHandlingStatement) - Method in interface com.togethersoft.openapi.sci.visitor.SciStatementVisitor
Performs an action upon SciEventHandlingStatement.
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.
visitExpressionListStatement(com.togethersoft.openapi.sci.SciExpressionListStatement) - Method in class com.togethersoft.openapi.sci.visitor.SciStatementVisitorAdapter
 
visitExpressionListStatement(com.togethersoft.openapi.sci.SciExpressionListStatement) - Method in interface com.togethersoft.openapi.sci.visitor.SciStatementVisitor
Performs an action upon SciExpressionListStatement.
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 on 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 on 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 on 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 on 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.
VISUAL - Static variable in interface com.togethersoft.testing.shared.ITestStepCategoryIDs
 
visualtest - Class Diagram in com.togethersoft.testing.testserver.plugin.visualtest
 
VM_OPTIONS - Static variable in interface com.togethersoft.testing.shared.IAttributeNames
 
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.
waitComponent(com.togethersoft.testing.testserver.plugin.visualtest.UIMap,java.lang.String) - Method in class com.togethersoft.testing.testserver.plugin.visualtest.TestBase
Waits for id component to appear
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.
wasValueChangedByOuter - Variable in class com.togethersoft.openapi.ide.inspector.service.DefaultExtendedEditorService
 
WHILE_POST - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
A kind of loop statement with postcondition.
WHILE_PRED - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
A kind of loop statement with precondition.
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.Mask - class com.togethersoft.openapi.util.file.WildcardFileFilter.Mask
Inner helper class
WildcardFileFilter.Mask(java.lang.String) - Constructor for class com.togethersoft.openapi.util.file.WildcardFileFilter.Mask
 
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
 
WITH - Static variable in interface com.togethersoft.openapi.sci.SciStatementKind
VB.NET statement 'With...End With'.
WMF - Static variable in interface com.togethersoft.openapi.ide.diagram.IdeImageFormat
The WMF format.
WORD_FILES_FILTER - Static variable in class com.togethersoft.openapi.ide.window.IdeFileFilterConstant
 
wordCount(java.lang.String) - Static method in class com.togethersoft.openapi.util.properties.PropertyUtil
Returns the number of substrings separated by the NAME_SEPARATOR
character in the string.
wordStartIndex(java.lang.String,int) - Static method in class com.togethersoft.openapi.util.properties.PropertyUtil
Returns the position of NAME_SEPARATOR character in the string
(-1 if not found).
worked(int) - Method in interface com.togethersoft.testing.shared.IProgressMonitor
Notifies that a given number of work unit of the main task has been completed.
workingResourceOwner() - Method in interface com.togethersoft.openapi.vcs.VcsCommitInfo
 
workingResourceOwner() - Method in interface com.togethersoft.openapi.vcs.VcsUpdateInfo
 
WRITABLE - Static variable in interface com.togethersoft.openapi.ide.project.IdeProjectConstant
The IdeProjectNode is writable.
WRITABLE - Static variable in interface com.togethersoft.openapi.vfs.VirtualFilePermission
 
writableFileTypes() - Method in interface com.togethersoft.openapi.ide.project.IdeProjectNode
Returns an enumeration of strings containing the names of writable file types.
WRITEONLY - Static variable in interface com.togethersoft.openapi.sci.SciProperty
Property indicating that this element has the writeonly modifier (VB.Net only).
writeTag() - Method in class com.togethersoft.testing.shared.util.XMLWriter
 

X

XMLWriter - class com.togethersoft.testing.shared.util.XMLWriter
 
XMLWriter() - Constructor for class com.togethersoft.testing.shared.util.XMLWriter
 
XMLWriter(java.io.OutputStream) - Constructor for class com.togethersoft.testing.shared.util.XMLWriter
 

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.

Z

ZERO - Static variable in class com.togethersoft.openapi.vfs.Depth