| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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 UnaryCondition | SingleElementChooserEditor.FALSE_CONDITIONRepresents 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 | |
Vector | IdeWindowManager.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 | SimpleWildcardFilterPresents 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 UnaryCondition | ConstantCondition.FALSEUnaryCondition which execute method always returns false. |
final static UnaryCondition | ConstantCondition.TRUEUnaryCondition which execute method always returns true. |
| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||