org.ujmp.gui
Class AbstractGUIObject

java.lang.Object
  extended by org.ujmp.gui.AbstractGUIObject
All Implemented Interfaces:
Serializable, Cloneable, Clearable, GUIObject, HasDescription, HasLabel, HasToolTip
Direct Known Subclasses:
MatrixGUIObject

public abstract class AbstractGUIObject
extends Object
implements GUIObject

See Also:
Serialized Form

Field Summary
static int ALL
           
static int COLUMN
           
static int ROW
           
static int X
           
static int Y
           
static int Z
           
 
Constructor Summary
AbstractGUIObject()
           
AbstractGUIObject(String label)
           
AbstractGUIObject(String label, String description)
           
 
Method Summary
 void fireValueChanged()
           
 int getModCount()
           
 String getToolTipText()
           
 JFrame showGUI()
           
abstract  String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.ujmp.core.interfaces.GUIObject
getCoreObject, getFrame, getIcon, getPanel
 
Methods inherited from interface org.ujmp.core.interfaces.Clearable
clear
 
Methods inherited from interface org.ujmp.core.interfaces.HasLabel
getLabel, setLabel
 
Methods inherited from interface org.ujmp.core.interfaces.HasDescription
getDescription, setDescription
 

Field Detail

X

public static final int X
See Also:
Constant Field Values

Y

public static final int Y
See Also:
Constant Field Values

Z

public static final int Z
See Also:
Constant Field Values

ROW

public static final int ROW
See Also:
Constant Field Values

COLUMN

public static final int COLUMN
See Also:
Constant Field Values

ALL

public static final int ALL
See Also:
Constant Field Values
Constructor Detail

AbstractGUIObject

public AbstractGUIObject()

AbstractGUIObject

public AbstractGUIObject(String label)

AbstractGUIObject

public AbstractGUIObject(String label,
                         String description)
Method Detail

toString

public abstract String toString()
Overrides:
toString in class Object

fireValueChanged

public void fireValueChanged()
Specified by:
fireValueChanged in interface GUIObject

showGUI

public final JFrame showGUI()
Specified by:
showGUI in interface GUIObject

getToolTipText

public String getToolTipText()
Specified by:
getToolTipText in interface HasToolTip

getModCount

public int getModCount()
Specified by:
getModCount in interface GUIObject


Copyright © 2010. All Rights Reserved.