public abstract class AbstractCoreObject extends Object implements CoreObject
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL |
static int |
COLUMN |
protected GUIObject |
guiObject |
static int |
ROW |
static int |
X |
static int |
Y |
static int |
Z |
DESCRIPTION| Constructor and Description |
|---|
AbstractCoreObject() |
| Modifier and Type | Method and Description |
|---|---|
CoreObject |
clone() |
void |
fireValueChanged() |
long |
getCoreObjectId() |
GUIObject |
getGUIObject() |
JFrame |
showGUI() |
abstract String |
toString() |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLabel, getLabelObject, setLabelgetDescription, setDescriptionpublic static final int X
public static final int Y
public static final int Z
public static final int ROW
public static final int COLUMN
public static final int ALL
protected transient GUIObject guiObject
public final long getCoreObjectId()
getCoreObjectId in interface CoreObjectpublic final JFrame showGUI()
showGUI in interface HasGUIObjectpublic final void fireValueChanged()
fireValueChanged in interface HasGUIObjectpublic GUIObject getGUIObject()
getGUIObject in interface HasGUIObjectpublic CoreObject clone()
clone in interface CoreObjectclone in class ObjectCopyright © 2015 Java Data Mining Package. All rights reserved.