public class UseCase1Pc extends AbstractDialogPc implements DialogPc, SwingXMLBuilder.Backlink
mAppEventSupport| Constructor and Description |
|---|
UseCase1Pc() |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptRow(ActionEvent pEvent)
Callback from our acceopt action, we write the current buffer to the list.
|
void |
cancelRow(ActionEvent pEvent)
Callback from our cancel action, we re-read the buffered row.
|
void |
deleteRow(ActionEvent pEvent)
Callback from our delete action.
|
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)
init both the UI as well as the data binding
|
void |
newRow(ActionEvent pEvent)
Callback from our new action
|
void |
selectionChanged(ChangeEvent pEvent)
Callback from current row that it's content changed, we
read the current row in our current row buffer.
|
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 uspublic Object getVisualPresentation()
getVisualPresentation in interface DialogPcpublic void init(Dc pDc, Map<String,? super Object> pArgs)
init in interface Pcinit in class AbstractDialogPcpDc - our peer DcpArgs - our argumentspublic void newRow(ActionEvent pEvent)
pEvent - not usedpublic void deleteRow(ActionEvent pEvent)
pEvent - not usedpublic void acceptRow(ActionEvent pEvent)
pEvent - not usedpublic void cancelRow(ActionEvent pEvent)
pEvent - not usedpublic void selectionChanged(ChangeEvent pEvent)
pEvent - not usedCopyright © 2017 Jürgen Zeller (privat). All rights reserved.