Uses of Interface
io.github.tonywasher.joceanus.prometheus.ui.PrometheusItemEditParent
Packages that use PrometheusItemEditParent
Package
Description
Common UI classes.
Prometheus FieldSet Panel.
-
Uses of PrometheusItemEditParent in io.github.tonywasher.joceanus.prometheus.ui
Constructors in io.github.tonywasher.joceanus.prometheus.ui with parameters of type PrometheusItemEditParentModifierConstructorDescriptionPrometheusItemActions(TethysUIFactory<?> pFactory, PrometheusItemEditParent pParent) Constructor.PrometheusItemEditActions(TethysUIFactory<?> pFactory, PrometheusItemEditParent pParent) Constructor. -
Uses of PrometheusItemEditParent in io.github.tonywasher.joceanus.prometheus.ui.panel
Classes in io.github.tonywasher.joceanus.prometheus.ui.panel that implement PrometheusItemEditParentModifier and TypeClassDescriptionclassPrometheusDataItemPanel<T extends PrometheusTableItem & Comparable<? super T>,G extends Enum<G>> Class to enable display/editing of and individual dataItem.