com.rapidminer.tools.help
Class HelpService

java.lang.Object
  extended by com.rapidminer.tools.help.HelpService
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, javax.swing.event.ChangeListener

public class HelpService
extends java.lang.Object
implements java.awt.event.ActionListener, javax.swing.event.ChangeListener

This is the main help service.

Author:
Sebastian Land

Constructor Summary
HelpService()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
static javax.help.JHelpContentViewer getContentViewer()
           
static javax.help.HelpBroker getHelpBroker()
           
static void registerButton(javax.swing.AbstractButton button, java.lang.String id)
           
static void registerModel(javax.swing.SingleSelectionModel model, int index, java.lang.String helpTopicId)
           
 void registerObject(java.lang.Object object, java.lang.String helpTopicId)
           
 void registerOnModel(javax.swing.SingleSelectionModel model, int index, java.lang.String helpTopicId)
           
static void setHelpContext(java.lang.String context)
           
static void setHelpSetFile(java.lang.ClassLoader classLoader, java.net.URL url)
           
 void stateChanged(javax.swing.event.ChangeEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpService

public HelpService()
Method Detail

setHelpSetFile

public static void setHelpSetFile(java.lang.ClassLoader classLoader,
                                  java.net.URL url)

setHelpContext

public static void setHelpContext(java.lang.String context)

getContentViewer

public static javax.help.JHelpContentViewer getContentViewer()

getHelpBroker

public static javax.help.HelpBroker getHelpBroker()

registerButton

public static void registerButton(javax.swing.AbstractButton button,
                                  java.lang.String id)

registerModel

public static void registerModel(javax.swing.SingleSelectionModel model,
                                 int index,
                                 java.lang.String helpTopicId)

registerObject

public void registerObject(java.lang.Object object,
                           java.lang.String helpTopicId)

registerOnModel

public void registerOnModel(javax.swing.SingleSelectionModel model,
                            int index,
                            java.lang.String helpTopicId)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

stateChanged

public void stateChanged(javax.swing.event.ChangeEvent event)
Specified by:
stateChanged in interface javax.swing.event.ChangeListener


Copyright © 2001-2009 by Rapid-I