public abstract class DebuggerWindowOptionsImpl extends java.lang.Object implements DebuggerWindowOptions
DebuggerWindowOptions.DebuggerWindowOptionsUseDefaults, DebuggerWindowOptions.WindowIdDEFAULT| Constructor and Description |
|---|
DebuggerWindowOptionsImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addColumn(DebuggerWindowColumnOptions column) |
DebuggerWindowColumnOptions |
getColumnInfo(int zeroBasedColumnIndex)
Return the column information for the column identified by the index.
|
int |
getNumberOfColumns()
Return the number of columns defined by this window.
|
boolean |
isElementVisible(java.lang.String elementName)
Called by the core debugger to get the visibility setting for an optional element.
|
boolean |
isInitiallyVisible()
Return whether the window should be initially visible.
|
void |
setElementVisibility(java.lang.String elementName,
boolean isVisible)
If the core debugger defines optional attributes for a window, like a search box or
drop-down thread selection list, the implementor can choose whether this element should
be shown.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTabIcon, getTabName, getTitleNamepublic int getNumberOfColumns()
DebuggerWindowOptionsgetNumberOfColumns in interface DebuggerWindowOptionspublic DebuggerWindowColumnOptions getColumnInfo(int zeroBasedColumnIndex)
DebuggerWindowOptionsgetColumnInfo in interface DebuggerWindowOptionspublic void addColumn(DebuggerWindowColumnOptions column)
public void setElementVisibility(java.lang.String elementName,
boolean isVisible)
DebuggerWindowOptionssetElementVisibility in interface DebuggerWindowOptionspublic boolean isElementVisible(java.lang.String elementName)
DebuggerWindowOptionsisElementVisible in interface DebuggerWindowOptionsDebuggerWindowOptions.setElementVisibility(String, boolean)public boolean isInitiallyVisible()
DebuggerWindowOptionsisInitiallyVisible in interface DebuggerWindowOptions