org.gnu.gtk.event
Class IconViewEvent
java.lang.Object
org.gnu.gtk.event.GtkEvent
org.gnu.gtk.event.IconViewEvent
- All Implemented Interfaces:
- java.io.Serializable
public class IconViewEvent
- extends GtkEvent
This event is used to identify when a IconView receives an event
- See Also:
IconViewListener
,
Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IconViewEvent
public IconViewEvent(java.lang.Object source,
EventType type)
- Constructor for IconViewEvent.
- Parameters:
source
- type
-
isOfType
public boolean isOfType(IconViewEvent.Type aType)
- Returns:
- True if the type of this event is the same as that stated.
getHorizontalAdjustment
public Adjustment getHorizontalAdjustment()
setHorizontalAdjustment
public void setHorizontalAdjustment(Adjustment horizontalAdjustment)
getPath
public TreePath getPath()
setPath
public void setPath(TreePath path)
getVerticalAdjustment
public Adjustment getVerticalAdjustment()
setVerticalAdjustment
public void setVerticalAdjustment(Adjustment verticalAdjustment)