Class AbstractField
java.lang.Object
org.eclipse.ui.views.markers.internal.AbstractField
- All Implemented Interfaces:
IField
- Direct Known Subclasses:
FieldCategory
-
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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IField
compare, getColumnHeaderImage, getColumnHeaderText, getDefaultDirection, getDescription, getDescriptionImage, getImage, getPreferredWidth, getValue
-
Constructor Details
-
AbstractField
public AbstractField()
-
-
Method Details
-
isShowing
-
setShowing
public void setShowing(boolean showing) Set whether or not the receiver is showing.- Specified by:
setShowingin interfaceIField
-