|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InstanceInfo
Interface for JFrames that display instance info.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |