A C E F G M N O R S T

A

accept(File) - Method in class nu.zoom.swing.desktop.component.filechooser.impl.RegExpFileFilter
 
addItem(StringMenuItem<T>) - Method in class nu.zoom.swing.desktop.component.stringmenu.impl.StringMenuImpl
 
addItem(StringMenuItem<T>) - Method in interface nu.zoom.swing.desktop.component.stringmenu.StringMenu
Add an item to the beginning of the menu.
addListener(StringMenuListener<T>) - Method in class nu.zoom.swing.desktop.component.stringmenu.impl.StringMenuImpl
 
addListener(StringMenuListener<T>) - Method in interface nu.zoom.swing.desktop.component.stringmenu.StringMenu
Add a listener for selection events.

C

clear() - Method in class nu.zoom.swing.desktop.component.stringmenu.impl.StringMenuImpl
 
clear() - Method in interface nu.zoom.swing.desktop.component.stringmenu.StringMenu
Remove all items.
close() - Method in class nu.zoom.swing.desktop.component.stringmenu.impl.StringMenuImpl
 
compareTo(T) - Method in class nu.zoom.swing.desktop.component.stringmenu.StringMenuItem
Compares this menu item to another by delegating to this items value for comparison.

E

equals(Object) - Method in class nu.zoom.swing.desktop.component.stringmenu.StringMenuItem
Two menu items are considered the same if their values are equal.

F

FileChooser - Interface in nu.zoom.swing.desktop.component.filechooser
A JFileChooser wrapper that rememebers the last location the user opened a file from.
FileChooserFactory - Interface in nu.zoom.swing.desktop.component.filechooser
Factory service that produces FileChoosers.
FileChooserFactoryImpl - Class in nu.zoom.swing.desktop.component.filechooser.impl
 
FileChooserFactoryImpl(Workbench, Preferences) - Constructor for class nu.zoom.swing.desktop.component.filechooser.impl.FileChooserFactoryImpl
 
FileChooserImpl - Class in nu.zoom.swing.desktop.component.filechooser.impl
 
FileChooserImpl(Workbench, Preferences, String, String, List<String>) - Constructor for class nu.zoom.swing.desktop.component.filechooser.impl.FileChooserImpl
 

G

getCachedMenu(Class<T>, String) - Method in class nu.zoom.swing.desktop.component.stringmenu.impl.StringMenuFactoryImpl
 
getCachedMenu(Class<T>, String) - Method in interface nu.zoom.swing.desktop.component.stringmenu.StringMenuFactory
Retrieve a previously created menu.
getDescription() - Method in class nu.zoom.swing.desktop.component.filechooser.impl.RegExpFileFilter
 
getFileChooser(String, String, List<String>) - Method in interface nu.zoom.swing.desktop.component.filechooser.FileChooserFactory
Get a file chooser.
getFileChooser(String) - Method in interface nu.zoom.swing.desktop.component.filechooser.FileChooserFactory
Same as calling getFileChooser(preferencesKey, null, null)
getFileChooser(String, String, List<String>) - Method in class nu.zoom.swing.desktop.component.filechooser.impl.FileChooserFactoryImpl
 
getFileChooser(String) - Method in class nu.zoom.swing.desktop.component.filechooser.impl.FileChooserFactoryImpl
 
getJMenu() - Method in class nu.zoom.swing.desktop.component.stringmenu.impl.StringMenuImpl
 
getJMenu() - Method in interface nu.zoom.swing.desktop.component.stringmenu.StringMenu
Get a menu of the items.
getMenu(Class<T>, String, String, Icon) - Method in class nu.zoom.swing.desktop.component.stringmenu.impl.StringMenuFactoryImpl
 
getMenu(Class<T>, String, String, Icon) - Method in interface nu.zoom.swing.desktop.component.stringmenu.StringMenuFactory
Get a menu.
getNumberOfItems() - Method in class nu.zoom.swing.desktop.component.stringmenu.impl.StringMenuImpl
 
