org.jppf.ui.options
Class JavaOption.JavaOptionMouseListener

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by org.jppf.ui.options.JavaOption.JavaOptionMouseListener
All Implemented Interfaces:
MouseListener, MouseMotionListener, MouseWheelListener, EventListener
Enclosing class:
JavaOption

public abstract static class JavaOption.JavaOptionMouseListener
extends MouseAdapter

Abstract superclass for mouse listeners set on this type of option.


Field Summary
protected  JavaOption option
          The option on which this listener is set.
 
Constructor Summary
JavaOption.JavaOptionMouseListener()
           
 
Method Summary
 JavaOption getOption()
          Get the option on which this listener is set.
 void setOption(JavaOption option)
          Set the option on which this listener is set.
 
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

option

protected JavaOption option
The option on which this listener is set.

Constructor Detail

JavaOption.JavaOptionMouseListener

public JavaOption.JavaOptionMouseListener()
Method Detail

getOption

public JavaOption getOption()
Get the option on which this listener is set.

Returns:
a JavaOption instance.

setOption

public void setOption(JavaOption option)
Set the option on which this listener is set.

Parameters:
option - a JavaOption instance.


Copyright © 2005-2010 JPPF Team.