|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectikbs.rco.event.NotifyRCOElement
public class NotifyRCOElement
| Field Summary | |
|---|---|
protected int |
action
|
static int |
ADD_ILLUSTRATION
|
protected boolean |
b
|
protected RCOElement |
element
|
protected float |
f
|
protected int |
index
|
protected RCOElement |
newElement
|
protected Value |
v
|
protected java.lang.String |
valeur
|
| Constructor Summary | |
|---|---|
NotifyRCOElement(RCOElement element,
int action)
|
|
NotifyRCOElement(RCOElement element,
int action,
boolean b)
|
|
NotifyRCOElement(RCOElement element,
int action,
float fl)
Constructeur avec un paramètre de type float |
|
NotifyRCOElement(RCOElement element,
int action,
RCOElement newElement)
|
|
NotifyRCOElement(RCOElement element,
int action,
java.lang.String valeur)
|
|
NotifyRCOElement(RCOElement element,
int action,
Value v)
|
|
| Method Summary | |
|---|---|
int |
getAction()
Accès à l'id de l'action |
boolean |
getBoolean()
|
RCOElement |
getElement()
Accès au RCOElement sur lequel s'est produit l'action |
float |
getFloat()
|
int |
getIndex()
|
RCOElement |
getNewElement()
Accès au nouvel élement lorsque l'action a transformée l'ancien élement |
java.lang.String |
getString()
Accès à la chaine de caractères |
Value |
getValue()
|
void |
setAction(int action)
Affectation du type d'action |
void |
setFloat(float f)
|
void |
setString(java.lang.String s)
Affectation de la chaine de caractères |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int ADD_ILLUSTRATION
protected int index
protected Value v
protected float f
protected boolean b
protected RCOElement element
protected RCOElement newElement
protected int action
protected java.lang.String valeur
| Constructor Detail |
|---|
public NotifyRCOElement(RCOElement element,
int action)
public NotifyRCOElement(RCOElement element,
int action,
java.lang.String valeur)
public NotifyRCOElement(RCOElement element,
int action,
Value v)
public NotifyRCOElement(RCOElement element,
int action,
boolean b)
public NotifyRCOElement(RCOElement element,
int action,
RCOElement newElement)
public NotifyRCOElement(RCOElement element,
int action,
float fl)
| Method Detail |
|---|
public int getIndex()
public int getAction()
public void setAction(int action)
public java.lang.String getString()
public void setString(java.lang.String s)
public RCOElement getElement()
public RCOElement getNewElement()
public boolean getBoolean()
public Value getValue()
public float getFloat()
public void setFloat(float f)
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||