|
|||||||||
| Home >> All >> abbot >> editor >> [ editors overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
abbot.editor.editors
Class AssertEditor

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
abbot.editor.editors.StepEditor
abbot.editor.editors.CallEditor
abbot.editor.editors.AssertEditor
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.event.ActionListener, java.util.EventListener, java.awt.image.ImageObserver, java.awt.MenuContainer, abbot.editor.i18n.Resources, javax.swing.Scrollable, java.io.Serializable, abbot.editor.i18n.Strings
- public class AssertEditor
- extends CallEditor
Provide convenient editing of a launch step.
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JPanel |
javax.swing.JPanel.AccessibleJPanel |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Nested classes inherited from class abbot.editor.i18n.Resources |
abbot.editor.i18n.Resources.ResourceLoader |
| Field Summary | |
private javax.swing.JTextField |
component
|
private javax.swing.JTextField |
interval
|
private javax.swing.JCheckBox |
invert
|
private abbot.script.Assert |
step
|
private javax.swing.JTextField |
timeout
|
private javax.swing.JTextField |
value
|
private javax.swing.JCheckBox |
wait
|
| Fields inherited from class abbot.editor.editors.CallEditor |
|
| Fields inherited from class abbot.editor.editors.StepEditor |
|
| Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface abbot.editor.i18n.Strings |
FMT_AssertProperty, FMT_AssertPropertyTip, FMT_ComponentReference, FMT_ComponentReferenceX, FMT_Dialog, FMT_EditingScript, FMT_Error, FMT_Failure, FMT_FixtureDuplicated, FMT_InStep, FMT_RecorderCanceledX, FMT_Running, FMT_RunningStep, FMT_Saved, FMT_Saving, FMT_ScriptRename, FMT_ScriptSaved, FMT_Title, FMT_Tooltip, FMT_WaitProperty, FMT_Warning |
| Fields inherited from interface abbot.editor.i18n.Resources |
bundle, STRINGS_BUNDLE |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
AssertEditor(abbot.script.Assert step)
|
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent ev)
This method is invoked when an action occurs. |
private void |
addWaitOptions()
|
protected java.lang.String[] |
getMethodNames(java.lang.reflect.Method[] methods)
Convert the given array of methods into an array of strings. |
protected void |
stepChanged()
Indicate that the step data may have changed and that the editor should update itself. |
| Methods inherited from class abbot.editor.editors.CallEditor |
getMethodNames, getMethods, getTargetClass |
| Methods inherited from class abbot.editor.editors.StepEditor |
add, addCheckBox, addComboBox, addStepChangeListener, addTextField, fireStepChanged, getEditor, getMaximumSize, getMinimumSize, getPreferredScrollableViewportSize, getPreferredSize, getScrollableBlockIncrement, getScrollableTracksViewportHeight, getScrollableTracksViewportWidth, getScrollableUnitIncrement, remove, removeStepChangeListener, toString |
| Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
step
private abbot.script.Assert step
component
private javax.swing.JTextField component
value
private javax.swing.JTextField value
invert
private javax.swing.JCheckBox invert
wait
private javax.swing.JCheckBox wait
timeout
private javax.swing.JTextField timeout
interval
private javax.swing.JTextField interval
| Constructor Detail |
AssertEditor
public AssertEditor(abbot.script.Assert step)
| Method Detail |
getMethodNames
protected java.lang.String[] getMethodNames(java.lang.reflect.Method[] methods)
- Description copied from class:
CallEditor - Convert the given array of methods into an array of strings.
Subclasses can do additional filtering here.
- Overrides:
getMethodNamesin classCallEditor
addWaitOptions
private void addWaitOptions()
stepChanged
protected void stepChanged()
- Indicate that the step data may have changed and that the editor should
update itself.
- Overrides:
stepChangedin classCallEditor
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent ev)
- Description copied from interface:
java.awt.event.ActionListener - This method is invoked when an action occurs.
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener- Overrides:
actionPerformedin classCallEditor
|
|||||||||
| Home >> All >> abbot >> editor >> [ editors overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC