public class DefaultNutsFormatManager extends Object implements NutsFormatManager
| Constructor and Description |
|---|
DefaultNutsFormatManager(NutsWorkspace ws,
DefaultNutsTextManagerModel model) |
| Modifier and Type | Method and Description |
|---|---|
NutsElementFormat |
element() |
NutsElementFormat |
element(Object value) |
NutsSession |
getSession() |
NutsObjectFormat |
object() |
NutsObjectFormat |
object(Object value) |
NutsPropertiesFormat |
props() |
NutsPropertiesFormat |
props(Object value) |
NutsFormatManager |
setSession(NutsSession session) |
NutsTableFormat |
table() |
NutsTableFormat |
table(Object value) |
NutsTreeFormat |
tree() |
NutsTreeFormat |
tree(Object value) |
public DefaultNutsFormatManager(NutsWorkspace ws, DefaultNutsTextManagerModel model)
public NutsSession getSession()
getSession in interface NutsFormatManagerpublic NutsFormatManager setSession(NutsSession session)
setSession in interface NutsFormatManagerpublic NutsElementFormat element()
element in interface NutsFormatManagerpublic NutsTreeFormat tree()
tree in interface NutsFormatManagerpublic NutsTableFormat table()
table in interface NutsFormatManagerpublic NutsElementFormat element(Object value)
element in interface NutsFormatManagerpublic NutsTableFormat table(Object value)
table in interface NutsFormatManagerpublic NutsTreeFormat tree(Object value)
tree in interface NutsFormatManagerpublic NutsPropertiesFormat props(Object value)
props in interface NutsFormatManagerpublic NutsPropertiesFormat props()
props in interface NutsFormatManagerpublic NutsObjectFormat object(Object value)
object in interface NutsFormatManagerpublic NutsObjectFormat object()
object in interface NutsFormatManagerCopyright © 2021 vpc open source initiative. All rights reserved.