org.gnu.gtk.event
Class IconViewEvent
- Serializable
public class IconViewEvent
This event is used to identify when a IconView receives an event
IconViewEvent(Object source, EventType type) - Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
|
IconViewEvent
public IconViewEvent(Object source,
EventType type)
Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
Constructor for IconViewEvent.
getHorizontalAdjustment
public Adjustment getHorizontalAdjustment()
getVerticalAdjustment
public Adjustment getVerticalAdjustment()
isOfType
public boolean isOfType(IconViewEvent.Type aType)
Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
- True if the type of this event is the same as that stated.
setHorizontalAdjustment
public void setHorizontalAdjustment(Adjustment horizontalAdjustment)
setPath
public void setPath(TreePath path)
setVerticalAdjustment
public void setVerticalAdjustment(Adjustment verticalAdjustment)