org.acm.seguin.ide.jbuilder.refactor
Class JBuilderCurrentSummary

java.lang.Object
  extended by org.acm.seguin.ide.common.action.CurrentSummary
      extended by org.acm.seguin.ide.jbuilder.refactor.JBuilderCurrentSummary
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.DocumentListener

public class JBuilderCurrentSummary
extends CurrentSummary

The object that determines the current summary for the JBuilder IDE.

Author:
Chris Seguin

Field Summary
 
Fields inherited from class org.acm.seguin.ide.common.action.CurrentSummary
lineNo, upToDate
 
Constructor Summary
JBuilderCurrentSummary()
          Constructor for the JBuilderCurrentSummary object
 
Method Summary
protected  Node getActiveNode()
          Gets the ActiveNode attribute of the CurrentSummary object
protected  MultipleDirClassDiagramReloader getMetadataReloader()
          Gets the reloader
protected  void registerWithCurrentDocument()
          Register the current summary listener with the current document
 
Methods inherited from class org.acm.seguin.ide.common.action.CurrentSummary
changedUpdate, get, getActiveFile, getCurrentSummary, getLineNumber, insertUpdate, register, removeUpdate, reset, updateMetaData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBuilderCurrentSummary

public JBuilderCurrentSummary()
Constructor for the JBuilderCurrentSummary object

Method Detail

getActiveNode

protected Node getActiveNode()
Gets the ActiveNode attribute of the CurrentSummary object

Returns:
The ActiveNode value

getMetadataReloader

protected MultipleDirClassDiagramReloader getMetadataReloader()
Gets the reloader

Specified by:
getMetadataReloader in class CurrentSummary
Returns:
The MetadataReloader value

registerWithCurrentDocument

protected void registerWithCurrentDocument()
Register the current summary listener with the current document

Specified by:
registerWithCurrentDocument in class CurrentSummary