public class DefaultNTextManagerModel extends Object
| Modifier and Type | Field and Description |
|---|---|
net.thevpc.nuts.format.NFormats |
defaultNFormats |
net.thevpc.nuts.text.NTexts |
defaultNTexts |
| Constructor and Description |
|---|
DefaultNTextManagerModel(net.thevpc.nuts.NWorkspace workspace) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCodeHighlighter(net.thevpc.nuts.spi.NCodeHighlighter format) |
net.thevpc.nuts.spi.NCodeHighlighter |
getCodeHighlighter(String highlighterId) |
net.thevpc.nuts.spi.NCodeHighlighter[] |
getCodeHighlighters() |
net.thevpc.nuts.text.NTextFormatTheme |
getDefaultTheme() |
NElementFactoryService |
getElementFactoryService() |
NElementStreamFormat |
getJsonMan() |
NElementStreamFormat |
getStreamFormat(net.thevpc.nuts.format.NContentType contentType) |
net.thevpc.nuts.text.NTextFormatTheme |
getTheme() |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.text.NTextFormatTheme> |
getTheme(String name) |
NElementStreamFormat |
getTsonMan() |
net.thevpc.nuts.NWorkspace |
getWorkspace() |
NElementStreamFormat |
getXmlMan() |
NElementStreamFormat |
getYamlMan() |
void |
loadExtensions() |
net.thevpc.nuts.text.NTextFormatTheme |
loadTheme(String y) |
void |
removeCodeHighlighter(String id) |
void |
setTheme(net.thevpc.nuts.text.NTextFormatTheme styleTheme) |
void |
setTheme(String styleThemeName) |
public net.thevpc.nuts.text.NTexts defaultNTexts
public net.thevpc.nuts.format.NFormats defaultNFormats
public DefaultNTextManagerModel(net.thevpc.nuts.NWorkspace workspace)
public void loadExtensions()
public net.thevpc.nuts.text.NTextFormatTheme getDefaultTheme()
public net.thevpc.nuts.text.NTextFormatTheme loadTheme(String y)
public net.thevpc.nuts.util.NOptional<net.thevpc.nuts.text.NTextFormatTheme> getTheme(String name)
public net.thevpc.nuts.text.NTextFormatTheme getTheme()
public void setTheme(net.thevpc.nuts.text.NTextFormatTheme styleTheme)
public void setTheme(String styleThemeName)
public net.thevpc.nuts.spi.NCodeHighlighter getCodeHighlighter(String highlighterId)
public void addCodeHighlighter(net.thevpc.nuts.spi.NCodeHighlighter format)
public void removeCodeHighlighter(String id)
public net.thevpc.nuts.spi.NCodeHighlighter[] getCodeHighlighters()
public NElementFactoryService getElementFactoryService()
public NElementStreamFormat getStreamFormat(net.thevpc.nuts.format.NContentType contentType)
public NElementStreamFormat getJsonMan()
public NElementStreamFormat getYamlMan()
public NElementStreamFormat getXmlMan()
public NElementStreamFormat getTsonMan()
public net.thevpc.nuts.NWorkspace getWorkspace()
Copyright © 2025 vpc open source initiative. All rights reserved.