Package quickAnnotation
Class QuickAnnotationParameters
java.lang.Object
quickAnnotation.QuickAnnotationParameters
- All Implemented Interfaces:
Serializable,Cloneable,ManagedParameters
public class QuickAnnotationParameters
extends Object
implements Serializable, Cloneable, ManagedParameters
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanprotected booleanprotected Stringprotected Stringprotected LookupListstatic final longboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Get a set of data that describes all of the parameters in a classvoidsetQuickList(LookupList quickList)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
exportClips
protected boolean exportClips -
folderName
-
fileNamePrefix
-
quickList
-
assignLabels
public boolean assignLabels -
selectedClassification
-
shouldPopupDialog
public boolean shouldPopupDialog
-
-
Constructor Details
-
QuickAnnotationParameters
public QuickAnnotationParameters()
-
-
Method Details
-
clone
-
getQuickList
-
setQuickList
-
getFolderName
-
sorpList
-
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
getParameterSetin interfaceManagedParameters- Returns:
- description of the parameters in a class.
-