Uses of Interface
org.openjdk.jmc.common.IWritableState
-
Packages that use IWritableState Package Description org.openjdk.jmc.common This package contains interfaces used in Mission Control to identify classes, methods, stack traces etc.org.openjdk.jmc.common.item This package contains theIItemdata model.org.openjdk.jmc.common.util -
-
Uses of IWritableState in org.openjdk.jmc.common
Methods in org.openjdk.jmc.common that return IWritableState Modifier and Type Method Description IWritableStateIWritableState. createChild(String type)Creates a new child node.Methods in org.openjdk.jmc.common with parameters of type IWritableState Modifier and Type Method Description voidIStateful. saveTo(IWritableState state)Saves the state for this object into a state object. -
Uses of IWritableState in org.openjdk.jmc.common.item
Methods in org.openjdk.jmc.common.item with parameters of type IWritableState Modifier and Type Method Description protected static voidPersistableItemFilter. putValueType(IWritableState memento, ContentType<?> contentType)protected voidItemFilters.AttributeFilter. saveArgs(IWritableState memento)protected voidItemFilters.AttributeValue. saveArgs(IWritableState memento)protected voidItemFilters.Composite. saveArgs(IWritableState memento)protected voidItemFilters.Not. saveArgs(IWritableState memento)protected voidItemFilters.Type. saveArgs(IWritableState memento)protected voidItemFilters.TypeMatches. saveArgs(IWritableState memento)protected abstract voidPersistableItemFilter. saveArgs(IWritableState memento)voidPersistableItemFilter. saveTo(IWritableState memento) -
Uses of IWritableState in org.openjdk.jmc.common.util
Methods in org.openjdk.jmc.common.util that return IWritableState Modifier and Type Method Description static IWritableStateStateToolkit. createWriter(String rootName)Create a new writable state.Methods in org.openjdk.jmc.common.util with parameters of type IWritableState Modifier and Type Method Description voidStatefulState. saveTo(IWritableState state)static voidStateToolkit. saveXMLDocumentTo(Reader reader, IWritableState state)Read an XML document from a reader and write its structure to awritable state.static voidStateToolkit. writeBoolean(IWritableState state, String attribute, Boolean value)Write a boolean value to a state.static <T extends Enum<T>>
voidStateToolkit. writeEnum(IWritableState state, String attribute, T value)Write an enum value to a state.static voidStateToolkit. writeFloat(IWritableState state, String attribute, Float value)Write a float value to a state.static voidStateToolkit. writeInt(IWritableState state, String attribute, Integer value)Write an integer value to a state.
-