bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug swing/26045] New: BasicTextUI.createKeymap


From: roman at kennke dot org
Subject: [Bug swing/26045] New: BasicTextUI.createKeymap
Date: 31 Jan 2006 09:32:05 -0000

The method BasicTextUI.createKeymap() seems implemented wrong. It fetches a
focusInputMap from the UIManager and transforms this to the (old)
KeyBinding[]/Keymap input framework of JTextComponent. However, it should
really be done the other way round (for backward compatibility), this method
should fetch keybindings from the UIManager (using the key prefix +
".bindings") transform it to a Keymap which is then returned and transformed to
an InputMap elsewhere in this class. This method is also quite well specified
so this should be straightforward to implement.


-- 
           Summary: BasicTextUI.createKeymap
           Product: classpath
           Version: 0.21
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: swing
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: roman at kennke dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26045





reply via email to

[Prev in Thread] Current Thread [Next in Thread]