|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkr.ac.kaist.swrc.jhannanum.demo.GUIDemo.PluginListMouseListener
private class GUIDemo.PluginListMouseListener
Event listener for the plug-in selection on the list for the work flow.
Field Summary | |
---|---|
private javax.swing.JList |
list
The plug-in list where this listener is going to work. |
private javax.swing.DefaultListModel |
listModel
The model of plug-in list where this listener is going to work. |
Constructor Summary | |
---|---|
GUIDemo.PluginListMouseListener(javax.swing.JList list,
javax.swing.DefaultListModel listModel)
Constructor. |
Method Summary | |
---|---|
void |
mouseClicked(java.awt.event.MouseEvent e)
It is called when an mouse click event occur on the list. |
void |
mouseEntered(java.awt.event.MouseEvent e)
It is called when an mouse enter event occur on the list. |
void |
mouseExited(java.awt.event.MouseEvent e)
It is called when an mouse exited event occur on the list. |
void |
mousePressed(java.awt.event.MouseEvent e)
It is called when an mouse pressed event occur on the list. |
void |
mouseReleased(java.awt.event.MouseEvent e)
It is called when an mouse released event occur on the list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private javax.swing.JList list
private javax.swing.DefaultListModel listModel
Constructor Detail |
---|
public GUIDemo.PluginListMouseListener(javax.swing.JList list, javax.swing.DefaultListModel listModel)
list
- - the plug-in list for the work flowlistModel
- - the model for the plug-in listMethod Detail |
---|
public void mouseClicked(java.awt.event.MouseEvent e)
mouseClicked
in interface java.awt.event.MouseListener
public void mouseEntered(java.awt.event.MouseEvent e)
mouseEntered
in interface java.awt.event.MouseListener
public void mouseExited(java.awt.event.MouseEvent e)
mouseExited
in interface java.awt.event.MouseListener
public void mousePressed(java.awt.event.MouseEvent e)
mousePressed
in interface java.awt.event.MouseListener
public void mouseReleased(java.awt.event.MouseEvent e)
mouseReleased
in interface java.awt.event.MouseListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |