Searched refs:JRadioButton (Results 1 - 25 of 26) sorted by relevance

12

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJRadioButton.java44 * object and use its <code>add</code> method to include the JRadioButton objects
89 public class JRadioButton extends JToggleButton implements Accessible { class in inherits:JToggleButton,Accessible
102 public JRadioButton () { method in class:JRadioButton
112 public JRadioButton(Icon icon) { method in class:JRadioButton
122 public JRadioButton(Action a) { method in class:JRadioButton
135 public JRadioButton(Icon icon, boolean selected) { method in class:JRadioButton
144 public JRadioButton (String text) { method in class:JRadioButton
156 public JRadioButton (String text, boolean selected) { method in class:JRadioButton
167 public JRadioButton(String text, Icon icon) { method in class:JRadioButton
178 public JRadioButton (Strin method in class:JRadioButton
[all...]
/openjdk7/jdk/src/share/demo/jfc/Metalworks/
H A DMetalworksPrefs.java60 import javax.swing.JRadioButton;
124 JRadioButton file = new JRadioButton("File in Spam Folder");
125 JRadioButton delete = new JRadioButton("Auto Delete");
126 JRadioButton bomb = new JRadioButton("Reverse Mail-Bomb");
141 JRadioButton none = new JRadioButton("None");
142 JRadioButton vac
[all...]
/openjdk7/jdk/test/com/sun/java/swing/plaf/windows/WindowsRadioButtonUI/7089914/
H A Dbug7089914.java52 JRadioButton rb = new JRadioButton();
55 throw new RuntimeException("Unexpected UI class of JRadioButton");
/openjdk7/jdk/test/javax/swing/Security/6657138/
H A DComponentTest.java45 add(new JRadioButton("JRadioButton"));
H A Dbug6657138.java90 componentMap.put(new JRadioButton("JRadioButton"),
/openjdk7/jdk/src/share/classes/javax/swing/colorchooser/
H A DColorPanel.java38 import javax.swing.JRadioButton;
64 JRadioButton button = new JRadioButton();
125 if (object instanceof JRadioButton) {
126 JRadioButton button = (JRadioButton) object;
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWCheckboxPeer.java40 import javax.swing.JRadioButton;
143 private final JRadioButton rb;
153 rb = new JRadioButton() {
/openjdk7/jdk/src/share/demo/jfc/FileChooserDemo/
H A DFileChooserDemo.java74 import javax.swing.JRadioButton;
134 private JRadioButton singleSelectionRadioButton;
135 private JRadioButton multiSelectionRadioButton;
136 private JRadioButton openRadioButton;
137 private JRadioButton saveRadioButton;
138 private JRadioButton customButton;
140 private JRadioButton justFilesRadioButton;
141 private JRadioButton justDirectoriesRadioButton;
142 private JRadioButton bothFilesAndDirectoriesRadioButton;
194 openRadioButton = new JRadioButton("Ope
[all...]
/openjdk7/hotspot/agent/src/share/classes/com/sun/java/swing/ui/
H A DCommonUI.java112 public static JRadioButton createRadioButton(String text, int mnemonic, ActionListener listener, boolean selected)
114 JRadioButton button = new JRadioButton(text);
125 public static JRadioButton createRadioButton(String text, int mnemonic, boolean selected)
130 public static JRadioButton createRadioButton(String text, int mnemonic, ActionListener listener)
135 public static JRadioButton createRadioButton(String text, int mnemonic)
140 public static JRadioButton createRadioButton(String text)
/openjdk7/jdk/test/com/sun/java/swing/plaf/gtk/4928019/
H A Dbug4928019.java147 new JRadioButton() {
/openjdk7/jdk/src/share/demo/jfc/SampleTree/
H A DSampleTree.java176 JRadioButton button;
180 button = new JRadioButton("Single");
195 button = new JRadioButton("Contiguous");
210 button = new JRadioButton("Discontiguous");
/openjdk7/jdk/test/javax/swing/JSlider/4987336/
H A Dbug4987336.java102 private class LafRadioButton extends JRadioButton {
/openjdk7/jdk/test/javax/swing/plaf/synth/
H A DTest6660049.java62 javax.swing.JRadioButton.class,
/openjdk7/jdk/make/javax/swing/beaninfo/
H A DFILES.gmk59 JRadioButton \
109 ..\..\..\..\..\src\share\classes\javax\swing\JRadioButton.java \
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DLaunchTool.java144 JRadioButton radio = new JRadioButton(connector.description());
/openjdk7/jdk/test/java/beans/Performance/
H A DTestIntrospector.java67 javax.swing.JRadioButton.class,
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DConnectDialog.java56 JRadioButton localRadioButton, remoteRadioButton;
138 localRadioButton = new JRadioButton(Messages.LOCAL_PROCESS_COLON);
164 remoteRadioButton = new JRadioButton(Messages.REMOTE_PROCESS_COLON);
177 JRadioButton rb =
702 // button part of a JRadioButton.
704 JRadioButton radioButton;
706 Padder(JRadioButton radioButton) {
/openjdk7/jdk/src/share/classes/sun/swing/
H A DDefaultLayoutStyle.java177 * a JCheckBox or JRadioButton. If the component is not a JCheckBox or
178 * JRadioButton, 0 will be returned.
204 } else if (button instanceof JRadioButton) {
/openjdk7/jdk/src/share/demo/jfc/Font2DTest/
H A DFont2DTest.java123 private JRadioButton printModeCBs[] = new JRadioButton[3];
369 new JRadioButton( "Print one page from currently displayed character/line",
372 new JRadioButton( "Print all characters in currently selected range",
375 new JRadioButton( "Print all lines of text",
/openjdk7/jdk/make/javax/swing/
H A DFILES.gmk217 JRadioButton \
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsButtonUI.java174 if(b instanceof JRadioButton) {
/openjdk7/jdk/src/share/classes/sun/print/
H A DServiceDialog.java607 * Creates a new JRadioButton and sets its text, mnemonic,
610 private static JRadioButton createRadioButton(String key,
613 JRadioButton rb = new JRadioButton(getMsg(key));
942 private JRadioButton rbAll, rbPages, rbSelect;
2295 private JRadioButton rbMonochrome, rbColor;
2385 private JRadioButton rbDraft, rbNormal, rbHigh;
2769 * A special widget that groups a JRadioButton with an associated icon,
2774 private JRadioButton rb;
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DFormView.java72 * <td>JRadioButton</td>
259 c = new JRadioButton();
261 ((JRadioButton)c).setModel((JToggleButton.ToggleButtonModel)model);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaButtonUI.java474 return (b instanceof JButton || b instanceof JToggleButton && !(b instanceof AquaComboBoxButton) && !(b instanceof JCheckBox) && !(b instanceof JRadioButton));
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalIconFactory.java1137 ButtonModel model = ((JRadioButton)c).getModel();
1229 JRadioButton rb = (JRadioButton)c;

Completed in 245 milliseconds

12