Class AbstractField

java.lang.Object
org.eclipse.ui.views.markers.internal.AbstractField
All Implemented Interfaces:
IField
Direct Known Subclasses:
FieldCategory

public abstract class AbstractField extends Object implements IField
AbstractField is the abstract superclass for fields.
Since:
3.2
  • Constructor Details

    • AbstractField

      public AbstractField()
  • Method Details

    • isShowing

      public boolean isShowing()
      Description copied from interface: IField
      Return whether not the receiver is showing.
      Specified by:
      isShowing in interface IField
      Returns:
      boolean
    • setShowing

      public void setShowing(boolean showing)
      Set whether or not the receiver is showing.
      Specified by:
      setShowing in interface IField