T - the component typepublic class IntegerComponentNameProvider<T> extends java.lang.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.
|
java.lang.String |
getName(T component)
Returns the string representation of a component.
|
public void clear()
public java.lang.String getName(T component)
getName in interface ComponentNameProvider<T>component - the component to be namedCopyright © 2018. All Rights Reserved.