Package Components
Class TagContainer
- java.lang.Object
-
- Components.TagContainer
-
public final class TagContainer extends java.lang.ObjectClass that is used to display tags of photos
-
-
Field Summary
Fields Modifier and Type Field Description private javafx.scene.layout.HBoxCONTAINERprivate javafx.scene.control.ButtonDELETE_TAG_BUTTONprivate javafx.scene.control.LabelTAG
-
Constructor Summary
Constructors Constructor Description TagContainer(java.lang.String tag)Constructor that creates a tag container, containing a label with the tag, a button and the container itself
-
Method Summary
Modifier and Type Method Description javafx.scene.layout.HBoxgetContainer()(package private) javafx.scene.control.ButtongetDeleteTagButton()java.lang.StringgetTagAsString()private voidsetLayout()Sets up the layout of the container
-