Revision: 1249
Author: peterdb
Date: 2006-07-28 05:42:40 -0700 (Fri, 28 Jul 2006)
ViewCVS: http://svn.sourceforge.net/spring-rich-c/?rev=1249&view=rev
Log Message:
-----------
some (very meagre) doc on ApplicationWindowFactory
Added Paths:
-----------
trunk/spring-richclient/support/src/site/apt/ApplicationWindowFactory.apt
trunk/spring-richclient/support/src/site/apt/index.apt
trunk/spring-richclient/support/src/site/site.xml
Added: trunk/spring-richclient/support/src/site/apt/ApplicationWindowFactory.apt
===================================================================
--- trunk/spring-richclient/support/src/site/apt/ApplicationWindowFactory.apt
(rev 0)
+++ trunk/spring-richclient/support/src/site/apt/ApplicationWindowFactory.apt
2006-07-28 12:42:40 UTC (rev 1249)
@@ -0,0 +1,26 @@
+ -----
+ Application Window Factory
+ -----
+ Peter De Bruycker
+ -----
+
+Application Window Factory
+
+ The Application Window Factory creates new Application Window instances.
+
+ If you have a custom <<<ApplicationWindow>>> implementation, you need to
create a corresponding
+ <<<ApplicationWindowFactory>>>, and register it with the application
services.
+
++---
+<bean id="applicationServices"
class="org.springframework.richclient.application.support.DefaultApplicationServices">
+ ...
+
+ <!-- register the CustomApplicationWindowFactory as a service -->
+ <property name="applicationWindowFactory"><idref
bean="customApplicationWindowFactory"/></property>
+
+</bean>
+
+<bean id="customApplicationWindowFactory"
class="foo.bar.CustomApplicationWindowFactory">
+ ...
+</bean>
++---
\ No newline at end of file
Added: trunk/spring-richclient/support/src/site/apt/index.apt
===================================================================
--- trunk/spring-richclient/support/src/site/apt/index.apt
(rev 0)
+++ trunk/spring-richclient/support/src/site/apt/index.apt 2006-07-28
12:42:40 UTC (rev 1249)
@@ -0,0 +1,9 @@
+ -----
+ Spring-richclient Support
+ -----
+ Peter De Bruycker
+ -----
+
+Spring-richclient Support
+
+ Support module
\ No newline at end of file
Added: trunk/spring-richclient/support/src/site/site.xml
===================================================================
--- trunk/spring-richclient/support/src/site/site.xml
(rev 0)
+++ trunk/spring-richclient/support/src/site/site.xml 2006-07-28 12:42:40 UTC
(rev 1249)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <skin>
+ <groupId>org.apache.maven.skins</groupId>
+ <artifactId>maven-default-skin</artifactId>
+ <version>1.0</version>
+ </skin>
+ <bannerLeft>
+ <name>Spring Rich Client</name>
+ <href>http://spring-rich-c.sf.net</href>
+ </bannerLeft>
+ <bannerRight>
+ <name>Spring framework</name>
+ <src>http://www.springframework.org/buttons/spring_clear.png</src>
+ <href>http://www.springframework.org</href>
+ </bannerRight>
+ <publishDate format="yyyy-MM-dd HH:mm"/>
+ <body>
+ <menu name="Overview" inherit="top">
+ <item name="Home" href="/index.html"/>
+ </menu>
+
+ <menu name="User Guide">
+ <item name="Application Windows"
href="ApplicationWindowFactory.html"/>
+ </menu>
+
+ <menu ref="reports"/>
+
+ </body>
+</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
spring-rich-c-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs