com.cosylab.vdct.inspector
Interface Inspectable

All Known Implementing Classes:
EPICSFwdLink, EPICSInLink, EPICSLinkOut, EPICSLinkOutIn, EPICSOutLink, EPICSVarLink, EPICSVarOutLink, LinkManagerObject, Macro, Port, Record, Template, TemplateEPICSMacro, TemplateEPICSPort, VDBTemplate

public interface Inspectable

Insert the type's description here. Creation date: (10.1.2001 14:47:33)

Author:
Matej Sekoranja

Method Summary
 InspectableProperty getCommentProperty()
           
 java.lang.Object getDsId()
           
 javax.swing.Icon getIcon()
          Insert the method's description here.
 java.util.ArrayList getModeNames()
          Obtains list of all mode names for this particular property.
 java.lang.String getName()
          Insert the method's description here.
 InspectableProperty[] getProperties(int mode, boolean spreadsheet)
           
 java.lang.String toString()
          Insert the method's description here.
 

Method Detail

getCommentProperty

InspectableProperty getCommentProperty()
Returns:
com.cosylab.vdct.inspector.InspectableProperty

getIcon

javax.swing.Icon getIcon()
Insert the method's description here. Creation date: (10.1.2001 15:14:56)

Returns:
javax.swing.Icon

getName

java.lang.String getName()
Insert the method's description here. Creation date: (10.1.2001 14:47:43)

Returns:
java.lang.String

getProperties

InspectableProperty[] getProperties(int mode,
                                    boolean spreadsheet)
Returns:
com.cosylab.vdct.inspector.InspectableProperty[]

getModeNames

java.util.ArrayList getModeNames()
Obtains list of all mode names for this particular property. Modes are numbered from 0-n. Creation date: (11.1.2001 21:30:04)

Returns:
java.util.ArrayList array of mode names - obtained using toString().

toString

java.lang.String toString()
Insert the method's description here. Creation date: (10.1.2001 14:48:10)

Overrides:
toString in class java.lang.Object
Returns:
java.lang.String

getDsId

java.lang.Object getDsId()