Interface TethysUIHTMLManager
- All Superinterfaces:
OceanusEventRegistrar.OceanusEventProvider<TethysUIEvent>,TethysUIComponent
- All Known Implementing Classes:
TethysUICoreHTMLManager
public interface TethysUIHTMLManager
extends OceanusEventRegistrar.OceanusEventProvider<TethysUIEvent>, TethysUIComponent
Tree Manager.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceStyleSheetId. -
Method Summary
Modifier and TypeMethodDescriptionvoidprintIt()Print the contents.voidprocessReference(String pReference) Process selected reference.voidSaveToFile.voidscrollToReference(String pReference) Scroll to reference.voidsetCSSContent(TethysUIHTMLManager.TethysUIStyleSheetId pStyleSheet) Set the CSS.voidsetHTMLContent(String pHTMLString, String pReference) Set the HTML.Methods inherited from interface io.github.tonywasher.joceanus.oceanus.event.OceanusEventRegistrar.OceanusEventProvider
getEventRegistrarMethods inherited from interface io.github.tonywasher.joceanus.tethys.api.base.TethysUIComponent
getBorderPadding, getBorderTitle, getId, getNode, getUnderlying, setBorderPadding, setBorderTitle, setEnabled, setPreferredHeight, setPreferredWidth, setVisible
-
Method Details
-
processReference
Process selected reference.- Parameters:
pReference- the reference
-
setHTMLContent
Set the HTML.- Parameters:
pHTMLString- the HTML content.pReference- the reference
-
setCSSContent
Set the CSS.- Parameters:
pStyleSheet- the CSS content.- Throws:
OceanusException- on error
-
scrollToReference
Scroll to reference.- Parameters:
pReference- the reference
-
printIt
void printIt()Print the contents. -
saveToFile
void saveToFile()SaveToFile.
-