VdexReload 1.1.3 API

Uses of Interface
uk.ac.reload.dweezil.gui.widgets.ReloadWidget

Packages that use ReloadWidget
uk.ac.reload.dweezil.gui.widgets   
uk.ac.reload.editor.gui   
uk.ac.reload.editor.metadata.formview   
uk.ac.reload.editor.metadata.vdexBrowser   
uk.ac.reload.editor.vocabulary.formview   
 

Uses of ReloadWidget in uk.ac.reload.dweezil.gui.widgets
 

Classes in uk.ac.reload.dweezil.gui.widgets that implement ReloadWidget
 class ReloadButtonTextArea
          A Combination of JTextArea and JButton.
 class ReloadButtonTextField
          A Combination of JTextField and JButton.
 class ReloadButtonTextPane
          A Combination of JTextPane and JButton.
 class ReloadFileTextField
          A Combination of JTextField and File Chooser for selecting files
 class ReloadFormattedTextField
          A Formatted TextField Widget
 class ReloadListBox
          A Combination of JTextField and JList
 class ReloadNumberField
          A Number TextField Widget
 class ReloadTextArea
          A TextArea Widget
 class ReloadTextField
          A TextField Widget
 class ReloadTextPane
          A Reload JTextPane
 

Uses of ReloadWidget in uk.ac.reload.editor.gui
 

Fields in uk.ac.reload.editor.gui declared as ReloadWidget
protected  ReloadWidget ReloadElementEditor._reloadWidget
          The widget
 

Methods in uk.ac.reload.editor.gui that return ReloadWidget
static ReloadWidget ReloadWidgetFactory.getWidget(ReloadSchemaController schemaController, ReloadSchemaElement schemaElement)
          Get a Text Widget suitable for the Value Panel display.
 

Uses of ReloadWidget in uk.ac.reload.editor.metadata.formview
 

Fields in uk.ac.reload.editor.metadata.formview declared as ReloadWidget
protected  ReloadWidget MetadataTextField._reloadWidget
          The suitable Component we shall use
 

Methods in uk.ac.reload.editor.metadata.formview that return ReloadWidget
protected  ReloadWidget MetadataTextField.getMetadataTextFieldWidget(ReloadSchemaElement schemaElement)
          Get a Text Widget suitable for the MD Form display
 

Uses of ReloadWidget in uk.ac.reload.editor.metadata.vdexBrowser
 

Constructors in uk.ac.reload.editor.metadata.vdexBrowser with parameters of type ReloadWidget
MetadataVdexBrowser(ReloadWidget source, java.lang.String vdexSourceValue, java.lang.String title)
          Constructor
VdexTermPanel(VdexTree tree, ReloadWidget source, MetadataVdexBrowser browser)
          Constructor
 

Uses of ReloadWidget in uk.ac.reload.editor.vocabulary.formview
 

Fields in uk.ac.reload.editor.vocabulary.formview declared as ReloadWidget
protected  ReloadWidget VocabularyTextField._reloadWidget
          The suitable Component we shall use
 

Methods in uk.ac.reload.editor.vocabulary.formview that return ReloadWidget
protected  ReloadWidget VocabularyTextField.getVocabularyTextFieldWidget(ReloadSchemaElement schemaElement)
          Get a Text Widget suitable for the VX Form display
 


VdexReload 1.1.3 API