public interface InstanceInfo
Modifier and Type | Method and Description |
---|---|
java.util.Vector<Instances> |
getInfoData()
Returns the underlying data.
|
java.lang.String |
getInfoText()
Returns the currently displayed info text.
|
void |
setInfoData(java.util.Vector<Instances> data)
Sets the underlying data.
|
void |
setInfoText(java.lang.String text)
Sets the text to display.
|
void setInfoText(java.lang.String text)
text
- the text to displayjava.lang.String getInfoText()
void setInfoData(java.util.Vector<Instances> data)
data
- the data of the info textjava.util.Vector<Instances> getInfoData()