|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.explodingpixels.macwidgets.HudWidgetFactory
public class HudWidgetFactory
A factory for creating HUD style widgets. These widgets should be added to a
HudWindow
.
Method Summary | |
---|---|
static JButton |
createHudButton(String buttonText)
Creates a Heads Up Display (HUD) style button, similar to that seen in various iApps (e.g. |
static JCheckBox |
createHudCheckBox(String checkBoxText)
Creates a Heads Up Display (HUD) style check box, similar to that seen in various iApps (e.g. |
static JComboBox |
createHudComboBox(ComboBoxModel model)
Creates a Heads Up Display (HUD) style combo box, similar to that seen in various iApps (e.g. |
static JLabel |
createHudLabel(String labelText)
Creates a Heads Up Display (HUD) style label, similar to that seen in various iApps (e.g. |
static JRadioButton |
createHudRadioButton(String text)
Creates a Heads Up Display (HUD) style radio button, similar to that seen in various iApps (e.g. |
static JSlider |
createHudSlider()
Creates a Heads Up Display (HUD) style slider, similar to that seen in various iApps (e.g. |
static JTextField |
createHudTextField(String text)
Creates a Heads Up Display (HUD) style text field, similar to that seen in various iApps (e.g. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static JLabel createHudLabel(String labelText)
labelText
- the text of the label.
HudLabelUI
public static JButton createHudButton(String buttonText)
buttonText
- the text of the button.
HudButtonUI
public static JCheckBox createHudCheckBox(String checkBoxText)
checkBoxText
- the text of the check box.
HudCheckBoxUI
public static JComboBox createHudComboBox(ComboBoxModel model)
model
- the model containing the combo box items.
HudComboBoxUI
public static JTextField createHudTextField(String text)
text
- the initial text in the text field.
HudTextFieldUI
public static JRadioButton createHudRadioButton(String text)
text
- the text of the radio button.
HudRadioButtonUI
public static JSlider createHudSlider()
HudSliderUI
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |