|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dllearner.tools.protege.ActionHandler
public class ActionHandler
This class processes input from the user.
| Constructor Summary | |
|---|---|
ActionHandler(DLLearnerModel m,
DLLearnerView view,
String i)
This is the constructor for the action handler. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent z)
When a Button is pressed this method select the right. |
void |
contentsChanged(ListDataEvent listEvent)
|
void |
destroyDLLearnerThread()
Destroys the Thread after the Pluigin is closed. |
String |
getID()
|
void |
intervalAdded(ListDataEvent listEvent)
|
void |
intervalRemoved(ListDataEvent listEvent)
|
void |
itemStateChanged(ItemEvent i)
select/deselect the Check boxes. |
void |
mouseClicked(MouseEvent m)
Choses the right EvaluatedDescription object after a concept is chosen in the list. |
void |
mouseEntered(MouseEvent m)
Nothing happens here. |
void |
mouseExited(MouseEvent m)
Nothing happens here. |
void |
mousePressed(MouseEvent m)
Sets the ADD button enable after a concept is chosen. |
void |
mouseReleased(MouseEvent m)
Nothing happens here. |
void |
resetToggled()
Resets the toggled Button after the plugin is closed. |
void |
valueChanged(ListSelectionEvent e)
Nothing happens here. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActionHandler(DLLearnerModel m,
DLLearnerView view,
String i)
a - ActionHandlerm - DLLearnerModelview - DLlearner tabi - id if it is a subclass or an equivalent class| Method Detail |
|---|
public void actionPerformed(ActionEvent z)
actionPerformed in interface ActionListenerz - ActionEventpublic String getID()
public void itemStateChanged(ItemEvent i)
itemStateChanged in interface ItemListeneri - ItemEventpublic void valueChanged(ListSelectionEvent e)
valueChanged in interface ListSelectionListenere - ListSelectionEventpublic void mouseReleased(MouseEvent m)
mouseReleased in interface MouseListenerm - MouseEventpublic void mouseEntered(MouseEvent m)
mouseEntered in interface MouseListenerm - MouseEventpublic void mouseClicked(MouseEvent m)
mouseClicked in interface MouseListenerm - MouseEventpublic void mouseExited(MouseEvent m)
mouseExited in interface MouseListenerm - MouseEventpublic void mousePressed(MouseEvent m)
mousePressed in interface MouseListenerm - MouseEventpublic void destroyDLLearnerThread()
public void resetToggled()
public void contentsChanged(ListDataEvent listEvent)
contentsChanged in interface ListDataListenerpublic void intervalAdded(ListDataEvent listEvent)
intervalAdded in interface ListDataListenerpublic void intervalRemoved(ListDataEvent listEvent)
intervalRemoved in interface ListDataListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||