CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke <rabbit78> 06/06/06 10:46:45
Modified files: javax/swing/plaf/basic: BasicTextUI.java . : ChangeLog Added files: javax/swing/plaf/basic: SharedUIDefaults.java Log message: 2006-06-06 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/plaf/basic/BasicTextUI.java (installKeyboardActions): Use shared input map. Correctly install the input/action maps in the component's input/action map hierarchies. (getActionMap): New helper method for fetching an ActionMap from the UIManager or creating a default one if there is none supplied by the UIManager. (createActionMap): Add the TransferHandler's actions here. Made method private. (getInputMap): Leave out unnecessary method parameter. Load shared input map. * javax/swing/plaf/basic/SharedUIDefaults.java: New file. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicTextUI.java?cvsroot=classpath&r1=1.84&r2=1.85 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/SharedUIDefaults.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.7669&r2=1.7670 Patches: Index: ChangeLog =================================================================== RCS file: /cvsroot/classpath/classpath/ChangeLog,v retrieving revision 1.7669 retrieving revision 1.7670 diff -u -b -r1.7669 -r1.7670 --- ChangeLog 6 Jun 2006 10:19:48 -0000 1.7669 +++ ChangeLog 6 Jun 2006 10:46:43 -0000 1.7670 @@ -1,3 +1,18 @@ +2006-06-06 Roman Kennke <[EMAIL PROTECTED]> + + * javax/swing/plaf/basic/BasicTextUI.java + (installKeyboardActions): Use shared input map. Correctly + install the input/action maps in the component's input/action + map hierarchies. + (getActionMap): New helper method for fetching an ActionMap from + the UIManager or creating a default one if there is none supplied + by the UIManager. + (createActionMap): Add the TransferHandler's actions here. Made + method private. + (getInputMap): Leave out unnecessary method parameter. Load + shared input map. + * javax/swing/plaf/basic/SharedUIDefaults.java: New file. + 2006-06-06 Robert Schuster <[EMAIL PROTECTED]> * configure.ac: Added missing [ to expression.