Class PrometheusPreferenceSetView
java.lang.Object
io.github.tonywasher.joceanus.metis.ui.MetisPreferenceSetView
io.github.tonywasher.joceanus.prometheus.preference.PrometheusPreferenceSetView
- All Implemented Interfaces:
OceanusEventRegistrar.OceanusEventProvider<MetisPreferenceEvent>,TethysUIComponent
Panel for editing a preference Set.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.github.tonywasher.joceanus.metis.ui.MetisPreferenceSetView
MetisPreferenceSetView.PreferenceElement -
Field Summary
Fields inherited from class io.github.tonywasher.joceanus.metis.ui.MetisPreferenceSetView
STR_COLON -
Constructor Summary
ConstructorsConstructorDescriptionPrometheusPreferenceSetView(TethysUIFactory<?> pFactory, PrometheusPreferenceSet pPreferenceSet) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionprotected MetisPreferenceSetView.PreferenceElementAllocate element.Methods inherited from class io.github.tonywasher.joceanus.metis.ui.MetisPreferenceSetView
determineFocus, getEventRegistrar, getFactory, getGrid, getUnderlying, notifyChanges, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.github.tonywasher.joceanus.tethys.api.base.TethysUIComponent
getBorderPadding, getBorderTitle, getId, getNode, setBorderPadding, setBorderTitle, setEnabled, setPreferredHeight, setPreferredWidth, setVisible
-
Constructor Details
-
PrometheusPreferenceSetView
PrometheusPreferenceSetView(TethysUIFactory<?> pFactory, PrometheusPreferenceSet pPreferenceSet) Constructor.- Parameters:
pFactory- the GUI factorypPreferenceSet- the preference set
-
-
Method Details
-
allocatePreferenceElement
protected MetisPreferenceSetView.PreferenceElement allocatePreferenceElement(MetisPreferenceSet.MetisPreferenceItem pItem) Description copied from class:MetisPreferenceSetViewAllocate element.- Overrides:
allocatePreferenceElementin classMetisPreferenceSetView- Parameters:
pItem- the preference item- Returns:
- the element
-