|
Multivalent API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmultivalent.Mark
(Leaf, offset) pair.
Not added to a Leaf's sticky list until move(Leaf, int)
.
Span
Field Summary | |
---|---|
Leaf |
leaf
Leaf attached to. |
int |
offset
Offset within leaf. |
Constructor Summary | |
---|---|
Mark()
|
|
Mark(Leaf n,
int offset)
|
|
Mark(Leaf leaf,
int offset,
java.lang.Object owner)
|
|
Mark(Mark copyme)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.Object |
getOwner()
|
int |
hashCode()
|
boolean |
isSet()
|
void |
move(int delta)
|
void |
move(int delta,
INode bounds)
Move by delta units, traversing leaf-to-leaf, bounded inside passed subtree. |
void |
move(Leaf newleaf,
int newoffset)
|
void |
move(Mark m)
|
void |
remove()
|
void |
scrollTo()
Scroll containing IScrollPane as necessary to show cursor on screen. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public Leaf leaf
public int offset
Constructor Detail |
---|
public Mark()
public Mark(Leaf n, int offset)
public Mark(Mark copyme)
public Mark(Leaf leaf, int offset, java.lang.Object owner)
Method Detail |
---|
public final java.lang.Object getOwner()
public boolean isSet()
public void move(Mark m)
public void move(Leaf newleaf, int newoffset)
public void move(int delta)
public void move(int delta, INode bounds)
public void remove()
public void scrollTo()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
Multivalent API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |