public abstract class AbstractDebugColumn extends Object implements DebugColumn
| Constructor and Description |
|---|
AbstractDebugColumn(String title,
Class<?> classType,
boolean editable)
Creates a new instance of AbstractDebugColumn class.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getClassType()
Return the type of the column.
|
String |
getTitle()
Get title of the column.
|
boolean |
isEditable()
Returns true if the column is editable.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDebugValue, getDefaultWidth, setDebugValuepublic AbstractDebugColumn(String title, Class<?> classType, boolean editable)
title - Title of the columnclassType - Type of the columneditable - Whether this column is editablepublic Class<?> getClassType()
getClassType in interface DebugColumnpublic String getTitle()
getTitle in interface DebugColumnpublic boolean isEditable()
isEditable in interface DebugColumnCopyright © 2017. All rights reserved.