Uses of Interface
org.openjdk.jmc.common.IState
Packages that use IState
Package
Description
This package contains interfaces used in Mission Control to identify classes, methods, stack
traces etc.
This package contains the
IItem data model.-
Uses of IState in org.openjdk.jmc.common
Methods in org.openjdk.jmc.common that return IStateModifier and TypeMethodDescriptionGets 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 -
Uses of IState in org.openjdk.jmc.common.util
Classes in org.openjdk.jmc.common.util that implement IStateModifier and TypeClassDescriptionclassMethods in org.openjdk.jmc.common.util that return IStateModifier and TypeMethodDescriptionstatic 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 IStateModifier and TypeMethodDescriptionstatic BooleanStateToolkit.readBoolean(IState state, String attribute, Boolean defaultValue) Read a boolean value from a state.static <T extends Enum<T>>
TRead an enum value from a state.static FloatRead a float value from a state.static IntegerRead an integer value from a state.