com.aptana.ide.editors.unified.help
Class HelpResource

java.lang.Object
  extended by com.aptana.ide.editors.unified.help.HelpResource
All Implemented Interfaces:
org.eclipse.help.IHelpResource

public class HelpResource
extends java.lang.Object
implements org.eclipse.help.IHelpResource

HelpResource

Author:
Ingo Muschenetz

Field Summary
 
Fields inherited from interface org.eclipse.help.IHelpResource
HREF, LABEL
 
Constructor Summary
HelpResource(java.lang.String label, java.lang.String href)
           
 
Method Summary
 java.lang.String getHref()
           
 java.lang.String getLabel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpResource

public HelpResource(java.lang.String label,
                    java.lang.String href)
Method Detail

getHref

public java.lang.String getHref()
Specified by:
getHref in interface org.eclipse.help.IHelpResource

getLabel

public java.lang.String getLabel()
Specified by:
getLabel in interface org.eclipse.help.IHelpResource