Package | Description |
---|---|
org.javasimon.console |
Java Simon embeddable Web console base package.
|
org.javasimon.console.html |
HTML generation helper classes.
|
Modifier and Type | Method and Description |
---|---|
static SimonType |
SimonTypeFactory.getValueFromInstance(Sample sample)
Get simon type from simon sample instance.
|
static SimonType |
SimonTypeFactory.getValueFromInstance(Simon simon)
Get simon type from simon instance.
|
static SimonType |
SimonTypeFactory.getValueFromSampleType(Class<? extends Sample> sampleType)
Get simon type from simon sample class.
|
static SimonType |
SimonTypeFactory.getValueFromType(Class<? extends Simon> type)
Get simon type from simon class.
|
static SimonType |
SimonType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimonType[] |
SimonType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
SimonVisitors.visitList(Manager manager,
String pattern,
Set<SimonType> types,
SimonVisitor visitor)
Visit simons as a list.
|
Modifier and Type | Method and Description |
---|---|
T |
HtmlBuilder.simonTypeImg(SimonType simonType,
String rootPath)
Icon image representing Simon Type.
|
Copyright © 2019. All rights reserved.