|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.javatools.history.AbstractHistoryModel
public abstract class 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)
HistoryModeladdHistoryModelListener in interface HistoryModelvhl - a listener to add.public void removeHistoryModelListener(HistoryModelListener vhl)
HistoryModelremoveHistoryModelListener in interface HistoryModelvhl - a listener to remove.public final void setComplete(boolean complete)
public final boolean isComplete()
HistoryModelisComplete in interface HistoryModel
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||