krysalis-menu/example/src/java/org/krysalis/menu HomePage.java,1.2,1.3
Glen Stampoultzis <[email protected]> Tue, 08 Feb 2005 23:51:56 +0000
| Newsgroups | gmane.comp.krysalis.metamorphosis.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/metamorphosis/krysalis-menu/example/src/java/org/krysalis/menu
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1403/example/src/java/org/krysalis/menu
Modified Files:
HomePage.java
Log Message:
Some updates
Index: HomePage.java
===================================================================
RCS file: /cvsroot/metamorphosis/krysalis-menu/example/src/java/org/krysalis/menu/HomePage.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** HomePage.java 7 Dec 2004 02:46:15 -0000 1.2
--- HomePage.java 8 Feb 2005 23:51:54 -0000 1.3
***************
*** 71,74 ****
--- 71,89 ----
public abstract void setMessage( String message );
+ public void cut( IRequestCycle cycle )
+ {
+ setMessage( "Cut pressed" );
+ }
+
+ public void copy( IRequestCycle cycle )
+ {
+ setMessage( "Copy pressed" );
+ }
+
+ public void paste( IRequestCycle cycle )
+ {
+ setMessage( "Paste pressed" );
+ }
+
public void find( IRequestCycle cycle )
{
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click