Uses of Class
cz.fidentis.analyst.gui.project.ProjectPanel
Packages that use ProjectPanel
Package
Description
FIDENTIS project.
A control panel which displays info about a selected face of the project
A control panel for filtering faces in the project.
Control panels and other GUI elements of a task.
Control panel for showing visual data of face differences.
-
Uses of ProjectPanel in cz.fidentis.analyst.gui.elements.heatmaptable
Constructors in cz.fidentis.analyst.gui.elements.heatmaptable with parameters of type ProjectPanelModifierConstructorDescriptionHeatmap
(ProjectPanel projectPanel, double panelHeight, double panelWidth, Task task, List<FaceNodeInfo> faceNodeInfoList, TaskService taskService, BatchDistanceHeatmapPanel distanceHeatmapPanel) Constructor -
Uses of ProjectPanel in cz.fidentis.analyst.gui.project
Methods in cz.fidentis.analyst.gui.project that return ProjectPanelModifier and TypeMethodDescriptionprotected ProjectPanel
ProjectPanelAction.getProjectPanel()
Returns the project panel, i.e., the left-hand side of the window.ProjectWindow.getProjectPanel()
Constructors in cz.fidentis.analyst.gui.project with parameters of type ProjectPanelModifierConstructorDescriptionProjectPanelAction
(ProjectPanel projectPanel, JTabbedPane topControlPane) Constructor. -
Uses of ProjectPanel in cz.fidentis.analyst.gui.project.faceinfo
Constructors in cz.fidentis.analyst.gui.project.faceinfo with parameters of type ProjectPanelModifierConstructorDescriptionFacesInfoAction
(ProjectPanel projectPanel, JTabbedPane topControlPane) Constructor for project window when project panel is provided -
Uses of ProjectPanel in cz.fidentis.analyst.gui.project.filter
Constructors in cz.fidentis.analyst.gui.project.filter with parameters of type ProjectPanelModifierConstructorDescriptionProjectFilteringAction
(ProjectPanel projectPanel, JTabbedPane topControlPane) Constructor for project window when project panel is provided -
Uses of ProjectPanel in cz.fidentis.analyst.gui.task
Constructors in cz.fidentis.analyst.gui.task with parameters of type ProjectPanelModifierConstructorDescriptionTaskWindow
(ProjectPanel projectPanel, TaskService taskService, FaceService faceService, HumanFacesEventBusService humanFacesEventBusService, Task task, ActionListener endTaskListener, SwingTopComponent topComponent) Constructor. -
Uses of ProjectPanel in cz.fidentis.analyst.gui.task.batch.distanceheatmap
Constructors in cz.fidentis.analyst.gui.task.batch.distanceheatmap with parameters of type ProjectPanelModifierConstructorDescriptionBatchDistanceHeatmapAction
(ProjectPanel projectPanel, TaskService taskService, Canvas canvas, Task task, JTabbedPane topControlPane) ConstructorBatchDistanceHeatmapPanel
(ProjectPanel projectPanel, TaskService taskService, ActionListener action, Task task, List<FaceNodeInfo> nodeData) Constructor