Package | Description |
---|---|
debugbackend | |
org.eth.cyril.gui.swt | |
org.eth.cyril.listeners.edit |
Contains listeners which allow to open a separate browser editor window to edit a single order constraint, string format, abstraction
rule or blacklist rule.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<BrowserEditor.EditorField> |
DSLUtil.getAbstractionFields()
Get the list of fields which must be used in the abstraction rule editor.
|
static java.util.List<BrowserEditor.EditorField> |
DSLUtil.getBlacklistFields()
Get the list of fields which must be used in the blacklist rule editor.
|
static java.util.List<BrowserEditor.EditorField> |
DSLUtil.getFormatFields()
Get the list of fields which must be used in the string format editor.
|
static java.util.List<BrowserEditor.EditorField> |
DSLUtil.getOrderFields()
Get the list of fields which must be used in the order constraint editor.
|
Constructor and Description |
---|
BrowserEditor(org.eclipse.swt.widgets.Composite parent,
EditableConfigurationArray array,
java.util.List<BrowserEditor.EditorField> fields,
BrowserEditorConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<BrowserEditor.EditorField> |
EditStringFormatListener.getFields() |
protected java.util.List<BrowserEditor.EditorField> |
EditOrderConstraintListener.getFields() |
protected java.util.List<BrowserEditor.EditorField> |
EditBlacklistListener.getFields() |
protected abstract java.util.List<BrowserEditor.EditorField> |
ConfigEditorListener.getFields()
Gets the fields which may be edited in the editor.
|