|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.Component java.awt.Container javax.swing.JComponent javax.swing.JPanel jwo.utils.gui.html.HTMLRadioButton
public class HTMLRadioButton
A radio button that can display any HTML code including relative and absolute links to local or remote images, hyperlinks etc.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JPanel |
---|
JPanel.AccessibleJPanel |
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Container |
---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary |
---|
Fields inherited from class javax.swing.JComponent |
---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
HTMLRadioButton(String text,
boolean state)
Creates a radio button that can display any HTML including locally or remotely specified images. |
|
HTMLRadioButton(String text,
boolean state,
boolean validateXHTML)
Creates a radio button that can display any (X)HTML including locally or remotely specified images. |
|
HTMLRadioButton(String text,
boolean state,
HTMLEditorKit htmlEditorKit)
Creates a radio button that can display any (X)HTML including locally or remotely specified images. |
Method Summary | |
---|---|
JRadioButton |
getButton()
Returns this object as a normal radio button. |
String |
getText()
Reports the text associated with this HTML radio button. |
boolean |
isSelected()
Reports the selected state of this radio button. |
void |
setBackground(Color colour)
Sets the background colour of the button. |
void |
setSelected(boolean state)
Sets the selected state of this radio button. |
void |
setText(String text)
Sets the text associated with this HTML radio button. |
Methods inherited from class javax.swing.JPanel |
---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HTMLRadioButton(String text, boolean state)
text
- Initial text to appear in radio button.state
- Initial state of radio button.public HTMLRadioButton(String text, boolean state, boolean validateXHTML)
text
- Initial text to appear in radio button.state
- Initial state of radio button.validateXHTML
- Will validate for well formed XHTML if true.public HTMLRadioButton(String text, boolean state, HTMLEditorKit htmlEditorKit)
text
- Initial text to appear in radio button.state
- Initial state of radio button.htmlEditorKit
- HTMLEditorKit to use.Method Detail |
---|
public void setText(String text)
text
- New text to display in radio button.public String getText()
public void setBackground(Color colour)
setBackground
in class JComponent
colour
- New background colour.public void setSelected(boolean state)
state
- New state of button (true indicates selected, false if not).public boolean isSelected()
public JRadioButton getButton()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |