|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.iu.cnets.klatsch.gui.Widget
edu.iu.cnets.klatsch.gui.Pane
public abstract class Pane
A Pane is the subclass of Widget
that is displayed in the main part of the GUI. All panes
share some functionality that normal widgets lack, especially the ability to export their data.
Field Summary | |
---|---|
protected int |
id
the ID of this pane |
protected java.lang.String |
name
the name of this pane |
(package private) static int |
uniqueId
|
Fields inherited from class edu.iu.cnets.klatsch.gui.Widget |
---|
parent, x1, x2, y1, y2 |
Constructor Summary | |
---|---|
Pane()
Default constructor. |
Method Summary | |
---|---|
int |
id()
Returns the ID number of the pane. |
java.lang.String |
name()
Returns the name of the pane. |
Methods inherited from class edu.iu.cnets.klatsch.gui.Widget |
---|
clear, draw, in, keyPressed, keyReleased, mouseDragged, mousePressed, mouseReleased |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static int uniqueId
protected int id
protected java.lang.String name
Constructor Detail |
---|
public Pane()
Method Detail |
---|
public int id()
public java.lang.String name()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |