public static class DrawWindow.ToolButtonList
extends java.util.ArrayList<java.awt.Component>
Modifier and Type | Field and Description |
---|---|
private int |
mergePos |
Constructor and Description |
---|
ToolButtonList() |
Modifier and Type | Method and Description |
---|---|
MergeButton |
add(javax.swing.Action a) |
<T extends javax.swing.JComponent> |
add(T component) |
javax.swing.JSeparator |
addSeparator() |
MergeToggleButton |
addToggle(javax.swing.Action a) |
void |
setMergePos(int pos) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
public MergeButton add(javax.swing.Action a)
public <T extends javax.swing.JComponent> T add(T component)
public javax.swing.JSeparator addSeparator()
public MergeToggleButton addToggle(javax.swing.Action a)
public void setMergePos(int pos)