|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dllearner.tools.ore.WizardPanelDescriptor
org.dllearner.tools.ore.LearningPanelDescriptor
public class LearningPanelDescriptor
Wizard panel descriptor where learned class description are shown.
| Field Summary | |
|---|---|
static String |
IDENTIFIER
|
static String |
INFORMATION
|
| Fields inherited from class org.dllearner.tools.ore.WizardPanelDescriptor |
|---|
FINISH |
| Constructor Summary | |
|---|---|
LearningPanelDescriptor()
|
|
| Method Summary | |
|---|---|
void |
aboutToDisplayPanel()
Override this method to provide functionality that will be performed just before the panel is to be displayed. |
void |
actionPerformed(ActionEvent event)
Actions for pressing start- or stop-button. |
Object |
getBackPanelDescriptor()
Override this class to provide the Object-based identifier of the panel that the user should traverse to when the Back button is pressed. |
LearningAlgorithm |
getLa()
Returns the learning algorithm instance. |
Object |
getNextPanelDescriptor()
Override this class to provide the Object-based identifier of the panel that the user should traverse to when the Next button is pressed. |
Timer |
getTimer()
Returns the timer instance. |
org.dllearner.tools.ore.LearningPanelDescriptor.LearnSwingWorker |
getWorkerThread()
Returns the swing worker thread instance. |
void |
setPanelDefaults()
Clear list and loading message. |
void |
valueChanged(ListSelectionEvent e)
|
| Methods inherited from class org.dllearner.tools.ore.WizardPanelDescriptor |
|---|
aboutToHidePanel, displayingPanel, getPanelComponent, getPanelDescriptorIdentifier, getWizard, getWizardModel, setPanelComponent, setPanelDescriptorIdentifier |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String IDENTIFIER
public static final String INFORMATION
| Constructor Detail |
|---|
public LearningPanelDescriptor()
| Method Detail |
|---|
public Object getNextPanelDescriptor()
WizardPanelDescriptor
getNextPanelDescriptor in class WizardPanelDescriptorpublic Object getBackPanelDescriptor()
WizardPanelDescriptor
getBackPanelDescriptor in class WizardPanelDescriptorpublic void aboutToDisplayPanel()
WizardPanelDescriptor
aboutToDisplayPanel in class WizardPanelDescriptorpublic void valueChanged(ListSelectionEvent e)
valueChanged in interface ListSelectionListenerpublic void actionPerformed(ActionEvent event)
actionPerformed in interface ActionListenerevent - public org.dllearner.tools.ore.LearningPanelDescriptor.LearnSwingWorker getWorkerThread()
public Timer getTimer()
public LearningAlgorithm getLa()
public void setPanelDefaults()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||