|
|||||||||
| Home >> All >> [ cxtable overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
cxtable
Class xDie

java.lang.Objectcxtable.xDie
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
- public class xDie
- extends java.lang.Object
- implements java.awt.event.ActionListener
- extends java.lang.Object
| Field Summary | |
private java.awt.Button |
dice
|
private int |
max
|
private int |
min
|
private java.lang.String |
name
|
private int |
rl
|
private xDiceListener |
xdl
|
| Constructor Summary | |
xDie(int mn,
int mx,
java.lang.String n,
xDiceListener x)
|
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent ae)
This method is invoked when an action occurs. |
java.awt.Button |
create()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
name
private java.lang.String name
min
private int min
max
private int max
rl
private int rl
xdl
private xDiceListener xdl
dice
private java.awt.Button dice
| Constructor Detail |
xDie
public xDie(int mn,
int mx,
java.lang.String n,
xDiceListener x)
| Method Detail |
create
public java.awt.Button create()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent ae)
- Description copied from interface:
java.awt.event.ActionListener - This method is invoked when an action occurs.
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
|
|||||||||
| Home >> All >> [ cxtable overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
cxtable.xDie