|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.das2.event.MouseModule
org.das2.event.DisplayDataMouseModule
public class DisplayDataMouseModule
Field Summary |
---|
Fields inherited from class org.das2.event.MouseModule |
---|
dragRenderer, parent |
Constructor Summary | |
---|---|
DisplayDataMouseModule(DasPlot parent)
Creates a new instance of DisplayDataMouseModule |
Method Summary | |
---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener l)
Adds a PropertyChangeListener to the listener list. |
java.lang.String |
getLabel()
returns a string that identifies the module |
javax.swing.Icon |
getListIcon()
An icon can be provided that will be shown in a list along with the textual description of the element. |
java.lang.String |
getListLabel()
return a String that will help the user
identify this item when choosing from a list. |
boolean |
isYclip()
Getter for property yclip. |
void |
mouseRangeSelected(MouseDragEvent e0)
Action to take when a mouse range (click, drag, release) has been selected. |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener l)
Removes a PropertyChangeListener from the listener list. |
void |
setYclip(boolean yclip)
Setter for property yclip. |
Methods inherited from class org.das2.event.MouseModule |
---|
getCursor, getDragRenderer, getHotSpots, hotSpotPressed, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePointSelected, mousePressed, mouseReleased, mouseWheelMoved, setDragRenderer, setLabel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DisplayDataMouseModule(DasPlot parent)
Method Detail |
---|
public void mouseRangeSelected(MouseDragEvent e0)
MouseModule
mouseRangeSelected
in class MouseModule
public java.lang.String getListLabel()
Displayable
String
that will help the user
identify this item when choosing from a list.
getListLabel
in interface Displayable
getListLabel
in class MouseModule
public javax.swing.Icon getListIcon()
Displayable
null
if there
is no icon available.
getListIcon
in interface Displayable
getListIcon
in class MouseModule
public java.lang.String getLabel()
MouseModule
getLabel
in class MouseModule
public void addPropertyChangeListener(java.beans.PropertyChangeListener l)
l
- The listener to add.public void removePropertyChangeListener(java.beans.PropertyChangeListener l)
l
- The listener to remove.public boolean isYclip()
public void setYclip(boolean yclip)
yclip
- New value of property yclip.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |