Method getName()
Return type: java.lang.String
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 public boolean equals(AtrisComponent obj) {return (this.getComponent().getName()).equals(obj.getComponent().getName());}
2 return(comparator.equals(component.getName(), name));
3 return lButton.getName().equals(lName);
4 button = new JButton(getName());
5 System.err.println("getComponentAt " + x + "," + y + " returning " + result.getName());
6 mc.setProperty(TestElement.NAME, getName());
7 String name = e.getComponent().getName();
8 String name = ((Component)e.getSource()).getName();
9 getAboutCommandPanel().add(getAboutOkButton(), getAboutOkButton().getName());
10 if (c.getName() == null)
11 getJDialogContentPane().add(getPass1Panel(), getPass1Panel().getName());
12 String icon = btn.getName();
13 ElfDebug.trace("Showing: " + dlg.getName(), DEBUG);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.