Returns a name for the component. These names are not guaranteed to be unique, and are intended for display and logging. Generally this is the class name of the Component object, without package information. @return name of the component
()
| 24 | * @return name of the component |
| 25 | */ |
| 26 | String getName(); |
| 27 | |
| 28 | /** |
| 29 | * Returns the parameters used to initialize this Component, and can also be used |
no outgoing calls