Package editor.run
Class RunConfigDialog.SelectionHandler
- java.lang.Object
-
- editor.run.RunConfigDialog.SelectionHandler
-
- All Implemented Interfaces:
java.util.EventListener,javax.swing.event.TreeSelectionListener
- Enclosing class:
- RunConfigDialog
private class RunConfigDialog.SelectionHandler extends java.lang.Object implements javax.swing.event.TreeSelectionListener
-
-
Constructor Summary
Constructors Modifier Constructor Description privateSelectionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private booleancanRunOrDebug(IRunConfig runConfig)private booleanisRunningOrDebugging()voidvalueChanged(javax.swing.event.TreeSelectionEvent e)
-
-
-
Method Detail
-
valueChanged
public void valueChanged(javax.swing.event.TreeSelectionEvent e)
- Specified by:
valueChangedin interfacejavax.swing.event.TreeSelectionListener
-
isRunningOrDebugging
private boolean isRunningOrDebugging()
-
canRunOrDebug
private boolean canRunOrDebug(IRunConfig runConfig)
-
-