|
ABLE, Version 1.1b | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbleCustomizerPanel | |
com.ibm.able | Refer to the ABLE package index for more details on using ABLE. |
com.ibm.able.agents | The AGENTS package provides a set of interfaces and objects for constructing hybrid intelligent agents out of AbleBean components. |
com.ibm.able.beans | The BEANS package provides a set of interfaces and objects which implement "smart" or intelligent components. |
com.ibm.able.beans.bayes | The Bayes package provides a classifer network that uses the Naive Bayes algorithm. |
com.ibm.able.beans.filter | The FILTER package provides a set of objects implementing a template based scaling and transformation of data for use by neural networks. |
com.ibm.able.examples | Sample beans and agents are loaded from the ableexamples.jar file and placed on the Samples palette when the Able Agent Editor starts. |
com.ibm.able.examples.ableagent | SimpleAbleAgent - How to create a custom AbleAgent This example shows the easiest method for creating a custom AbleAgent by extending the AbleDefaultAgent base class. |
com.ibm.able.examples.ablebean | SimpleAbleBean - How to create a custom AbleBean This example shows the easiest method for creating a custom AbleBean, by extending the AbleObject base class. There are three java parts that must be created for any AbleBean: The bean class file (SimpleAbleBean.java) The bean info file (SimpleAbleBeanInfo.java) The bean customizer file (SimpleAbleBeanCustomizer.java) To see how the SimpleAbleBean works, go to the Samples panel on the icon palette. Move the mouse slowly over each icon and a tooltip text window will display the name of the bean. Click on the icon for the "SimpleBean". This will create an instance and place it on the canvas. |
Uses of AbleCustomizerPanel in com.ibm.able |
Classes in com.ibm.able that implement AbleCustomizerPanel | |
class |
AbleConnectionsPanel
This class provides the graphical editor panel for the base class AbleObject connection properties. |
class |
AbleObjectPanel
This class provides the graphical editor panel for the base class AbleObject. |
class |
AbleSensorEffectorPanel
This class provides the graphical editor panel for the base class AbleDefaultAgent sensor and effector properties. |
Methods in com.ibm.able with parameters of type AbleCustomizerPanel | |
void |
AbleObjectCustomizer.addTab(java.lang.String theTabTitle,
AbleCustomizerPanel thePanel)
Append a panel to the tabbed panel. |
void |
AbleObjectCustomizer.addPanel(AbleCustomizerPanel thePanel)
|
void |
AbleObjectCustomizer.insertTab(java.lang.String theTabTitle,
AbleCustomizerPanel thePanel,
int theIndex)
Insert a panel in the tabbed list at a specific location. |
void |
AbleObjectCustomizer.insertTab(java.lang.String theTabTitle,
javax.swing.Icon theIcon,
AbleCustomizerPanel thePanel,
java.lang.String theToolTip,
int theIndex)
Insert a panel in the tabbed list at a specific location. |
Uses of AbleCustomizerPanel in com.ibm.able.agents |
Classes in com.ibm.able.agents that implement AbleCustomizerPanel | |
class |
AbleGeneticSearchAgentPanel
This class provides the panel for the Genetic Search tab. |
class |
AbleNeuralClassifierAgentPanel
This class provides the panel for the Neural Classifier Agent. |
class |
AbleNeuralClusteringAgentPanel
This class provides the panel for the Neural Clustering agent customization tabs: |
class |
AbleNeuralPredictionAgentPanel
This class provides the panel for the Neural Prediction Agent customization tabs: |
Uses of AbleCustomizerPanel in com.ibm.able.beans |
Classes in com.ibm.able.beans that implement AbleCustomizerPanel | |
class |
AbleBackPropagationPanel
This class provides the panel for the Genetic Search tab. |
class |
AbleDataSetPanel
This class provides the panel for the Text Export tab. |
class |
AbleExportPanel
This class provides the panel for the Text Export tab. |
class |
AbleImportPanel
This class provides the panel for the Text Import tab. |
class |
AbleRadialBasisFunctionNetPanel
This class provides the panel for the Radial Basis tab. |
class |
AbleSelfOrganizingMapPanel
This class provides the panel for the Genetic Search tab. |
class |
AbleTemporalDifferenceLearningPanel
This class provides the panel for the Temporal Difference tab. |
Uses of AbleCustomizerPanel in com.ibm.able.beans.bayes |
Classes in com.ibm.able.beans.bayes that implement AbleCustomizerPanel | |
class |
AbleNaiveBayesClassifierAgentPanel
This class provides the panel for the NaiveBayes Classifier Agent. |
class |
AbleNaiveBayesPanel
This class provides the panel for the NaiveBayes tab. |
Uses of AbleCustomizerPanel in com.ibm.able.beans.filter |
Classes in com.ibm.able.beans.filter that implement AbleCustomizerPanel | |
class |
AbleFilterPanel
This class provides a "Customizer" for Filter beans. |
Uses of AbleCustomizerPanel in com.ibm.able.examples |
Classes in com.ibm.able.examples that implement AbleCustomizerPanel | |
class |
AbleBeanWrapperCustomizer
This class provides the customizer for the Simple Able Bean. |
Uses of AbleCustomizerPanel in com.ibm.able.examples.ableagent |
Classes in com.ibm.able.examples.ableagent that implement AbleCustomizerPanel | |
class |
SimpleAbleAgentCustomizer.SimpleAbleAgentPanel
This class provides the panel for the simple Able Agent tab. |
Uses of AbleCustomizerPanel in com.ibm.able.examples.ablebean |
Classes in com.ibm.able.examples.ablebean that implement AbleCustomizerPanel | |
class |
AbleFileWatcherPanel
This class provides the panel for the Neural Classifier Agent. |
class |
SimpleAbleBeanCustomizer
This class provides the customizer for the Simple Able Bean. |
|
ABLE, Version 1.1b | |||||||||
PREV NEXT | FRAMES NO FRAMES |