Uses of Class
sk.uniba.euromath.editor.widgets.FileBrowserEnum

Packages that use FileBrowserEnum
sk.uniba.euromath.editor.widgets Reusable GUI widgets. 
sk.uniba.euromath.editor.wizards.file Reusable GUI wizards, that serves for work with files. 
 

Uses of FileBrowserEnum in sk.uniba.euromath.editor.widgets
 

Fields in sk.uniba.euromath.editor.widgets declared as FileBrowserEnum
protected  FileBrowserEnum FileSelector.browser
          A kind of browser that is displayed when the 'browse' button is clicked.
 

Methods in sk.uniba.euromath.editor.widgets that return FileBrowserEnum
static FileBrowserEnum FileBrowserEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FileBrowserEnum[] FileBrowserEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in sk.uniba.euromath.editor.widgets with parameters of type FileBrowserEnum
FileSelector(Composite parent, String preferredExtension, MessageLevelEnum extLevel, Map<FileRequirementsEnum,MessageLevelEnum> flags, FileBrowserEnum browser)
          Constructs instance of the widget.
 

Uses of FileBrowserEnum in sk.uniba.euromath.editor.wizards.file
 

Fields in sk.uniba.euromath.editor.wizards.file declared as FileBrowserEnum
protected  FileBrowserEnum FileSelectorWizardPage.browser
          A kind of browser that is displayed when the 'browse' button is clicked.
 

Constructors in sk.uniba.euromath.editor.wizards.file with parameters of type FileBrowserEnum
FileSelectorWizardPage(String preferredExtension, MessageLevelEnum extLevel, Map<FileRequirementsEnum,MessageLevelEnum> flags, String title, FileBrowserEnum browser)
          Creates new instance of the page.
 



Copyright © 2003-2006 null. All Rights Reserved.