public static class PreviewCtrl.CBPopOverCtrl extends AbstractCtrl
fp, FXML_DIR, parentCtrl
Constructor and Description |
---|
CBPopOverCtrl() |
Modifier and Type | Method and Description |
---|---|
void |
dispValue(double value)
Changes text and moves the cursor to indicate the new value.
|
void |
initialize() |
void |
setCB(RealLUTConverter<FloatType> converter)
Draw a new cb when it needs update.
|
void |
setOwner(Node owner)
Pops over a node (
PreviewCtrl.lClickPane /PreviewCtrl.rClickPane ) |
void |
setPopOver(org.controlsfx.control.PopOver popOver) |
destroy, getDss, getFXMLLoader, getIRFInfo, getLogs, getObs, getOps, getParams, getResults, getUIs, refresh, requestRefresh, requestUpdate, setFitProcessor, setParentCtrl
public void initialize()
initialize
in class AbstractCtrl
public void setPopOver(org.controlsfx.control.PopOver popOver)
public void setCB(RealLUTConverter<FloatType> converter)
converter
- the new color mappublic void dispValue(double value)
value
- the new valuepublic void setOwner(Node owner)
PreviewCtrl.lClickPane
/PreviewCtrl.rClickPane
)owner
- the node to attach the pop over; null
to hide.Copyright © 2015–2022 FLIMLib. All rights reserved.