net.simplace.ui.formengine.button.FWProcessorButtonFormComponent




public class FWProcessorButtonFormComponent extends
net.simplace.ui.formengine.FWAbstractFormComponent implements
java.awt.event.ActionListener {
// Public Constructors
public FWProcessorButtonFormComponent(String aFormId, String aFieldId,
boolean aShowBorder, Element aParameters, FWObservable aObservabal);


// Public Instance Methods
public String getValue(); // Defines
net.simplace.ui.formengine.FWAbstractFormComponent


If used for file selection, returns the currently selected file or null if the current selection is a directory, does not exist or is not a valid file.

If used for directory selection, returns the currently selected directory, the parent directory of the currently selected file or null if the current selection does not exist or is not a valid file or directory.

public void setValue(Object aValue); // Defines
net.simplace.ui.formengine.FWAbstractFormComponent


Constructs a File from aValue and calls @link setValue( File ) with it
public void setEnabled(boolean aNewState); // Defines javax.swing.JComponent

public void actionPerformed(ActionEvent e); // From
java.awt.event.ActionListener


Display a standard file/directory selection dialog and save the result
public void update(FWObservable aObservable, Object aKeyOfParameterChanged);
// Defines net.simplace.ui.formengine.FWAbstractFormComponent


public void processFormFiller(); // Defines
net.simplace.ui.formengine.FWAbstractFormComponent



// Protected Instance Methods
protected Rectangle getValueCell(int aType);
// Defines net.simplace.ui.formengine.FWAbstractFormComponent




}



Hierarchy: java.lang.Object - java.awt.Component (java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable) - java.awt.Container - javax.swing.JComponent (java.io.Serializable, javax.swing.TransferHandler.HasGetTransferHandler) - javax.swing.JPanel (javax.accessibility.Accessible) - net.simplace.ui.formengine.FWAbstractFormComponent (net.simplace.util.FWObserver) - FWProcessorButtonFormComponent (java.awt.event.ActionListener)