public class EsxCompositeGlobalPatternSets extends EsxComposite
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID |
static java.lang.String |
ID_PATTERN_SET_VIEWER |
isActive, parentPart| Constructor and Description |
|---|
EsxCompositeGlobalPatternSets(Composite parent,
int style) |
EsxCompositeGlobalPatternSets(EsxEditorPart parentPart,
Composite parentComposite,
int style) |
| Modifier and Type | Method and Description |
|---|---|
void |
refresh()
Refreshes this component with information freshly obtained from the component's model.
|
void |
refreshInputs()
This method is similar to the refresh() method, but it should typically
only be called with setInput() is called.
|
void |
setInput(java.lang.Object input)
Sets the input to this component.
|
createGridData2ColumnComboInput, createGridData2ColumnSpacer, createGridData2ColumnTextInput, createGridData2ColumnTextLabel, createGridData4ColumnCheckButton, getAdapterFactory, getCommandStack, getCountInListWithValue, getEditingDomain, getListOfEObjectsWithinEObject, getListOfEObjectsWithinEObject, getLiteralStrings, getLiteralStrings, getMultiNumberString, getMultiString, getMultiString, getMultiString, getMultiStringPatternLabels, getPatternLabelStrings, setFeatureForSelectedItemspublic static final java.lang.String ID
public static final java.lang.String ID_PATTERN_SET_VIEWER
public EsxCompositeGlobalPatternSets(Composite parent,
int style)
parent - style - public EsxCompositeGlobalPatternSets(EsxEditorPart parentPart, Composite parentComposite, int style)
parentPart - parentComposite - style - public void setInput(java.lang.Object input)
EsxCompositesetInput in class EsxCompositepublic void refresh()
EsxCompositerefresh in class EsxCompositepublic void refreshInputs()
EsxCompositerefreshInputs in class EsxComposite