java.lang .Object org.acm.seguin.ide.common.action .CurrentSummary All known Subclasses: org.acm.seguin.ide.jbuilder.refactor .JBuilderCurrentSummary ,CurrentSummary abstract public class CurrentSummary extends Object implements DocumentListener (Code) Determines what the current summary is based on the information from the
IDE.
author: Chris Seguinauthor: Mike Atkinson version: $Id: CurrentSummary.java,v 1.5 2003/11/19 20:36:24 mikeatkinson Exp $
upToDate protected boolean upToDate(Code) Has this file changed since the last time this was invoked
CurrentSummary protected CurrentSummary()(Code) Constructor for the CurrentSummary object
changedUpdate public void changedUpdate(DocumentEvent evt)(Code) Method that receives notification when the editor changes
Parameters: evt - Description of Parameter
getActiveFile protected File getActiveFile()(Code) Gets the ActiveFile attribute of the CurrentSummary object
The ActiveFile value
getCurrentSummary public Summary getCurrentSummary()(Code) Gets the CurrentSummary attribute of the CurrentSummary object
The CurrentSummary value
getLineNumber protected int getLineNumber()(Code) Returns the initial line number
The LineNumber value
insertUpdate public void insertUpdate(DocumentEvent evt)(Code) Method that receives notification when the editor changes
Parameters: evt - Description of Parameter
register public static void register(CurrentSummary value)(Code) Register the current summary
Parameters: value - Description of Parameter
registerWithCurrentDocument abstract protected void registerWithCurrentDocument()(Code) Register with the current document
removeUpdate public void removeUpdate(DocumentEvent evt)(Code) Method that receives notification when the editor changes
Parameters: evt - Description of Parameter
reset public void reset()(Code) Description of the Method
updateMetaData public void updateMetaData()(Code) Reloads all the metadata before attempting to perform a refactoring.