Package com.biglybt.ui.swt.views
Class TagSettingsView.Params
- java.lang.Object
-
- com.biglybt.ui.swt.views.TagSettingsView.Params
-
- Enclosing class:
- TagSettingsView
public static class TagSettingsView.Params extends java.lang.Object
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Params()
-
-
-
Field Detail
-
cName
private org.eclipse.swt.widgets.Control cName
-
tagColor
private ColorSwtParameter tagColor
-
maxDownloadSpeed
private IntSwtParameter maxDownloadSpeed
-
maxUploadSpeed
private IntSwtParameter maxUploadSpeed
-
tagIcon
private IconSwtParameter tagIcon
-
viewInSideBar
private BooleanSwtParameter viewInSideBar
-
isPublic
private BooleanSwtParameter isPublic
-
isFilter
private BooleanSwtParameter isFilter
-
uploadPriority
public BooleanSwtParameter uploadPriority
-
boost
public BooleanSwtParameter boost
-
maxActiveDownloads
public IntSwtParameter maxActiveDownloads
-
firstPrioritySeeding
public BooleanSwtParameter firstPrioritySeeding
-
min_sr
public FloatSwtParameter min_sr
-
max_sr
public FloatSwtParameter max_sr
-
max_sr_action
public StringListSwtParameter max_sr_action
-
max_aggregate_sr
public FloatSwtParameter max_aggregate_sr
-
max_aggregate_sr_action
public StringListSwtParameter max_aggregate_sr_action
-
max_aggregate_sr_priority
public BooleanSwtParameter max_aggregate_sr_priority
-
preventDeletion
private BooleanSwtParameter preventDeletion
-
initalSaveFolder
public TagSettingsView.folderOption initalSaveFolder
-
initalSaveData
public BooleanSwtParameter initalSaveData
-
initalSaveTorrent
public BooleanSwtParameter initalSaveTorrent
-
moveOnCompleteFolder
public TagSettingsView.folderOption moveOnCompleteFolder
-
moveOnCompleteData
public BooleanSwtParameter moveOnCompleteData
-
moveOnCompleteTorrent
public BooleanSwtParameter moveOnCompleteTorrent
-
copyOnCompleteFolder
public TagSettingsView.folderOption copyOnCompleteFolder
-
copyOnCompleteData
public BooleanSwtParameter copyOnCompleteData
-
copyOnCompleteTorrent
public BooleanSwtParameter copyOnCompleteTorrent
-
moveOnRemoveFolder
public TagSettingsView.folderOption moveOnRemoveFolder
-
moveOnRemoveData
public BooleanSwtParameter moveOnRemoveData
-
moveOnRemoveTorrent
public BooleanSwtParameter moveOnRemoveTorrent
-
moveOnAssignFolder
public TagSettingsView.folderOption moveOnAssignFolder
-
moveOnAssignData
public BooleanSwtParameter moveOnAssignData
-
moveOnAssignTorrent
public BooleanSwtParameter moveOnAssignTorrent
-
constraints
public org.eclipse.swt.widgets.Text constraints
-
constraintError
public org.eclipse.swt.widgets.Label constraintError
-
constraintEnabled
public BooleanSwtParameter constraintEnabled
-
constraintMode
public StringListSwtParameter constraintMode
-
tfl_max_taggables
public IntSwtParameter tfl_max_taggables
-
tfl_removal_policy
public StringListSwtParameter tfl_removal_policy
-
tfl_ordering
public StringListSwtParameter tfl_ordering
-
notification_post_add
public BooleanSwtParameter notification_post_add
-
notification_post_remove
public BooleanSwtParameter notification_post_remove
-
-