Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jext.actions
Class SimpleUnComment  view SimpleUnComment download SimpleUnComment.java

java.lang.Object
  extended byorg.jext.MenuAction
      extended byorg.jext.actions.SimpleUnComment
All Implemented Interfaces:
java.awt.event.ActionListener, org.jext.EditAction, java.util.EventListener

public class SimpleUnComment
extends org.jext.MenuAction
implements org.jext.EditAction


Field Summary
 
Fields inherited from class org.jext.MenuAction
name
 
Constructor Summary
SimpleUnComment()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
          This method is invoked when an action occurs.
private  void possiblyUncomentThisLine(javax.swing.text.Document doc, org.jext.JextTextArea textArea, int startIndex, int runLength)
           
 
Methods inherited from class org.jext.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

SimpleUnComment

public SimpleUnComment()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
Description copied from interface: java.awt.event.ActionListener
This method is invoked when an action occurs.

Specified by:
actionPerformed in interface java.awt.event.ActionListener

possiblyUncomentThisLine

private void possiblyUncomentThisLine(javax.swing.text.Document doc,
                                      org.jext.JextTextArea textArea,
                                      int startIndex,
                                      int runLength)