org.scohen.juploadr.prefs
Class UploadActionForm

java.lang.Object
  extended byComposite
      extended byorg.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

Constructor Summary
UploadActionForm(Composite parent)
           
 
Method Summary
 void accountChanged()
           
 java.lang.String getFormName()
          Get a short name for the preferences this form class provides access to.
 void saveChanges()
          Save any changes made using the form.
 void setConfigurationDialog(ConfigurationDialog dialog)
           
protected  void toggleImageIo(boolean enabled)
           
 void toggleResizeControls()
           
 Fault validateChanges()
          Validate any changes made, returning an array of user-friendly error messages if there is a problem.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UploadActionForm

public UploadActionForm(Composite parent)
Method Detail

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