Modifier and Type | Class and Description |
---|---|
class |
SwingDialogs.dontAskResult |
XDialogs.ConfirmDontAskResult
Constructor and Description |
---|
SwingDialogs(Component parent) |
Modifier and Type | Method and Description |
---|---|
boolean |
confirm(String question,
String title) |
boolean |
confirm(String question,
String title,
Component parent) |
boolean |
confirm(String question,
String title,
String helpUrl,
String urlDescription) |
SwingDialogs.dontAskResult |
confirmDontAsk(String question,
String title) |
boolean |
confirmExtendedInfo(String title,
String description,
String content,
Dimension size) |
Boolean |
confirmOrCancel(String question,
String title) |
Boolean |
confirmOrCancleExtendedInfo(String title,
String description,
String content,
Dimension size) |
XProgressDialog |
createProgressDialog(String label,
int length,
String initialValue,
boolean canCancel) |
String |
prompt(String question,
String title) |
Object |
prompt(String question,
String title,
Object[] objects) |
Object |
prompt(String question,
String title,
Object[] objects,
String value) |
String |
prompt(String question,
String title,
String value) |
String |
prompt(String question,
String title,
String value,
Font font) |
char[] |
promptPassword(String question,
String title) |
String |
selectJsonPath(String title,
String info,
String json,
String jsonPath) |
String |
selectXPath(String title,
String info,
String xml,
String xpath) |
void |
showErrorMessage(String message) |
void |
showExtendedInfo(String title,
String description,
String content,
Dimension size) |
void |
showExtendedInfo(String title,
String description,
String content,
String contentType,
Dimension size) |
void |
showExtendedXmlInfo(String title,
String description,
String content,
String URL,
int line,
int column,
String resourcePath) |
void |
showInfoMessage(String message) |
void |
showInfoMessage(String message,
String title) |
boolean |
showInfoMessageDontAsk(String infoMessage,
String title) |
int |
showOptionButtons(String question,
String title,
String... buttons) |
int |
yesYesToAllOrNo(String question,
String title) |
public SwingDialogs(Component parent)
public void showErrorMessage(String message)
showErrorMessage
in interface XDialogs
public boolean confirm(String question, String title, String helpUrl, String urlDescription)
public boolean showInfoMessageDontAsk(String infoMessage, String title)
showInfoMessageDontAsk
in interface XDialogs
public SwingDialogs.dontAskResult confirmDontAsk(String question, String title)
confirmDontAsk
in interface XDialogs
public void showInfoMessage(String message)
showInfoMessage
in interface XDialogs
public void showInfoMessage(String message, String title)
showInfoMessage
in interface XDialogs
public Boolean confirmOrCancel(String question, String title)
confirmOrCancel
in interface XDialogs
public int yesYesToAllOrNo(String question, String title)
yesYesToAllOrNo
in interface XDialogs
public int showOptionButtons(String question, String title, String... buttons)
showOptionButtons
in interface XDialogs
public XProgressDialog createProgressDialog(String label, int length, String initialValue, boolean canCancel)
createProgressDialog
in interface XDialogs
public void showExtendedInfo(String title, String description, String content, Dimension size)
showExtendedInfo
in interface XDialogs
public void showExtendedInfo(String title, String description, String content, String contentType, Dimension size)
showExtendedInfo
in interface XDialogs
public void showExtendedXmlInfo(String title, String description, String content, String URL, int line, int column, String resourcePath)
showExtendedXmlInfo
in interface XDialogs
public boolean confirmExtendedInfo(String title, String description, String content, Dimension size)
confirmExtendedInfo
in interface XDialogs
public Boolean confirmOrCancleExtendedInfo(String title, String description, String content, Dimension size)
confirmOrCancleExtendedInfo
in interface XDialogs
public String selectXPath(String title, String info, String xml, String xpath)
selectXPath
in interface XDialogs
public String selectJsonPath(String title, String info, String json, String jsonPath)
selectJsonPath
in interface XDialogs
public char[] promptPassword(String question, String title)
promptPassword
in interface XDialogs
Copyright © 2019. All rights reserved.