|
jInfer | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcz.cuni.mff.ksi.jinfer.functionalDependencies.newRepairer.RepairPickerUserInteractive
public class RepairPickerUserInteractive
Implementation of the RepairPicker representing user selection picker.
| Field Summary | |
|---|---|
static String |
NAME
|
| Constructor Summary | |
|---|---|
RepairPickerUserInteractive()
|
|
| Method Summary | |
|---|---|
static boolean |
drawComponentAndWaitForGUI(RepairPickerComponent component)
Draws component in the Repair picker window. |
String |
getDisplayName()
Returns a user friendly name of the module. |
String |
getModuleDescription()
Returns the information about this module's inner workings. |
String |
getName()
Returns a user friendly yet unique name of the module. |
RepairCandidate |
getRepair(RXMLTree tree)
Get the repair candidate that will be applied to the XML tree. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String NAME
| Constructor Detail |
|---|
public RepairPickerUserInteractive()
| Method Detail |
|---|
public RepairCandidate getRepair(RXMLTree tree)
throws InterruptedException
RepairPicker
getRepair in interface RepairPickertree - Tree to be the repair candidate applied.
InterruptedExceptionpublic String getName()
NamedModule
getName in interface NamedModulepublic String getDisplayName()
NamedModule
getDisplayName in interface NamedModulepublic String getModuleDescription()
NamedModuleNamedModule.getDisplayName(), but if the
module for example consists of more sub-modules, their names should be
listed here.
getModuleDescription in interface NamedModule
public static boolean drawComponentAndWaitForGUI(RepairPickerComponent component)
throws InterruptedException
component - Component with initialized instance of Visualizer.
true if the component signaled return,
false if waiting was interrupted by another thread.
InterruptedException - If the AutoEditor tab was closed.
|
jInfer | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||