/// <summary>
 /// Sets this <code>InputMap</code>'s parent.
 /// </summary>
 public void setParent(InputMap @map)
 {
 }
		/// <summary>
		/// Sets the parent, which must be a <code>ComponentInputMap</code>
		/// associated with the same component as this
		/// <code>ComponentInputMap</code>.
		/// </summary>
		public void setParent(InputMap @map)
		{
		}
		/// <summary>
		/// Convenience method to change the UI InputMap for <code>component</code>
		/// to <code>uiInputMap</code>.
		/// </summary>
		static public void replaceUIInputMap(JComponent @component, int @type, InputMap @uiInputMap)
		{
		}
 /// <summary>
 /// Loads the bindings in <code>keys</code> into <code>retMap</code>.
 /// </summary>
 static public void loadKeyBindings(InputMap @retMap, object[] @keys)
 {
 }
		/// <summary>
		/// Sets the <code>InputMap</code> to use under the condition
		/// <code>condition</code> to
		/// <code>map</code>.
		/// </summary>
		public void setInputMap(int @condition, InputMap @map)
		{
		}
 /// <summary>
 /// Convenience method to change the UI InputMap for <code>component</code>
 /// to <code>uiInputMap</code>.
 /// </summary>
 static public void replaceUIInputMap(JComponent @component, int @type, InputMap @uiInputMap)
 {
 }
		/// <summary>
		/// Loads the bindings in <code>keys</code> into <code>retMap</code>.
		/// </summary>
		static public void loadKeyBindings(InputMap @retMap, object[] @keys)
		{
		}
Beispiel #8
0
 /// <summary>
 /// Sets the <code>InputMap</code> to use under the condition
 /// <code>condition</code> to
 /// <code>map</code>.
 /// </summary>
 public void setInputMap(int @condition, InputMap @map)
 {
 }