|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jtheque.utils.ui.ButtonBarBuilder
public final class ButtonBarBuilder
A builder for a button bar.
| Constructor Summary | |
|---|---|
ButtonBarBuilder()
Construct a new ButtonBarBuilder. |
|
| Method Summary | |
|---|---|
void |
addActions(Action... actions)
Add actions to the bar. |
void |
addGlue()
A a glue to the bar. |
Component |
getPanel()
Return the panel. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ButtonBarBuilder()
| Method Detail |
|---|
public void addActions(Action... actions)
actions - The actions to add.public void addGlue()
public Component getPanel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||