Generated by
JDiff

Class com.qoppa.pdfViewer.actions.HideShowAction

Changed Constructors
HideShowAction(Vector<String>, boolean) Change in type from (Vector, boolean) to (Vector<String>, boolean).
Constructs the action to work on the given field names.
 

Changed Methods
Vector<String> getFieldNames() Change in return type from Vector to Vector<String>.
Returns the field names that this action refers to.
Vector<FormField> getFields() Change in return type from Vector to Vector<FormField>.
Returns fields associated with this action.
void setFields(Vector<FormField>) Change in signature from Vector to Vector<FormField>.
Set the fields for this action.