Class FpListInfoPanel.Row
java.lang.Object
FpListAbstractPanel<FpListInfoPanel.Row>.cz.fidentis.analyst.gui.elements.landmarks.FpListAbstractPanel.Row
cz.fidentis.analyst.gui.elements.landmarks.FpListInfoPanel.Row
- Enclosing class:
FpListInfoPanel
A single row of the list with a color indicator 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.landmarks.FpListAbstractPanel.Row
getFeaturePoint, getCheckbox
-
Constructor Details
-
Row
Constructor.- Parameters:
featurePoint
- feature pointcolorIndicator
- color indicator
-
-
Method Details
-
getEditButton
-
addToPanel
Description copied from class:FpListAbstractPanel.Row
This method adds a row into a given panel.- Overrides:
addToPanel
in classFpListAbstractPanel<FpListInfoPanel.Row>.Row
- Parameters:
panel
- a panel storing rowsc
- Grid Bag layout constraint
-