| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.javatools.editor.insight.ListDataItem
oracle.ide.ceditor.insight.ListDataItem
oracle.jdevimpl.java.insight.InsightDataItem
oracle.jdevimpl.java.insight.WrappedInsightDataItem
oracle.jdeveloper.java.insight.AnnotationElementValueInsightDataItem
public class AnnotationElementValueInsightDataItem
Class that manages the value for an annotation element.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from interface oracle.javatools.parser.java.v2.JavaPreferences | 
|---|
JavaPreferences.MemberOrder | 
| Field Summary | 
|---|
| Fields inherited from class oracle.jdevimpl.java.insight.WrappedInsightDataItem | 
|---|
completionText, declaringClass, deprecated, displayName, displayType, icon | 
| Fields inherited from interface oracle.javatools.parser.java.v2.JavaOperators | 
|---|
OPT_ADD, OPT_ADDASG, OPT_AND, OPT_ANNOTATION, OPT_ARRAYCONST, OPT_ASG, OPT_base, OPT_BITAND, OPT_BITANDASG, OPT_BITNOT, OPT_BITOR, OPT_BITORASG, OPT_BITXOR, OPT_BITXORASG, OPT_CLASS_LITERAL, OPT_COND, OPT_DEREF, OPT_DIV, OPT_DIVASG, OPT_DOT, OPT_EQ, OPT_GE, OPT_GT, OPT_INSTANCEOF, OPT_invalid, OPT_INVOKE, OPT_LE, OPT_LIST, OPT_LITERAL, OPT_LSH, OPT_LSHASG, OPT_LT, OPT_max, OPT_MINUS, OPT_MINUSASG, OPT_MOD, OPT_MODASG, OPT_MUL, OPT_MULASG, OPT_NEGATIVE, OPT_NESTEXP, OPT_NEWARRAY, OPT_NEWOBJECT, OPT_NOT, OPT_NOTEQ, OPT_OR, OPT_POSITIVE, OPT_POSTDEC, OPT_POSTINC, OPT_precedence, OPT_PREDEC, OPT_PREINC, OPT_QUALIFIED_SUPER, OPT_QUALIFIED_THIS, OPT_RSH, OPT_RSHASG, OPT_SIMPLE_NAME, OPT_tokens, OPT_TYPE, OPT_TYPECAST, OPT_URSH, OPT_URSHASG, OPT_words | 
| Constructor Summary | |
|---|---|
AnnotationElementValueInsightDataItem(JavaElement javaElement)
Create an instance that is backed by a JavaElement  | 
|
AnnotationElementValueInsightDataItem(java.lang.String displayName,
                                      java.lang.String displayType,
                                      java.lang.String completionText)
Create an instance that is backed by Strings.  | 
|
| Method Summary | |
|---|---|
 void | 
setDeclaringClass(java.lang.String declaringClass)
Set the declaring class if there is one.  | 
 void | 
setDeprecated(boolean deprecated)
Set the deprecated flag.  | 
 void | 
setIcon(javax.swing.Icon icon)
Set the icon for this value.  | 
| Methods inherited from class oracle.jdevimpl.java.insight.WrappedInsightDataItem | 
|---|
declaringClass, getDisplayCellName, getDisplayCellType, getDisplayTextImpl, getIcon, getName, isDeprecated, setCompletionText, setDisplayName | 
| Methods inherited from class oracle.jdevimpl.java.insight.InsightDataItem | 
|---|
belongsToClass, getContentProvider, getDisplayText, getItemType, getShortSignature, getUnderlyingItem, getVeryShortSignature, setBelongsToClass, toString, useFullSignature | 
| Methods inherited from class oracle.javatools.editor.insight.ListDataItem | 
|---|
compareInsensitive, compareSensitive, compareTo, getAccessibleText | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public AnnotationElementValueInsightDataItem(java.lang.String displayName,
                                             java.lang.String displayType,
                                             java.lang.String completionText)
displayName - The name of the value, which will be displayed
 in the left hand column of the code insight list boxdisplayType - The type of the value, which will be displayed
 in the right hand column of the code insight list boxcompletionText - The text of the value, which will be inserted
 into the editor during completionpublic AnnotationElementValueInsightDataItem(JavaElement javaElement)
javaElement - A JavaElement which cannot be null| Method Detail | 
|---|
public void setDeprecated(boolean deprecated)
setDeprecated in class oracle.jdevimpl.java.insight.WrappedInsightDataItemdeprecated - The new deprecated flagpublic void setDeclaringClass(java.lang.String declaringClass)
setDeclaringClass in class oracle.jdevimpl.java.insight.WrappedInsightDataItemdeclaringClass - The new declaring class which can be nullpublic void setIcon(javax.swing.Icon icon)
setIcon in class oracle.jdevimpl.java.insight.WrappedInsightDataItemicon - The new icon for this value
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||