|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Lifecycle | |
---|---|
com.croftsoft.core.animation | Swing-based animation library. |
com.croftsoft.core.animation.component | AnimatedComponent implementations for Swing-based animation. |
com.croftsoft.core.gui | Graphical user interface (GUI) classes complementary to java.awt and javax.swing. |
com.croftsoft.core.gui.multi | An applet that contains multiple applets (demo). |
com.croftsoft.core.lang.lifecycle | Interfaces for the common Applet lifecycle methods. |
com.croftsoft.core.net.http.msg | HyperText Transfer Protocol (HTTP) asynchronous messaging. |
com.croftsoft.core.net.jms | Package javax.jms Java Message Service (JMS) API support. |
com.croftsoft.core.util | Package java.util support and utility classes. |
com.croftsoft.core.util.loop | Threaded loop library for animation and simulation. |
com.croftsoft.core.util.queue | Queue data structure (created prior to java.util.Queue). |
Uses of Lifecycle in com.croftsoft.core.animation |
---|
Classes in com.croftsoft.core.animation that implement Lifecycle | |
---|---|
class |
AnimatedApplet
Animated applet. |
class |
AnimatedComponent
Animated Swing component. |
class |
TimeApplet
Example AnimatedApplet implementation. |
Uses of Lifecycle in com.croftsoft.core.animation.component |
---|
Classes in com.croftsoft.core.animation.component that implement Lifecycle | |
---|---|
class |
BufferedAnimatedComponent
Deprecated. Does not seem to work in Java 5. |
class |
BufferStrategyAnimatedComponent
AnimatedComponent subclass that uses a BufferStrategy. |
Uses of Lifecycle in com.croftsoft.core.gui |
---|
Classes in com.croftsoft.core.gui that implement Lifecycle | |
---|---|
class |
FrameManager
Lifecycle management for a Frame. |
Methods in com.croftsoft.core.gui with parameters of type Lifecycle | |
---|---|
static void |
LifecycleWindowListener.launchFrameAsDesktopApp(JFrame jFrame,
Lifecycle[] lifecycles,
Dimension frameSize,
String shutdownConfirmationPrompt)
Associates a LifecycleWindowListener with the JFrame and launches. |
static void |
LifecycleWindowListener.launchFrameAsDesktopApp(JFrame jFrame,
Lifecycle lifecycle,
Dimension frameSize,
String shutdownConfirmationPrompt)
|
static void |
FrameLib.launchJFrameAsDesktopApp(JFrame jFrame,
Lifecycle[] lifecycles,
Dimension frameSize,
String shutdownConfirmationPrompt)
Deprecated. This method has been moved to class LifecycleWindowListener. |
Constructors in com.croftsoft.core.gui with parameters of type Lifecycle | |
---|---|
LifecycleWindowListener(Lifecycle lifecycle)
Convenience constructor. |
|
LifecycleWindowListener(Lifecycle[] lifecycles)
Convenience constructor. |
|
LifecycleWindowListener(Lifecycle[] lifecycles,
String shutdownConfirmationPrompt)
Convenience constructor. |
|
LifecycleWindowListener(Lifecycle[] lifecycles,
String shutdownConfirmationPrompt,
String shutdownConfirmationTitle)
Main constructor. |
|
LifecycleWindowListener(Lifecycle lifecycle,
String shutdownConfirmationPrompt)
Convenience constructor. |
Uses of Lifecycle in com.croftsoft.core.gui.multi |
---|
Classes in com.croftsoft.core.gui.multi that implement Lifecycle | |
---|---|
class |
MultiApplet
An applet that contains multiple applets. |
Uses of Lifecycle in com.croftsoft.core.lang.lifecycle |
---|
Classes in com.croftsoft.core.lang.lifecycle that implement Lifecycle | |
---|---|
class |
AppletLifecycle
Wraps the Lifecycle interface around an Applet. |
class |
CompositeLifecycle
A Lifecycle using interface composition. |
class |
LifecycleEnforcer
Strictly enforces the Lifecycle method calling order by frameworks. |
Constructors in com.croftsoft.core.lang.lifecycle with parameters of type Lifecycle | |
---|---|
LifecycleEnforcer(Lifecycle lifecycle)
|
Uses of Lifecycle in com.croftsoft.core.net.http.msg |
---|
Classes in com.croftsoft.core.net.http.msg that implement Lifecycle | |
---|---|
class |
HttpMessageClient
An HttpMessagePoller/Pusher facade. |
class |
HttpMessagePoller
Polls a server for messages and downloads them to a local queue. |
class |
HttpMessagePusher
Pushes outgoing messages to the server using HTTP. |
Uses of Lifecycle in com.croftsoft.core.net.jms |
---|
Classes in com.croftsoft.core.net.jms that implement Lifecycle | |
---|---|
class |
Courier
Exchanges serializable Objects with a Topic via Queues. |
Uses of Lifecycle in com.croftsoft.core.util |
---|
Classes in com.croftsoft.core.util that implement Lifecycle | |
---|---|
class |
Metronome
Runs tasks periodically. |
Uses of Lifecycle in com.croftsoft.core.util.loop |
---|
Classes in com.croftsoft.core.util.loop that implement Lifecycle | |
---|---|
class |
Looper
Periodically runs a task in a loop using a separate thread. |
Uses of Lifecycle in com.croftsoft.core.util.queue |
---|
Classes in com.croftsoft.core.util.queue that implement Lifecycle | |
---|---|
class |
QueuePuller
Pulls objects out of the queue in a separate thread. |
|
CroftSoft Javadoc | |||||||||
PREV NEXT | FRAMES NO FRAMES |