Uses of Interface
com.cosylab.vdct.inspector.InspectableProperty
-
Packages that use InspectableProperty Package Description com.cosylab.vdct.graphics.objects com.cosylab.vdct.inspector com.cosylab.vdct.inspector.sheet com.cosylab.vdct.vdb -
-
Uses of InspectableProperty in com.cosylab.vdct.graphics.objects
Methods in com.cosylab.vdct.graphics.objects that return InspectableProperty Modifier and Type Method Description InspectablePropertyTemplate. addProperty(String key, String value)InspectablePropertyEPICSLinkOut. getCommentProperty()Insert the method's description here.InspectablePropertyEPICSVarLink. getCommentProperty()Insert the method's description here.InspectablePropertyMacro. getCommentProperty()InspectablePropertyPort. getCommentProperty()InspectablePropertyRecord. getCommentProperty()Insert the method's description here.InspectablePropertyTemplate. getCommentProperty()InspectableProperty[]EPICSLinkOut. getProperties(int mode, boolean spreadsheet)Return properties to be inspected Creation date: (1.2.2001 22:22:37)InspectableProperty[]EPICSVarLink. getProperties(int mode, boolean spreadsheet)Return properties to be inspected Creation date: (1.2.2001 22:22:37)InspectableProperty[]Macro. getProperties(int mode, boolean spreadsheet)InspectableProperty[]Port. getProperties(int mode, boolean spreadsheet)InspectableProperty[]Record. getProperties(int mode, boolean spreadsheet)Return properties to be inspected Creation date: (11.1.2001 21:43:31)InspectableProperty[]Template. getProperties(int mode, boolean spreadsheet)InspectableProperty[]TemplateEPICSMacro. getProperties(int mode, boolean spreadsheet)Return properties to be inspected Creation date: (1.2.2001 22:22:37)InspectableProperty[]TemplateEPICSPort. getProperties(int mode, boolean spreadsheet)Return properties to be inspected Creation date: (1.2.2001 22:22:37)Methods in com.cosylab.vdct.graphics.objects with parameters of type InspectableProperty Modifier and Type Method Description voidTemplate. propertyChanged(InspectableProperty property)voidTemplate. removeProperty(InspectableProperty property)voidTemplate. renameProperty(InspectableProperty property) -
Uses of InspectableProperty in com.cosylab.vdct.inspector
Subinterfaces of InspectableProperty in com.cosylab.vdct.inspector Modifier and Type Interface Description interfaceInspectorActionPropertyFields in com.cosylab.vdct.inspector declared as InspectableProperty Modifier and Type Field Description protected InspectablePropertyInspectorCellEditor. propertyMethods in com.cosylab.vdct.inspector that return InspectableProperty Modifier and Type Method Description InspectablePropertyInspectable. getCommentProperty()InspectableProperty[]Inspectable. getProperties(int mode, boolean spreadsheet)InspectablePropertyInspectorTableModel. getPropertyAt(int row, int column)Insert the method's description here.InspectablePropertyPropertyTableModel. getPropertyAt(int row, int column)Methods in com.cosylab.vdct.inspector with parameters of type InspectableProperty Modifier and Type Method Description voidCommentTextArea. setProperty(InspectableProperty newProperty)Insert the method's description here.voidInspector. updateProperty(InspectableProperty property)Insert the method's description here.voidInspectorInterface. updateProperty(InspectableProperty property)voidInspectorManager. updateProperty(Inspectable object, InspectableProperty property)Insert the method's description here.voidInspectorTableModel. updateProperty(InspectableProperty property)Insert the method's description here. -
Uses of InspectableProperty in com.cosylab.vdct.inspector.sheet
Classes in com.cosylab.vdct.inspector.sheet that implement InspectableProperty Modifier and Type Class Description classCreatorPropertyclassSplitPropertyPartMethods in com.cosylab.vdct.inspector.sheet that return InspectableProperty Modifier and Type Method Description InspectablePropertyCreatorProperty. getCreatedProperty()InspectablePropertySplitPropertyGroup. getOwner()protected InspectableProperty[][]SpreadsheetTableModel. getProperties()InspectablePropertySpreadsheetTableModel. getProperty(int row, int column)InspectablePropertySpreadsheetSplitViewModel. getPropertyAt(int row, int column)InspectablePropertySpreadsheetTableModel. getPropertyAt(int row, int column)InspectablePropertySpreadsheetViewModel. getPropertyAt(int row, int column)Methods in com.cosylab.vdct.inspector.sheet with parameters of type InspectableProperty Modifier and Type Method Description static int[]PropertyComparator. getOrder(InspectableProperty[][] properties, boolean rows, int sortingIndex, boolean ascending)voidSplitPropertyGroup. setOwner(InspectableProperty owner)Constructors in com.cosylab.vdct.inspector.sheet with parameters of type InspectableProperty Constructor Description SplitPropertyGroup(InspectableProperty owner, DBSheetSplitCol splitData) -
Uses of InspectableProperty in com.cosylab.vdct.vdb
Classes in com.cosylab.vdct.vdb that implement InspectableProperty Modifier and Type Class Description classCommentPropertyInsert the type's description here.classEmptyPropertyclassFieldInfoPropertyInsert the type's description here.classGUIHeaderInsert the type's description here.classGUISeparatorInsert the type's description here.classMacroDescriptionPropertyInsert the type's description here.classMonitoredActionPropertyInsert the type's description here.classMonitoredPropertyInsert the type's description here.classNamePropertyAn InspectableProperties interface for editing names.classNameValueInfoPropertyInsert the type's description here.classPortDescriptionPropertyInsert the type's description here.classROPropertyInsert the type's description here.classVDBFieldDataThis type was created in VisualAge.classVDBMacroRO property of macro represented on HL (template instance is parent)classVDBPortRO property of port represented on HL (template instance is parent)classVDBTemplateMacroclassVDBTemplatePortclassVisibilityPropertyFields in com.cosylab.vdct.vdb declared as InspectableProperty Modifier and Type Field Description protected InspectablePropertyROProperty. propertyMethods in com.cosylab.vdct.vdb that return InspectableProperty Modifier and Type Method Description InspectablePropertyCreatorPropertyListener. addProperty(String key, String value)InspectablePropertyVDBTemplate. getCommentProperty()InspectableProperty[]VDBTemplate. getProperties(int mode, boolean spreadsheet)Methods in com.cosylab.vdct.vdb with parameters of type InspectableProperty Modifier and Type Method Description voidMonitoredPropertyListener. propertyChanged(InspectableProperty property)voidVDBTemplate. propertyChanged(InspectableProperty property)voidMonitoredPropertyListener. removeProperty(InspectableProperty property)voidVDBTemplate. removeProperty(InspectableProperty property)voidVDBTemplate. renameMacroProperty(InspectableProperty property)voidVDBTemplate. renamePortProperty(InspectableProperty property)voidMonitoredPropertyListener. renameProperty(InspectableProperty property)voidVDBTemplate. renameProperty(InspectableProperty property)Constructors in com.cosylab.vdct.vdb with parameters of type InspectableProperty Constructor Description ROProperty(InspectableProperty property)GUISeparator constructor comment.ROProperty(InspectableProperty property, boolean allowVisibilityChange)GUISeparator constructor comment.
-