public static class DebuggerWindowOptions.DebuggerWindowOptionsUseDefaults extends java.lang.Object implements DebuggerWindowOptions
DebuggerWindowOptions.DebuggerWindowOptionsUseDefaults, DebuggerWindowOptions.WindowIdDEFAULT| Constructor and Description |
|---|
DebuggerWindowOptionsUseDefaults() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
javax.swing.Icon |
getTabIcon()
Return the icon to be used with this window
|
java.lang.String |
getTabName()
Return the tab name to be used when the window is displayed as a tabbed window
|
java.lang.String |
getTitleName()
Return the window name to be used when the windows is displayed as a floating 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.
|
public java.lang.String getTabName()
DebuggerWindowOptionsgetTabName in interface DebuggerWindowOptionspublic java.lang.String getTitleName()
DebuggerWindowOptionsgetTitleName in interface DebuggerWindowOptionspublic javax.swing.Icon getTabIcon()
DebuggerWindowOptionsgetTabIcon in interface DebuggerWindowOptionspublic int getNumberOfColumns()
DebuggerWindowOptionsgetNumberOfColumns in interface DebuggerWindowOptionspublic DebuggerWindowColumnOptions getColumnInfo(int zeroBasedColumnIndex)
DebuggerWindowOptionsgetColumnInfo in interface DebuggerWindowOptionspublic 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