public class DBInputTreePanel extends Object implements DBInputConcretePanel, AWTreePanelDelegate
| Modifier and Type | Field and Description |
|---|---|
DebuggerTab |
debuggerTab |
DBInputProcessorTree |
processorTree |
AWTreePanel |
treePanel |
| Constructor and Description |
|---|
DBInputTreePanel(DebuggerTab debuggerTab) |
| Modifier and Type | Method and Description |
|---|---|
void |
awTreeDidSelectTreeNode(TreeNode node,
boolean shiftKey) |
JPopupMenu |
awTreeGetContextualMenu() |
void |
close() |
JComponent |
getComponent() |
DBInputProcessor |
getInputProcessor() |
DBInputTextTokenInfo |
getTokenInfoForToken(org.antlr.runtime.Token token) |
boolean |
isBreakpointAtToken(org.antlr.runtime.Token token) |
boolean |
isInputTokensBoxVisible() |
void |
selectToken(org.antlr.runtime.Token token) |
void |
stop() |
void |
toggleInputTextTokensBox() |
void |
updateOnBreakEvent() |
public DebuggerTab debuggerTab
public AWTreePanel treePanel
public DBInputProcessorTree processorTree
public DBInputTreePanel(DebuggerTab debuggerTab)
public void close()
close in interface DBInputConcretePanelpublic void stop()
stop in interface DBInputConcretePanelpublic JComponent getComponent()
getComponent in interface DBInputConcretePanelpublic DBInputProcessor getInputProcessor()
getInputProcessor in interface DBInputConcretePanelpublic void toggleInputTextTokensBox()
toggleInputTextTokensBox in interface DBInputConcretePanelpublic boolean isInputTokensBoxVisible()
isInputTokensBoxVisible in interface DBInputConcretePanelpublic boolean isBreakpointAtToken(org.antlr.runtime.Token token)
isBreakpointAtToken in interface DBInputConcretePanelpublic void selectToken(org.antlr.runtime.Token token)
selectToken in interface DBInputConcretePanelpublic DBInputTextTokenInfo getTokenInfoForToken(org.antlr.runtime.Token token)
getTokenInfoForToken in interface DBInputConcretePanelpublic void updateOnBreakEvent()
updateOnBreakEvent in interface DBInputConcretePanelpublic void awTreeDidSelectTreeNode(TreeNode node, boolean shiftKey)
awTreeDidSelectTreeNode in interface AWTreePanelDelegatepublic JPopupMenu awTreeGetContextualMenu()
awTreeGetContextualMenu in interface AWTreePanelDelegateCopyright © 2013. All rights reserved.