gui
Class JapHtmlPane.PageLoader.ExternalLinkedInformation

java.lang.Object
  extended by gui.dialog.JAPDialog.LinkedInformationAdapter
      extended by gui.JapHtmlPane.PageLoader.ExternalLinkedInformation
All Implemented Interfaces:
JAPDialog.ILinkedInformation
Enclosing class:
JapHtmlPane.PageLoader

private class JapHtmlPane.PageLoader.ExternalLinkedInformation
extends JAPDialog.LinkedInformationAdapter

Needed to copy an external URL that could not be opened to the clip board.


Field Summary
private  java.net.URL m_url
           
 
Fields inherited from interface gui.dialog.JAPDialog.ILinkedInformation
MSG_MORE_INFO, TYPE_CHECKBOX_FALSE, TYPE_CHECKBOX_TRUE, TYPE_DEFAULT, TYPE_LINK, TYPE_SELECTABLE_LINK
 
Constructor Summary
JapHtmlPane.PageLoader.ExternalLinkedInformation(java.net.URL a_url)
           
 
Method Summary
 java.lang.String getMessage()
          Returns the URL that could not be opened in the help window.
 int getType()
          Returns TYPE_SELECTABLE_LINK.
 boolean isApplicationModalityForced()
          Returns true, as the dialog does not need to open another window.
 
Methods inherited from class gui.dialog.JAPDialog.LinkedInformationAdapter
clicked, getTooltipText, isCloseWindowActive, isModal, isOnTop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_url

private java.net.URL m_url
Constructor Detail

JapHtmlPane.PageLoader.ExternalLinkedInformation

public JapHtmlPane.PageLoader.ExternalLinkedInformation(java.net.URL a_url)
Method Detail

getMessage

public java.lang.String getMessage()
Returns the URL that could not be opened in the help window.

Specified by:
getMessage in interface JAPDialog.ILinkedInformation
Overrides:
getMessage in class JAPDialog.LinkedInformationAdapter
Returns:
the URL

getType

public int getType()
Returns TYPE_SELECTABLE_LINK.

Specified by:
getType in interface JAPDialog.ILinkedInformation
Overrides:
getType in class JAPDialog.LinkedInformationAdapter
Returns:
TYPE_SELECTABLE_LINK

isApplicationModalityForced

public boolean isApplicationModalityForced()
Returns true, as the dialog does not need to open another window.

Specified by:
isApplicationModalityForced in interface JAPDialog.ILinkedInformation
Overrides:
isApplicationModalityForced in class JAPDialog.LinkedInformationAdapter
Returns:
true