Class ToggleGroup
java.lang.Object
com.blackrook.gui.group.ToggleGroup
This is a set that describes a set of toggleable buttons that
are associated in a group such that when one gets set, the others are unset.
- Author:
- Matthew Tropiano
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionToggleGroup(GUIObject... objects) Creates a newToggleGroupand binds the required actions to the objects provided.ToggleGroup(Iterable<GUIObject> objects) Creates a newToggleGroupand binds the required actions to the objects provided. -
Method Summary
-
Field Details
-
current
Current panel.
-
-
Constructor Details
-
ToggleGroup
Creates a newToggleGroupand binds the required actions to the objects provided.- Parameters:
objects- the objects to include in the group.
-
ToggleGroup
Creates a newToggleGroupand binds the required actions to the objects provided.- Parameters:
objects- the objects to include in the group.
-