Uses of Package
com.togethersoft.openapi.util.function

Packages that use com.togethersoft.openapi.util.function
com.togethersoft.openapi.ide.inspector.util.editors 
com.togethersoft.openapi.ide.window 
com.togethersoft.openapi.modelnavigator 
com.togethersoft.openapi.util.enum 
com.togethersoft.openapi.util.file 
com.togethersoft.openapi.util.function 
com.togethersoft.openapi.util.properties 

Classes in com.togethersoft.openapi.util.function used by com.togethersoft.openapi.ide.inspector.util.editors
MultiValueElementChooserUI
          Represents an elements chooser - dialog box with two panels : Left panel contains three trees:
tree of diagrams starting from the current; this tree can be shown or not (see below)
tree of the whole project starting from the root package tree of the packages in the search/classpath
Right panel contains selected elements from the left panel.
PropertyMapMultiValueElementChooserEditor
          Represents the editor for the PropertyMap as the element chooser dialog.
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.util.function used by com.togethersoft.openapi.ide.window
IdeFilterManager
          
IdeWindowManager
          Window manager is responsible for creating buttons and dialogs of various types.
 

Classes in com.togethersoft.openapi.util.function used by com.togethersoft.openapi.modelnavigator
NavigatorService
          Utility interface presents most of navigator's functionality.
 

Classes in com.togethersoft.openapi.util.function used by com.togethersoft.openapi.util.enum
FilterEnumeration
          Presents enumeration with filter which is a specified unary operation.
 

Classes in com.togethersoft.openapi.util.function used by com.togethersoft.openapi.util.file
SimpleWildcardFilter
          Presents methods to match given path with specified wildcard mask.
 

Classes in com.togethersoft.openapi.util.function used by com.togethersoft.openapi.util.function
ConstantCondition
          Presents two boolean constant UnaryConditions : TRUE and FALSE.
InvertibleFunction
          Presents unary operation "inverse".
UnaryInverse
          Minimal implementation of unary operation and invertion.
UniqueElementFilter
          This filter used to check exsiting Objects for uniqueness.
 

Classes in com.togethersoft.openapi.util.function used by com.togethersoft.openapi.util.properties
FilteredNameProperties
          Adds ability to set value for this property.
FilteredNamePropertiesRO
          Presents filtered property with read-only access.