public class TagSelectionComponentBuilder
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
protected static class |
TagSelectionComponentBuilder.TSPanel |
protected static class |
TagSelectionComponentBuilder.TSScrollPane |
protected static class |
TagSelectionComponentBuilder.TSTabbedPanel |
Constructor and Description |
---|
TagSelectionComponentBuilder() |
Modifier and Type | Method and Description |
---|---|
static TagSelectionComponent |
makePanel(TagSelectionComponent comp) |
static TagSelectionComponent |
makeScrollPane(TagSelectionComponent comp) |
static TagSelectionComponent |
makeTabPane(java.util.List<TagSelectionComponent> tabs,
java.util.List<java.lang.String> titles) |
public static TagSelectionComponent makeScrollPane(TagSelectionComponent comp)
public static TagSelectionComponent makePanel(TagSelectionComponent comp)
public static TagSelectionComponent makeTabPane(java.util.List<TagSelectionComponent> tabs, java.util.List<java.lang.String> titles)