ABLE 2.0.0 07/02/2003 10:25:01

com.ibm.able
Interface AbleCustomizerPanel

All Known Implementing Classes:
AbleUserDefinedFunctionPanel, AbleGeneticSearchAgentPanel, AbleRuleAgentPanel, AbleScriptAgentPanel, AbleJavaScriptAgentPanel, AbleNeuralClassifierAgentPanel, AbleNeuralPredictionAgentPanel, AbleNeuralClusteringAgentPanel, AutotuneAgentTargetPanel, BasicNeuralAutotuneControllerPanel, BaseAutotuneAdaptorTuningPanel, BaseAutotuneControllerMetricPanel, Neural2WayLoadBalanceControllerPanel, AutotuneRemotePanel, AutotuneAgentPanel, AutotuneAgentMetricPanel, Fuzzy2WayLoadBalanceControllerPanel, BaseAutotuneAdaptorMetricPanel, AbleTimeSeriesFilterPanel, AbleTemporalDifferenceLearningPanel, AbleExportPanel, AbleRadialBasisFunctionNetPanel, AbleImportPanel, AbleSelfOrganizingMapPanel, AbleDBExportPanel, AbleDBImportPanel, AbleDataSetPanel, AbleBackPropagationPanel, AbleSelfOrganizingMapClusterPanel, AbleNaiveBayesClassifierAgentPanel, AbleNaiveBayesPanel, AbleDecisionTreePanel, AbleFilterPanel, AbleDecisionTreeClassifierAgentPanel, AbleNaiveBayesPanel, AbleDecisionTreePanel, AbleKnnClassifierAgentPanel, AbleNaiveBayesClassifierAgentPanel, AbleKnnPanel, AbleJasConversationPanel, AbleJasConversationDecisionPanel, AbleConversationManagerCustomizerPanel, AutoConversationSetupRolePanel, AutoConversationSetupAgentPanel, AbleBeanWrapperCustomizer, SimpleAbleAgentCustomizer.SimpleAbleAgentPanel, SimpleAbleBeanCustomizer, AbleFileWatcherPanel, AmabBuyerLogicPanel, AmabSellerLogicPanel, AblePlatformDefaultAgentPanel

public 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.


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 2.0.0 07/02/2003 10:25:01

(C) Copyright IBM Corporation 1999, 2003