Uses of Interface
nu.zoom.swing.desktop.component.stringmenu.StringMenu

Packages that use StringMenu
nu.zoom.swing.desktop.component.filechooser   
nu.zoom.swing.desktop.component.filechooser.impl   
nu.zoom.swing.desktop.component.stringmenu   
nu.zoom.swing.desktop.component.stringmenu.impl   
 

Uses of StringMenu in nu.zoom.swing.desktop.component.filechooser
 

Methods in nu.zoom.swing.desktop.component.filechooser with parameters of type StringMenu
 void FileChooser.setMenu(StringMenu<File> menu)
          The filechooser will update this menu when a file is selected.
 

Uses of StringMenu in nu.zoom.swing.desktop.component.filechooser.impl
 

Methods in nu.zoom.swing.desktop.component.filechooser.impl with parameters of type StringMenu
 void FileChooserImpl.setMenu(StringMenu<File> menu)
           
 

Uses of StringMenu in nu.zoom.swing.desktop.component.stringmenu
 

Methods in nu.zoom.swing.desktop.component.stringmenu that return StringMenu
<T extends Comparable<T> & Serializable>
StringMenu<T>
StringMenuFactory.getCachedMenu(Class<T> clazz, String preferenceKey)
          Retrieve a previously created menu.
<T extends Comparable<T> & Serializable>
StringMenu<T>
StringMenuFactory.getMenu(Class<T> clazz, String preferenceKey, String menuPresentationName, Icon menuIcon)
          Get a menu.
 

Uses of StringMenu in nu.zoom.swing.desktop.component.stringmenu.impl
 

Classes in nu.zoom.swing.desktop.component.stringmenu.impl that implement StringMenu
 class StringMenuImpl<T extends Comparable<T> & Serializable>
           
 

Methods in nu.zoom.swing.desktop.component.stringmenu.impl that return StringMenu
<T extends Comparable<T> & Serializable>
StringMenu<T>
StringMenuFactoryImpl.getCachedMenu(Class<T> clazz, String preferenceKey)
           
<T extends Comparable<T> & Serializable>
StringMenu<T>
StringMenuFactoryImpl.getMenu(Class<T> clazz, String preferenceKey, String menuPresentationName, Icon menuIcon)
           
 



Copyright © 2010. All Rights Reserved.