| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.0) E13403-08  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.javatools.history.AbstractHistoryModel
oracle.jdeveloper.history.DefaultHistoryModel
public class DefaultHistoryModel
Our implementation of a history model.
| Constructor Summary | |
|---|---|
DefaultHistoryModel()
 | 
|
DefaultHistoryModel(DefaultHistoryModel model)
 | 
|
| Method Summary | |
|---|---|
protected  void | 
addEntries(HistoryEntry[] entries)
 | 
protected  void | 
addProperties(HistoryProperty[] properties)
 | 
 void | 
applyFilter(java.net.URL url,
            HistoryFilter filter)
 | 
 HistoryProperty[] | 
getDefaultProperties()
Get all default available properties for entries in this history.  | 
 HistoryEntry | 
getEntry(int i)
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.  | 
 void | 
setDefaultProperties(HistoryProperty[] defaultProperties)
 | 
| Methods inherited from class oracle.javatools.history.AbstractHistoryModel | 
|---|
addHistoryModelListener, fireCompletenessChanged, fireEntriesChanged, fireEntriesInserted, fireEntriesRemoved, isComplete, removeHistoryModelListener, setComplete | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DefaultHistoryModel()
public DefaultHistoryModel(DefaultHistoryModel model)
| Method Detail | 
|---|
public void applyFilter(java.net.URL url,
                        HistoryFilter filter)
protected void addProperties(HistoryProperty[] properties)
protected void addEntries(HistoryEntry[] entries)
public HistoryProperty[] getProperties()
HistoryModel
public HistoryEntry getEntry(int i)
HistoryModel
i - the index of the entry
public void setDefaultProperties(HistoryProperty[] defaultProperties)
public HistoryProperty[] getDefaultProperties()
HistoryModel
public int getSize()
HistoryModel
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.0) E13403-08  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||