public class OptionPc extends Object implements Pc, AppEventSupport, SwingXMLBuilder.Backlink
| Constructor and Description |
|---|
OptionPc() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Act on "Cancel" or "ESCAPE" in the options dialog, we just hide the dialog.
|
void |
defaults()
Set default values.
|
void |
exeSearch()
Fill in default exe field via a file chooser.
|
void |
fileSearch()
Fill in default file field via a file chooser.
|
void |
init(Dc pDc,
Map<String,? super Object> pArgs)
This method connects the widgets to ValueModel's, all states/state adapter
init was already done in the XML.
|
void |
ok()
Act on "OK" in the options dialog.
|
void |
postAppEvent(AppEvent pAppEvent)
Process an AppEvent.
|
void |
setSwingXMLBuilder(SwingXMLBuilder pBuilder)
When a SwingXMLBuilder creates an object of ourselves, we want to
know that builder.
|
void |
show()
Show an options dialog.
|
void |
treeSearch()
Fill in default tree field via a file chooser.
|
public void setSwingXMLBuilder(SwingXMLBuilder pBuilder)
setSwingXMLBuilder in interface SwingXMLBuilder.BacklinkpBuilder - the builder that created this objectpublic void postAppEvent(AppEvent pAppEvent)
postAppEvent in interface AppEventSupportpAppEvent - event that should be routed/processespublic void init(Dc pDc, Map<String,? super Object> pArgs)
public void show()
public void ok()
public void cancel()
public void defaults()
public void fileSearch()
public void treeSearch()
public void exeSearch()
Copyright © 2013–2025 Jürgen Zeller (privat). All rights reserved.