Class EDP2PropertiesTable
java.lang.Object
org.palladiosimulator.edp2.visualization.properties.sections.EDP2PropertiesTable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
openBooleanDialog
(int index, Table table) Opens a dropdown (Combo
) for editing cells in the#visualPropertiesTable
, which can only have boolean values.protected void
openColorAndTransparencyDialog
(TableItem item, Table table) Opens aColorDialog
to change the color of the last selectedJFreeChartVisualizationSingleDatastreamInput
.protected void
openEObjectDialog
(TableItem item, Table table, Class<?> propertyType, Collection<?> filterList, Collection<EReference> additionalChildReferences) Opens anEObjectDialog
to change the EObject of the last selectedJFreeChartVisualizationSingleDatastreamInput
.protected void
openMeasureDialog
(int index, Table table) protected void
openTextDialog
(int index, Table table, Class<?> clazz) Opens a text dialog for editing cells in the#visualPropertiesTable
by entering text.void
Update the table containing the properties of thelastSelectedInput
.void
setLastSelection
(IPropertyConfigurable iPropertyConfigurable)
-
Constructor Details
-
EDP2PropertiesTable
-
-
Method Details
-
openColorAndTransparencyDialog
Opens aColorDialog
to change the color of the last selectedJFreeChartVisualizationSingleDatastreamInput
.- Parameters:
item
- index the row-index of the cell to be editedshell
- the Shell in which the dialog is displayed.
-
openEObjectDialog
protected void openEObjectDialog(TableItem item, Table table, Class<?> propertyType, Collection<?> filterList, Collection<EReference> additionalChildReferences) Opens anEObjectDialog
to change the EObject of the last selectedJFreeChartVisualizationSingleDatastreamInput
.- Parameters:
item
- index the row-index of the cell to be editedpropertyType
-shell
- the Shell in which the dialog is displayed.
-
openMeasureDialog
- Parameters:
index
- An integer denoting the row-index of the cell containingConfigurationProperty
to be edited.table
- TheTable
containing theConfigurationProperty
to be edited.
-
openTextDialog
Opens a text dialog for editing cells in the#visualPropertiesTable
by entering text.- Parameters:
index
- the row-index of the cell to be editedclazz
-
-
openBooleanDialog
Opens a dropdown (Combo
) for editing cells in the#visualPropertiesTable
, which can only have boolean values.- Parameters:
index
- the row-index of the cell to be edited
-
refreshTable
public void refreshTable()Update the table containing the properties of thelastSelectedInput
. -
setLastSelection
-