| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Observable
oracle.jdeveloper.vcs.spi.VCSRecentCommentsModel
public class VCSRecentCommentsModel
Model class for historical comments used with a VCSCommentsCustomizer.
| Constructor Summary | |
|---|---|
VCSRecentCommentsModel()
Constructor.  | 
|
| Method Summary | |
|---|---|
 void | 
addComment(java.lang.Object comment)
Adds a recent comment to the model  | 
 void | 
clearComments()
Clears the model of all comments.  | 
 java.lang.Object[] | 
getMatches(java.lang.Object s)
Gets items in the model which match the given partial comment.  | 
 void | 
setMaximumSize(int maximumSize)
Sets the maximum size of the comments model, which must be > 0.  | 
 java.lang.Object[] | 
toArray()
Creates an array representation of comments in the model.  | 
| Methods inherited from class java.util.Observable | 
|---|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public VCSRecentCommentsModel()
| Method Detail | 
|---|
public void setMaximumSize(int maximumSize)
maximumSize - the maximum size to set.public void addComment(java.lang.Object comment)
comment - the comment to add.public void clearComments()
public java.lang.Object[] getMatches(java.lang.Object s)
s - the partial comment to seek.public java.lang.Object[] toArray()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||