Uses of Interface
org.csstudio.opibuilder.properties.WidgetPropertyCategory
Package
Description
-
Uses of WidgetPropertyCategory in org.csstudio.opibuilder.properties
Modifier and TypeClassDescriptionclass
A property category whose name is specified from the constructor input.Modifier and TypeFieldDescriptionstatic final WidgetPropertyCategory
WidgetPropertyCategory.Basic
static final WidgetPropertyCategory
WidgetPropertyCategory.Behavior
static final WidgetPropertyCategory
WidgetPropertyCategory.Border
protected WidgetPropertyCategory
AbstractWidgetProperty.category
static final WidgetPropertyCategory
WidgetPropertyCategory.Display
static final WidgetPropertyCategory
WidgetPropertyCategory.Image
static final WidgetPropertyCategory
WidgetPropertyCategory.Misc
static final WidgetPropertyCategory
WidgetPropertyCategory.Position
Modifier and TypeMethodDescriptionfinal WidgetPropertyCategory
AbstractWidgetProperty.getCategory()
Modifier and TypeMethodDescriptionvoid
AbstractWidgetProperty.setCategory
(WidgetPropertyCategory category) ModifierConstructorDescriptionAbstractWidgetProperty
(String prop_id, String description, WidgetPropertyCategory category, T defaultValue) Widget Property ConstructorActionsProperty
(String prop_id, String description, WidgetPropertyCategory category) Widget Property ConstructorActionsProperty
(String prop_id, String description, WidgetPropertyCategory category, boolean showHookOption) Widget Property ConstructorBooleanProperty
(String propId, String description, WidgetPropertyCategory category, boolean defaultValue) Boolean Property ConstructorColorProperty
(String prop_id, String description, WidgetPropertyCategory category, String defaultValue) Color Property Constructor.ColorProperty
(String prop_id, String description, WidgetPropertyCategory category, RGB defaultValue) Color Property Constructor.ComboProperty
(String prop_id, String description, WidgetPropertyCategory category, String[] labelsArray, int defaultValue) Combo Property Constructor.CommandProperty
(String prop_id, String description, WidgetPropertyCategory category, String defaultValue) Command Property Constructor.ComplexDataProperty
(String prop_id, String description, WidgetPropertyCategory category, AbstractComplexData defaultData, String dialogTitle) Widget Property ConstructorDoubleProperty
(String propId, String description, WidgetPropertyCategory category, double defaultValue) Double Property Constructor.DoubleProperty
(String propId, String description, WidgetPropertyCategory category, double defaultValue, double min, double max) Color Property Constructor.EmbeddedJavaScriptProperty
(String prop_id, String description, WidgetPropertyCategory category, String defaultValue) EmbeddedPythonScriptProperty
(String prop_id, String description, WidgetPropertyCategory category, String defaultValue) FilePathProperty
(String prop_id, String description, WidgetPropertyCategory category, String defaultValue, String[] fileExtensions) File Path Property Constructor.FilePathProperty
(String prop_id, String description, WidgetPropertyCategory category, String defaultValue, String[] fileExtensions, boolean buildAbsolutePath) File Path Property Constructor.FilePathPropertyWithFilter
(String propertyID, String description, WidgetPropertyCategory category, String defaultValue, String[] filters) FontProperty
(String prop_id, String description, WidgetPropertyCategory category, String defaultValue) Font Property Constructor.FontProperty
(String prop_id, String description, WidgetPropertyCategory category, FontData defaultValue) Font Property Constructor.IntegerProperty
(String prop_id, String description, WidgetPropertyCategory category, int defaultValue) Integer Property Constructor.IntegerProperty
(String prop_id, String description, WidgetPropertyCategory category, int defaultValue, int minValue, int maxValue) Integer Property Constructor.MacrosProperty
(String prop_id, String description, WidgetPropertyCategory category, MacrosInput default_macros) Macros Property Constructor.MatrixProperty
(String prop_id, String description, WidgetPropertyCategory category, double[][] defaultValue) PointListProperty
(String prop_id, String description, WidgetPropertyCategory category, org.eclipse.draw2d.geometry.PointList defaultValue) PointList Property Constructor.ProcedureProperty
(String prop_id, String description, WidgetPropertyCategory category, String defaultValue) Procedure Property Constructor.PVNameProperty
(String prop_id, String description, WidgetPropertyCategory category, String defaultValue) PV Name Property Constructor.RulesProperty
(String prop_id, String description, WidgetPropertyCategory category) Rules Property Constructor.ScriptProperty
(String prop_id, String description, WidgetPropertyCategory category) Script Property Constructor.StringListProperty
(String prop_id, String description, WidgetPropertyCategory category, List<String> defaultValue) StringList Property Constructor.StringMapProperty
(String prop_id, String description, WidgetPropertyCategory category, Map<String, String> defaultValue) StringProperty
(String prop_id, String description, WidgetPropertyCategory category, String defaultValue) String Property Constructor.StringProperty
(String prop_id, String description, WidgetPropertyCategory category, String defaultValue, boolean multiLine) StringProperty
(String prop_id, String description, WidgetPropertyCategory category, String defaultValue, boolean multiline, boolean saveAsCDATA) StringTableProperty
(String prop_id, String description, WidgetPropertyCategory category, String[][] defaultValue, String[] titles) StringList Property Constructor.StringTableProperty
(String prop_id, String description, WidgetPropertyCategory category, String[][] defaultValue, String[] titles, StringTableEditor.CellEditorType[] cellEditorTypes, Object[] cellEditorDatas) StringList Property Constructor.UnchangableStringProperty
(String prop_id, String description, WidgetPropertyCategory category, String defaultValue) String Property Constructor.UnsavableListProperty
(String prop_id, String description, WidgetPropertyCategory category, List<?> defaultValue) String Property Constructor.VersionProperty
(String prop_id, String description, WidgetPropertyCategory category, String defaultValue) -
Uses of WidgetPropertyCategory in org.csstudio.opibuilder.widgetActions
Modifier and TypeMethodDescriptionprotected abstract AbstractWidgetProperty<?>
AbstractExecuteScriptAction.createEmbeddedScriptProperty
(String prop_id, String description, WidgetPropertyCategory category, String defaultValue) protected AbstractWidgetProperty<?>
ExecuteJavaScriptAction.createEmbeddedScriptProperty
(String prop_id, String description, WidgetPropertyCategory category, String defaultValue) protected AbstractWidgetProperty<?>
ExecutePythonScriptAction.createEmbeddedScriptProperty
(String prop_id, String description, WidgetPropertyCategory category, String defaultValue) -
Uses of WidgetPropertyCategory in org.csstudio.opibuilder.widgets.properties
ModifierConstructorDescriptionColorMapProperty
(String prop_id, String description, WidgetPropertyCategory category, ColorMap defaultValue)