com.levigo.jadice.swing.tool
Class MouseWheelEditEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.levigo.jadice.swing.tool.EditEvent
          extended by com.levigo.jadice.swing.tool.MouseWheelEditEvent
All Implemented Interfaces:
Serializable

public class MouseWheelEditEvent
extends EditEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.levigo.jadice.swing.tool.EditEvent
inputEvent, pageBounds
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 MouseWheelEvent getInputEvent()
           
 int getScrollAmount()
           
 int getScrollType()
           
 int getUnitsToScroll()
           
 int getWheelRotation()
           
 
Methods inherited from class com.levigo.jadice.swing.tool.EditEvent
consume, create, getID, getModifiers, getModifiersEx, getPage, getPageIndex, getPageRenderControls, getRenderedPageBounds, getRenderedSize, getSource, getWhen, hasPageContext, isAltDown, isAltGraphDown, isConsumed, isControlDown, isMetaDown, isShiftDown, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getScrollAmount

public int getScrollAmount()
See Also:
MouseWheelEvent.getScrollAmount()

getScrollType

public int getScrollType()
See Also:
MouseWheelEvent.getScrollType()

getUnitsToScroll

public int getUnitsToScroll()
See Also:
MouseWheelEvent.getUnitsToScroll()

getWheelRotation

public int getWheelRotation()
See Also:
MouseWheelEvent.getWheelRotation()

getInputEvent

public MouseWheelEvent getInputEvent()
Specified by:
getInputEvent in class EditEvent
Returns:
the inputEvent


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.