java.awt

Interface Adjustable

  • All Known Implementing Classes:
    Scrollbar, ScrollPaneAdjustable
    public interface Adjustable
    The interface for objects which have an adjustable numeric value contained within a bounded range of values.
    • Fields 
      Modifier and Type Field and Description
      Ordinary member indicator HORIZONTAL Reveal DetailHide Detail
      Indicates that the Adjustable has horizontal orientation.
      Ordinary member indicator NO_ORIENTATION Reveal DetailHide Detail
      Indicates that the Adjustable has no orientation.
      Ordinary member indicator VERTICAL Reveal DetailHide Detail
      Indicates that the Adjustable has vertical orientation.
    • Methods 
      Modifier and Type Method and Description
      Ordinary member indicator addAdjustmentListener Reveal DetailHide Detail
      Adds a listener to receive adjustment events when the value of the adjustable object changes.
      Ordinary member indicator getBlockIncrement Reveal DetailHide Detail
      Gets the block value increment for the adjustable object.
      Ordinary member indicator getMaximum Reveal DetailHide Detail
      Gets the maximum value of the adjustable object.
      Ordinary member indicator getMinimum Reveal DetailHide Detail
      Gets the minimum value of the adjustable object.
      Ordinary member indicator getOrientation Reveal DetailHide Detail
      Gets the orientation of the adjustable object.
      Ordinary member indicator getUnitIncrement Reveal DetailHide Detail
      Gets the unit value increment for the adjustable object.
      Ordinary member indicator getValue Reveal DetailHide Detail
      Gets the current value of the adjustable object.
      Ordinary member indicator getVisibleAmount Reveal DetailHide Detail
      Gets the length of the proportional indicator.
      Ordinary member indicator removeAdjustmentListener Reveal DetailHide Detail
      Removes an adjustment listener.
      Ordinary member indicator setBlockIncrement Reveal DetailHide Detail
      Sets the block value increment for the adjustable object.
      Ordinary member indicator setMaximum Reveal DetailHide Detail
      Sets the maximum value of the adjustable object.
      Ordinary member indicator setMinimum Reveal DetailHide Detail
      Sets the minimum value of the adjustable object.
      Ordinary member indicator setUnitIncrement Reveal DetailHide Detail
      Sets the unit value increment for the adjustable object.
      Ordinary member indicator setValue Reveal DetailHide Detail
      Sets the current value of the adjustable object.
      Ordinary member indicator setVisibleAmount Reveal DetailHide Detail
      Sets the length of the proportional indicator of the adjustable object.
This document was created by Dulcet from the OpenJDK sources. Copyright © 1993, 2012 Oracle and/or its affiliates. All rights reserved.

SourceForge