383940414243444546
*/ public LocalGoIQueryAction(ChisioMain main, boolean useSelection) { super(main, "GoI Query"); setToolTipText(getText()); options = new GoIOptionsPack(); this.main = main; this.useSelection = useSelection; }
424344454647484950
super(main, "Local GoI Query"); this.setImageDescriptor( ImageDescriptor.createFromFile(ChisioMain.class, "icon/layout-inspector.png")); setToolTipText(getText()); options = new GoIOptionsPack(); this.main = main; this.useSelection = useSelection; }