|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Describes the basic functionality of a general RuleEditor.
Implementing classes are responsible for managing rules, i.e. they take
care of the condition that the rule given by setRule() should match to
the gui implemented by createContent().
| Method Summary | |
void |
createContent(org.eclipse.swt.widgets.Composite parent)
Creates the editor gui to display and modify current rule settings |
void |
set(Rule rule)
Uses the given rule. |
boolean |
storeRule()
Stores the currently settings to the used rule. |
| Method Detail |
public void createContent(org.eclipse.swt.widgets.Composite parent)
parent - the Composite to add this editor topublic void set(Rule rule)
rule - an arbitrary rulepublic boolean storeRule()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||