public class AssertionConfigurationDialog extends Object
Modifier and Type | Class and Description |
---|---|
class |
AssertionConfigurationDialog.CancelAction |
class |
AssertionConfigurationDialog.DeclareNamespacesFromCurrentAction |
class |
AssertionConfigurationDialog.OkAction |
class |
AssertionConfigurationDialog.SelectFromCurrentAction |
class |
AssertionConfigurationDialog.TestPathAction |
Modifier and Type | Field and Description |
---|---|
protected AbstractXmlContainsAssertion |
assertion |
protected JDialog |
configurationDialog |
protected boolean |
configureResult |
protected JTextArea |
contentArea |
protected JTextArea |
pathArea |
Constructor and Description |
---|
AssertionConfigurationDialog(AbstractXmlContainsAssertion assertion) |
Modifier and Type | Method and Description |
---|---|
protected void |
addMatchEditorActions(JXToolBar toolbar) |
protected void |
buildConfigurationDialog() |
boolean |
configure() |
protected AbstractAction |
createOkAction() |
protected AssertionConfigurationDialog.SelectFromCurrentAction |
createSelectFromCurrentAction() |
protected AssertionConfigurationDialog.TestPathAction |
createTestPathAction() |
JTextArea |
getContentArea() |
String |
getHelpURL() |
JTextArea |
getPathArea() |
protected JPanel |
getPathAreaPanel() |
protected void |
initializeFieldsWithValuesFromAssertion() |
protected JDialog configurationDialog
protected JTextArea pathArea
protected JTextArea contentArea
protected AbstractXmlContainsAssertion assertion
protected boolean configureResult
public AssertionConfigurationDialog(AbstractXmlContainsAssertion assertion)
public boolean configure()
protected void initializeFieldsWithValuesFromAssertion()
public String getHelpURL()
protected void buildConfigurationDialog()
protected AbstractAction createOkAction()
protected JPanel getPathAreaPanel()
public JTextArea getPathArea()
protected void addMatchEditorActions(JXToolBar toolbar)
protected AssertionConfigurationDialog.SelectFromCurrentAction createSelectFromCurrentAction()
protected AssertionConfigurationDialog.TestPathAction createTestPathAction()
public JTextArea getContentArea()
Copyright © 2019. All Rights Reserved.