Package org.ujmp.gui

Class AbstractGUIObject

    • Constructor Detail

      • AbstractGUIObject

        public AbstractGUIObject()
      • AbstractGUIObject

        public AbstractGUIObject​(java.lang.String label)
      • AbstractGUIObject

        public AbstractGUIObject​(java.lang.String label,
                                 java.lang.String description)
    • Method Detail

      • toString

        public abstract java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • fireValueChanged

        public void fireValueChanged()
        Description copied from interface: GUIObject
        Indicates that changed in the object have been made, that should be updated on the screen.
        Specified by:
        fireValueChanged in interface GUIObject
      • showGUI

        public final javax.swing.JFrame showGUI()
        Specified by:
        showGUI in interface GUIObject
      • getToolTipText

        public java.lang.String getToolTipText()
        Description copied from interface: HasToolTip
        Returns the tool tip text of an object
        Specified by:
        getToolTipText in interface HasToolTip
        Returns:
        the tool tip