@API(since="5.3",
status=INTERNAL)
public class TextComponentUI
extends Object
| Modifier and Type | Field and Description |
|---|---|
static TextComponentUI |
INSTANCE |
| Constructor and Description |
|---|
TextComponentUI() |
| Modifier and Type | Method and Description |
|---|---|
void |
installUndo(JTextComponent component)
Installs an undo manager and keyboard shortcuts to a text component
|
void |
resetUndoHistory()
Causes all undo managers to invalidate their history.
|
@API(since="5.3",
status=INTERNAL)
public static final TextComponentUI INSTANCE
@API(since="5.3",
status=INTERNAL)
public void resetUndoHistory()
@API(since="5.3",
status=INTERNAL)
public void installUndo(JTextComponent component)
component - JTextField or JTextAreaCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.