| Package | Description |
|---|---|
| net.sf.cuf.appevent |
The AppEvent library provides the anonym sending and receiving of events.
|
| net.sf.cuf.fw2 |
This package contains a "medium" sized framework for structuring a
Java Swing or JavaFX client, and is based on the interfaces in the
net.sf.cuf.fw package. |
| Modifier and Type | Class and Description |
|---|---|
class |
AppEventManager
A AppEventManager object can be used to dispatch events to registered listeners.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AppEventUtil.postAppEvent(AppEventSupport pAppEventSupport,
AppEvent pAppEvent)
Helper method to process an AppEvent.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AppDc
A AppDc enhances the basic Dc interface with support for AppEvent's and
serves as a dialog coordinator for any number of DialogDc objects.
|
interface |
AppPc
A AppPc enhances the basic Pc interface with support for AppEvent's
and an enhanced life cycle.
|
interface |
DialogApplication
A DialogApplication enhances the basic Application interface
with support for AppEvent's and a more complex dialog management.
|
interface |
DialogDc
A DialogDc enhances the basic Dc interface with a more powerful
dialog lifecycle and support for AppEvent's.
|
interface |
DialogPc
A DialogPc enhances the basic Pc interface with
support for AppEvent's,
a standardized interface for a DialogDc to get the visual
presentation for the dialog and
a dispose() method for an enhanced lifecycle.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAppDc
The AbstractAppDc implements the common stuff (AppEvent handling)
of the AppDc interface.
|
class |
AbstractDialogDc
The AbstractDialogDc implements the common stuff (AppEvent handling,
canPassivate check) of the DialogDc interface.
|
class |
AbstractDialogPc
The AbstractDialogPc implements the common stuff (AppEvent handling)
of the DialogPc interface.
|
| Modifier and Type | Field and Description |
|---|---|
protected AppEventSupport |
AbstractDialogPc.mAppEventSupport
The next object in the AppEvent responder chain.
|
protected AppEventSupport |
AbstractDialogDc.mAppEventSupport
The next object in the AppEvent responder chain.
|
protected AppEventSupport |
AbstractAppDc.mAppEventSupport
The next object in the AppEvent responder chain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DialogManager.postAppEvent(Dc pDc,
AppEventSupport pAppEventSupport,
AppEvent pAppEvent)
Filter for an AppEvent hierarchy: if a OpenDialogEvent or an CloseDialogEvent is posted,
we try to handle it.
|
Copyright © 2014 Jürgen Zeller (privat). All rights reserved.