|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpalmed.edit.view.NullView
public final class NullView
This class implements a null view according to the null object pattern.
Constructor Summary | |
---|---|
NullView()
|
Method Summary | |
---|---|
void |
modified(boolean status)
Notify the modification flag has changed. |
void |
update(Coordinate coordinate)
Notify the insertion position has changed. |
void |
update(int columns,
int lines)
Notify the text bounding box has changed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NullView()
Method Detail |
---|
public void update(Coordinate coordinate)
update
in interface ISelectionView
coordinate
- the new positionpublic void update(int columns, int lines)
update
in interface ITextView
columns
- the number of columnslines
- the number of linespublic void modified(boolean status)
modified
in interface ITextView
status
- the new modification status
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |