|
|||||||||
| 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 CommentEditor

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
abbot.editor.editors.StepEditor
abbot.editor.editors.CommentEditor
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.event.ActionListener, javax.swing.event.DocumentListener, 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 CommentEditor
- extends StepEditor
- implements javax.swing.event.DocumentListener
- extends StepEditor
A Comment only has its description available for editing.
| 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 abbot.script.Comment |
comment
|
private javax.swing.JTextArea |
description
|
| 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 | |
CommentEditor(abbot.script.Comment comment)
|
|
| Method Summary | |
void |
changedUpdate(javax.swing.event.DocumentEvent ev)
Changed update |
void |
insertUpdate(javax.swing.event.DocumentEvent ev)
Insert update |
void |
removeUpdate(javax.swing.event.DocumentEvent ev)
Remove update |
protected void |
stepChanged()
Indicate that the step data may have changed and that the editor should update itself. |
private void |
update()
|
| Methods inherited from class abbot.editor.editors.StepEditor |
actionPerformed, 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 |
comment
private abbot.script.Comment comment
description
private javax.swing.JTextArea description
| Constructor Detail |
CommentEditor
public CommentEditor(abbot.script.Comment comment)
| Method Detail |
stepChanged
protected void stepChanged()
- Description copied from class:
StepEditor - Indicate that the step data may have changed and that the editor should
update itself.
- Overrides:
stepChangedin classStepEditor
update
private void update()
changedUpdate
public void changedUpdate(javax.swing.event.DocumentEvent ev)
- Description copied from interface:
javax.swing.event.DocumentListener - Changed update
- Specified by:
changedUpdatein interfacejavax.swing.event.DocumentListener
insertUpdate
public void insertUpdate(javax.swing.event.DocumentEvent ev)
- Description copied from interface:
javax.swing.event.DocumentListener - Insert update
- Specified by:
insertUpdatein interfacejavax.swing.event.DocumentListener
removeUpdate
public void removeUpdate(javax.swing.event.DocumentEvent ev)
- Description copied from interface:
javax.swing.event.DocumentListener - Remove update
- Specified by:
removeUpdatein interfacejavax.swing.event.DocumentListener
|
|||||||||
| Home >> All >> abbot >> editor >> [ editors overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC