Class FieldData

java.lang.Object
org.fife.rsta.ac.java.FieldData
All Implemented Interfaces:
IconFactory.IconData, MemberCompletion.Data

class FieldData extends Object implements MemberCompletion.Data
Metadata about a field as read from a Java source file. This class is used by instances of FieldCompletion.
Version:
1.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private Field
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getEnclosingClassName(boolean fullyQualified)
    Returns the name of the enclosing class.
    Returns the main icon to use when rendering this member's completion.
    Returns the signature of this member.
    Returns the summary description (should be HTML) for this member.
    Returns the type of this member (the return type for methods).
    boolean
    Returns whether this icon represents an abstract class/method/etc.
    boolean
    Always returns false, fields cannot be constructors.
    boolean
    Returns whether this icon represents a deprecated class/method/etc.
    boolean
    Returns whether this icon represents a final class/method/etc.
    boolean
    Returns whether this icon represents a static class/method/etc.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • field

      private Field field
  • Constructor Details

    • FieldData

      FieldData(Field field)
  • Method Details