Revision: 1576 http://svn.sourceforge.net/spring-rich-c/?rev=1576&view=rev Author: kdonald Date: 2006-11-21 22:44:54 -0800 (Tue, 21 Nov 2006)
Log Message: ----------- polishing Modified Paths: -------------- trunk/spring-richclient/samples/simple/src/main/java/org/springframework/richclient/samples/simple/ui/ContactView.java Modified: trunk/spring-richclient/samples/simple/src/main/java/org/springframework/richclient/samples/simple/ui/ContactView.java =================================================================== --- trunk/spring-richclient/samples/simple/src/main/java/org/springframework/richclient/samples/simple/ui/ContactView.java 2006-11-22 06:42:14 UTC (rev 1575) +++ trunk/spring-richclient/samples/simple/src/main/java/org/springframework/richclient/samples/simple/ui/ContactView.java 2006-11-22 06:44:54 UTC (rev 1576) @@ -32,11 +32,8 @@ import org.springframework.richclient.application.support.AbstractView; import org.springframework.richclient.command.ActionCommandExecutor; import org.springframework.richclient.command.CommandGroup; -import org.springframework.richclient.command.CommandGroupFactoryBean; -import org.springframework.richclient.command.CommandRegistry; import org.springframework.richclient.command.GuardedActionCommandExecutor; import org.springframework.richclient.command.support.AbstractActionCommandExecutor; -import org.springframework.richclient.command.support.DefaultCommandRegistry; import org.springframework.richclient.command.support.GlobalCommandIds; import org.springframework.richclient.dialog.ConfirmationDialog; import org.springframework.richclient.list.ListSelectionValueModelAdapter; @@ -69,12 +66,24 @@ /** The data store holding all our contacts. */ private ContactDataStore contactDataStore; + /** + * Handler for the "New Contact" action. + */ private ActionCommandExecutor newContactExecutor = new NewContactExecutor(); + /** + * Handler for the "Properties" action. + */ private GuardedActionCommandExecutor propertiesExecutor = new PropertiesExecutor(); + /** + * Handler for the "Delete" action. + */ private GuardedActionCommandExecutor deleteExecutor = new DeleteExecutor(); + /** + * The text field allowing the user to filter the contents of the contact table. + */ private JTextField filterField; /** 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 spring-rich-c-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs