Interface TagEditor
- All Known Implementing Classes:
TagObjectEditor
public interface TagEditor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.void
addTag
(TagPath parentFolder, TagDefinition tagDef) Edits the new tag definition, and will add it to the gateway under the specified path on commit.void
void
Edits the specified tags, starting with the current edit diff.void
Deprecated.void
Deprecated.boolean
void
tagsSelected
(List<TagPath> paths) void
tagsSelected
(List<TagPath> paths, List<Tag> tags) Deprecated.
-
Method Details
-
isShowing
boolean isShowing() -
addTag
Edits the new tag definition, and will add it to the gateway under the specified path on commit. -
addTag
Deprecated.Creates a new tag of the given type. The preferred method is to pass in the base definition using the other overload. -
editTags
-
editTags
Deprecated.Deprecated because the edit function will no longer use the provided objects, instead it loads them from the gateway on edit. -
editTags
Edits the specified tags, starting with the current edit diff. -
editTags
Deprecated.Deprecated because the function will not use the passed in objects any more, it looks them up each time. -
tagsSelected
-
tagsSelected
Deprecated.Deprecated because the function will not use the passed in objects any more, it looks them up each time.
-