Package cz.fidentis.analyst.gui.elements
Class FpListWeightsPanel.Row
java.lang.Object
FpListAbstractPanel<FpListWeightsPanel.Row>.cz.fidentis.analyst.gui.elements.FpListAbstractPanel.Row
cz.fidentis.analyst.gui.elements.FpListWeightsPanel.Row
- Enclosing class:
FpListWeightsPanel
A single raw of the list with a slider and numerical value in addition to the basic row.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addToPanel
(JPanel panel, GridBagConstraints c) This method adds a row into a given panel.Methods inherited from class cz.fidentis.analyst.gui.elements.FpListAbstractPanel.Row
getFeaturePoint, getCheckbox
-
Constructor Details
-
Row
Constructor.- Parameters:
featurePoint
- feature pointslider
- slidervalue
- computed value
-
-
Method Details
-
addToPanel
Description copied from class:FpListAbstractPanel.Row
This method adds a row into a given panel.- Overrides:
addToPanel
in classFpListAbstractPanel<FpListWeightsPanel.Row>.Row
- Parameters:
panel
- a panel storing rowsc
- Grid Bag layout constraint
-