Class SensorsPropertySection
- java.lang.Object
-
- org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
-
- de.uka.ipd.sdq.sensorframework.visualisation.tabs.sensors.SensorsPropertySection
-
public class SensorsPropertySection extends AbstractPropertySection implements Observer
Deprecated.Superseded by EDP2.
-
-
Field Summary
Fields Modifier and Type Field Description protected static String[]columnNamesDeprecated.static StringCONTEXT_COLUMNDeprecated.static intCONTEXT_COLUMN_INDEXDeprecated.static StringICON_COLUMNDeprecated.Columns of a table, which is used into ParameterEditDialogstatic intICON_COLUMN_INDEXDeprecated.static StringRUN_COLUMNDeprecated.static intRUN_COLUMN_INDEXDeprecated.static StringSENSORS_COLUMNDeprecated.static intSENSORS_COLUMN_INDEXDeprecated.-
Fields inherited from class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
STANDARD_LABEL_WIDTH
-
-
Constructor Summary
Constructors Constructor Description SensorsPropertySection()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidcreateControls(Composite parent, TabbedPropertySheetPage aTabbedPropertySheetPage)Deprecated.ISelectiongetSelection()Deprecated.voidrefresh()Deprecated.voidsetInput(IWorkbenchPart part, ISelection selection)Deprecated.voidupdate(Observable subject, Object signal)Deprecated.-
Methods inherited from class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
aboutToBeHidden, aboutToBeShown, dispose, getMinimumHeight, getPart, getWidgetFactory, shouldUseExtraSpace
-
-
-
-
Field Detail
-
ICON_COLUMN_INDEX
public static final int ICON_COLUMN_INDEX
Deprecated.- See Also:
- Constant Field Values
-
CONTEXT_COLUMN_INDEX
public static final int CONTEXT_COLUMN_INDEX
Deprecated.- See Also:
- Constant Field Values
-
RUN_COLUMN_INDEX
public static final int RUN_COLUMN_INDEX
Deprecated.- See Also:
- Constant Field Values
-
SENSORS_COLUMN_INDEX
public static final int SENSORS_COLUMN_INDEX
Deprecated.- See Also:
- Constant Field Values
-
ICON_COLUMN
public static final String ICON_COLUMN
Deprecated.Columns of a table, which is used into ParameterEditDialog- See Also:
- Constant Field Values
-
CONTEXT_COLUMN
public static final String CONTEXT_COLUMN
Deprecated.- See Also:
- Constant Field Values
-
RUN_COLUMN
public static final String RUN_COLUMN
Deprecated.- See Also:
- Constant Field Values
-
SENSORS_COLUMN
public static final String SENSORS_COLUMN
Deprecated.- See Also:
- Constant Field Values
-
columnNames
protected static String[] columnNames
Deprecated.
-
-
Method Detail
-
update
public void update(Observable subject, Object signal)
Deprecated.
-
createControls
public void createControls(Composite parent, TabbedPropertySheetPage aTabbedPropertySheetPage)
Deprecated.- Specified by:
createControlsin interfaceISection- Overrides:
createControlsin classAbstractPropertySection
-
getSelection
public ISelection getSelection()
Deprecated.- Overrides:
getSelectionin classAbstractPropertySection
-
refresh
public void refresh()
Deprecated.- Specified by:
refreshin interfaceISection- Overrides:
refreshin classAbstractPropertySection
-
setInput
public void setInput(IWorkbenchPart part, ISelection selection)
Deprecated.- Specified by:
setInputin interfaceISection- Overrides:
setInputin classAbstractPropertySection
-
-