|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectoracle.javatools.history.AbstractHistoryModel
An abstract implementation of HistoryModel that makes it convenient to handle events.
| Constructor Summary | |
AbstractHistoryModel()
|
|
| Method Summary | |
void |
addHistoryModelListener(HistoryModelListener vhl)
Add a listener that will be notified of changes to this model. |
protected void |
fireCompletenessChanged()
|
protected void |
fireEntriesChanged(int start,
int end)
|
protected void |
fireEntriesInserted(int start,
int end)
|
protected void |
fireEntriesRemoved(int start,
int end)
|
boolean |
isComplete()
Whether the model is complete. |
void |
removeHistoryModelListener(HistoryModelListener vhl)
Remove a listener previously added via the addVersionHistoryListener method. |
void |
setComplete(boolean complete)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.javatools.history.HistoryModel |
getDefaultProperties, getEntry, getProperties, getSize |
| Constructor Detail |
public AbstractHistoryModel()
| Method Detail |
protected void fireEntriesInserted(int start,
int end)
protected void fireEntriesRemoved(int start,
int end)
protected void fireEntriesChanged(int start,
int end)
protected void fireCompletenessChanged()
public void addHistoryModelListener(HistoryModelListener vhl)
HistoryModel
addHistoryModelListener in interface HistoryModelvhl - a listener to add.public void removeHistoryModelListener(HistoryModelListener vhl)
HistoryModel
removeHistoryModelListener in interface HistoryModelvhl - a listener to remove.public final void setComplete(boolean complete)
public final boolean isComplete()
HistoryModel
isComplete in interface HistoryModel
|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2005, Oracle.All rights reserved.