AsyncTreeModel
and StructureTreeModel
instead.@Deprecated public class AbstractTreeUpdater extends java.lang.Object implements Disposable, Activatable
Disposable.Parent
Activatable.Adapter
Constructor and Description |
---|
AbstractTreeUpdater(AbstractTreeBuilder treeBuilder)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addSubtreeToUpdate(javax.swing.tree.DefaultMutableTreeNode rootNode)
Deprecated.
|
boolean |
addSubtreeToUpdateByElement(java.lang.Object element)
Deprecated.
|
protected ActionCallback |
beforeUpdate(TreeUpdatePass pass)
Deprecated.
|
void |
cancelAllRequests()
Deprecated.
|
void |
dispose()
Deprecated.
Usually not invoked directly, see class javadoc.
|
void |
flush()
Deprecated.
|
ModalityState |
getModalityState()
Deprecated.
|
long |
getUpdateCount()
Deprecated.
|
boolean |
hasNodesToUpdate()
Deprecated.
|
void |
hideNotify()
Deprecated.
|
void |
performUpdate()
Deprecated.
|
void |
requestRelease()
Deprecated.
|
void |
reset()
Deprecated.
|
void |
runAfterUpdate(java.lang.Runnable runnable)
Deprecated.
|
void |
setDelay(int delay)
Deprecated.
|
void |
showNotify()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
public AbstractTreeUpdater(AbstractTreeBuilder treeBuilder)
public void setDelay(int delay)
delay
- update delay in milliseconds.public ModalityState getModalityState()
public boolean hasNodesToUpdate()
public void dispose()
Disposable
dispose
in interface Disposable
@Deprecated public void addSubtreeToUpdate(javax.swing.tree.DefaultMutableTreeNode rootNode)
AbstractTreeBuilder.queueUpdateFrom(Object, boolean)
public void performUpdate()
protected ActionCallback beforeUpdate(TreeUpdatePass pass)
@Deprecated public boolean addSubtreeToUpdateByElement(java.lang.Object element)
AbstractTreeBuilder.queueUpdateFrom(Object, boolean)
public void cancelAllRequests()
public void runAfterUpdate(java.lang.Runnable runnable)
public long getUpdateCount()
public void showNotify()
showNotify
in interface Activatable
public void hideNotify()
hideNotify
in interface Activatable
public java.lang.String toString()
toString
in class java.lang.Object
public void flush()
public void requestRelease()
public void reset()