| Modifier and Type | Class and Description |
|---|---|
static class |
SwingAlertPeer.ActionInfo |
class |
SwingAlertPeer.GenFooter |
| Modifier and Type | Field and Description |
|---|---|
protected net.thevpc.echo.Application |
app |
protected net.thevpc.echo.Alert |
appAlert |
protected String |
selectedButton |
| Constructor and Description |
|---|
SwingAlertPeer() |
| Modifier and Type | Method and Description |
|---|---|
void |
build(net.thevpc.common.swing.dialog.JDialog2 dialog2,
Component mainComponent,
String[] buttonIds,
String defaultId,
net.thevpc.echo.api.AppAlertAction action,
Window owner) |
void |
closeDialog() |
String |
evalHeader() |
String |
evalTitle() |
void |
install(net.thevpc.echo.api.components.AppComponent comp) |
net.thevpc.echo.api.AppAlertResult |
showDialog(net.thevpc.echo.api.components.AppComponent owner) |
Object |
toolkitComponent() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitawtComponent, gcompOf, jcompOf, jcomponent, of, of, requestFocusprotected net.thevpc.echo.Application app
protected String selectedButton
protected net.thevpc.echo.Alert appAlert
public void install(net.thevpc.echo.api.components.AppComponent comp)
install in interface net.thevpc.echo.spi.peers.AppComponentPeerpublic Object toolkitComponent()
toolkitComponent in interface net.thevpc.echo.spi.peers.AppComponentPeerpublic net.thevpc.echo.api.AppAlertResult showDialog(net.thevpc.echo.api.components.AppComponent owner)
showDialog in interface net.thevpc.echo.spi.peers.AppAlertPeerpublic void closeDialog()
closeDialog in interface net.thevpc.echo.spi.peers.AppAlertPeerpublic void build(net.thevpc.common.swing.dialog.JDialog2 dialog2,
Component mainComponent,
String[] buttonIds,
String defaultId,
net.thevpc.echo.api.AppAlertAction action,
Window owner)
public String evalHeader()
public String evalTitle()
Copyright © 2022 vpc open source initiative. All rights reserved.