Method setName(String name)
Return type: void
Member of:
java.awt.Component
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
setName("toolBar");
2
initData.browser.setName("browser");
3
bean.setName ("dummy"); // NOI18N
4
this.setName("Insert a Name");
5
iAboutOkButton.setName("AboutOkButton");
6
iBrowseButton.setName("BrowseButton");
7
this.setName("statusBar");
8
ivjPass1Panel.setName("Pass1Panel");
9
ivjButton0.setName("Button0");
10
panelDocument.setName("null");
11
setName("DiagramEditingView");
12
english.setName("en");
13
mLocalPanel.setName("base");
14
printPreview.setName("PrintPreview");
15
groupController.getViewComponent().setName(groupController.getName());
16
tabs[schemaIndex].setName(dataHandler.schemaName(schemaIndex));
17
b.setName(null);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.