|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Textual Visual Editor. Such an editor is able to perform editions of a Textual visual.
Method Summary | |
void |
back()
This method is to move back if possible |
boolean |
canBack()
This method if it is possible to move back |
boolean |
canForward()
This method if it is possible to move forward |
void |
copy()
This method is to copy the selected contents to clipboard |
void |
forward()
This method is to move forward if possible |
void |
print()
This method is to show the print dialog, and to print the frame in focus |
void |
print(java.awt.print.PrinterJob printer)
This method is to print the frame in focus |
void |
quit()
This method quits the TextualVisual |
void |
selectAll()
This method is to select all the contents of the frame in focus |
java.lang.String |
title()
Get the title of the displayed document. |
Method Detail |
public java.lang.String title()
public boolean canBack()
public boolean canForward()
public void back()
public void forward()
public void quit()
public void print()
public void print(java.awt.print.PrinterJob printer)
public void selectAll()
public void copy()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |