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

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

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

revision 1.13.2.10 by gnu_andrew, Sun Aug 7 18:34:11 2005 UTC revision 1.13.2.11 by gnu_andrew, Tue Aug 16 16:22:38 2005 UTC
# Line 886  public abstract class BasicLookAndFeel e Line 886  public abstract class BasicLookAndFeel e
886          "shift KP_DOWN", "selectNextRowExtendSelection",          "shift KP_DOWN", "selectNextRowExtendSelection",
887          "shift KP_LEFT", "selectPreviousColumnExtendSelection",          "shift KP_LEFT", "selectPreviousColumnExtendSelection",
888          "ESCAPE",  "cancel",          "ESCAPE",  "cancel",
889          "ctrl shift PAGE_UP", "scrollRightExtendSelection",          "ctrl shift PAGE_UP", "scrollLeftExtendSelection",
890          "shift KP_RIGHT", " selectNextColumnExtendSelection",          "shift KP_RIGHT", " selectNextColumnExtendSelection",
891          "ctrl PAGE_UP",  "scrollLeftChangeSelection",          "ctrl PAGE_UP",  "scrollLeftChangeSelection",
892          "shift PAGE_UP", "scrollUpExtendSelection",          "shift PAGE_UP", "scrollUpExtendSelection",
893          "ctrl shift PAGE_DOWN", "scrollLeftExtendSelection",          "ctrl shift PAGE_DOWN", "scrollRightExtendSelection",
894          "ctrl PAGE_DOWN", "scrollRightChangeSelection",          "ctrl PAGE_DOWN", "scrollRightChangeSelection",
895          "PAGE_UP",   "scrollUpChangeSelection"          "PAGE_UP",   "scrollUpChangeSelection",
896            "ctrl shift LEFT", "selectPreviousColumnExtendSelection",
897            "shift KP_UP", "selectPreviousRowExtendSelection",
898            "ctrl shift UP", "selectPreviousRowExtendSelection",
899            "ctrl shift RIGHT", "selectNextColumnExtendSelection",
900            "ctrl shift KP_RIGHT", "selectNextColumnExtendSelection",
901            "ctrl shift DOWN", "selectNextRowExtendSelection",
902            "ctrl BACK_SLASH", "clearSelection",
903            "ctrl shift KP_UP", "selectPreviousRowExtendSelection",
904            "ctrl shift KP_LEFT", "selectPreviousColumnExtendSelection",
905            "ctrl SLASH", "selectAll",
906            "ctrl shift KP_DOWN", "selectNextRowExtendSelection",
907        }),        }),
908        "Table.background", new ColorUIResource(light),        "Table.background", new ColorUIResource(light),
909        "Table.focusCellBackground", new ColorUIResource(light),        "Table.focusCellBackground", new ColorUIResource(light),

Legend:
Removed from v.1.13.2.10  
changed lines
  Added in v.1.13.2.11

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