public class OptionDc extends Object implements Dc, AppEventSupport
| Constructor and Description |
|---|
OptionDc()
Create a new dialog controller, the presentation controller is lazy
created in our
init(net.sf.cuf.fw.Dc, java.util.Map<java.lang.String, ? super java.lang.Object>) method. |
| Modifier and Type | Method and Description |
|---|---|
void |
init(Dc pParent,
Map<String,? super Object> pArgs) |
void |
postAppEvent(AppEvent pAppEvent)
Process an AppEvent.
|
void |
show()
Called when we should show our (modal) dialog, the call will block until
the dialog was closed.
|
public OptionDc()
init(net.sf.cuf.fw.Dc, java.util.Map<java.lang.String, ? super java.lang.Object>) method.public void postAppEvent(AppEvent pAppEvent)
postAppEvent in interface AppEventSupportpAppEvent - event that should be routed/processespublic void show()
Copyright © 2017 Jürgen Zeller (privat). All rights reserved.