|
|||||||||
| Home >> All >> org >> schooltool >> client >> gui >> [ view overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.schooltool.client.gui.view
Class ToolbarView

java.lang.Objectorg.schooltool.client.gui.view.ToolbarView
- public class ToolbarView
- extends java.lang.Object
- Version:
| Field Summary | |
private javax.swing.Action |
backAction
|
private boolean |
built
|
private org.schooltool.client.gui.controller.ToolbarController |
controller
|
private java.lang.String |
currentDirectory
|
private java.io.File |
directory
|
private javax.swing.Action |
helpAction
|
private javax.swing.Action |
homeAction
|
private javax.swing.Action |
newAction
|
private javax.swing.Action |
nextAction
|
private javax.swing.Action |
printAction
|
private javax.swing.Action |
removeAction
|
private javax.swing.JFrame |
renderer
|
private javax.swing.Action |
saveAction
|
private javax.swing.Action |
searchAction
|
private javax.swing.JToolBar |
toolbar
|
private javax.swing.Action |
undoAction
|
| Constructor Summary | |
ToolbarView()
Creates new ToolbarView |
|
ToolbarView(javax.swing.JFrame fRenderer)
|
|
| Method Summary | |
void |
build(int statusValue)
|
private void |
createToolBars()
|
void |
init()
|
void |
setController(org.schooltool.client.gui.controller.ToolbarController controller)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
currentDirectory
private java.lang.String currentDirectory
directory
private java.io.File directory
toolbar
private javax.swing.JToolBar toolbar
controller
private org.schooltool.client.gui.controller.ToolbarController controller
homeAction
private javax.swing.Action homeAction
backAction
private javax.swing.Action backAction
nextAction
private javax.swing.Action nextAction
searchAction
private javax.swing.Action searchAction
undoAction
private javax.swing.Action undoAction
printAction
private javax.swing.Action printAction
helpAction
private javax.swing.Action helpAction
newAction
private javax.swing.Action newAction
removeAction
private javax.swing.Action removeAction
saveAction
private javax.swing.Action saveAction
built
private boolean built
renderer
private javax.swing.JFrame renderer
| Constructor Detail |
ToolbarView
public ToolbarView()
- Creates new ToolbarView
ToolbarView
public ToolbarView(javax.swing.JFrame fRenderer)
| Method Detail |
setController
public void setController(org.schooltool.client.gui.controller.ToolbarController controller)
init
public void init()
createToolBars
private void createToolBars()
build
public void build(int statusValue)
|
|||||||||
| Home >> All >> org >> schooltool >> client >> gui >> [ view overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.schooltool.client.gui.view.ToolbarView