EditorRegistry
from
Editor Library 2 instead.public class Registry extends Object
Constructor and Description |
---|
Registry()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
addChangeListener(ChangeListener l)
Deprecated.
Add weak listener to listen to change of activity of documents or components.
|
static Iterator<? extends JTextComponent> |
getComponentIterator()
Deprecated.
Get the iterator over the active components.
|
static Iterator<? extends Document> |
getDocumentIterator()
Deprecated.
Get the iterator over the active documents.
|
static JTextComponent |
getLeastActiveComponent()
Deprecated.
|
static BaseDocument |
getLeastActiveDocument()
Deprecated.
|
static JTextComponent |
getMostActiveComponent()
Deprecated.
|
static BaseDocument |
getMostActiveDocument()
Deprecated.
|
static String |
registryToString()
Deprecated.
Debug the registry into string.
|
static void |
removeChangeListener(ChangeListener l)
Deprecated.
Remove listener for changes in activity.
|
public static void addChangeListener(ChangeListener l)
l
- listener to addpublic static void removeChangeListener(ChangeListener l)
l
- listener to removepublic static BaseDocument getMostActiveDocument()
public static BaseDocument getLeastActiveDocument()
public static Iterator<? extends Document> getDocumentIterator()
public static JTextComponent getMostActiveComponent()
public static JTextComponent getLeastActiveComponent()
public static Iterator<? extends JTextComponent> getComponentIterator()
public static String registryToString()