Package | Description |
---|---|
com.itko.lisa.editor |
Modifier and Type | Class and Description |
---|---|
class |
CustJavaNodeEditor
This Editor knows how to edit and generate com.itko.lisa.test.CustJavaNode TestNodes.
|
class |
CustomCompanionEditor
Any custom Companion that has specific state that must be edited needs a class
that subclasses this guy.
|
class |
CustomResultEditor
Abstract class that any custom CheckResult editors must implement.
|
Modifier and Type | Method and Description |
---|---|
CustomEditor |
ControllerBase.getEditor() |
CustomEditor |
TestNodeInfo.makeEditor() |
abstract CustomEditor |
ControllerBase.makeEditor() |
CustomEditor |
Controller.makeEditor()
You are responsible for telling us what UI editor to use, so please give it
here.
|
CustomEditor |
ControllerBase.showEditor() |
CustomEditor |
Controller.showEditor()
When the framework needs to actually put the editor on screen, you'll get called here.
|
Copyright © 1998-2014 CA, Inc. All Rights Reserved.