gnu.jbrowser
Class InsertClassName

java.lang.Object
  extended by gnu.MenuAction
      extended by gnu.jbrowser.InsertClassName
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class InsertClassName
extends MenuAction

InsertClassName inserts the name of the current class into a java source file.


Field Summary
 
Fields inherited from class gnu.MenuAction
name
 
Constructor Summary
InsertClassName()
          default constructor
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
          Performs the InsertClassName action.
 java.lang.String getClassName()
          Returns the class name!
 void reparse(java.lang.Object src)
           
 
Methods inherited from class gnu.MenuAction
getJextParent, getJextParent, getName, getNSTextArea, getNSTextArea, getTextArea, getTextArea
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertClassName

public InsertClassName()
default constructor

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
Performs the InsertClassName action.

Parameters:
evt - the ActionEvent that kicks off this shindig.

getClassName

public java.lang.String getClassName()
Returns the class name!

Returns:
the class name.

reparse

public void reparse(java.lang.Object src)


Copyright © Madkit Team (O. Gutknecht, J. Ferber, F. Michel et al.) All Rights Reserved.