1package com.fs.starfarer.api.ui;
3import java.util.Collection;
10 void beginGroup(
boolean mutuallyExclusive, String allText);
11 void beginGroup(
boolean mutuallyExclusive, String allText,
float fixedWidth);
15 void addTag(String tag, String name,
int count);
16 void addTag(String tag, String name,
int count,
float fixedWidth);
17 void addTag(String tag, String name,
int count,
float fixedWidth, Color color, Color bright, Color dark);
26 void check(Collection<String> tags);
void addTag(String tag, String name, int count, float fixedWidth, Color color, Color bright, Color dark)
void setTotalOverrideForCurrentGroup(int totalOverrideForCurrentGroup)
void setMinTagWidth(float minTagWidth)
void addTag(String tag, String name, int count, float fixedWidth)
void addTag(String tag, String name, int count)
void uncheck(String... tags)
void addLineBreakToCurrentGroup(float pad)
void addTag(String tag, int count)
void check(String... tags)
void beginGroup(boolean mutuallyExclusive, String allText)
void setTagPad(float tagPad)
void beginGroup(boolean mutuallyExclusive, String allText, float fixedWidth)
Set< String > getAllTags()
void setGroupChecked(int index, boolean checked)
void check(Collection< String > tags)