protected static class FadeTracker.ComponentId
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.awt.Component |
component
UI component itself.
|
java.lang.Comparable |
subID
ID to distinguish between different sub-components of the UI
component.
|
Constructor and Description |
---|
FadeTracker.ComponentId(java.awt.Component component,
java.lang.Comparable subID)
Creates a new component ID.
|
public java.awt.Component component
public java.lang.Comparable subID