VdexReload 1.1.3 API

uk.ac.reload.editor.gui
Class ReloadWidgetFactory

java.lang.Object
  extended byuk.ac.reload.editor.gui.ReloadWidgetFactory

public final class ReloadWidgetFactory
extends java.lang.Object

A Widget factory for a view.


Method Summary
static ReloadButtonTextField getReloadButtonTextField(ReloadDocument doc)
          Get a Reload ButtonTextField widget
static ReloadButtonTextPane getReloadButtonTextPane(ReloadDocument doc)
          Get a Reload ButtonTextPane widget
static ReloadFileTextField getReloadFileTextField()
          Get a Reload FileTextField widget
static ReloadListBox getReloadListBox()
          Get a Reload ListBox widget
static ReloadNumberField getReloadNumberField()
          Get a Reload NumberField widget
static ReloadTextField getReloadTextField()
          Get a Reload TextField widget
static ReloadTextPane getReloadTextPane()
          Get a Reload TextPane widget
static ReloadWidget getWidget(ReloadSchemaController schemaController, ReloadSchemaElement schemaElement)
          Get a Text Widget suitable for the Value Panel display.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getWidget

public static ReloadWidget getWidget(ReloadSchemaController schemaController,
                                     ReloadSchemaElement schemaElement)
Get a Text Widget suitable for the Value Panel display. This actually needs to be mapped in a Helper File.

Parameters:
schemaController - the ReloadSchemaController
schemaElement - the schema element concerned
Returns:
a Text Widget suitable for the Value Panel display

getReloadTextField

public static ReloadTextField getReloadTextField()
Get a Reload TextField widget

Returns:
the TextField Widget

getReloadListBox

public static ReloadListBox getReloadListBox()
Get a Reload ListBox widget

Returns:
the ListBox Widget

getReloadTextPane

public static ReloadTextPane getReloadTextPane()
Get a Reload TextPane widget

Returns:
the TextPane Widget

getReloadNumberField

public static ReloadNumberField getReloadNumberField()
Get a Reload NumberField widget

Returns:
the NumberField Widget

getReloadFileTextField

public static ReloadFileTextField getReloadFileTextField()
Get a Reload FileTextField widget

Returns:
a File chooser widget

getReloadButtonTextField

public static ReloadButtonTextField getReloadButtonTextField(ReloadDocument doc)
Get a Reload ButtonTextField widget

Returns:
a TextField and Button widget

getReloadButtonTextPane

public static ReloadButtonTextPane getReloadButtonTextPane(ReloadDocument doc)
Get a Reload ButtonTextPane widget

Returns:
a TextPane and Button widget

VdexReload 1.1.3 API