程序包 weka.gui.sql

类 InfoPanel

所有已实现的接口:
ImageObserver, MenuContainer, Serializable, Accessible

public class InfoPanel extends JPanel
A simple panel for displaying information, e.g. progress information etc.
版本:
$Revision: 7059 $
作者:
FracPete (fracpete at waikato dot ac dot nz)
另请参阅:
  • 构造器详细资料

    • InfoPanel

      public InfoPanel(JFrame parent)
      creates the panel
      参数:
      parent - the parent of this panel
  • 方法详细资料

    • setFocus

      public void setFocus()
      sets the focus in a designated control
    • clear

      public void clear()
      clears the content of the panel
    • copyToClipboard

      public boolean copyToClipboard()
      copies the currently selected error message to the clipboard
      返回:
      true if the content was copied
    • append

      public void append(String msg, String icon)
      adds the given message to the end of the list (with the associated icon at the beginning)
      参数:
      msg - the message to append to the list
      icon - the filename of the icon
    • append

      public void append(Object msg)
      adds the given message to the end of the list
      参数:
      msg - the message to append to the list