Package de.team33.sphinx.metis
Class JEditorPanes
java.lang.Object
de.team33.sphinx.metis.JEditorPanes
Utility class to handle
JEditorPanes.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classJEditorPanes.Builder<T extends JEditorPane>Builder implementation to build target instances ofJEditorPane.static final classJEditorPanes.Charger<T extends JEditorPane>Charger implementation to charge target instances ofJEditorPane.static interfaceJEditorPanes.Setup<T extends JEditorPane,S extends JEditorPanes.Setup<T, S>> Utility interface to set up a target instance ofJEditorPane. -
Method Summary
Modifier and TypeMethodDescriptionstatic JEditorPanes.Builder<JEditorPane>builder()Returns a newJEditorPanes.Builderfor target instances of typeJEditorPane.static <T extends JEditorPane>
JEditorPanes.Builder<T>Returns a newJEditorPanes.Builderfor target instances as supplied by the givenSupplier.static <T extends JEditorPane>
JEditorPanes.Charger<T>charger(T target) Returns a newJEditorPanes.Chargerfor a given target instance.static JEditorPanes.Setup<JEditorPane,?> setup(JEditorPane target) Returns a newJEditorPanes.Setupfor a givenJEditorPaneinstance.
-
Method Details
-
builder
Returns a newJEditorPanes.Builderfor target instances of typeJEditorPane. -
builder
Returns a newJEditorPanes.Builderfor target instances as supplied by the givenSupplier.- Type Parameters:
T- The final type of the target instances, at leastJEditorPane.
-
charger
Returns a newJEditorPanes.Chargerfor a given target instance.- Type Parameters:
T- The final type of the target instance, at leastJEditorPane.
-
setup
Returns a newJEditorPanes.Setupfor a givenJEditorPaneinstance.
-