|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectscphEditor.OperandContext
public class OperandContext
This class is a simple record containing the context of an operand, i.e., itself, its position index in its parent, and the parent.
Field Summary | |
---|---|
int |
index
Its position in parent. |
OperandVector |
parent
Parent. |
java.awt.Container |
parentview
Display rep of parent. |
Operand |
self
Itself. |
java.awt.Component |
selfview
Display rep of itself. |
Constructor Summary | |
---|---|
OperandContext(java.awt.Component oview)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Operand self
public OperandVector parent
public java.awt.Component selfview
public java.awt.Container parentview
public int index
Constructor Detail |
---|
public OperandContext(java.awt.Component oview)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |