public interface HistoryModel
| Modifier and Type | Method and Description | 
|---|---|
void | 
addHistoryModelListener(HistoryModelListener vhl)
Add a listener that will be notified of changes to this model. 
 | 
HistoryProperty[] | 
getDefaultProperties()
Get all default available properties for entries in this history. 
 | 
HistoryEntry | 
getEntry(int index)
Get the entry at the specified index in this history. 
 | 
HistoryProperty[] | 
getProperties()
Get all available properties for entries in this history. 
 | 
int | 
getSize()
Get the number of entries in this model. 
 | 
boolean | 
isComplete()
Whether the model is complete. 
 | 
void | 
removeHistoryModelListener(HistoryModelListener vhl)
Remove a listener previously added via the addVersionHistoryListener
 method. 
 | 
int getSize()
HistoryEntry getEntry(int index)
index - the index of the entryHistoryProperty[] getProperties()
HistoryProperty[] getDefaultProperties()
void addHistoryModelListener(HistoryModelListener vhl)
vhl - a listener to add.void removeHistoryModelListener(HistoryModelListener vhl)
vhl - a listener to remove.boolean isComplete()