Methods Summary |
---|
public void | addAdjustmentListener(java.awt.event.AdjustmentListener a0)Adds the AdjustmentListener to current Adjustment.
|
public int | getBlockIncrement()Gets the block increment of the Adjustable.
|
public int | getMaximum()Gets the maximum value of the Adjustable.
|
public int | getMinimum()Gets the minimum value of the Adjustable.
|
public int | getOrientation()Gets the orientation of the Adjustable.
|
public int | getUnitIncrement()Gets the unit increment of the Adjustable.
|
public int | getValue()Gets the value of the Adjustable.
|
public int | getVisibleAmount()Gets the visible amount of the Adjustable.
|
public void | removeAdjustmentListener(java.awt.event.AdjustmentListener a0)Removes the adjustment listener of the Adjustable.
|
public void | setBlockIncrement(int a0)Sets the block increment for the Adjustable.
|
public void | setMaximum(int a0)Sets the maximum value of the Adjustable.
|
public void | setMinimum(int a0)Sets the minimum value of the Adjustable.
|
public void | setUnitIncrement(int a0)Sets the unit increment of the Adjustable.
|
public void | setValue(int a0)Sets the value to the Adjustable object.
|
public void | setVisibleAmount(int a0)Sets the visible amount of the Adjustable.
|