|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Runnable | |
| com.apple.mrj.console | |
| java.awt | |
| java.awt.event | |
| java.awt.image.renderable | |
| java.lang | |
| java.util | |
| javax.swing | |
| javax.swing.text | |
| Uses of Runnable in com.apple.mrj.console |
| Classes in com.apple.mrj.console that implement Runnable | |
class |
Console
Deprecated. As of MacOSX 10.2 |
| Uses of Runnable in java.awt |
| Methods in java.awt with parameters of type Runnable | |
static void |
EventQueue.invokeLater(Runnable runnable)
Causes runnable to have its run() method called in the dispatch thread of the EventQueue. |
static void |
EventQueue.invokeAndWait(Runnable runnable)
Causes runnable to have its run() method called in the dispatch thread of the EventQueue. |
| Uses of Runnable in java.awt.event |
| Fields in java.awt.event declared as Runnable | |
protected Runnable |
InvocationEvent.runnable
The Runnable whose run() method will be called. |
| Constructors in java.awt.event with parameters of type Runnable | |
InvocationEvent(Object source,
Runnable runnable)
Constructs an InvocationEvent with the specified source which will execute the runnable's run() method when dispatched. |
|
InvocationEvent(Object source,
Runnable runnable,
Object notifier,
boolean catchExceptions)
Constructs an InvocationEvent with the specified source which will execute the runnable's run() method when dispatched. |
|
InvocationEvent(Object source,
int id,
Runnable runnable,
Object notifier,
boolean catchExceptions)
Constructs an InvocationEvent with the specified source and ID which will execute the runnable's run() method when dispatched. |
|
| Uses of Runnable in java.awt.image.renderable |
| Classes in java.awt.image.renderable that implement Runnable | |
class |
RenderableImageProducer
An adapter class that implements ImageProducer to allow the asynchronous production of a RenderableImage. |
| Uses of Runnable in java.lang |
| Classes in java.lang that implement Runnable | |
class |
Thread
A thread is a thread of execution in a program. |
| Constructors in java.lang with parameters of type Runnable | |
Thread(Runnable target)
Allocates a new Thread object. |
|
Thread(ThreadGroup group,
Runnable target)
Allocates a new Thread object. |
|
Thread(Runnable target,
String name)
Allocates a new Thread object. |
|
Thread(ThreadGroup group,
Runnable target,
String name)
Allocates a new Thread object so that it has
target as its run object, has the specified
name as its name, and belongs to the thread group
referred to by group. |
|
| Uses of Runnable in java.util |
| Classes in java.util that implement Runnable | |
class |
TimerTask
A task that can be scheduled for one-time or repeated execution by a Timer. |
| Uses of Runnable in javax.swing |
| Methods in javax.swing with parameters of type Runnable | |
static void |
SwingUtilities.invokeLater(Runnable doRun)
Causes doRun.run() to be executed asynchronously on the AWT event dispatching thread. |
static void |
SwingUtilities.invokeAndWait(Runnable doRun)
Causes doRun.run() to be executed synchronously on the AWT event dispatching thread. |
| Uses of Runnable in javax.swing.text |
| Classes in javax.swing.text that implement Runnable | |
class |
AsyncBoxView.ChildState
A record representing the layout state of a child view. |
| Methods in javax.swing.text that return Runnable | |
protected Runnable |
LayoutQueue.waitForWork()
Used by the worker thread to get a new task to execute |
| Methods in javax.swing.text with parameters of type Runnable | |
void |
LayoutQueue.addTask(Runnable task)
Add a task that is not needed immediately because the results are not believed to be visible. |
void |
Document.render(Runnable r)
This allows the model to be safely rendered in the presence of currency, if the model supports being updated asynchronously. |
void |
AbstractDocument.render(Runnable r)
This allows the model to be safely rendered in the presence of currency, if the model supports being updated asynchronously. |
|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.