org.springframework.richclient.application.support
Class HelpContents

java.lang.Object
  extended by org.springframework.richclient.application.support.HelpContents

public class HelpContents
extends Object

A simple implementation of a help contents frame for an application using javahelp.

Author:
Keith Donald

Constructor Summary
HelpContents()
           
 
Method Summary
 void display(Window parent)
           
protected  Image getApplicationImage()
           
protected  String getApplicationName()
           
 void setHelpSetPath(Resource helpSetPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpContents

public HelpContents()
Method Detail

setHelpSetPath

public void setHelpSetPath(Resource helpSetPath)

getApplicationName

protected String getApplicationName()

getApplicationImage

protected Image getApplicationImage()

display

public void display(Window parent)


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