|
||||||||||
| 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.JPasswordField |
createHudPasswordField(java.lang.String text)
Creates a Heads Up Display (HUD) style password field, similar to that seen in various iApps (e.g. iPhoto). |
static javax.swing.JRadioButton |
createHudRadioButton(java.lang.String text)
Creates a Heads Up Display (HUD) style radio button, similar to that seen in various iApps (e.g. iPhoto). |
static javax.swing.JSlider |
createHudSlider()
Creates a Heads Up Display (HUD) style slider, similar to that seen in various iApps (e.g. iPhoto). |
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. iPhoto). |
| 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.
HudLabelUIpublic static javax.swing.JButton createHudButton(java.lang.String buttonText)
buttonText - the text of the button.
HudButtonUIpublic static javax.swing.JCheckBox createHudCheckBox(java.lang.String checkBoxText)
checkBoxText - the text of the check box.
HudCheckBoxUIpublic static javax.swing.JComboBox createHudComboBox(javax.swing.ComboBoxModel model)
model - the model containing the combo box items.
HudComboBoxUIpublic static javax.swing.JTextField createHudTextField(java.lang.String text)
text - the initial text in the text field.
HudTextFieldUIpublic static javax.swing.JPasswordField createHudPasswordField(java.lang.String text)
text - the initial text in the password field.
HudPasswordFieldUIpublic static javax.swing.JRadioButton createHudRadioButton(java.lang.String text)
text - the text of the radio button.
HudRadioButtonUIpublic static javax.swing.JSlider createHudSlider()
HudSliderUI
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||