krysalis-menu/example/src/java/org/krysalis/menu HomePage.java,1.3,1.4
Glen Stampoultzis <[email protected]> Thu, 17 Mar 2005 11:51:10 +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-serv31560/example/src/java/org/krysalis/menu
Modified Files:
HomePage.java
Log Message:
Patch to support safari and fix for dynamically generated components
Index: HomePage.java
===================================================================
RCS file: /cvsroot/metamorphosis/krysalis-menu/example/src/java/org/krysalis/menu/HomePage.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** HomePage.java 8 Feb 2005 23:51:54 -0000 1.3
--- HomePage.java 17 Mar 2005 11:51:07 -0000 1.4
***************
*** 70,73 ****
--- 70,80 ----
public abstract String getMessage();
public abstract void setMessage( String message );
+ public abstract String getCurrentWindow();
+ public abstract void setCurrentWindow( String currentWindow );
+
+ public String[] getWindows()
+ {
+ return new String[] { "Window 1", "Window 2", "Window 3", "Window 4" };
+ }
public void cut( 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