Class AbstractField
java.lang.Object
org.eclipse.ui.views.markers.internal.AbstractField
- All Implemented Interfaces:
IField
- Direct Known Subclasses:
FieldCategory
AbstractField is the abstract superclass for fields.
- Since:
- 3.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn whether not the receiver is showing.voidsetShowing(boolean showing) Set whether or not the receiver is showing.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.ui.views.markers.internal.IField
compare, getColumnHeaderImage, getColumnHeaderText, getDefaultDirection, getDescription, getDescriptionImage, getImage, getPreferredWidth, getValue
-
Constructor Details
-
AbstractField
public AbstractField()
-
-
Method Details
-
isShowing
public boolean isShowing()Description copied from interface:IFieldReturn whether not the receiver is showing. -
setShowing
public void setShowing(boolean showing) Set whether or not the receiver is showing.- Specified by:
setShowingin interfaceIField
-