|
org.netbeans.modules.editor.lib/3 3.23.0 19 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.editor.Registry
EditorRegistry from
Editor Library 2 instead.
public class Registry
All the documents and components register here so that they become available to the processing that crosses different components and documents such as cross document position stack or word matching.
| Constructor Summary | |
|---|---|
Registry()
Deprecated. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Registry()
| Method Detail |
|---|
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()
|
org.netbeans.modules.editor.lib/3 3.23.0 19 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||