| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
AbstractButtons.AbstractButtons .visitXXX method corresponding to the kind of the element.visitXXX method corresponding to the kind of element.visitXXX method corresponding to the kind of expression.SciElement from the specified enumeration accept the specified visitor.SciExpression from the specified enumeration accept the specified visitor.SciReference from the specified enumeration accept the specified visitor.SciStatement from the specified enumeration accept the specified visitor.SciElement from the specified enumeration accept the specified visitor until
STOP.SciExpression from the specified enumeration accept the specified visitor until
STOP.SciReference from the specified enumeration accept the specified visitor until
STOP.SciStatement from the specified enumeration accept the specified visitor until
STOP..- 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.
Element of model was instantiated.& in Java and C++ or
and in Delphi.~ in Java and C++ or not operator in Delphi.| in Java and C++ or
or in Delphi.^ in Java and C++ or
xor in Delphi.element of the diagram.position in a certain file.offset in a certain file.Rwilink indicating whether this link
true, if propertyName property with
propertyValue value can be added to propertyMap
canAddProperty method of PropertyMap was
addProperty method invokation.canAddReference opertaion of
ReferenceCollection or right before invoking of addReference
RwiElement.canCopy method of Element was invoked or
copy method of provider.RwiProperty.SHAPE_TYPE property.RwiProperty.SHAPE_TYPE propertybase and inheritor are suitable for the inheritance (for example, if
inheritor is a class extending a class other than base, this method returns
false.RwiProperty.SHAPE_TYPE property.RwiProperty.SHAPE_TYPE property.RwiProperty.SHAPE_TYPE property.RwiElement.RwiProperty.SHAPE_TYPE property.true in this method if it can
parent and shape type is
shapeType.SciObject.canCut method of Element was invoked or
cut method of provider.SciObject.Element or
Reference can be deleted.canPaste method of Entity was called
paste method of this provider.true if the element can be pasted in the specified place,
false otherwise.false.true if the object can be pasted into this container in the specified place,
false otherwise.SciObject with the specified
SciObject.import commandSciExpression can be assigned to this variable as the initial value.SciTag's name.canSetParticipant(Entity link, String role,Element oldParticipant,Element newParticipant)canSetParticipant method of Link was invoked
setParticipant method.false.false.canSetPropertyValue(PropertyMap propertyMap, String propertyName, String propertyValue)true if propertyName property can be set
propertyValue value.SciTag.value can be set to this multiple property.truefalse.SciTag's value.data
propertyMapVcsPvovider as a result to calling a non-supported exec method.CapabilityException with the default message.To Expression.TextPosition to offsetRwiElements.checkStatus method is called to perform some kind of a check,
ChildrenProvider.ChildrenProvider.ChildrenProvider.IdeProjectNodes for this node.VirtualFile, which must be directory.parent entity.RwiElement.Object to another.& Expression.if-else
Entity interface.SciContainer where the output element will be contained."context".String.this element.SciObject.element and produce copied element.VirtualFile to another directory.ElementIdeDialogButtonGroup.JPanel that contains buttons from the specified group,
JPanel that contains buttons from the specified group.JPanel that contains component that is aligned to left side and
RwiProperty.SHAPE_TYPE property and returns an imported reference to that diagram.RwiProperty.SHAPE_TYPE propertyJDialog.IdeFileChooser in th specified directory.IdeInspectorProperty from PropertyMap.IdeInspectorPropertySetComponent with some
IdeInspectorProperties.ImageMap for this diagram using the specified IdeMapBuilder as the actual creator.IdeInspectorPropertySetComponent from PropertyMap.comp that dispatch key with virtualKeyCode to top level componentRwiProperty.SHAPE_TYPE property.IdeMessageManager.RwiProperty.SHAPE_TYPE property and returns a primary reference to this node.RwiProperty.SHAPE_TYPE property.RwiElement.IdePathChooser.IdePathChooser.IdeProgressIndicator.IdeProgressIndicator.ReferenceCollection to be used as a reference collection
View.RwiProperty.SHAPE_TYPE property.parent and shape type is shapeType.Boolean.TRUE then option
REBUILD_INSPECTOR_COMMAND will contain valid command
custom modifier (CORBA IDL only).SciObject.element and produce cutted element.Elementdefault modifier (VB.Net only).RwiMember representing an attribute.RwiNode representing a class.RwiNode representing an interface.RwiMember representing an operation.DefaultPropertyMap class is a generic-use implementation of a PropertyMap interface.VcsProvider which defines basic functinality of the provider.delay milliseconds.Override this method to provide your own synchronization with tested application.SciObject.ITestAsset asset from test collectiondelete,
canDelete and isDeleted functionalities of Elements
References.RwiElement.DescriptionComponent for the specified RwiElement
DescriptionComponent for the specified RwiElement.Diagnostic object.RwiDiagrams valid for this project.!Expression.RwiPackage.dispatch of specified
dispatch method of dispatchable event for every
propertiesChanged() method.DispatchableEvent with specified source of event./ .\ Expression.RwiElement.NAME_SEPARATOR character.NAME_SEPARATOR character.Objects as an enumeration.Objects.SciElement the pattern will work with."element".SciElement's the pattern will work with.ReferenceCollection
Entity is a general item of model.true if specified object and this class are equivalent, false otherwise.java.lang.Object.equals()command in a separate process, with the specifed output file.command in a separate process.files array.command to the user.Object.Object for uniqueness.Object.Object.command with the corresponding values.Element
explicit modifier (C# only).SciExpressions for parameters in a function call expression."extension".extern modifier.execute method always returns false.Longint, readonly."fileCategory"."file".String.Boolean, readonly.String, readonly.String, readonly.Integer, readonly.Longint, readonly.String.VirtualFileType, readonly.String, readonly.FileNameService identifies the service intended to get
IdeContext.final modifier.final modifier (Java only).RwiDiagram finds an opened IdeDiagram visualizing it.RwiDiagram containing the primary reference to the specified RwiElement.IdeDiagramElement corresponding to the specified RwiElement.IdeDiagramElement corresponding to the RwiElement referred to by the
RwiReference.RwiLink by given low-level API object representation.RwiLink by given enumeration of low-level API objects representing
RwiLink.RwiMember by given low-level API object representation.null.RwiMember by given enumeration of low-level API objects representing
RwiMember.SciMember by another member having the same
SciMember by its containing class and another member having the same
SciMember by the signature in the specified class(interface), or in its parents.SciMember by its containing class and the signature.RwiNode by given low-level API object representation.IdeProjectNode( which can be a file or a directory).RwiPackage by given low-level API object representation.findPackage(String, String) should be used instead.SciPackage where a new file with a given absolute URL
IdeMessagePage with the specified ID.RwiElement returns a reference to it in this diagram.RwiElement returns a reference to it in this diagram.modelDelta.Class by the specified class path.Class by the specified name.Friend modifier (Visual Basic and VB.Net only).Boolean.GetType( Expression ).IdeProjectNode.IdeProjectNode.IdeDiagram (the one the user is working with).View object.IdeMessagePage.boolean value of String.SciTypeExpression for the type to which the expression is casting.SciExpression which is casting to another type in this expression.IdeEditorStyledChar object at the specified position.VirtualFileManager method getVirtualFile(VirtualFile parent, String
relativePath, VirtualFileContext context), but with default context.RwiElement.IdeCommandManager.IdeCommandManager.IdeConfig instance for the specified level.IdeConfigEditor instance with the specific content and configuration.IdeConfigManager.IdeConfigManager.SciExpressionList that contains list of expressions.SciFile object this object is contained in.Context, assigned to this VirtualFilerootPackages(String, String) should be used instead.SciMemberDefinition for this member.RwiElement.RwiPackage containing design elements for this diagram.IdeDiagram containing selected elements.IdeDiagram containg new selected element or a resized element.IdeDiagramManager object.IdeDiagramManager.RwiDiagram).IdeEditorManager.IdeEditorManager.IdeCommandCheckListener for getting IdeContext
SciObject's text in the file.SciInheritanceList which contains references to classes(interfaces) this class(interface) extends.RwiExtensionManager object used by internal scripts.SciFactory object for the specified language.IdeProjectNode.IdeElement in an IdeContext.IdeProjectNode.IdeFilterManager.SciExpression for the function expression.SciFunctionCallExpression for the specified reference to a function.SciGenericFactory object for the specified language.RwiElement.RwiElement.RwiElement.Icon of the specified kind for this command item.path or from cache.RwiElement.VcsProvider.IdeManager.SciInheritanceList which contains references to interfaces this class implements.import command.SciClass-owner of this SciInheritance.SciExpression containing the initial value for this variable.UIComponentsBuilder.NavigatorAccess object.NavigatorFactory object.NullPropertyChangeSupport.NullVetoableChangeSupport.VcsProviderHelper.JavaImportList containing SciJavaImport instances.Boolean value of String.IdeProjectNode.SciLanguageHelper object for the specified language.LeafResolver used in navigator.SciExpression for the left part of this assignment operation.SciMember for this definition.IdeMessageManager.IdeMessageManager.IdeMessageManager.
SciModel model = SciModelAccess.getModel(); RwiProperty
SciTag.IdeExperPage for the new page.getSourceURL method where exactly the error occurred.IdeExperPage for the old page.Property.IdeProjectNode belongs.IdeProjectNode this IdeProjectNode belongs to.child,
SciPatternManager object.RwiPackage.TextPosition converter.SciTextPositions instance, which contains the start and the end offsets
RwiElement.IdeProgress for the specified ID.IdeProgressIndicator.IdeProgressIndicator.IdeProject this event relates to.IdeProject where this IdeProjectNode belongs.IdeProject.IdeProjectManager.IdeProjectManager object.PropertyMap containing all properties for this pattern.Property instance.getProperty operation of PropertyMap was invoked.String.null.key, or returns specified default
null.null.Property.PropertyMap instance which fired this event.getPropertyValue operation of PropertyMap was invoked.VcsProviderType with ID equal to id.Reference for this
SciExpression representing reference to initialized object in case of base class or member initialization in constructor.SciElement this reference points to.VcsProviderRegistry.value
value
value to the value which
convertToFile with Class.findResource() and contains
findResource() bugsIdeResourceManager.IdeResourceManager.ITestCollection containing test results.VirtualFile of this volumeSciExpression for the right part of this assignment operation.RwiDiagram corresponding to this diagram.RwiElement being visualized by this IdeDiagramElement.RwiElement that this component represents.RwiElement in this component.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. namejava.lang.Object.hashCode()RwiElements in enumeration.hasProperty operation of PropertyMap was invoked.hasPropertyValue operation of PropertyMap was
IdeAccess provides access to the IdeManager and all other managers.IdeActivatable should be implemented by the modules
IdeButtonType stores string constants used for identifying the types of buttons.IdeCommandListener interface.IdeCommandItems and IdeCommandGroups.IdeCommandItem or IdeCommandGroup).IdeCommandConstraints() constructor creates an "empty" constraint object which
IdeCommandItems.IdeCommandIconType defines string constants for the possible icon state types.IdeCommandItem defines a visual entity, representing a command.IdeCommandItems (not IdeCommandGroups).IdeCommandManager is responsible for creating new command items
IdeCommandManager.IdeConfigManager's methods.IdeConfig instances and working with ConfigEditors.IdeConfigManager instance.IdeDiagram visualizes a content of RwiDiagram on the screen.IdeDiagramListener interface.RwiElement on the IdeDiagram.IdeDiagramElements.IdeDiagrams.IdeDiagramManager is responsible for opening/closing a diagram and providing access to the opened diagrams.IdeDiagramManager.IdeDialogButtonGroup provides a container for all types of buttons.IdeWindowManager.createButtonPanel(...)IdeWindowManager.createButtonPanel(IdeDialogButtonGroup buttonGroup, LayoutManager layoutManager)IdeWindowManager.createButtonPanel(IdeDialogButtonGroup buttonGroup)IdeDialogType stores the names of message types.IdeEditors.IdeEditorManagerProvides methods for managing opened editors.IdeEditorManager.TextPosition object.IdeEditor.getSelection method.IdeElement represents a generic IDE element of Together.IdeElementDefault represents a default implementation of
IdeElement with the single service object.IdeElementDefault with the specified service.IdeErrorCheck provides error checking.IdeErrorInfoDefault provides a default implementation of IdeErrorInfo interface.IdeExpertAdapter provides default implementation of IdeExpertEvent.IdeExpertEvent defines an event that gets fired whenever
IdeExperEvent with the specified existing page and new page.IdeExpertEvent with the specified current page.IdeExpertListener provides a listener for various expert's events.IdeExperPage defines an expert page.IdeExpertPageSupport provides a default implementation
IdeExpertPage interface.IdeExpertPage with the specified title and count of pages.IdeFileChooser provides a simple mechanism for the user to choose a file.IdeFileChooserConstant stores the constants to be used in the IdeFileChooser interface.IdeFileFilter extends the standard FileFilter adding the ability to get the filter's mask.IdeFileFilterConstant stores the constants to be used
IdePathChooser interface.IdeResourceManager.IdeDiagramManager.saveImage method.IdeInspector.IdeInspectorComponent represents abstract component of inspector.IdeInspectorCompoundComponents represents an inspector component
IdeInspectorCompoundComponent object
IdeInspectorProperty represents a property inside an inspector component.IdeManager provides the entire IDE's fuctionality.IdeManager.IdeMessageManager controls the visibility of Together's message pane and
IdeMessageManager and defines two
IdeModuleConfigAccess provides access to the configuration files for the modules.IdePathChooser provides a simple mechanism for the user to choose a path.IdeProgress represents a progress indicator that is displayed on the screen.IdeProgressIndicator (used for creating progress indicators).IdeProgressIndicator.IdeProject defines a Together project.IdeProjectListener interface.IdeProjectNodes.IdeProjectListeber provides a project listener.IdeProjects and assigns/removes project listeners.IdeProjectManager.IdeProjecrNode represents a file or a directory in Together project.IdeResourceManager.RwiElements.IdeResourceManagerAccess provides access to the current IdeResourceManager.IdeScript should be implemented by each Together module.IdeStartup should be implemented by each Together module
IdeMessageManager provides a method for getting string from resource files.IdeTool describes a tool, provides the possibility to work with the tool's properties
IdeToolConstants contains the constants that define properties of a tool.IdeToolContext defines menu placement for a tool.IdeToolFilter describes a filter of error information.IdeToolManager provides access to the current tool manager.IdeUndoManager allows to track the changes in the model and to discard almost any change.IdeUndoManagerAccess provides access to the current IdeUndoManager object.IdeWindowManagerAccess provides access to the current IdeWindowManager.SciProperty.READ_ONLY insteadimplicit modifier (C# only).IdeProjectNode is an imported part of the project.SciJavaImport instances belonging to this container.*
SciInheritance references to the classes/interfaces.internal visibility (C# only).provider.IProgressMonitor interface is implemented by objects that monitor the progress of an activity; the methods
Is Expression.IdeConfigEditor is in the advanced mode.true from this method if it knows
parent and there is a possibility that provider
true.true if this provider can
PropertyGetProvider and PropertysetProvider are called.true if this provider can somehow
ReferenceCollection.true if comparator is applicable for
true from this method if it accepts
uniqueName exists in the universe
true if an element having the
uniqueName exists in the model.VirtualFileVolume if it is absent.true if the user does some UI action to cancel this operation.true if command is supported by this provider.true if this provider supports advanced options for command.SciElement represents existing model data.SciScope represents existing model data.isDeleted opertation of Element or
Reference was invoked.IdeProjectNode is a directory.file is loaded.true if this reference has occurred in
false if in the "extends" sectiontrue if this provider type is initialized.Element
false.true if the service with the specified name
false otherwise.support is equal to the result of getInstance.support is equal to the result of getInstance.true if project is valid in context of this provider,
isPropertyReadable operation of PropertyMap was invoked.true.false.true if propertyName property is writable.false.false.true if particular instance of VcsProvider is registered.true if this provider instance is valid with the provider type.truetrue if this object is read-only, false otherwise.SciLanguageHelperfalse.truetrue if this property is writable, false otherwise.AssetCategory objects.String name as key.KeyStrokes.KeyStrokes.true ) or not .Icons.Like Expression.Entity interface.SciClass being a destination class for a link this pattern works with.SciClass being a source class for a link this pattern works with.Link interface
Entity."location".&& in Java and C++, or and,
! in Java and C++, or not
|| in Java and C++, or or,
^ in Java and C++, or xor in Delphi."mainMenu"."mainToolbar".Object that stores the current state of the model.Me.RwiMember representing an attribute, contains a string with the unique name of
RwiLink represented by this attribute.RwiMemebers.- .VirtualFile to another virtual file which must exist and be a directory.* .mustinherit modifier (VB.Net only).mustoverride modifier (VB.Net only).native modifier (Java only).View.Comparator
ReferenceCollection instances
View object.ViewType used as view type for creation of
View object.new modifier (C# only).new operator.new operator.SciAttribute with a set of default properties (private, int).SciClass with a set of default properties.SciClass based on the specified string.SciClasses based on the specified string.SciCodeBlock.SciCodeBlock basing on the specified string.SciComment based on the specified string.SciExpression basing on the specified string.SciFile with a set of default properties.SciFile with the specified contents.SciInheritance.SciInitializer based on the specified string.SciJavaImport.SciMember based on the specified string.SciMemberDefinition for a given SciMember.SciMemberDefinition based on the specified string.SciMembers based on the specified string.SciNetAttribute with the specified contents.SciNetAttributeSection with the specified contents.SciOperation with a set of default properties (public, void, no parameters).SciPackage.SciParameter with a set of default properties.SciParameter with the specified content.SciStatement based on the specified string.SciTag.SciThrowSpecifier.VcsProvider.AbstractButton.AbstructButton from the enumeration.Object.Object proceeded by unary operation.Object.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.
SciObjects in this containerTextPosition.custom modifier (CORBA IDL only).topic.RwiDiagram creates and opens IdeDiagram.NavigatorAccess instance.NavigatorFactory instance.overloads modifier (VB.Net only).overridable modifier (VB.Net only).override modifier (C# only).overrides modifier (VB.Net only).RwiPackage
"Package".IdeConfigEditor.params modifier."parent".().participantRoles of Entity was called.participants of Entity was called.container.null.run() method of the specified IdeErrorCheck object and returns
IdeErrorInfo containing the information about possible errors that occurred."placeAfter"."placeBefore".+ .Points.Points.Points from existing enumeration.->).->*)."popupMenu".-- operator.++ operator.^ Expression.-- operator.++ operator.RwiDiagram.text in the default message page or in a modal dialog.RwiPropertyEnumeration of all the user-defined properties this element has.properties(String propertyName) operation of PropertyMap was invoked.properties() operation of PropertyMap was invoked.RwiPropertyEnumeration of all instances of the specified string property.Propety Get modifier (Visual Basic only).Propety Let modifier (Visual Basic only).Propety Set modifier (Visual Basic only).Property interace.PropertyMapListener interface.PropertyMapEvent is used in implementaions of PropertyMap interface to deliver
PropertyMapEvent.PropertyMapEvent.PropertyMap.PropertySetComponent as a group of radio buttons.PropertySetComponent.protected friend visibility (VB.Net only).protected internal visibility (C# only).VcsProvider registered instances.readonly modifier (CORBA IDL and C# only).IdeProjectNode is read-only.Element, has it's own properties and parent.Element --
ReferenceCollection.RwiPropertyMap instance returned by
getSubproperties method of the EXTENDS, IMPLEMENTS, and THROW properties.ReferenceCollections.References of collection.VcsProvider.VcsProviderType.== in Java and C++ or = in Delphi.>= (greater than or equal to).> (greater than).In Expression.instanceof (Java, C#, VB.NET only).<= (less than or equal to).< (less than).!= in Java and C++ or <> in Delphi.% in Java and C++, or mod in Delphi.EventMulticaster.button from this group.CacheControl to volumePropertyChangeListener.PropertyChange event.listener of property changes.Entity.RwiElement from this component.SciObject with the specified SciObject.oldTargetName with dependency on newTargetNamePropertySetComponents from this component.markState method.Class.SciElement object.SciElement's object.rootPackages(String) should be used instead.rootPackages(String) should be used instead.IdeProjectNodes for this project.RwiContainers.RwiDiagram
RwiReference derivatives referencing the model's elements.RwiDiagrams.RwiDiagramReferences.RwiElement is the generic representative of a model's part (package, node,
RwiElements.RwiElementsComponent provides a storage for keeping IdeInspectorProperties
RwiElements.RwiElementsComponent object for the specified IdeContext.RwiElementService provides a service to be used by any
RwiElement for this component.RwiProperty.LANGUAGE
RwiElements.RwiLinks.RwiLinkPositions interface.RwiLinkReferences.RwiMember represents member-like model elements, for example an operation or an attribute.RwiMembers.RwiMemberReferences.RwiModel interface provides a set of starting-point methods for working with the
RwiModelAccess is an abstract class which contains the static getModel method.RwiNodes.RwiNodePositions interface.RwiNodeReferences.RwiPackage contains model's data (nodes, members, diagrams, and other packages)
RwiPackages.RwiPositions interface.RwiProperty interface.RwiPropertys.RwiPropertyProvider.RwiReference is a generic type of a reference.RwiReferences.RwiReferenceService provides a service to be used by
RwiReference that this component represents.RwiProperty.SHAPE_TYPE property.RwiVisitorAdapter class extends RwiVisitor functionality by
visitContainer and visitElement.SciAccessors.SciAttributes.SciClasses.SciDirectInitExpression represents an expression used to initialize variable (or attribute)
Point point(10, 10); or int value(10);
SciElements.SciElements.SciElementVisitorAdapter class extends SciElementVisitor functionality by
visitElement.SciExpression represents all possible types of expressions in a source code.SciExpressions.SciExpressions.SciExpressionVisitor interface.SciFiles.SciFunctionCallExpression represents a call of a function.SciFunctions.SciGenericFactory to indicate that
SciInheritance is a reference to the class (interface) whose name appeared in the
SciInheritances.SciInheritanceList is a container of references to the
SciElements.SciJavaImport represents a Java language 'import' command.SciJavaImports.SciJavaImportList represents a container of SciJavaImports.SciMember provides a set of methods for accessing information about
SciMembers.SciModel contains a set of starting-point methods for working with the
SciModelAccess is an abstract class which contains the static getModel method.SciPackage.SciNetAttributes.SciLanguageHelper by few .NET specific ones.SciObjects.SciOperations.SciPackages.SciParameter is a variable using as a parameter for a method.SciParameters.SciParameters (parameters of a function),
SciReference interface provides methods for working with references.SciReferences.SciReferences.SciStatements.SciStatements.SciStatementVisitor interface.SciTag interface provides a set of methods for accessing those RWI properties
SciTags.SciTags.SciObject's text in the file.SciThrowSpecifiers, and provides a set of methods for
SciThrowSpecifier is a reference to the exception class whose name appeared in
SciThrowSpecifiers.SciVariables.IdeDiagramElement visible.sealed modifier (C# only).IdeDiagramElement to the set of selected elements of this diagram.IdeDiagramElements currently selected in this diagram.VcsProvider as a result of calling a method requiring a running session when session is not started.SessionNotStartedException with default message.IdeDiagram (the one the user is working with).IdeEditor to be the active editor.array would be used in VFS.mode for the categoryIdeCommandManager.IdeConfigManager.button as the default for specified dialog.IdeEditor to be the default editor.IdeDiagramManager.IdeEditorManager.message for the current IdeManager.IdeProgressIndicator.IdeFilterManager.scheme.IdeManager.IdeMessageManager as the current message manager.import command.SciExpression.NavigatorAccess.NavigatorFactory.LeafResolver object that indicates whether navigator
IdeMessageManager.IdeMessageManagerFactory.index to accChar which
'\0'.index to accChar which
'\0'.SciTag.IdeProgressIndicator.IdeProjectManager.setPropertyValue(PropertyMap propertyMap, String propertyName, String propertyValue)
propertyName
propertyValuepropertyName
propertyValueSciElement for this reference to point to.IdeResourceManager.PROP_SELECTED_COMPONENT.SciTag to the element this SciTagList belongs to.text to the status bar with specified message type.text that represents a message if the given type, to be displayed in the status bar.text to the status bar.text to de displayed in the status bar.text into the textarea.IdeMessageManager.index to title which
null.filter for this tool.mode for the categoryTreeCellRenderer.SciObject.newValueSciTag.IdeWindowManager.shadows modifier (C# only)."shapeType".shared modifier (VB.Net only).<< in Java and C++ or
shl in Delhpi.>> in Java and C++ or
shr in Delhpi.>>> (Java only).URLChooser and returns rezult of view.IdeConfigEditor.IdeConfigEditor in the specified component.IdeConfigEditor in the specified component.- .+ .String value type.PropertyValueEditor and
PropertyValueRendererObject.Object.InspectorProperty.ElementStatusService represents a service that produces text output to the status bar.properties to the given
propertyMapdata to the given
propertyMap.Strings.Strings.Strings from existing.setValue method
synchronized modifier.synchronize modifier (Java only).TabbedPaneInspectorUI is the service for the inspector.inspector.SciTags this element has.SciTags with the specified name this element has.START_POSITION
END_POSITION."textEditor".SciThrowSpecifier references to the exception classes.Property.message according to mode set for categoryexception according to mode set for categorytransient modifier.transient modifier (Java only).execute method always returns true.truncatable modifier (CORBA IDL only).RwiMembers representing attributes, this property contains a string with
id componentid componentUIComponentService represents a service that
Object.bind method usage.Objects for uniqueness.VcsProvider with specified ID.VcsProvider.VcsProviderType.unsafe modifier.IdeDiagramElement from the selection in this diagram.PROP_VISIBLE_COMPONENTS property.URLChooser.URLChooser with title - "Choose URL".VcsProvider exceptions.VcsProviderException without message.VcsProviderException representing another exception,
VcsProviderException with message.VcsProvider.VcsProviderType instances.VcsProviderRegistry.vetoableDispatch method of dispatchable event for every
vetoableDispatch
RwiDiagram
VirtualFileManager is used to get instances of VirtualFile and Context
VirtualFileManager accessor.VirtualFileVolume is used to operate with filesystem roots.VirtalFileVolume.CacheControl is used for controlling cache for
SciAssertStatement.SciAssignmentExpression.SciAttribute.SciCaseStatement.SciCatchBlockStatement.SciClass.SciCompoundStatement.SciConstantExpression.SciDeclarationStatement.RwiDiagram.SciDirectInitExpression.SciEventHandlingStatement.SciExpression.SciExpressionListStatement.SciExpressionStatement.SciFunction.SciFunctionCallExpression.SciIfStatement.SciInheritance.SciInitializer.RwiLink.SciLoopStatement.RwiMember.SciMemberAccessExpression.SciNewExpression.RwiNode.SciOperation.RwiPackage.SciParameter.SciReference.SciReferenceExpression.SciReturnStatement.SciStatement.SciSwitchStatement.SciThrowSpecifier.SciThrowStatement.SciTryStatement.SciTypeCastExpression.SciTypeExpression.SciVariable.volatile modifier.volatile modifier.id component to appearNAME_SEPARATOR
NAME_SEPARATOR character in the string
IdeProjectNode is writable.writeonly modifier (VB.Net only).
| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||