public class GrammarWindowToolbar extends Object implements XJNotificationObserver
| Modifier and Type | Field and Description |
|---|---|
JButton |
backward |
JToggleButton |
coloring |
JButton |
debug |
JButton |
debugAgain |
JButton |
find |
JButton |
forward |
JToggleButton |
ideas |
JToggleButton |
sd |
JToggleButton |
sort |
Toolbar |
toolbar |
GrammarWindow |
window |
| Constructor and Description |
|---|
GrammarWindowToolbar(GrammarWindow window) |
| Modifier and Type | Method and Description |
|---|---|
void |
addActions() |
void |
awake() |
void |
close() |
JButton |
createButton(ImageIcon icon,
String tooltip) |
void |
createInterface() |
JToggleButton |
createToggleButton(ImageIcon icon,
String tooltip) |
JComponent |
getToolbar() |
void |
notificationFire(Object source,
String name) |
void |
updateStates() |
public Toolbar toolbar
public JButton debug
public JButton debugAgain
public JButton backward
public JButton forward
public JToggleButton sort
public JToggleButton sd
public JToggleButton coloring
public JToggleButton ideas
public JButton find
public GrammarWindow window
public GrammarWindowToolbar(GrammarWindow window)
public void close()
public JComponent getToolbar()
public void notificationFire(Object source, String name)
notificationFire in interface XJNotificationObserverpublic void createInterface()
public void updateStates()
public void awake()
public void addActions()
public JToggleButton createToggleButton(ImageIcon icon, String tooltip)
Copyright © 2013. All rights reserved.