ABLE, Version 1.1b

com.ibm.able
Interface AbleCustomizerPanel

All Known Implementing Classes:
AbleConnectionsPanel, AbleObjectPanel, AbleSensorEffectorPanel, AbleGeneticSearchAgentPanel, AbleNeuralPredictionAgentPanel, AbleNeuralClusteringAgentPanel, AbleNeuralClassifierAgentPanel, AbleTemporalDifferenceLearningPanel, AbleDataSetPanel, AbleBackPropagationPanel, AbleExportPanel, AbleImportPanel, AbleRadialBasisFunctionNetPanel, AbleSelfOrganizingMapPanel, AbleNaiveBayesPanel, AbleNaiveBayesClassifierAgentPanel, AbleFilterPanel, AbleBeanWrapperCustomizer, SimpleAbleAgentCustomizer.SimpleAbleAgentPanel, SimpleAbleBeanCustomizer, AbleFileWatcherPanel

public abstract interface AbleCustomizerPanel

This interface allows the AbleObjectCustomizer to find the appropriate help url for a given panel. Classes that implement it should extend a Component like JPanel.

Version:
$Revision: 1.2 $, $Date: 2000/08/24 21:10:55 $

Method Summary
 java.net.URL getHelpContext()
          Get the URL file context to be displayed.
 java.lang.String getHelpFileName()
          Get the html file name to be displayed.
 

Method Detail

getHelpFileName

public java.lang.String getHelpFileName()
Get the html file name to be displayed.
Returns:
A String containing the html file to display in the browser.

getHelpContext

public java.net.URL getHelpContext()
Get the URL file context to be displayed. Able.HomeUrl is the Able context.
Returns:
A URL containing the html file to display in the browser.
See Also:
Able

ABLE, Version 1.1b

ABLE: Produced by Joe, Don, and Jeff who say, 'Thanks for your support.'