getNumberOfItems() - Method in interface nu.zoom.swing.desktop.component.stringmenu.StringMenu
Get the number of items on the menu.
getPresentationName() - Method in class nu.zoom.swing.desktop.component.stringmenu.StringMenuItem
 
getValue() - Method in class nu.zoom.swing.desktop.component.stringmenu.StringMenuItem
 

M

menuItemSelected(StringMenuItem<T>) - Method in interface nu.zoom.swing.desktop.component.stringmenu.StringMenuListener
A menu selection occured.

N

nu.zoom.swing.desktop.component.filechooser - package nu.zoom.swing.desktop.component.filechooser
 
nu.zoom.swing.desktop.component.filechooser.impl - package nu.zoom.swing.desktop.component.filechooser.impl
 
nu.zoom.swing.desktop.component.stringmenu - package nu.zoom.swing.desktop.component.stringmenu
 
nu.zoom.swing.desktop.component.stringmenu.impl - package nu.zoom.swing.desktop.component.stringmenu.impl
 

O

openFile() - Method in interface nu.zoom.swing.desktop.component.filechooser.FileChooser
Pops up the FileChooser in open mode.
openFile() - Method in class nu.zoom.swing.desktop.component.filechooser.impl.FileChooserImpl
 

R

RegExpFileFilter - Class in nu.zoom.swing.desktop.component.filechooser.impl
 
RegExpFileFilter(String, List<String>) - Constructor for class nu.zoom.swing.desktop.component.filechooser.impl.RegExpFileFilter
 
removeItem(StringMenuItem<T>) - Method in class nu.zoom.swing.desktop.component.stringmenu.impl.StringMenuImpl
 
removeItem(StringMenuItem<T>) - Method in interface nu.zoom.swing.desktop.component.stringmenu.StringMenu
Remove a named item.
removeListener(StringMenuListener<T>) - Method in class nu.zoom.swing.desktop.component.stringmenu.impl.StringMenuImpl
 
removeListener(StringMenuListener<T>) - Method in interface nu.zoom.swing.desktop.component.stringmenu.StringMenu
Remove a listener.

S

saveFile() - Method in interface nu.zoom.swing.desktop.component.filechooser.FileChooser
Pops up the FileChooser in save mode.
saveFile() - Method in class nu.zoom.swing.desktop.component.filechooser.impl.FileChooserImpl
 
setMenu(StringMenu<File>) - Method in interface nu.zoom.swing.desktop.component.filechooser.FileChooser
The filechooser will update this menu when a file is selected.
setMenu(StringMenu<File>) - Method in class nu.zoom.swing.desktop.component.filechooser.impl.FileChooserImpl
 
start() - Method in class nu.zoom.swing.desktop.component.stringmenu.impl.StringMenuImpl
 
StringMenu<T extends Comparable<T> & Serializable> - Interface in nu.zoom.swing.desktop.component.stringmenu
A managed menu of items.
StringMenuFactory - Interface in nu.zoom.swing.desktop.component.stringmenu
Creates string menues.
StringMenuFactoryImpl - Class in nu.zoom.swing.desktop.component.stringmenu.impl
 
StringMenuFactoryImpl(Preferences, Workbench, Messages) - Constructor for class nu.zoom.swing.desktop.component.stringmenu.impl.StringMenuFactoryImpl
 
StringMenuImpl<T extends Comparable<T> & Serializable> - Class in nu.zoom.swing.desktop.component.stringmenu.impl
 
StringMenuItem<T extends Comparable<T> & Serializable> - Class in nu.zoom.swing.desktop.component.stringmenu
Holds information about a menu item.
StringMenuItem(T, String) - Constructor for class nu.zoom.swing.desktop.component.stringmenu.StringMenuItem
Create a new menu item.
StringMenuListener<T extends Comparable<T> & Serializable> - Interface in nu.zoom.swing.desktop.component.stringmenu
Listener for menu selection events.

T

toString() - Method in class nu.zoom.swing.desktop.component.stringmenu.StringMenuItem
 

A C E F G M N O R S T

Copyright © 2011. All Rights Reserved.