|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.dllearner.tools.ore.RepairPanel
public class RepairPanel
JPanel for repairing action.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.BaselineResizeBehavior |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JComponent |
|---|
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
RepairPanel()
|
|
| Method Summary | |
|---|---|
void |
addActionListeners(ActionListener aL)
Adds the action listener to buttons. |
void |
addMouseListeners(MouseListener mL)
Adds mouse listener to lists. |
void |
addSelectionListeners(ListSelectionListener l)
adds the list selection listener for lists. |
JList |
getNegFailureList()
Returns the list for negative examples. |
DefaultListModel |
getNegFailureModel()
Returns the list model for negative examples. |
JList |
getPosFailureList()
Returns the list for positive examples. |
DefaultListModel |
getPosFailureModel()
Returns the list model for positive examples. |
void |
setCellRenderers(ORE ore)
Sets custom cell renderer to the lists. |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RepairPanel()
| Method Detail |
|---|
public DefaultListModel getPosFailureModel()
public DefaultListModel getNegFailureModel()
public JList getPosFailureList()
public JList getNegFailureList()
public void addSelectionListeners(ListSelectionListener l)
l - list selection listenerpublic void addActionListeners(ActionListener aL)
aL - action listenerpublic void addMouseListeners(MouseListener mL)
mL - mouse listenerpublic void setCellRenderers(ORE ore)
ore -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||