T
- the component typepublic class IntegerComponentNameProvider<T> extends Object implements ComponentNameProvider<T>
Constructor and Description |
---|
IntegerComponentNameProvider() |
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears all cached identifiers, and resets the unique identifier counter.
|
String |
getName(T component)
Returns the string representation of a component.
|
public void clear()
public String getName(T component)
getName
in interface ComponentNameProvider<T>
component
- the component to be namedCopyright © 2017. All rights reserved.