Interface for concrete plugin criteria. More...
Public Member Functions | |
| JPanel | getCriteriumPanel () |
| The criterium configuration panel. | |
| IFixedCriterium | getFixedCriterium () |
| Returns a fixed input value object. | |
| String | getFormulaString () |
| The criterium formula string. | |
| boolean | matches (ViewNode node) |
| Evaluates the criterium. | |
Package Functions | |
| String | getCriteriumDescription () |
| The criterium description. | |
This interface must be implemented by all objects that are returned from the getCriterium method of the ICriteriaSelectionPlugin interface.
| String BinNavi.API.plugins.ICriteriaSelectionPlugin.ICriterium.getCriteriumDescription | ( | ) | [package] |
Returns the description of the selection criterium.
| JPanel BinNavi.API.plugins.ICriteriaSelectionPlugin.ICriterium.getCriteriumPanel | ( | ) |
Returns the criterium configuration panel where the criterium can be configured.
| IFixedCriterium BinNavi.API.plugins.ICriteriaSelectionPlugin.ICriterium.getFixedCriterium | ( | ) |
Returns an object that contains all configuration values from the configuration panel of the criterium. This object is later on passed to matches(ViewNode, Object) to replay previous node selections.
| String BinNavi.API.plugins.ICriteriaSelectionPlugin.ICriterium.getFormulaString | ( | ) |
Returns the criterium formula string that is a textual representation of the criterium.
| boolean BinNavi.API.plugins.ICriteriaSelectionPlugin.ICriterium.matches | ( | ViewNode | node | ) |
Evaluates whether the criterium matches the given node.
| node | The node to match. |
1.7.1