com.jaxfront.core.help
Class DefaultHelpURLResolver

java.lang.Object
  extended by com.jaxfront.core.help.DefaultHelpURLResolver
All Implemented Interfaces:
HelpURLResolver

public class DefaultHelpURLResolver
extends java.lang.Object
implements HelpURLResolver


Constructor Summary
DefaultHelpURLResolver()
           
 
Method Summary
 int getPopupDialogHeight()
           
 int getPopupDialogWidth()
           
 java.net.URL resolveURL(java.net.URL baseURL, java.lang.String helpIdentifier)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultHelpURLResolver

public DefaultHelpURLResolver()
Method Detail

getPopupDialogHeight

public int getPopupDialogHeight()
Specified by:
getPopupDialogHeight in interface HelpURLResolver

getPopupDialogWidth

public int getPopupDialogWidth()
Specified by:
getPopupDialogWidth in interface HelpURLResolver

resolveURL

public java.net.URL resolveURL(java.net.URL baseURL,
                               java.lang.String helpIdentifier)
Specified by:
resolveURL in interface HelpURLResolver