test.contrib.bug282
Class Test

java.lang.Object
  extended by test.contrib.bug282.Test

public class Test
extends java.lang.Object


Constructor Summary
Test()
           
 
Method Summary
static javax.swing.Action getHashedAction(java.lang.String name, java.util.Hashtable<java.lang.String,javax.swing.Action> table)
          Retourne une action par nom, ? partir de actionHash
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test()
Method Detail

getHashedAction

public static javax.swing.Action getHashedAction(java.lang.String name,
                                                 java.util.Hashtable<java.lang.String,javax.swing.Action> table)
Retourne une action par nom, ? partir de actionHash


main

public static void main(java.lang.String[] args)