public abstract class GrammarWindowTab extends Object
| Modifier and Type | Field and Description |
|---|---|
protected GrammarWindow |
window |
| Modifier | Constructor and Description |
|---|---|
protected |
GrammarWindowTab(GrammarWindow window) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canExportToBitmap() |
boolean |
canExportToDOT() |
boolean |
canExportToEPS() |
void |
editorActivated() |
String |
getDOTString() |
GView |
getExportableGView() |
abstract Component |
getTabComponent() |
abstract String |
getTabName() |
protected final GrammarWindow window
protected GrammarWindowTab(GrammarWindow window)
public boolean canExportToEPS()
public boolean canExportToBitmap()
public boolean canExportToDOT()
public GView getExportableGView()
public abstract String getTabName()
public abstract Component getTabComponent()
public void editorActivated()
Copyright © 2013. All rights reserved.