[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jedit-cvs
Subject:    [ jEdit-commits ] SF.net SVN: jedit: [12961]
From:       ezust () users ! sourceforge ! net
Date:       2008-06-28 22:36:37
Message-ID: E1KCj25-0001nb-Jd () sc8-pr-svn4 ! sourceforge ! net
[Download RAW message or body]

Revision: 12961
          http://jedit.svn.sourceforge.net/jedit/?rev=12961&view=rev
Author:   ezust
Date:     2008-06-28 15:36:37 -0700 (Sat, 28 Jun 2008)

Log Message:
-----------
Clarified API docs.

Modified Paths:
--------------
    jEdit/trunk/org/gjt/sp/jedit/gui/DynamicContextMenuService.java

Modified: jEdit/trunk/org/gjt/sp/jedit/gui/DynamicContextMenuService.java
===================================================================
--- jEdit/trunk/org/gjt/sp/jedit/gui/DynamicContextMenuService.java	2008-06-28 \
                22:32:20 UTC (rev 12960)
+++ jEdit/trunk/org/gjt/sp/jedit/gui/DynamicContextMenuService.java	2008-06-28 \
22:36:37 UTC (rev 12961) @@ -5,17 +5,17 @@
 import org.gjt.sp.jedit.textarea.JEditTextArea;
 
 /**
- * A service that can be offered by plugins when a context menu item needs to be \
                offered
- * that is sensitive to the state of the editpane it was requested from.
+ * A service that can be offered by plugins when a text area context menu item 
+ * needs to be offered  that is sensitive to the state of the TextArea it was \
                requested from.
  * @author ezust
  * @since jEdit 4.3pre15
  */
 abstract public class DynamicContextMenuService {
 	/**
 	 * 
-	 * @param pane the TextArea where the context menu was requested.
+	 * @param ta the TextArea where the context menu was requested.
 	 * 	   Use this to determine the location of the caret, or the edit mode of the \
                buffer, etc.
-	 * @return a dynamic menu item (or JMenu) dependent on state of pane
+	 * @return a dynamic menu item (or JMenu) dependent on state of ta
 	 *         or null if there is no appropriate action to be added at this time
 	 */
 	public abstract JMenuItem createMenu(JEditTextArea ta); 


This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
jEdit-CVS mailing list
jEdit-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jedit-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic