public class ModeManager
extends java.lang.Object
Constructor and Description |
---|
ModeManager()
Constructs a mode manager with an empty set of modes.
|
Modifier and Type | Method and Description |
---|---|
void |
add(java.awt.Component c)
Adds the specified component.
|
void |
remove(java.awt.Component c)
Removes the specified component.
|