| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Classes in com.togethersoft.openapi.rwi used by com.togethersoft.openapi.ide | |
| IdeContext Contains information about selected elements at the moment the module was called. | |
| IdeManager Interface IdeManager provides the entire IDE's fuctionality. | |
| Classes in com.togethersoft.openapi.rwi used by com.togethersoft.openapi.ide.diagram | |
IdeDiagramIdeDiagram visualizes a content of RwiDiagram on the screen. | |
| IdeDiagramElement Visualizes RwiElement on the IdeDiagram. | |
IdeDiagramManagerIdeDiagramManager is responsible for opening/closing a diagram and providing access to the opened diagrams. | |
| Classes in com.togethersoft.openapi.rwi used by com.togethersoft.openapi.ide.inspector.util | |
| DescriptionComponent This class represents inspector component intended to edit javadoc for the selected RwiElement. | |
| DocComponent This class represents inspector component suited to show javadoc for selected RwiElement. | |
| DocUtil This utility class has only one method to get javadoc for the specified RwiElement. | |
| Classes in com.togethersoft.openapi.rwi used by com.togethersoft.openapi.ide.inspector.util.editors | |
| ExtendedParamsEditor Represents editor for multi value RwiProperty as an element chooser. | |
| MultiValueElementChooserUI Represents an elements chooser - dialog box with two panels : Left panel contains three trees: tree of diagrams starting from the current; this tree can be shown or not (see below) tree of the whole project starting from the root package tree of the packages in the search/classpath Right panel contains selected elements from the left panel. | |
| PropertyMapMultiValueElementChooserEditor Represents the editor for the PropertyMap as the element chooser dialog. | |
| RwiPropertyAdapter Implementor of RwiProperty interface. | |
| RwiPropertyMultiValueElementChooserEditor Represents editor for multi value RwiProperty as an element chooser. | |
| SingleElementChooserEditor Allows to select in the element chooser dialog only one element. | |
| Classes in com.togethersoft.openapi.rwi used by com.togethersoft.openapi.ide.inspector.util.property | |
| RwiInspectorBooleanProperty Suited to works with boolean properties of selected RwiElements (RwiRefernces). | |
| RwiInspectorColorProperty Suited to works with color properties of selected RwiElements. | |
| RwiInspectorIntegerProperty Suited to works with integer properties of selected RwiElements (RwiRefernces). | |
| RwiInspectorInversedBooleanProperty Suited to works with boolean properties of selected RwiElements (RwiRefernces). | |
| RwiInspectorMultipleStringProperty Suited to works with multiple string properties of selected RwiElements (RwiRefernces). | |
| RwiInspectorMultipleStringProperty.ProxyProperty | |
| RwiInspectorProperty Represents abstract implementation of InspectorProperty suited to works with properties of selected RwiElements. | |
| RwiInspectorStringProperty Suited to work with String properties of selected RwiElements. | |
| Classes in com.togethersoft.openapi.rwi used by com.togethersoft.openapi.ide.inspector.util.table | |
| RwiElementsComponent Class RwiElementsComponent provides a storage for keeping IdeInspectorProperties
relating to the same RwiElements. | |
| RwiElementTableRemoverButton Represents "Remove" button for RwiElementTable. | |
| RwiMembersComponent Keeps IdeInspectorProperties relating to the same RwiMembers. | |
| Classes in com.togethersoft.openapi.rwi used by com.togethersoft.openapi.ide.resource | |
| IdeResourceManager Provides a set of methods for obtaining information about types of files and RwiElements. | |
| Classes in com.togethersoft.openapi.rwi used by com.togethersoft.openapi.ide.util | |
| RwiElementService Interface RwiElementService provides a service to be used by any
IDE component to get an RwiElement for this component. | |
| RwiReferenceService Interface RwiReferenceService provides a service to be used by
any IDE component to get an RwiReference that this component represents. | |
| Classes in com.togethersoft.openapi.rwi used by com.togethersoft.openapi.ide.window | |
| IdeWindowManager Window manager is responsible for creating buttons and dialogs of various types. | |
| Classes in com.togethersoft.openapi.rwi used by com.togethersoft.openapi.rwi | |
| RwiContainer A top-level representative of a container of elements. | |
RwiDiagramRwiDiagram
is a set of RwiReference derivatives referencing the model's elements. | |
| RwiDiagramPositions | |
| RwiDiagramReference A reference to a diagram | |
RwiElementRwiElement is the generic representative of a model's part (package, node,
member, diagram and link). | |
| RwiLink A link between two RwiElements. | |
RwiLinkPositionsRwiLinkPositions interface. | |
| RwiLinkReference A reference to a link. | |
RwiMemberRwiMember represents member-like model elements, for example an operation or an attribute. | |
| RwiMemberPositions | |
| RwiMemberReference A reference to a member. | |
RwiModelRwiModel interface provides a set of starting-point methods for working with the
model. | |
RwiModelAccessRwiModelAccess is an abstract class which contains the static getModel method. | |
| RwiNode Nodes can contain members and other nodes called subnodes. | |
RwiNodePositionsRwiNodePositions interface. | |
| RwiNodeReference A reference to a node. | |
RwiPackageRwiPackage contains model's data (nodes, members, diagrams, and other packages)
in a directory-like structure. | |
| RwiProperty Represents the element's string property and contains the names and descriptions of hardcoded properties. | |
| RwiPropertyMap Represents a container for the properties. | |
RwiReferenceRwiReference is a generic type of a reference. | |
| RwiVisitor An implementation of a Visitor pattern from GoF "Design Patterns" book. | |
RwiVisitorAdapterRwiVisitorAdapter class extends RwiVisitor functionality by
providing two additional methods visitContainer and visitElement. | |
| Classes in com.togethersoft.openapi.rwi used by com.togethersoft.openapi.rwi.enum | |
| RwiContainerEnumeration Enumeration of RwiContainers. | |
| RwiDiagramEnumeration Enumeration of RwiDiagrams. | |
| RwiDiagramReferenceEnumeration Enumeration of RwiDiagramReferences. | |
| RwiElementEnumeration Enumeration of RwiElements. | |
| RwiLinkEnumeration Enumeration of RwiLinks. | |
| RwiLinkReferenceEnumeration Enumeration of RwiLinkReferences. | |
| RwiMemberEnumeration Enumeration of RwiMembers. | |
| RwiMemberReferenceEnumeration Enumeration of RwiMemberReferences. | |
| RwiNodeEnumeration Enumeration of RwiNodes. | |
| RwiNodeReferenceEnumeration Enumeration of RwiNodeReferences. | |
| RwiPackageEnumeration Enumeration of RwiPackages. | |
| RwiPropertyEnumeration Enumeration of RwiPropertys. | |
| RwiReferenceEnumeration Enumeration of RwiReferences. | |
| Classes in com.togethersoft.openapi.rwi used by com.togethersoft.openapi.rwi.extension | |
| BooleanPropertyAdapter Presents provider suited to work with boolean properties. | |
| RwiMemberProvider Presents provider that suited to work with certain rwi member. | |
| RwiMemberProviderAdapter Presents minimal implementation of RwiMemberProvider. | |
| RwiMemberProviderAdapter.EmptyRwiMemberEnumeration | |
| RwiPropertyEnumerationAdapter Presents default implementation of RwiPropertyEnumeration. | |
| RwiPropertyEnumerationAdapter.PropertyAdapter | |
| RwiPropertyProvider Presents provider that suited to work with certain property. | |
| RwiPropertyProviderAdapter Presents default implementation of RwiPropertyProvider. | |
| RwiPropertyProviderAdapter.EmptyRwiElementEnumeration | |
| RwiPropertyProviderAdapter.RwiSinglePropertyImpl | |
| Classes in com.togethersoft.openapi.rwi used by com.togethersoft.openapi.util | |
| RwiElementsUtil | |
| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||