|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.reload.editor.gui.ReloadWidgetFactory
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 |
public static ReloadWidget getWidget(ReloadSchemaController schemaController, ReloadSchemaElement schemaElement)
schemaController
- the ReloadSchemaControllerschemaElement
- the schema element concerned
public static ReloadTextField getReloadTextField()
public static ReloadListBox getReloadListBox()
public static ReloadTextPane getReloadTextPane()
public static ReloadNumberField getReloadNumberField()
public static ReloadFileTextField getReloadFileTextField()
public static ReloadButtonTextField getReloadButtonTextField(ReloadDocument doc)
public static ReloadButtonTextPane getReloadButtonTextPane(ReloadDocument doc)
|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |