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

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.LaunchEditor
- 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 LaunchEditor
- 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 |
classpath
|
private abbot.script.Launch |
launch
|
private javax.swing.JCheckBox |
reload
|
private javax.swing.JCheckBox |
thread
|
| 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 | |
LaunchEditor(abbot.script.Launch launch)
|
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent ev)
This method is invoked when an action occurs. |
protected java.lang.String[] |
getMethodNames(java.lang.reflect.Method[] mlist)
Display only the public static member functions. |
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 |
launch
private abbot.script.Launch launch
classpath
private javax.swing.JTextField classpath
reload
private javax.swing.JCheckBox reload
thread
private javax.swing.JCheckBox thread
| Constructor Detail |
LaunchEditor
public LaunchEditor(abbot.script.Launch launch)
| Method Detail |
getMethodNames
protected java.lang.String[] getMethodNames(java.lang.reflect.Method[] mlist)
- Display only the public static member functions.
- Overrides:
getMethodNamesin classCallEditor
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 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