public interface InstanceInfo
Modifier and Type | Method and Description |
---|---|
Vector<Instances> |
getInfoData()
Returns the underlying data.
|
String |
getInfoText()
Returns the currently displayed info text.
|
void |
setInfoData(Vector<Instances> data)
Sets the underlying data.
|
void |
setInfoText(String text)
Sets the text to display.
|
void setInfoText(String text)
text
- the text to displayString getInfoText()
void setInfoData(Vector<Instances> data)
data
- the data of the info textCopyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.