Method doClick()
Return type: void
Member of:
javax.swing.AbstractButton
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
defaultButton.doClick();
2
codeButton.doClick();
3
menu.doClick();
4
i18nLangMenu.getItem(0).doClick();
5
button.doClick();
6
button.doClick();
7
plainOpt.doClick();
8
if (enterButton != null) enterButton.doClick();
9
if (enterButton.isEnabled()) enterButton.doClick();
10
tog.doClick();
11
if(enterButton != null) enterButton.doClick();
12
getItem(0).doClick();
13
bOK.doClick();
14
((JRadioButton)(b.v.elementAt(1))).doClick();
15
m_includeButton.doClick();
16
add.doClick();
17
if (Editor.autoDetectBrowser){detectBrowserBt.doClick();} //select and fire event
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.