//This is not only for
act = new Action("Genrate Getters and Setters", null){
public void run(){
InsertGetAndSetAction insertGetSet = new InsertGetAndSetAction();
insertGetSet.setActiveEditor(null, getSite().getPage().getActiveEditor());
insertGetSet.run(null);
}
};
/* TODO: Setup the Generate Getters and Setters,
* This might actually go into the suggest stuff