|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.icepdf.ri.common.fonts.FindFontsTask
public class FindFontsTask
This class is a utility for finding and reporting all font types in a document. Each page in the document
is checked for valid font resources, if found the fonts are added to the calling FontDialog for addition to
a JTree of know document fonts.
FontDialog
| Constructor Summary | |
|---|---|
FindFontsTask(FontDialog fontDialog,
SwingController controller,
java.util.ResourceBundle messageBundle)
Creates a new instance of the SearchTextTask. |
|
| Method Summary | |
|---|---|
int |
getCurrent()
Gets the page that is currently being searched by this task. |
java.lang.String |
getMessage()
Returns the most recent dialog message, or null if there is no current dialog message. |
void |
go()
Start the task, start searching the document for the pattern. |
boolean |
isCurrentlySearching()
|
boolean |
isDone()
Find out if the task has completed. |
void |
stop()
Stop the task. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FindFontsTask(FontDialog fontDialog,
SwingController controller,
java.util.ResourceBundle messageBundle)
fontDialog - parent search panel that start this task via an actioncontroller - root controller objectmessageBundle - message bundle used for dialog text.| Method Detail |
|---|
public void go()
public int getCurrent()
public void stop()
public boolean isDone()
public boolean isCurrentlySearching()
public java.lang.String getMessage()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||