Uses of Class
com.togethersoft.openapi.util.function.UnaryCondition

Packages that use UnaryCondition
com.togethersoft.openapi.ide.inspector.util.editors 
com.togethersoft.openapi.ide.window 
com.togethersoft.openapi.util.file 
com.togethersoft.openapi.util.function 

Uses of UnaryCondition in com.togethersoft.openapi.ide.inspector.util.editors
 

Fields in com.togethersoft.openapi.ide.inspector.util.editors declared as UnaryCondition
final static UnaryConditionSingleElementChooserEditor.FALSE_CONDITION
           Represents false UnaryCondition.
 

Constructors in com.togethersoft.openapi.ide.inspector.util.editors with parameters of type UnaryCondition
MultiValueElementChooserUI.MultiValueElementChooserUI(RwiElement rwiElement, UnaryCondition displayFilter, UnaryCondition classFilter, boolean includeCurrentDiagram, UnaryCondition multiple, UnaryOperation title)
           Initializes this element chooser.
PropertyMapMultiValueElementChooserEditor.PropertyMapMultiValueElementChooserEditor(RwiElement rwiElement, String propertyName, UnaryCondition displayFilter, UnaryCondition classFilter, boolean includeCurrentDiagram, UnaryCondition multiple, UnaryOperation title)
           Constructs this editor which will be represented on UI as the MultiValueElementChooser.
RwiPropertyMultiValueElementChooserEditor.RwiPropertyMultiValueElementChooserEditor(RwiElement rwiElement, String propertyName, UnaryCondition displayFilter, UnaryCondition classFilter, boolean includeCurrentDiagram, UnaryCondition multiple, UnaryOperation title)
           Constructs this editor which will be represented on UI as the MultiValueElementChooser.
SingleElementChooserEditor.SingleElementChooserEditor(RwiElement rwiElement, UnaryCondition displayFilter, UnaryCondition classFilter, boolean includeCurrentDiagram, UnaryOperation title)
           Constructs this editor which will be represented on UI as the SingleElementChooser.
 

Uses of UnaryCondition in com.togethersoft.openapi.ide.window
 

Methods in com.togethersoft.openapi.ide.window with parameters of type UnaryCondition
VectorIdeWindowManager.showElementsSelectorDialog(RwiElement rwiElement, UnaryCondition displayFilter, UnaryCondition classFilter, boolean includeCurrentDiagram, UnaryCondition isMultiple, UnaryOperation title)
           Brings up a modal selector dialog with the specified filtering conditions.
 

Uses of UnaryCondition in com.togethersoft.openapi.util.file
 

Classes in com.togethersoft.openapi.util.file that implement UnaryCondition
class SimpleWildcardFilter
           Presents methods to match given path with specified wildcard mask.
 

Uses of UnaryCondition in com.togethersoft.openapi.util.function
 

Fields in com.togethersoft.openapi.util.function declared as UnaryCondition
final static UnaryConditionConstantCondition.FALSE
           UnaryCondition which execute method always returns false.
final static UnaryConditionConstantCondition.TRUE
           UnaryCondition which execute method always returns true.