Uses of Interface
com.ideanest.swing.ActiveList

Packages that use ActiveList
com.ideanest.swing   
 

Uses of ActiveList in com.ideanest.swing
 

Methods in com.ideanest.swing that return ActiveList
 ActiveList ActiveUndoManager.getEdits()
          Return the list of all edits currently buffered by this undo manager.
 ActiveList ActiveUndoManager.getRedoableEdits()
          Return the list of significant redoable edits.
 ActiveList ActiveUndoManager.getUndoableEdits()
          Return the list of significant undoable edits.
static ActiveList ActiveCollections.activeList(java.util.List list)
          Returns an active version of the specified list that fires ListDataEvents when the list is mutated.
static ActiveList ActiveCollections.synchronizedActiveList(java.util.List c)
          Returns a synchronized active version of the specified list that fires ListDataEvents when the list is mutated.
static ActiveList ActiveCollections.unmodifiableActiveList(ActiveList c)
          Returns an unmodifiable view of the specified active list.
 

Methods in com.ideanest.swing with parameters of type ActiveList
static ActiveList ActiveCollections.unmodifiableActiveList(ActiveList c)
          Returns an unmodifiable view of the specified active list.