public class DisplayDataMouseModule extends MouseModule
Modifier and Type | Class and Description |
---|---|
static class |
DisplayDataMouseModule.CellTransferable |
MouseModule.Pos
dragRenderer, logger, parent
Constructor and Description |
---|
DisplayDataMouseModule(DasPlot parent)
Creates a new instance of DisplayDataMouseModule
|
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener l)
Adds a PropertyChangeListener to the listener list.
|
java.lang.String |
getLabel()
returns a human-readable string that identifies the module
|
javax.swing.Icon |
getListIcon()
return the list icon.
|
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.
|
void |
updateRecordCountMessage() |
axisIsAdjustable, drawListIcon, getCursor, getDirections, getDragRenderer, getParent, keyPressed, keyReleased, keyTyped, maybeRound, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePointSelected, mousePressed, mouseReleased, mouseWheelMoved, position, setDirections, setDragRenderer, setLabel
public DisplayDataMouseModule(DasPlot parent)
parent
- public void mouseRangeSelected(MouseDragEvent e0)
MouseModule
mouseRangeSelected
in class MouseModule
e0
- the drag event.public void updateRecordCountMessage()
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()
MouseModule
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.