Class PrometheusPreferenceView
java.lang.Object
io.github.tonywasher.joceanus.metis.ui.MetisPreferenceView
io.github.tonywasher.joceanus.prometheus.preference.PrometheusPreferenceView
- All Implemented Interfaces:
OceanusEventRegistrar.OceanusEventProvider<MetisPreferenceEvent>,TethysUIComponent
Panel for editing preference Sets.
-
Constructor Summary
ConstructorsConstructorDescriptionPrometheusPreferenceView(TethysUIFactory<?> pFactory, PrometheusPreferenceManager pPreferenceMgr) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionprotected MetisPreferenceSetViewcreateView(TethysUIFactory<?> pFactory, MetisPreferenceSet pSet) Create view for preference.Methods inherited from class io.github.tonywasher.joceanus.metis.ui.MetisPreferenceView
determineFocus, getEventRegistrar, getUnderlying, hasSession, hasUpdatesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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
-
PrometheusPreferenceView
public PrometheusPreferenceView(TethysUIFactory<?> pFactory, PrometheusPreferenceManager pPreferenceMgr) Constructor.- Parameters:
pFactory- the GUI factorypPreferenceMgr- the preference manager
-
-
Method Details
-
createView
Description copied from class:MetisPreferenceViewCreate view for preference.- Overrides:
createViewin classMetisPreferenceView- Parameters:
pFactory- the gui factorypSet- the set to register- Returns:
- the view
-