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

Packages that use UnaryOperation
com.togethersoft.openapi.ide.inspector.util.editors 
com.togethersoft.openapi.ide.window 
com.togethersoft.openapi.util.enum 
com.togethersoft.openapi.util.function 

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

Fields in com.togethersoft.openapi.ide.inspector.util.editors declared as UnaryOperation
private UnaryOperationMultiValueElementChooserUI.myTitle
          
protected UnaryOperationSingleElementChooserEditor.myTitle
          
 

Constructors in com.togethersoft.openapi.ide.inspector.util.editors with parameters of type UnaryOperation
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 UnaryOperation in com.togethersoft.openapi.ide.window
 

Methods in com.togethersoft.openapi.ide.window with parameters of type UnaryOperation
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 UnaryOperation in com.togethersoft.openapi.util.enum
 

Fields in com.togethersoft.openapi.util.enum declared as UnaryOperation
private UnaryOperationFilterEnumeration.myFilter
          
 

Constructors in com.togethersoft.openapi.util.enum with parameters of type UnaryOperation
FilterEnumeration.FilterEnumeration(Enumeration source, UnaryOperation filter)
          Creates new enumeration from exists and specifies filter for enumeration.
 

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

Subinterfaces of UnaryOperation in com.togethersoft.openapi.util.function
interface InvertibleFunction
          Presents unary operation "inverse".
 

Classes in com.togethersoft.openapi.util.function that implement UnaryOperation
class UniqueElementFilter
          This filter used to check exsiting Objects for uniqueness.