| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of UnaryCondition in com.togethersoft.openapi.ide.inspector.util.editors |
| Fields in com.togethersoft.openapi.ide.inspector.util.editors declared as UnaryCondition | |
private UnaryCondition | MultiValueElementChooserUI.myClassFilter |
private UnaryCondition | MultiValueElementChooserUI.myDisplayFilter |
private UnaryCondition | MultiValueElementChooserUI.myMultiple |
final static UnaryCondition | SingleElementChooserEditor.FALSE_CONDITIONRepresents false UnaryCondition. |
protected UnaryCondition | SingleElementChooserEditor.myClassFilter |
protected UnaryCondition | SingleElementChooserEditor.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 | |
UnaryCondition | IdeFilterManager.getFilter(int dialogType, String uin) |
| Methods in com.togethersoft.openapi.ide.window with parameters of type UnaryCondition | |
void | IdeFilterManager.registerFilter(int dialogType, String uin, UnaryCondition filter) |
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. |
Vector | IdeWindowManager.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 | |
void | NavigatorService.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 | 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 | |||||||||