|
||||||||
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 javax.swing.JButton |
createHudButton(java.lang.String buttonText)
Creates a Heads Up Display (HUD) style button, similar to that seen in various iApps (e.g. |
static javax.swing.JCheckBox |
createHudCheckBox(java.lang.String checkBoxText)
Creates a Heads Up Display (HUD) style check box, similar to that seen in various iApps (e.g. |
static javax.swing.JComboBox |
createHudComboBox(javax.swing.ComboBoxModel model)
Creates a Heads Up Display (HUD) style combo box, similar to that seen in various iApps (e.g. |
static javax.swing.JLabel |
createHudLabel(java.lang.String labelText)
Creates a Heads Up Display (HUD) style label, similar to that seen in various iApps (e.g. |
static javax.swing.JTextField |
createHudTextField(java.lang.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 javax.swing.JLabel createHudLabel(java.lang.String labelText)
labelText
- the text of the label.
HudLabelUI
public static javax.swing.JButton createHudButton(java.lang.String buttonText)
buttonText
- the text of the button.
HudButtonUI
public static javax.swing.JCheckBox createHudCheckBox(java.lang.String checkBoxText)
checkBoxText
- the text of the check box.
HudCheckBoxUI
public static javax.swing.JComboBox createHudComboBox(javax.swing.ComboBoxModel model)
model
- the model containing the combo box items.
HudComboBoxUI
public static javax.swing.JTextField createHudTextField(java.lang.String text)
text
- the initial text in the text field.
HudTextFieldUI
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |