<li><ahref="../../../../../com/djrapitops/plan/extension/annotation/Tab.html"title="annotation in com.djrapitops.plan.extension.annotation"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../../../com/djrapitops/plan/extension/annotation/TabInfo.Multiple.html"title="annotation in com.djrapitops.plan.extension.annotation"><spanclass="typeNameLink">Next Class</span></a></li>
<h2title="Annotation Type TabInfo"class="title">Annotation Type TabInfo</h2>
</div>
<divclass="contentContainer">
<divclass="description">
<ulclass="blockList">
<liclass="blockList">
<hr>
<br>
<pre>@Retention(value=RUNTIME)
@Target(value=TYPE)
@Repeatable(value=<ahref="../../../../../com/djrapitops/plan/extension/annotation/TabInfo.Multiple.html"title="annotation in com.djrapitops.plan.extension.annotation">TabInfo.Multiple.class</a>)
public @interface <spanclass="memberNameLabel">TabInfo</span></pre>
<divclass="block">Class Annotation that allows determining an Icon and <ahref="../../../../../com/djrapitops/plan/extension/ElementOrder.html"title="enum in com.djrapitops.plan.extension"><code>ElementOrder</code></a> of a tab.</div>
</li>
</ul>
</div>
<divclass="summary">
<ulclass="blockList">
<liclass="blockList">
<!-- =========== ANNOTATION TYPE REQUIRED MEMBER SUMMARY =========== -->
<tableclass="memberSummary"border="0"cellpadding="3"cellspacing="0"summary="Required Element Summary table, listing required elements, and an explanation">
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Required Element and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../../../com/djrapitops/plan/extension/ElementOrder.html"title="enum in com.djrapitops.plan.extension">ElementOrder</a>[]</code></td>
<tableclass="memberSummary"border="0"cellpadding="3"cellspacing="0"summary="Optional Element Summary table, listing optional elements, and an explanation">
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Optional Element and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../../../com/djrapitops/plan/extension/icon/Family.html"title="enum in com.djrapitops.plan.extension.icon">Family</a></code></td>
<divclass="block">Name of the tab this information is about.</div>
<dl>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>Tab name, limited to 50 characters.</dd>
</dl>
</li>
</ul>
</li>
</ul>
<ulclass="blockList">
<liclass="blockList"><aname="elementOrder--">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>elementOrder</h4>
<pre>public abstract <ahref="../../../../../com/djrapitops/plan/extension/ElementOrder.html"title="enum in com.djrapitops.plan.extension">ElementOrder</a>[] elementOrder</pre>
<divclass="block">Order preference for the large elements of a tab.
<p>
If an ordering is not present they will be added to the end in the default order.
If a duplicate ordering exists only the first will be used for determining the order.</div>
<dl>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>ElementOrders in the order that they want to be displayed in.</dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ============ ANNOTATION TYPE MEMBER DETAIL =========== -->
See https://fontawesome.com/icons (select 'free')) for icons and their <ahref="../../../../../com/djrapitops/plan/extension/icon/Family.html"title="enum in com.djrapitops.plan.extension.icon"><code>Family</code></a>.</div>
<dl>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>Name of the icon, if name is not valid no icon is shown.</dd>
</dl>
<dl>
<dt>Default:</dt>
<dd>"circle"</dd>
</dl>
</li>
</ul>
</li>
</ul>
<ulclass="blockList">
<liclass="blockList"><aname="iconFamily--">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>iconFamily</h4>
<pre>public abstract <ahref="../../../../../com/djrapitops/plan/extension/icon/Family.html"title="enum in com.djrapitops.plan.extension.icon">Family</a> iconFamily</pre>
<divclass="block">Family of Font Awesome icon.
<p>
See https://fontawesome.com/icons (select 'free')) for icons and their <ahref="../../../../../com/djrapitops/plan/extension/icon/Family.html"title="enum in com.djrapitops.plan.extension.icon"><code>Family</code></a>.</div>
<dl>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>Family that matches an icon, if there is no icon for this family no icon is shown.</dd>
<li><ahref="../../../../../com/djrapitops/plan/extension/annotation/Tab.html"title="annotation in com.djrapitops.plan.extension.annotation"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../../../com/djrapitops/plan/extension/annotation/TabInfo.Multiple.html"title="annotation in com.djrapitops.plan.extension.annotation"><spanclass="typeNameLink">Next Class</span></a></li>