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