org.jcurl.demo.tactics.old
Class MenuFile.Controller

Package class diagram package MenuFile.Controller
java.lang.Object
  extended by org.jcurl.demo.tactics.old.MenuFile.Controller
Enclosing class:
MenuFile

@ActionRegistry.JCMenu(value="&File")
public static class MenuFile.Controller
extends Object


Constructor Summary
MenuFile.Controller(Component parent, Component shootable, TrajectoryBean td)
           
 
Method Summary
 void clear()
           
 void exitFile()
           
 void exportSvg()
           
 MenuFile.Model getModel()
           
 void newFile()
           
 void openFile()
           
 void saveAsFile()
           
 void saveFile()
           
 void screenShot()
           
 void setModel(MenuFile.Model model)
           
 void showHammy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuFile.Controller

public MenuFile.Controller(Component parent,
                           Component shootable,
                           TrajectoryBean td)
Method Detail

clear

@ActionRegistry.JCAction(title="Clea&r",
                         idx=0,
                         accelerator="CTRL-R")
public void clear()

exitFile

@ActionRegistry.JCAction(title="E&xit",
                         idx=60,
                         separated=true)
public void exitFile()

exportSvg

@ActionRegistry.JCAction(title="Export SV&G",
                         idx=51,
                         accelerator="CTRL-G")
public void exportSvg()

getModel

public MenuFile.Model getModel()

newFile

@ActionRegistry.JCAction(title="&New",
                         idx=10,
                         accelerator="CTRL-N",
                         separated=true)
public void newFile()

openFile

@ActionRegistry.JCAction(title="&Open",
                         idx=20,
                         accelerator="CTRL-O")
public void openFile()

saveAsFile

@ActionRegistry.JCAction(title="Save &As",
                         idx=40)
public void saveAsFile()

saveFile

@ActionRegistry.JCAction(title="&Save",
                         idx=30,
                         separated=true,
                         accelerator="CTRL-S")
public void saveFile()

screenShot

@ActionRegistry.JCAction(title="S&creenshot",
                         idx=50,
                         separated=true,
                         accelerator="CTRL-P")
public void screenShot()

setModel

public void setModel(MenuFile.Model model)

showHammy

@ActionRegistry.JCAction(title="Show &Hammy",
                         idx=1,
                         accelerator="CTRL-H")
public void showHammy()


Copyright © 2005-2009 JCurl.mro.name. All Rights Reserved.