public class UseCase4Pc extends AbstractDialogPc implements DialogPc, SwingXMLBuilder.Backlink
mAppEventSupport| Constructor and Description |
|---|
UseCase4Pc() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDate()
Callback when a date should be added.
|
Object |
getVisualPresentation()
Called from the DialogDc peer in the initialized, active or passive
state to get the visual representation for this dialog.
|
void |
init(Dc pDc,
Map<String,? super Object> pArgs)
This method is called by the dialog controller peer during
the initialisation phase of an application.
|
void |
removeDate()
Callback when a date should be removed.
|
void |
setSwingXMLBuilder(SwingXMLBuilder pBuilder)
Callback method for the Builder.
|
dispose, postAppEventclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpostAppEventdisposepublic void setSwingXMLBuilder(SwingXMLBuilder pBuilder)
setSwingXMLBuilder in interface SwingXMLBuilder.BacklinkpBuilder - the builder that created that objectpublic void init(Dc pDc, Map<String,? super Object> pArgs)
init in interface Pcinit in class AbstractDialogPcpDc - our peer dialog controllerpArgs - variable argument list modeled as a key/value map,
never null.public void addDate()
public void removeDate()
public Object getVisualPresentation()
getVisualPresentation in interface DialogPcCopyright © 2013–2024 Jürgen Zeller (privat). All rights reserved.