Modifier and Type | Field and Description |
---|---|
private boolean | |
private static final Object | |
protected Color |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public static ComponentUI | createUI(JComponent
a component b)Hides javax. Returns an instance of |
public Insets | |
protected Color | |
public void | installDefaults(AbstractButton
an abstract button b)Overrides javax. Installs default properties. |
protected void | paintButtonPressed(Graphics
an instance of g, AbstractButton Graphics an abstract button b)Overrides javax. Paints a pressed button. |
protected void | uninstallDefaults(AbstractButton
an abstract button b)Overrides javax. Uninstalls default properties. |
defaults_initialized | back to summary |
---|---|
private boolean defaults_initialized |
MOTIF_TOGGLE_BUTTON_UI_KEY | back to summary |
---|---|
private static final Object MOTIF_TOGGLE_BUTTON_UI_KEY |
selectColor | back to summary |
---|---|
protected Color selectColor |
MotifToggleButtonUI | back to summary |
---|---|
public MotifToggleButtonUI() |
createUI | back to summary |
---|---|
public static ComponentUI createUI(JComponent b) Hides javax. Doc from javax. Returns an instance of
|
getInsets | back to summary |
---|---|
public Insets getInsets(JComponent c) |
getSelectColor | back to summary |
---|---|
protected Color getSelectColor() |
installDefaults | back to summary |
---|---|
public void installDefaults(AbstractButton b) Overrides javax. Doc from javax. Installs default properties.
|
paintButtonPressed | back to summary |
---|---|
protected void paintButtonPressed(Graphics g, AbstractButton b) Overrides javax. Doc from javax. Paints a pressed button.
|
uninstallDefaults | back to summary |
---|---|
protected void uninstallDefaults(AbstractButton b) Overrides javax. Doc from javax. Uninstalls default properties.
|