Uses of Interface
sk.uniba.euromath.editor.widgets.IUserInputWidget

Packages that use IUserInputWidget
sk.uniba.euromath.editor.dialogs Dialogs 
sk.uniba.euromath.editor.widgets Reusable GUI widgets. 
sk.uniba.euromath.editor.widgets.namelist Providers that provides a list of qnames to widgets. 
sk.uniba.euromath.gene.gui   
sk.uniba.euromath.gene.gui.widgets Containing various useful AWT GUI widgets, that can be displayed by coordinator to configure itself. 
 

Uses of IUserInputWidget in sk.uniba.euromath.editor.dialogs
 

Classes in sk.uniba.euromath.editor.dialogs with type parameters of type IUserInputWidget
 interface IWidgetFactory<W extends IUserInputWidget>
          Produces widget on demand.
 class WidgetWrapperDialog<W extends IUserInputWidget>
          Wraps a widget in a dialog.
 

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

Classes in sk.uniba.euromath.editor.widgets that implement IUserInputWidget
 class AbstractUserInputWidget
          Abstract implementation of widget.
 class CreateAttributeList
          Manages the process of creating new attributes into newly created element.
 class EntityList
          Shows list of entities.
 class ExportClassChooser
          Allows the user to choose the export document class.
 class FileSelector
          Allows user to select a file.
 class GraphSelectorWidget
           Allows user to select choices in an export graph.
 class InsertListChooser
          Allows the user to choose between multiple insertlists, and to choose the name of each element.
 class MultiWidget
           Encapsulates multiple widgets into one.
 class NamespaceSelector
          Allows user to select a namespace from list of known namespaces (defined in the config file).
 class NewPrefixesQuery
          Queries for new prefixes.
 class UserInputWidgetDelegator
          Delegates all calls to given delegate.
 

Fields in sk.uniba.euromath.editor.widgets declared as IUserInputWidget
protected  IUserInputWidget UserInputWidgetDelegator.delegate
          The delegate.
 

Fields in sk.uniba.euromath.editor.widgets with type parameters of type IUserInputWidget
protected  List<? extends IUserInputWidget> MultiWidget.widgets
          list of all encapsulated widgets.
 

Methods in sk.uniba.euromath.editor.widgets that return types with arguments of type IUserInputWidget
 List<? extends IUserInputWidget> MultiWidget.getWidgets()
          Returns a list of widgets provided to the constructor.
 

Constructors in sk.uniba.euromath.editor.widgets with parameters of type IUserInputWidget
UserInputWidgetDelegator(IUserInputWidget delegate)
          Creates the delegator.
 

Constructor parameters in sk.uniba.euromath.editor.widgets with type arguments of type IUserInputWidget
MultiWidget(Composite parent, List<? extends IUserInputWidget> widgets)
          Creates the encapsulator.
 

Uses of IUserInputWidget in sk.uniba.euromath.editor.widgets.namelist
 

Classes in sk.uniba.euromath.editor.widgets.namelist that implement IUserInputWidget
 class NameListItemChooser<R extends BaseRule>
          Allows the user to pick one item from given namelist.
 

Uses of IUserInputWidget in sk.uniba.euromath.gene.gui
 

Methods in sk.uniba.euromath.gene.gui that return IUserInputWidget
 IUserInputWidget IConfigWidgetFactory.getWidget(CoordinatorInfo info, IConfigurator configurator, Composite parent)
          Returns a widget that is able to configure given coordinator.
 IUserInputWidget WidgetFactory.getWidget(CoordinatorInfo info, IConfigurator configurator, Composite parent)
           
 IUserInputWidget WidgetInstanceProvider.getWidget(CoordinatorInfo info, IConfigurator configurator, Composite parent)
          Returns a widget that is able to configure given coordinator.
 

Uses of IUserInputWidget in sk.uniba.euromath.gene.gui.widgets
 

Classes in sk.uniba.euromath.gene.gui.widgets that implement IUserInputWidget
 class EncodingWidget
          Allows user to set the encoding of the output document.
 class XHTMLSerializerPropertiesWidget
          Queries the xhtml output parameters (but not XML parameters, these can be handled using the DomExportQuery).
 class XMLSerializerPropertiesWidget
          Queries the DOM Level 3 Load/Save export parameters.
 



Copyright © 2003-2006 null. All Rights Reserved.