treebolic.browser
Class MainFrame.ContextData

java.lang.Object
  extended by treebolic.browser.MainFrame.ContextData
Enclosing class:
MainFrame

private class MainFrame.ContextData
extends java.lang.Object

Context data


Field Summary
 java.lang.String theBase
          Document base
 java.lang.String theImageBase
          Image base
 java.lang.String theProvider
          Provider
 java.lang.String theSource
          Source
 
Constructor Summary
MainFrame.ContextData(java.lang.String thisProvider, java.lang.String thisSource, java.lang.String thisBase, java.lang.String thisImageBase)
          Constructor
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

theProvider

public java.lang.String theProvider
Provider


theSource

public java.lang.String theSource
Source


theBase

public java.lang.String theBase
Document base


theImageBase

public java.lang.String theImageBase
Image base

Constructor Detail

MainFrame.ContextData

public MainFrame.ContextData(java.lang.String thisProvider,
                             java.lang.String thisSource,
                             java.lang.String thisBase,
                             java.lang.String thisImageBase)
Constructor

Parameters:
thisProvider - provider class
thisSource - document source
thisBase - document base
thisImageBase - image base
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object