Class FiltersPropertySection
java.lang.Object
org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
de.uka.ipd.sdq.sensorframework.visualisation.tabs.filters.FiltersPropertySection
- All Implemented Interfaces:
ISection
Deprecated.
Superseded by EDP2.
This class defines the 'Filters' tab section, which makes a definition possible of filter and
their pure sequence for measured values indicated in the opinion.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static String[]Deprecated.static final StringDeprecated.static final intDeprecated.static final StringDeprecated.Columns of a table, which is used into ParameterEditDialog.static final intDeprecated.static final StringDeprecated.static final intDeprecated.static final StringDeprecated.static final intDeprecated.static final StringDeprecated.static final intDeprecated.Fields inherited from class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
STANDARD_LABEL_WIDTH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateControls(Composite parent, TabbedPropertySheetPage tabbedPropertySheetPage) Deprecated.voidrefresh()Deprecated.voidsetInput(IWorkbenchPart part, ISelection selection) Deprecated.Methods inherited from class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
aboutToBeHidden, aboutToBeShown, dispose, getMinimumHeight, getPart, getSelection, getWidgetFactory, shouldUseExtraSpace
-
Field Details
-
ICON_COLUMN_INDEX
public static final int ICON_COLUMN_INDEXDeprecated.- See Also:
-
FILTERNAME_COLUMN_INDEX
public static final int FILTERNAME_COLUMN_INDEXDeprecated.- See Also:
-
PARAMETER_TYPE_COLUMN_INDEX
public static final int PARAMETER_TYPE_COLUMN_INDEXDeprecated.- See Also:
-
PARAMETER_DESCRIPTION_COLUMN_INDEX
public static final int PARAMETER_DESCRIPTION_COLUMN_INDEXDeprecated.- See Also:
-
PARAMETER_VALUE_COLUMN_INDEX
public static final int PARAMETER_VALUE_COLUMN_INDEXDeprecated.- See Also:
-
ICON_COLUMN
Deprecated.Columns of a table, which is used into ParameterEditDialog.- See Also:
-
FILTERNAME_COLUMN
Deprecated.- See Also:
-
PARAMETER_TYPE_COLUMN
Deprecated.- See Also:
-
PARAMETER_DESCRIPTION_COLUMN
Deprecated.- See Also:
-
PARAMETER_VALUE_COLUMN
Deprecated.- See Also:
-
columnNames
Deprecated.
-
-
Constructor Details
-
FiltersPropertySection
public FiltersPropertySection()Deprecated.
-
-
Method Details
-
createControls
Deprecated.- Specified by:
createControlsin interfaceISection- Overrides:
createControlsin classAbstractPropertySection
-
setInput
Deprecated.- Specified by:
setInputin interfaceISection- Overrides:
setInputin classAbstractPropertySection
-
refresh
public void refresh()Deprecated.- Specified by:
refreshin interfaceISection- Overrides:
refreshin classAbstractPropertySection
-