|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GuiText | |
|---|---|
| com.github.croesch.micro_debug.gui.actions | |
| com.github.croesch.micro_debug.gui.components.basic | |
| com.github.croesch.micro_debug.gui.i18n | |
| Uses of GuiText in com.github.croesch.micro_debug.gui.actions |
|---|
| Constructors in com.github.croesch.micro_debug.gui.actions with parameters of type GuiText | |
|---|---|
AbstractExecuteOnWorkerThreadAction(GuiText text,
MainController cont,
WorkerThread thread,
ActionProvider provider)
Constructs the Action that shouldn't be executed on the EDT because of long running methods. |
|
AbstractStepAction(GuiText txt,
MainController cont,
WorkerThread thread,
ActionProvider provider)
Constructs this action to let the processor perform steps. |
|
Mic1CreatingAction(IMic1Creator creator,
IBinaryFilePathProvider filePathProvider,
GuiText text)
Creates an action that'll fetch the file paths from the given IBinaryFilePathProvider and pass them to the
given IMic1Creator. |
|
| Uses of GuiText in com.github.croesch.micro_debug.gui.components.basic |
|---|
| Constructors in com.github.croesch.micro_debug.gui.components.basic with parameters of type GuiText | |
|---|---|
SizedFrame(GuiText title,
Dimension size)
Constructs a frame with the given title and the given size. |
|
| Uses of GuiText in com.github.croesch.micro_debug.gui.i18n |
|---|
| Methods in com.github.croesch.micro_debug.gui.i18n that return GuiText | |
|---|---|
static GuiText |
GuiText.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GuiText[] |
GuiText.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||