org.scohen.juploadr.prefs
Class UploadActionForm
java.lang.Object
Composite
org.scohen.juploadr.prefs.UploadActionForm
- All Implemented Interfaces:
- ConfigurationForm
- public class UploadActionForm
- extends Composite
- implements ConfigurationForm
- Author:
- steve
TODO To change the template for this generated type comment go to Window -
Preferences - Java - Code Style - Code Templates
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UploadActionForm
public UploadActionForm(Composite parent)
toggleImageIo
protected void toggleImageIo(boolean enabled)
saveChanges
public void saveChanges()
- Description copied from interface:
ConfigurationForm
- Save any changes made using the form. If the form internally tracks
whether changes have been made, this call may be a no-op.
- Specified by:
saveChanges in interface ConfigurationForm
validateChanges
public Fault validateChanges()
- Description copied from interface:
ConfigurationForm
- Validate any changes made, returning an array of user-friendly error
messages if there is a problem. If validation passes, then returns null
or an empty array.
- Specified by:
validateChanges in interface ConfigurationForm
- Returns:
getFormName
public java.lang.String getFormName()
- Description copied from interface:
ConfigurationForm
- Get a short name for the preferences this form class provides access to.
- Specified by:
getFormName in interface ConfigurationForm
- Returns:
- a short name for the preferences this form provides access to.
toggleResizeControls
public void toggleResizeControls()
setConfigurationDialog
public void setConfigurationDialog(ConfigurationDialog dialog)
- Specified by:
setConfigurationDialog in interface ConfigurationForm
accountChanged
public void accountChanged()
- Specified by:
accountChanged in interface ConfigurationForm