org.ujmp.gui
Class AbstractGUIObject
java.lang.Object
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
|
Methods inherited from interface org.ujmp.core.interfaces.Clearable |
clear |
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
AbstractGUIObject
public AbstractGUIObject()
AbstractGUIObject
public AbstractGUIObject(String label)
AbstractGUIObject
public AbstractGUIObject(String label,
String description)
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.