Uses of Class
com.cleancode.swing.JMenuItemSpec

Packages that use JMenuItemSpec
com.cleancode.swing This package supplements Sun's javax.swing classes. 
 

Uses of JMenuItemSpec in com.cleancode.swing
 

Constructors in com.cleancode.swing with parameters of type JMenuItemSpec
JMenuSpec(String displayName, JMenuItemSpec[] list)
          Creates a JMenuItem object where the mnemonic is auto-assigned, and without a MenuListener.
JMenuSpec(String displayName, JMenuItemSpec[] list, int mnemonic)
          Creates a JMenuSpec object without a MenuListener.
JMenuSpec(String displayName, JMenuItemSpec[] list, int mnemonic, MenuListener l)
          Creates a fully-specified JMenuSpec object.
JMenuSpec(String displayName, JMenuItemSpec[] list, MenuListener l)
          Creates a JMenuItem object where the mnemonic is auto-assigned.
 



CleanCode Java Libraries Copyright © 2001-2012 Michael Sorens - Revised 2012.12.10 Get CleanCode at SourceForge.net. Fast, secure and Free Open Source software downloads