/[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.6 by mkoch, Mon Dec 23 12:45:46 2002 UTC revision 1.7 by tromey, Wed Jan 1 23:42:42 2003 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    static final int HORIZONTAL = 0;    int HORIZONTAL = 0;
55    
56    /** Constant for an adjustable object with vertical orientation. */    /** Constant for an adjustable object with vertical orientation. */
57    static final int VERTICAL = 1;    int VERTICAL = 1;
58    
59    /** Constant for an adjustable object with no orientation. */    /** Constant for an adjustable object with no orientation. */
60    static final int NO_ORIENTATION = 2;    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.6  
changed lines
  Added in v.1.7

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