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
Modifier and TypeFieldDescriptionboolean
static final long
boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Get a set of data that describes all of the parameters in a classvoid
setQuickList
(LookupList quickList)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
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:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-