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 InspectableProperty
Template. addProperty(String key, String value)
InspectableProperty
EPICSLinkOut. getCommentProperty()
Insert the method's description here.InspectableProperty
EPICSVarLink. getCommentProperty()
Insert the method's description here.InspectableProperty
Macro. getCommentProperty()
InspectableProperty
Port. getCommentProperty()
InspectableProperty
Record. getCommentProperty()
Insert the method's description here.InspectableProperty
Template. 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 void
Template. propertyChanged(InspectableProperty property)
void
Template. removeProperty(InspectableProperty property)
void
Template. renameProperty(InspectableProperty property)
-
Uses of InspectableProperty in com.cosylab.vdct.inspector
Subinterfaces of InspectableProperty in com.cosylab.vdct.inspector Modifier and Type Interface Description interface
InspectorActionProperty
Fields in com.cosylab.vdct.inspector declared as InspectableProperty Modifier and Type Field Description protected InspectableProperty
InspectorCellEditor. property
Methods in com.cosylab.vdct.inspector that return InspectableProperty Modifier and Type Method Description InspectableProperty
Inspectable. getCommentProperty()
InspectableProperty[]
Inspectable. getProperties(int mode, boolean spreadsheet)
InspectableProperty
InspectorTableModel. getPropertyAt(int row, int column)
Insert the method's description here.InspectableProperty
PropertyTableModel. getPropertyAt(int row, int column)
Methods in com.cosylab.vdct.inspector with parameters of type InspectableProperty Modifier and Type Method Description void
CommentTextArea. setProperty(InspectableProperty newProperty)
Insert the method's description here.void
Inspector. updateProperty(InspectableProperty property)
Insert the method's description here.void
InspectorInterface. updateProperty(InspectableProperty property)
void
InspectorManager. updateProperty(Inspectable object, InspectableProperty property)
Insert the method's description here.void
InspectorTableModel. 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 class
CreatorProperty
class
SplitPropertyPart
Methods in com.cosylab.vdct.inspector.sheet that return InspectableProperty Modifier and Type Method Description InspectableProperty
CreatorProperty. getCreatedProperty()
InspectableProperty
SplitPropertyGroup. getOwner()
protected InspectableProperty[][]
SpreadsheetTableModel. getProperties()
InspectableProperty
SpreadsheetTableModel. getProperty(int row, int column)
InspectableProperty
SpreadsheetSplitViewModel. getPropertyAt(int row, int column)
InspectableProperty
SpreadsheetTableModel. getPropertyAt(int row, int column)
InspectableProperty
SpreadsheetViewModel. 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)
void
SplitPropertyGroup. 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 class
CommentProperty
Insert the type's description here.class
EmptyProperty
class
FieldInfoProperty
Insert the type's description here.class
GUIHeader
Insert the type's description here.class
GUISeparator
Insert the type's description here.class
MacroDescriptionProperty
Insert the type's description here.class
MonitoredActionProperty
Insert the type's description here.class
MonitoredProperty
Insert the type's description here.class
NameProperty
An InspectableProperties interface for editing names.class
NameValueInfoProperty
Insert the type's description here.class
PortDescriptionProperty
Insert the type's description here.class
ROProperty
Insert the type's description here.class
VDBFieldData
This type was created in VisualAge.class
VDBMacro
RO property of macro represented on HL (template instance is parent)class
VDBPort
RO property of port represented on HL (template instance is parent)class
VDBTemplateMacro
class
VDBTemplatePort
class
VisibilityProperty
Fields in com.cosylab.vdct.vdb declared as InspectableProperty Modifier and Type Field Description protected InspectableProperty
ROProperty. property
Methods in com.cosylab.vdct.vdb that return InspectableProperty Modifier and Type Method Description InspectableProperty
CreatorPropertyListener. addProperty(String key, String value)
InspectableProperty
VDBTemplate. getCommentProperty()
InspectableProperty[]
VDBTemplate. getProperties(int mode, boolean spreadsheet)
Methods in com.cosylab.vdct.vdb with parameters of type InspectableProperty Modifier and Type Method Description void
MonitoredPropertyListener. propertyChanged(InspectableProperty property)
void
VDBTemplate. propertyChanged(InspectableProperty property)
void
MonitoredPropertyListener. removeProperty(InspectableProperty property)
void
VDBTemplate. removeProperty(InspectableProperty property)
void
VDBTemplate. renameMacroProperty(InspectableProperty property)
void
VDBTemplate. renamePortProperty(InspectableProperty property)
void
MonitoredPropertyListener. renameProperty(InspectableProperty property)
void
VDBTemplate. 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.
-