org.springframework.richclient.application.support
Class AboutBox

Show UML class diagram
java.lang.Object
  extended by org.springframework.richclient.application.support.AboutBox

public class AboutBox
extends Object

An implementation of an about box in a dialog. The dialog contents contain a simple, fixed area at the top showing the information from the ApplicationDescriptor configured in the context. Below that is a scrolling (animated) panel that displays the contents of a specified file.

Author:
Keith Donald, Oliver Hutchison
See Also:
setAboutTextPath(Resource), ApplicationDescriptor, HtmlPane

Nested Class Summary
protected  class AboutBox.AboutDialog
           
protected static class AboutBox.HtmlScroller
          A panel that scrolls the content of a HTML document.
 
Constructor Summary
AboutBox()
           
 
Method Summary
 void display(Window parent)
           
 Resource getAboutTextPath()
           
 void setAboutTextPath(Resource path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AboutBox

public AboutBox()
Method Detail

setAboutTextPath

public void setAboutTextPath(Resource path)
Parameters:
path -

getAboutTextPath

public Resource getAboutTextPath()
Returns:
the aboutTextPath

display

public void display(Window parent)


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.