/[classpath]/classpath/java/awt/Adjustable.java
ViewVC logotype

Diff of /classpath/java/awt/Adjustable.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by ericb, Wed Mar 20 04:56:08 2002 UTC revision 1.6 by mkoch, Mon Dec 23 12:45:46 2002 UTC
# Line 51  import java.awt.event.AdjustmentListener Line 51  import java.awt.event.AdjustmentListener
51  public interface Adjustable  public interface Adjustable
52  {  {
53    /** Constant for an adjustable object with horizontal orientation. */    /** Constant for an adjustable object with horizontal orientation. */
54    int HORIZONTAL = 0;    static final int HORIZONTAL = 0;
55    
56    /** Constant for an adjustable object with vertical orientation. */    /** Constant for an adjustable object with vertical orientation. */
57    int VERTICAL = 1;    static final int VERTICAL = 1;
58    
59    /** Constant for an adjustable object with no orientation. */    /** Constant for an adjustable object with no orientation. */
60    int NO_ORIENTATION = 2;    static final int NO_ORIENTATION = 2;
61    
62    /**    /**
63     * Returns a constant representing the orientation of the object.     * Returns a constant representing the orientation of the object.

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26