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.modelnavigator 
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
private UnaryConditionMultiValueElementChooserUI.myClassFilter
          
private UnaryConditionMultiValueElementChooserUI.myDisplayFilter
          
private UnaryConditionMultiValueElementChooserUI.myMultiple
          
final static UnaryConditionSingleElementChooserEditor.FALSE_CONDITION
          Represents false UnaryCondition.
protected UnaryConditionSingleElementChooserEditor.myClassFilter
          
protected UnaryConditionSingleElementChooserEditor.myDisplayFilter
          
 

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, SwingEditorSupport innerEditor)
          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, SwingEditorSupport innerEditor)
          Constructs this editor which will be represented on UI as the SingleElementChooser.
SingleElementChooserEditor.SingleElementChooserEditor(RwiElement rwiElement, UnaryCondition displayFilter, UnaryCondition classFilter, boolean includeCurrentDiagram, UnaryOperation title, MutableComboBoxModel model, String[] visibleNames, String[] iconNames)
          
SingleElementChooserEditor.SingleElementChooserEditor(RwiElement rwiElement, UnaryCondition displayFilter, UnaryCondition classFilter, boolean includeCurrentDiagram, UnaryOperation title)
          Constructs this editor which will be represented on UI as the SingleElementChooser with string editor as inner one.
 

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

Methods in com.togethersoft.openapi.ide.window that return UnaryCondition
UnaryConditionIdeFilterManager.getFilter(int dialogType, String uin)
          
 

Methods in com.togethersoft.openapi.ide.window with parameters of type UnaryCondition
voidIdeFilterManager.registerFilter(int dialogType, String uin, UnaryCondition filter)
          
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.
VectorIdeWindowManager.showElementsSelectorDialog(RwiElement rwiElement, String propertyName, UnaryCondition displayFilter, UnaryCondition classFilter, boolean includeCurrentDiagram, UnaryCondition isMultiple, UnaryOperation title)
          
 

Uses of UnaryCondition in com.togethersoft.openapi.modelnavigator
 

Methods in com.togethersoft.openapi.modelnavigator with parameters of type UnaryCondition
voidNavigatorService.addFilter(UnaryCondition filter)
          Adds filter that can filter out unnecessary model elements
that should not be shown in navigator.
 

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.