|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.piccolo.event.PBasicInputEventHandler
edu.umd.cs.piccolo.event.PDragSequenceEventHandler
edu.umd.cs.piccolox.event.PSelectionEventHandler
at.tuwien.ifs.somtoolbox.apps.viewer.handlers.OrderedPSelectionEventHandler
at.tuwien.ifs.somtoolbox.apps.viewer.handlers.MyRectangleSelectionEventHandler
public class MyRectangleSelectionEventHandler
EventHandler for selecting by rectangle.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class edu.umd.cs.piccolox.event.PSelectionEventHandler |
---|
edu.umd.cs.piccolox.event.PSelectionEventHandler.BoundsFilter |
Field Summary | |
---|---|
private String |
selectionStatusString
|
Fields inherited from class at.tuwien.ifs.somtoolbox.apps.viewer.handlers.OrderedPSelectionEventHandler |
---|
currentSelection |
Fields inherited from class edu.umd.cs.piccolox.event.PSelectionEventHandler |
---|
SELECTION_CHANGED_NOTIFICATION |
Constructor Summary | |
---|---|
MyRectangleSelectionEventHandler(edu.umd.cs.piccolo.PNode marqueeParent,
edu.umd.cs.piccolo.PNode selectableParents)
|
Method Summary | |
---|---|
void |
decorateSelectedNode(edu.umd.cs.piccolo.PNode node)
|
protected void |
drag(edu.umd.cs.piccolo.event.PInputEvent arg0)
|
protected boolean |
isMarqueeSelection(edu.umd.cs.piccolo.event.PInputEvent arg0)
|
void |
mouseClicked(edu.umd.cs.piccolo.event.PInputEvent event)
|
void |
undecorateSelectedNode(edu.umd.cs.piccolo.PNode node)
|
Methods inherited from class at.tuwien.ifs.somtoolbox.apps.viewer.handlers.OrderedPSelectionEventHandler |
---|
alreadySelected, getSelection, init, select, select, select, startDrag, unselect, unselect, unselectAll |
Methods inherited from class edu.umd.cs.piccolox.event.PSelectionEventHandler |
---|
addSelectableParent, computeMarqueeSelection, computeOptionMarqueeSelection, createNodeFilter, dragActivityStep, dragStandardSelection, endDrag, endMarqueeSelection, endStandardSelection, getMarqueeBounds, getMarqueePaint, getMarqueePaintTransparency, getSelectableParents, getSelectionReference, getSupportDeleteKey, initializeMarquee, initializeSelection, isDeleteKeyActive, isOptionSelection, isSelectable, isSelected, keyPressed, removeSelectableParent, setDeleteKeyActive, setMarqueePaint, setMarqueePaintTransparency, setSelectableParent, setSelectableParents, startMarqueeSelection, startOptionMarqueeSelection, startStandardOptionSelection, startStandardSelection, updateMarquee |
Methods inherited from class edu.umd.cs.piccolo.event.PDragSequenceEventHandler |
---|
dragActivityFinalStep, dragActivityFirstStep, getDragActivity, getMinDragStartDistance, getMousePressedCanvasPoint, isDragging, mouseDragged, mousePressed, mouseReleased, paramString, setIsDragging, setMinDragStartDistance, shouldStartDragInteraction, startDragActivity, stopDragActivity |
Methods inherited from class edu.umd.cs.piccolo.event.PBasicInputEventHandler |
---|
acceptsEvent, getEventFilter, keyboardFocusGained, keyboardFocusLost, keyReleased, keyTyped, mouseEntered, mouseExited, mouseMoved, mouseWheelRotated, mouseWheelRotatedByBlock, processEvent, setEventFilter, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private String selectionStatusString
Constructor Detail |
---|
public MyRectangleSelectionEventHandler(edu.umd.cs.piccolo.PNode marqueeParent, edu.umd.cs.piccolo.PNode selectableParents)
Method Detail |
---|
public void decorateSelectedNode(edu.umd.cs.piccolo.PNode node)
decorateSelectedNode
in class edu.umd.cs.piccolox.event.PSelectionEventHandler
public void undecorateSelectedNode(edu.umd.cs.piccolo.PNode node)
undecorateSelectedNode
in class edu.umd.cs.piccolox.event.PSelectionEventHandler
protected boolean isMarqueeSelection(edu.umd.cs.piccolo.event.PInputEvent arg0)
isMarqueeSelection
in class edu.umd.cs.piccolox.event.PSelectionEventHandler
protected void drag(edu.umd.cs.piccolo.event.PInputEvent arg0)
drag
in class edu.umd.cs.piccolox.event.PSelectionEventHandler
public void mouseClicked(edu.umd.cs.piccolo.event.PInputEvent event)
mouseClicked
in class edu.umd.cs.piccolo.event.PBasicInputEventHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |