edu.utep.cs.utjml.canica.jmleditor
Class GoToAction
java.lang.Object
javax.swing.AbstractAction
edu.utep.cs.utjml.canica.jmleditor.GoToAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
public class GoToAction
- extends AbstractAction
GoToAction **********
This class provides the action to open a dialog to help the user
find a specific line and column in a java file.
(see edu.utep.cs.utjml.canica.jmleditor.JDialogGoTo)
- Author:
- Angelica B Perez
- See Also:
- Serialized Form
| Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON |
guiFrame
protected Frame guiFrame
- The parent's frame
GoToAction
public GoToAction(String name,
Icon icon,
Frame guiFrame,
SearchInsertAndHighlight siah)
- Constructor
- Parameters:
name - Action's nameicon - Icon's name of the action shownguiFrame - Canica's framesearchInsertAndHighlight - Class to access the service go to
actionPerformed
public void actionPerformed(ActionEvent e)
UTJML is Copyright (C) 2004-2006 by University of Texas at El Paso and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the JML project.