|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CutManager
Interface to be implemented by the component that manages cuts and displays editors.
Method Summary | |
---|---|
Set<ConditionDefinition> |
getCurrentDefinitions()
Returns a set of condition definitions applicable to the currently loaded record. |
Set<ConditionDefinition> |
getCurrentDefinitions(Cut cut)
Returns a set of condition definitions applicable to the currently loaded record and the specified cut. |
ConditionDefinition |
getDefinition(String name)
Returns ConditionDefinition with the specified name. |
Collection<ConditionDefinition> |
getDefinitions()
Returns a set of all known condition definitions. |
void |
showConditionEditor(ConditionEditor editor)
Displays pre-initialized condition editor. |
Method Detail |
---|
void showConditionEditor(ConditionEditor editor)
Collection<ConditionDefinition> getDefinitions()
ConditionDefinition getDefinition(String name)
Set<ConditionDefinition> getCurrentDefinitions()
Set<ConditionDefinition> getCurrentDefinitions(Cut cut)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |