Extension SDK 10.1.2

oracle.ide.keyboard
Class IdeInputMapUIResource

java.lang.Object
  extended byjavax.swing.InputMap
      extended byjavax.swing.plaf.InputMapUIResource
          extended byoracle.ide.keyboard.IdeInputMapUIResource
All Implemented Interfaces:
java.io.Serializable, javax.swing.plaf.UIResource

public class IdeInputMapUIResource
extends javax.swing.plaf.InputMapUIResource

See Also:
Serialized Form

Method Summary
 javax.swing.KeyStroke[] allKeys()
           
 void clear()
           
static void clearIgnoreList()
           
 java.lang.Object get(javax.swing.KeyStroke keyStroke)
           
 javax.swing.InputMap getParent()
           
static boolean isMustIgnore()
           
 javax.swing.KeyStroke[] keys()
           
 void put(javax.swing.KeyStroke keyStroke, java.lang.Object actionMapKey)
           
 void remove(javax.swing.KeyStroke key)
           
static void replaceInputMapUIResources()
          Called by the MainWindowImpl to intercept the real UI InputMaps.
static void setMustIgnore(boolean mustIgnore)
           
 void setParent(javax.swing.InputMap map)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

replaceInputMapUIResources

public static void replaceInputMapUIResources()
Called by the MainWindowImpl to intercept the real UI InputMaps.


clearIgnoreList

public static void clearIgnoreList()

isMustIgnore

public static boolean isMustIgnore()

setMustIgnore

public static void setMustIgnore(boolean mustIgnore)

get

public java.lang.Object get(javax.swing.KeyStroke keyStroke)

setParent

public void setParent(javax.swing.InputMap map)

getParent

public javax.swing.InputMap getParent()

put

public void put(javax.swing.KeyStroke keyStroke,
                java.lang.Object actionMapKey)

remove

public void remove(javax.swing.KeyStroke key)

clear

public void clear()

keys

public javax.swing.KeyStroke[] keys()

size

public int size()

allKeys

public javax.swing.KeyStroke[] allKeys()

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.