Uses of Interface
org.openjdk.jmc.common.IState
-
Packages that use IState 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 IState in org.openjdk.jmc.common
Methods in org.openjdk.jmc.common that return IState Modifier and Type Method Description IStateIState. getChild(String type)Gets a child of the named type.IState[]IState. getChildren()Gets all child nodes.IState[]IState. getChildren(String type)Gets all child nodes of a named type. -
Uses of IState in org.openjdk.jmc.common.item
Methods in org.openjdk.jmc.common.item with parameters of type IState Modifier and Type Method Description static IItemFilterPersistableItemFilter. readFrom(IState memento) -
Uses of IState in org.openjdk.jmc.common.util
Classes in org.openjdk.jmc.common.util that implement IState Modifier and Type Class Description classStatefulStateMethods in org.openjdk.jmc.common.util that return IState Modifier and Type Method Description static IStateStateToolkit. fromXMLFile(File document)Read an XML document from a file and return its structure as astate.static IStateStateToolkit. fromXMLString(String document)Read an XML document from a string and return its structure as astate.Methods in org.openjdk.jmc.common.util with parameters of type IState Modifier and Type Method Description static BooleanStateToolkit. readBoolean(IState state, String attribute, Boolean defaultValue)Read a boolean value from a state.static <T extends Enum<T>>
TStateToolkit. readEnum(IState state, String attribute, T defaultValue, Class<T> klass)Read an enum value from a state.static FloatStateToolkit. readFloat(IState state, String attribute, Float defaultValue)Read a float value from a state.static IntegerStateToolkit. readInt(IState state, String attribute, Integer defaultValue)Read an integer value from a state.
-