public class Usages extends GrammarWindowTab
| Modifier and Type | Class and Description |
|---|---|
static class |
Usages.UsageMatch |
| Modifier and Type | Field and Description |
|---|---|
protected String |
lastRule |
protected DefaultTreeModel |
model |
protected DefaultMutableTreeNode |
node |
protected JPanel |
panel |
protected DefaultMutableTreeNode |
root |
protected ATEToken |
token |
protected JTree |
tree |
protected JScrollPane |
treeScrollPane |
window| Constructor and Description |
|---|
Usages(FindMenuDelegate delegate,
ATEToken token) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMatch(ElementRule rule,
ATEToken token) |
Container |
getContainer() |
Component |
getTabComponent() |
String |
getTabName() |
void |
selectMatch(Usages.UsageMatch match) |
canExportToBitmap, canExportToDOT, canExportToEPS, editorActivated, getDOTString, getExportableGViewprotected JPanel panel
protected JScrollPane treeScrollPane
protected JTree tree
protected DefaultTreeModel model
protected DefaultMutableTreeNode root
protected DefaultMutableTreeNode node
protected String lastRule
protected ATEToken token
public Usages(FindMenuDelegate delegate, ATEToken token)
public Container getContainer()
public void addMatch(ElementRule rule, ATEToken token)
public void selectMatch(Usages.UsageMatch match)
public String getTabName()
getTabName in class GrammarWindowTabpublic Component getTabComponent()
getTabComponent in class GrammarWindowTabCopyright © 2013. All rights reserved.