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
public class FiltersPropertySection extends AbstractPropertySection
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
Fields Modifier and Type Field Description protected static String[]columnNamesDeprecated.static StringFILTERNAME_COLUMNDeprecated.static intFILTERNAME_COLUMN_INDEXDeprecated.static StringICON_COLUMNDeprecated.Columns of a table, which is used into ParameterEditDialog.static intICON_COLUMN_INDEXDeprecated.static StringPARAMETER_DESCRIPTION_COLUMNDeprecated.static intPARAMETER_DESCRIPTION_COLUMN_INDEXDeprecated.static StringPARAMETER_TYPE_COLUMNDeprecated.static intPARAMETER_TYPE_COLUMN_INDEXDeprecated.static StringPARAMETER_VALUE_COLUMNDeprecated.static intPARAMETER_VALUE_COLUMN_INDEXDeprecated.-
Fields inherited from class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
STANDARD_LABEL_WIDTH
-
-
Constructor Summary
Constructors Constructor Description FiltersPropertySection()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidcreateControls(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 Detail
-
ICON_COLUMN_INDEX
public static final int ICON_COLUMN_INDEX
Deprecated.- See Also:
- Constant Field Values
-
FILTERNAME_COLUMN_INDEX
public static final int FILTERNAME_COLUMN_INDEX
Deprecated.- See Also:
- Constant Field Values
-
PARAMETER_TYPE_COLUMN_INDEX
public static final int PARAMETER_TYPE_COLUMN_INDEX
Deprecated.- See Also:
- Constant Field Values
-
PARAMETER_DESCRIPTION_COLUMN_INDEX
public static final int PARAMETER_DESCRIPTION_COLUMN_INDEX
Deprecated.- See Also:
- Constant Field Values
-
PARAMETER_VALUE_COLUMN_INDEX
public static final int PARAMETER_VALUE_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
-
FILTERNAME_COLUMN
public static final String FILTERNAME_COLUMN
Deprecated.- See Also:
- Constant Field Values
-
PARAMETER_TYPE_COLUMN
public static final String PARAMETER_TYPE_COLUMN
Deprecated.- See Also:
- Constant Field Values
-
PARAMETER_DESCRIPTION_COLUMN
public static final String PARAMETER_DESCRIPTION_COLUMN
Deprecated.- See Also:
- Constant Field Values
-
PARAMETER_VALUE_COLUMN
public static final String PARAMETER_VALUE_COLUMN
Deprecated.- See Also:
- Constant Field Values
-
columnNames
protected static String[] columnNames
Deprecated.
-
-
Method Detail
-
createControls
public void createControls(Composite parent, TabbedPropertySheetPage tabbedPropertySheetPage)
Deprecated.- Specified by:
createControlsin interfaceISection- Overrides:
createControlsin classAbstractPropertySection
-
setInput
public void setInput(IWorkbenchPart part, ISelection selection)
Deprecated.- Specified by:
setInputin interfaceISection- Overrides:
setInputin classAbstractPropertySection
-
refresh
public void refresh()
Deprecated.- Specified by:
refreshin interfaceISection- Overrides:
refreshin classAbstractPropertySection
-
-