|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.willuhn.jameica.gui.input.AbstractInput
de.willuhn.jameica.gui.input.ButtonInput
de.willuhn.jameica.gui.input.DirectoryInput
public class DirectoryInput
| Field Summary |
|---|
| Fields inherited from class de.willuhn.jameica.gui.input.ButtonInput |
|---|
buttonEnabled, clientControl, clientControlEnabled, value |
| Constructor Summary | |
|---|---|
DirectoryInput(java.lang.String dir)
Erzeugt ein neues Eingabefeld und schreibt den uebergebenen Wert rein. |
|
| Method Summary | |
|---|---|
org.eclipse.swt.widgets.Control |
getClientControl(org.eclipse.swt.widgets.Composite parent)
Liefert das einzubettende Eingabefeld. |
java.lang.Object |
getValue()
Liefert ein Objekt des Typs java.lang.String. |
void |
setValue(java.lang.Object value)
Erwartet ein Objekt des Typs java.lang.String. |
| Methods inherited from class de.willuhn.jameica.gui.input.ButtonInput |
|---|
addButtonListener, disable, disableButton, disableClientControl, enable, enableButton, enableClientControl, focus, getControl, isEnabled, setButtonImage, setButtonText, setEnabled |
| Methods inherited from class de.willuhn.jameica.gui.input.AbstractInput |
|---|
addListener, getName, getParent, getStyleBits, hasChanged, isMandatory, paint, paint, setComment, setInvalidChars, setMandatory, setName, setValidChars |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DirectoryInput(java.lang.String dir)
dir - der initial einzufuegende Wert fuer das Eingabefeld.| Method Detail |
|---|
public java.lang.Object getValue()
Input.getValue()public void setValue(java.lang.Object value)
value - der neu anzuzeigende Wert.Input.setValue(java.lang.Object)public org.eclipse.swt.widgets.Control getClientControl(org.eclipse.swt.widgets.Composite parent)
ButtonInput
getClientControl in class ButtonInputparent - Composite, in dem sich das ClientControl malen soll.
ButtonInput.getClientControl(org.eclipse.swt.widgets.Composite)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||