|
||||||||||
| 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.ClassPanelOWLDescriptor
public class ClassPanelOWLDescriptor
Wizard panel descriptor for selecting one of the atomic classes in OWL-ontology that has to be (re)learned.
| Field Summary | |
|---|---|
static String |
IDENTIFIER
Identification string for class choose panel. |
static String |
INFORMATION
Information string for class choose panel. |
| Fields inherited from class org.dllearner.tools.ore.WizardPanelDescriptor |
|---|
FINISH |
| Constructor Summary | |
|---|---|
ClassPanelOWLDescriptor()
Constructor creates new panel and adds listener to list. |
|
| Method Summary | |
|---|---|
void |
aboutToDisplayPanel()
Override this method to provide functionality that will be performed just before the panel is to be displayed. |
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. |
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. |
ClassPanelOWL |
getOwlClassPanel()
Returns the JPanel with the GUI elements. |
void |
valueChanged(ListSelectionEvent e)
Method is called when other element in list is selected, and sets next button enabled. |
| 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 ClassPanelOWLDescriptor()
| 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 ListSelectionListenere - ListSelectionEventpublic ClassPanelOWL getOwlClassPanel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||