/[classpath]/classpath/javax/swing/plaf/basic/BasicTabbedPaneUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/basic/BasicTabbedPaneUI.java

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

revision 1.11 by mkoch, Wed Sep 22 12:35:05 2004 UTC revision 1.12 by mkoch, Fri Oct 22 08:22:35 2004 UTC
# Line 1261  public class BasicTabbedPaneUI extends T Line 1261  public class BasicTabbedPaneUI extends T
1261    /** This array keeps track of which tabs are in which run. See above. */    /** This array keeps track of which tabs are in which run. See above. */
1262    protected int[] tabRuns;    protected int[] tabRuns;
1263    
1264    /** Deprecated. This is the keystroke for moving down. */    /**
1265       * This is the keystroke for moving down.
1266       *
1267       * @deprecated 1.3
1268       */
1269    protected KeyStroke downKey;    protected KeyStroke downKey;
1270    
1271    /** Deprecated. This is the keystroke for moving left. */    /**
1272       * This is the keystroke for moving left.
1273       *
1274       * @deprecated 1.3
1275       */
1276    protected KeyStroke leftKey;    protected KeyStroke leftKey;
1277    
1278    /** Deprecated. This is the keystroke for moving right. */    /**
1279       * This is the keystroke for moving right.
1280       *
1281       * @deprecated 1.3
1282       */
1283    protected KeyStroke rightKey;    protected KeyStroke rightKey;
1284    
1285    /** Deprecated. This is the keystroke for moving up. */    /**
1286       * This is the keystroke for moving up.
1287       *
1288       * @deprecated 1.3
1289       */
1290    protected KeyStroke upKey;    protected KeyStroke upKey;
1291    
1292    /** The listener that listens for focus events. */    /** The listener that listens for focus events. */

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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