org.acm.seguin.ide.netbeans
Class NetbeansCurrentSummary

java.lang.Object
  extended by net.sourceforge.jrefactory.action.CurrentSummary
      extended by org.acm.seguin.ide.netbeans.NetbeansCurrentSummary
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.DocumentListener

public class NetbeansCurrentSummary
extends net.sourceforge.jrefactory.action.CurrentSummary

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

Author:
Mike Atkinson

Field Summary
 
Fields inherited from class net.sourceforge.jrefactory.action.CurrentSummary
lineNo, upToDate
 
Constructor Summary
NetbeansCurrentSummary(java.awt.Frame view)
          Constructor for the JBuilderCurrentSummary object
 
Method Summary
protected  MultipleDirClassDiagramReloader getMetadataReloader()
          Gets the reloader
protected  void registerWithCurrentDocument()
          Register the current summary listener with the current document
 
Methods inherited from class net.sourceforge.jrefactory.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

NetbeansCurrentSummary

public NetbeansCurrentSummary(java.awt.Frame view)
Constructor for the JBuilderCurrentSummary object

Method Detail

getMetadataReloader

protected MultipleDirClassDiagramReloader getMetadataReloader()
Gets the reloader

Specified by:
getMetadataReloader in class net.sourceforge.jrefactory.action.CurrentSummary
Returns:
The MetadataReloader value

registerWithCurrentDocument

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

Specified by:
registerWithCurrentDocument in class net.sourceforge.jrefactory.action.CurrentSummary