| Package | Description | 
|---|---|
| oracle.javatools.history | 
 Provides a model and UI components for displaying the history of a resource. 
 | 
| oracle.jdeveloper.history | |
| oracle.jdeveloper.vcs.generic | 
| Modifier and Type | Method and Description | 
|---|---|
HistoryProperty[] | 
HistoryModel.getDefaultProperties()
Get all default available properties for entries in this history. 
 | 
HistoryProperty[] | 
HistoryComponent.getHiddenProperties()  | 
HistoryProperty[] | 
HistoryModel.getProperties()
Get all available properties for entries in this history. 
 | 
HistoryProperty | 
HistoryComponent.getSortProperty()
Get the property the history is currently sorted by. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
HistoryEntry.getValue(HistoryProperty property)
Get the value of the specified property for this entry. 
 | 
java.lang.Object | 
DefaultHistoryEntry.getValue(HistoryProperty property)  | 
void | 
DefaultHistoryEntry.setValue(HistoryProperty property,
        java.lang.Object value)  | 
void | 
HistoryComponent.sortTableByProperty(HistoryProperty property,
                   boolean ascending)
Sort the history component by the specified property. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultHistoryProperty  | 
| Modifier and Type | Method and Description | 
|---|---|
static HistoryProperty | 
SharedProperties.getDateProperty()
A property representing the date of a history entry. 
 | 
HistoryProperty[] | 
DefaultHistoryModel.getDefaultProperties()  | 
static HistoryProperty | 
SharedProperties.getDescriptionProperty()
A property representing the description of a history entry. 
 | 
abstract HistoryProperty[] | 
HistoryProvider.getProperties()
Get the history properties available for entries supplied by this provider. 
 | 
HistoryProperty[] | 
DefaultHistoryModel.getProperties()  | 
static HistoryProperty | 
SharedProperties.getRevisionProperty()
A property representing the revision of a history entry. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
DefaultHistoryModel.addProperties(HistoryProperty[] properties)  | 
void | 
DefaultHistoryModel.setDefaultProperties(HistoryProperty[] defaultProperties)  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract HistoryProperty | 
VCSProfile.getHistoryProperty(java.lang.String id)
Gets the  
HistoryProperty declared in the
 profile with the specified id. |