|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.psu.geovista.app.spreadsheet.formula.Node
| Field Summary | |
static int |
ABS_ADDR
|
static int |
COLON
|
static int |
COMMA
|
static int |
DEFAULT
Based on tool |
static int |
EXP
|
static int |
FUNCTION
|
static int |
LPAREN
|
static int |
NUMBER
|
static int |
OPERATOR
|
static int |
REL_ADDR
|
static int |
RPAREN
|
| Method Summary | |
void |
addParam(Node node)
|
void |
appendData(char data)
|
void |
appendData(java.lang.String data)
|
java.awt.Point |
getAddress()
For absolute address |
java.lang.String |
getData()
|
java.util.LinkedList |
getExp()
|
Node |
getNextRange()
|
float |
getNumber()
|
java.util.LinkedList |
getParams()
|
Cell |
getReference()
For relative address |
int |
getType()
get/set edu.psu.geovista.app.spreadsheet.functions |
boolean |
isPending()
|
boolean |
isType(int type)
|
void |
setAddress(int x,
int y)
|
void |
setAddress(java.awt.Point address)
|
void |
setData(java.lang.String data)
|
void |
setExp(java.util.LinkedList exp)
|
void |
setNextRange(Node node)
|
void |
setNumber(float number)
|
void |
setParams(java.util.LinkedList list)
|
void |
setPending(boolean pending)
|
void |
setReference(Cell reference)
|
void |
setType(int type)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int DEFAULT
public static final int REL_ADDR
public static final int ABS_ADDR
public static final int FUNCTION
public static final int LPAREN
public static final int RPAREN
public static final int NUMBER
public static final int OPERATOR
public static final int COMMA
public static final int COLON
public static final int EXP
| Method Detail |
public Cell getReference()
public void setReference(Cell reference)
public java.awt.Point getAddress()
public void setAddress(java.awt.Point address)
public void setAddress(int x,
int y)
public int getType()
public void setType(int type)
public boolean isType(int type)
public float getNumber()
public java.lang.String getData()
public java.util.LinkedList getParams()
public Node getNextRange()
public java.util.LinkedList getExp()
public void setNumber(float number)
public void setData(java.lang.String data)
public void appendData(char data)
public void appendData(java.lang.String data)
public void setParams(java.util.LinkedList list)
public void addParam(Node node)
public void setNextRange(Node node)
public void setExp(java.util.LinkedList exp)
public void setPending(boolean pending)
public boolean isPending()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||