|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.acm.seguin.ide.common.action.CurrentSummary
public abstract class CurrentSummary
Determines what the current summary is based on the information from the IDE.
| Field Summary | |
|---|---|
int |
lineNo
|
protected boolean |
upToDate
Has this file changed since the last time this was invoked |
| Constructor Summary | |
|---|---|
protected |
CurrentSummary()
Constructor for the CurrentSummary object |
| Method Summary | |
|---|---|
void |
changedUpdate(javax.swing.event.DocumentEvent evt)
Method that receives notification when the editor changes |
static CurrentSummary |
get()
Method to get the singleton object |
protected java.io.File |
getActiveFile()
Gets the ActiveFile attribute of the CurrentSummary object |
Summary |
getCurrentSummary()
Gets the CurrentSummary attribute of the CurrentSummary object |
protected int |
getLineNumber()
Returns the initial line number |
protected abstract MultipleDirClassDiagramReloader |
getMetadataReloader()
Gets the reloader |
void |
insertUpdate(javax.swing.event.DocumentEvent evt)
Method that receives notification when the editor changes |
static void |
register(CurrentSummary value)
Register the current summary |
protected abstract void |
registerWithCurrentDocument()
Register with the current document |
void |
removeUpdate(javax.swing.event.DocumentEvent evt)
Method that receives notification when the editor changes |
void |
reset()
Description of the Method |
void |
updateMetaData()
Reloads all the metadata before attempting to perform a refactoring. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int lineNo
protected boolean upToDate
| Constructor Detail |
|---|
protected CurrentSummary()
| Method Detail |
|---|
public static CurrentSummary get()
protected java.io.File getActiveFile()
public Summary getCurrentSummary()
protected int getLineNumber()
protected abstract MultipleDirClassDiagramReloader getMetadataReloader()
public void changedUpdate(javax.swing.event.DocumentEvent evt)
changedUpdate in interface javax.swing.event.DocumentListenerevt - Description of Parameterpublic void insertUpdate(javax.swing.event.DocumentEvent evt)
insertUpdate in interface javax.swing.event.DocumentListenerevt - Description of Parameterpublic static void register(CurrentSummary value)
value - Description of Parameterprotected abstract void registerWithCurrentDocument()
public void removeUpdate(javax.swing.event.DocumentEvent evt)
removeUpdate in interface javax.swing.event.DocumentListenerevt - Description of Parameterpublic void reset()
public void updateMetaData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||