public class DisplayDataMouseModule extends MouseModule
| Modifier and Type | Class and Description |
|---|---|
static class |
DisplayDataMouseModule.CellTransferable |
MouseModule.PosdragRenderer, 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, setLabelpublic DisplayDataMouseModule(DasPlot parent)
parent - public void mouseRangeSelected(MouseDragEvent e0)
MouseModulemouseRangeSelected in class MouseModulee0 - the drag event.public void updateRecordCountMessage()
public java.lang.String getListLabel()
DisplayableString that will help the user
identify this item when choosing from a list.getListLabel in interface DisplayablegetListLabel in class MouseModulepublic javax.swing.Icon getListIcon()
MouseModulegetListIcon in interface DisplayablegetListIcon in class MouseModulepublic java.lang.String getLabel()
MouseModulegetLabel in class MouseModulepublic 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.