public class EsxCompositeGlobalNoteNumbers extends EsxComposite
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
ID  | 
isActive, parentPart| Constructor and Description | 
|---|
EsxCompositeGlobalNoteNumbers(Composite parent,
                             int style)  | 
EsxCompositeGlobalNoteNumbers(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 EsxCompositeGlobalNoteNumbers(Composite parent,
                             int style)
parent - style - public EsxCompositeGlobalNoteNumbers(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