Interface InstanceInfo

All Known Implementing Classes:
InstanceInfoFrame

public interface InstanceInfo
Interface for JFrames that display instance info.
Version:
$Revision: 8034 $
Author:
fracpete (fracpete at waikato dot ac dot nz)
  • Method Details

    • setInfoText

      void setInfoText(String text)
      Sets the text to display.
      Parameters:
      text - the text to display
    • getInfoText

      String getInfoText()
      Returns the currently displayed info text.
      Returns:
      the info text
    • setInfoData

      void setInfoData(Vector<Instances> data)
      Sets the underlying data.
      Parameters:
      data - the data of the info text
    • getInfoData

      Vector<Instances> getInfoData()
      Returns the underlying data.
      Returns:
      the data of the info text, can be null