Package com.biglybt.ui.swt.views
Class TagSettingsView
java.lang.Object
com.biglybt.ui.swt.views.TagSettingsView
- All Implemented Interfaces:
TagTypeListener
,UISWTViewEventListener
,UISWTViewCoreEventListener
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
static class
Nested classes/interfaces inherited from interface com.biglybt.core.tag.TagTypeListener
TagTypeListener.TagEvent
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate org.eclipse.swt.widgets.Button
private org.eclipse.swt.widgets.Button
private static final String
private static final String
private static final String
private static final String
private org.eclipse.swt.widgets.Composite
private TagSettingsView.Params
private org.eclipse.swt.widgets.Composite
private UISWTView
private Tag[]
static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
addPadding
(org.eclipse.swt.widgets.Composite comp) private void
buildUI()
private void
private void
delete()
boolean
eventOccurred
(UISWTViewEvent event) Triggers when an even listed in UISWTViewEvent occursprivate String
private void
refresh()
private void
void
tagChanged
(Tag changedTag) void
void
tagTypeChanged
(TagType tag_type) General change not specific to one tagprivate int
updateIntBoolean
(boolean b, int intB) private void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.biglybt.ui.swt.pif.UISWTViewEventListener
builderNotRequired, informOfDuplicates
-
Field Details
-
VIEW_ID
- See Also:
-
CM_ADD_REMOVE
- See Also:
-
CM_ADD_ONLY
- See Also:
-
CM_REMOVE_ONLY
- See Also:
-
CM_NEW_DLS
- See Also:
-
swtView
-
parent
private org.eclipse.swt.widgets.Composite parent -
cMainComposite
private org.eclipse.swt.widgets.Composite cMainComposite -
tags
-
params
-
btnSaveConstraint
private org.eclipse.swt.widgets.Button btnSaveConstraint -
btnResetConstraint
private org.eclipse.swt.widgets.Button btnResetConstraint
-
-
Constructor Details
-
TagSettingsView
public TagSettingsView()
-
-
Method Details
-
eventOccurred
Description copied from interface:UISWTViewEventListener
Triggers when an even listed in UISWTViewEvent occurs- Specified by:
eventOccurred
in interfaceUISWTViewEventListener
- Parameters:
event
- event that occurred- Returns:
- meaning dependent upon event type
-
delete
private void delete() -
refresh
private void refresh() -
dataSourceChanged
-
addPadding
private void addPadding(org.eclipse.swt.widgets.Composite comp) -
buildUI
private void buildUI() -
updateTagSRParams
-
updateIntBoolean
private int updateIntBoolean(boolean b, int intB) -
getFullTitle
-
swt_updateFields
private void swt_updateFields() -
tagTypeChanged
Description copied from interface:TagTypeListener
General change not specific to one tag- Specified by:
tagTypeChanged
in interfaceTagTypeListener
-
tagEventOccurred
- Specified by:
tagEventOccurred
in interfaceTagTypeListener
-
tagChanged
-