java.awt Interface and Class Details
Interface ActiveEvent
public abstract interface ActiveEvent
This interface provides the API for an event to dispatch itself.
Methods
public void dispatch()
Interface Adjustable
public abstract interface Adjustable
This interface specifies fields and methods for an item that contains an adjustable numeric value within a set range of values. It is used by the Scrollbar and JScrollBar classes.
Fields
public static final int HORIZONTAL public static final int VERTICAL
Methods
public int getOrientation() public void setMinimum(int minumum) public int getMinimum() public void setMaximum(int max) public int getMaximum() public void setUnitIncrement(int unit) public int getUnitIncrement() public void setBlockIncrement ...
Get PURE Java™ 2 now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.