- java.lang.Object
-
- javax.swing.SwingWorker<Void,Void>
-
- org.icepdf.ri.util.font.ClearFontCacheWorker
-
- All Implemented Interfaces:
Runnable,Future<Void>,RunnableFuture<Void>
public class ClearFontCacheWorker extends SwingWorker<Void,Void>
Common swing worker for clear the font cache- Since:
- 6.3
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class javax.swing.SwingWorker
SwingWorker.StateValue
-
-
Constructor Summary
Constructors Constructor Description ClearFontCacheWorker(JComponent callingComponent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected VoiddoInBackground()protected voiddone()-
Methods inherited from class javax.swing.SwingWorker
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgress
-
-
-
-
Constructor Detail
-
ClearFontCacheWorker
public ClearFontCacheWorker(JComponent callingComponent)
-
-
Method Detail
-
doInBackground
protected Void doInBackground()
- Specified by:
doInBackgroundin classSwingWorker<Void,Void>
-
done
protected void done()
- Overrides:
donein classSwingWorker<Void,Void>
-
-