Package | Description |
---|---|
de.uka.ilkd.key.control | |
de.uka.ilkd.key.gui |
This package contains classes forming the graphical user interface of KeY.
|
de.uka.ilkd.key.ui |
Modifier and Type | Method and Description |
---|---|
static KeYEnvironment<DefaultUserInterfaceControl> |
KeYEnvironment.load(java.io.File location,
java.util.List<java.io.File> classPaths,
java.io.File bootClassPath,
java.util.List<java.io.File> includes,
RuleCompletionHandler ruleCompletionHandler)
Loads the given location and returns all required references as
KeYEnvironment . |
static KeYEnvironment<DefaultUserInterfaceControl> |
KeYEnvironment.load(Profile profile,
java.io.File location,
java.util.List<java.io.File> classPaths,
java.io.File bootClassPath,
java.util.List<java.io.File> includes,
java.util.Properties poPropertiesToForce,
RuleCompletionHandler ruleCompletionHandler,
boolean forceNewProfileOfNewProofs)
Loads the given location and returns all required references as
KeYEnvironment . |
Constructor and Description |
---|
AbstractProofControl(ProverTaskListener defaultProverTaskListener,
RuleCompletionHandler ruleCompletionHandler)
Constructor.
|
DefaultProofControl(UserInterfaceControl ui,
DefaultUserInterfaceControl defaultProverTaskListener,
RuleCompletionHandler ruleCompletionHandler)
Constructor.
|
DefaultUserInterfaceControl(RuleCompletionHandler customization)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
WindowUserInterfaceControl
Implementation of
UserInterfaceControl which controls the MainWindow
with the typical user interface of KeY. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMediatorUserInterfaceControl
Provides a basic implementation of
UserInterfaceControl for
user interfaces in which a KeYMediator is available. |
class |
ConsoleUserInterfaceControl
Implementation of
UserInterfaceControl used by command line interface of KeY. |
Copyright © 2003-2019 The KeY-Project.