dip.gui.dialog
Class TextViewer.TVRunnable

java.lang.Object
  extended bydip.gui.dialog.TextViewer.TVRunnable
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
TextViewer

public abstract static class TextViewer.TVRunnable
extends java.lang.Object
implements java.lang.Runnable

Lazy Loading worker thread; must be subclassed


Constructor Summary
TextViewer.TVRunnable()
          Create a TVRunnable
 
Method Summary
abstract  void run()
          This method must be implemented by subclasses
protected  void setText(java.lang.String text)
          Set the text
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextViewer.TVRunnable

public TextViewer.TVRunnable()
Create a TVRunnable

Method Detail

run

public abstract void run()
This method must be implemented by subclasses

Specified by:
run in interface java.lang.Runnable

setText

protected final void setText(java.lang.String text)
Set the text



Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.