Index
A B C D E F G H I L M N O P Q R S T U W Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addArticle(String, Article) - Method in class com.ashketshup.Landmark.ScreenManager
-
Add article.
- addForm(String, Form) - Method in class com.ashketshup.Landmark.ScreenManager
-
Add form.
- addMenu(String, Menu) - Method in class com.ashketshup.Landmark.ScreenManager
-
Add menu.
- addStyleMode(int) - Method in class com.ashketshup.Landmark.TUI.StringStyler
-
Add style mode.
- appendCommand(Command) - Method in class com.ashketshup.Landmark.Screens.Menu
-
Appends a new command to the menu.
- appendCommand(Command) - Method in class com.ashketshup.Landmark.Screens.Screen
-
Appends a new command to the screen.
- appendCommand(String, String, Foo) - Method in class com.ashketshup.Landmark.Screens.Menu
-
Appends a new command to the menu.
- appendCommands(Collection<Command>) - Method in class com.ashketshup.Landmark.Screens.Screen
-
Appends a new command list to the screen.
- apply() - Method in interface com.ashketshup.Landmark.Interfaces.Foo
-
Apply.
- apply() - Method in interface com.ashketshup.Landmark.Interfaces.FooReturn
-
Apply t.
- apply() - Method in class com.ashketshup.Landmark.UIElements.Component
- apply(T) - Method in interface com.ashketshup.Landmark.Interfaces.FooRecieve
-
Apply.
- Article - Class in com.ashketshup.Landmark.Screens
-
The type Article.
- Article(String, Collection<StringStyler>, ScreenManager) - Constructor for class com.ashketshup.Landmark.Screens.Article
-
Instantiates a new Menu.
- Article(String, Collection<StringStyler>, Collection<Command>, ScreenManager) - Constructor for class com.ashketshup.Landmark.Screens.Article
-
Instantiates a new Menu.
- Article(Collection<StringStyler>, ScreenManager) - Constructor for class com.ashketshup.Landmark.Screens.Article
-
Instantiates a new Menu.
- asBoolean() - Static method in class com.ashketshup.Landmark.TUI.Input
-
As boolean boolean.
- asByte() - Static method in class com.ashketshup.Landmark.TUI.Input
-
As byte byte.
- asChar() - Static method in class com.ashketshup.Landmark.TUI.Input
-
As char char.
- asDouble() - Static method in class com.ashketshup.Landmark.TUI.Input
-
As double double.
- asFloat() - Static method in class com.ashketshup.Landmark.TUI.Input
-
As float float.
- asInt() - Static method in class com.ashketshup.Landmark.TUI.Input
-
As int int.
- asLong() - Static method in class com.ashketshup.Landmark.TUI.Input
-
As long long.
- asShort() - Static method in class com.ashketshup.Landmark.TUI.Input
-
As short short.
- asString() - Static method in class com.ashketshup.Landmark.TUI.Input
-
Request input as a string.
B
- backMenuFunction() - Method in class com.ashketshup.Landmark.Screens.Menu
-
Returns to last menu.
- bindScreen(E) - Method in class com.ashketshup.Landmark.ScreenManager
-
Binds a given menu.
- BLACK - Static variable in class com.ashketshup.Landmark.TUI.StringStyler
-
The constant BLACK.
- BLINK - Static variable in class com.ashketshup.Landmark.TUI.StringStyler
-
The constant BLINK.
- BLUE - Static variable in class com.ashketshup.Landmark.TUI.StringStyler
-
The constant BLUE.
- BOLD - Static variable in class com.ashketshup.Landmark.markdownParser.Patterns
- BOLD - Static variable in class com.ashketshup.Landmark.TUI.StringStyler
-
The constant BOLD.
C
- checkContains(String, Pattern) - Static method in class com.ashketshup.Landmark.markdownParser.Patterns
- clearConsole() - Static method in class com.ashketshup.Landmark.TUI.Output
-
Clear console.
- CODE - Static variable in class com.ashketshup.Landmark.markdownParser.Patterns
- CODEBLOCK - Static variable in class com.ashketshup.Landmark.markdownParser.Patterns
- com.ashketshup.Landmark - package com.ashketshup.Landmark
- com.ashketshup.Landmark.Interfaces - package com.ashketshup.Landmark.Interfaces
- com.ashketshup.Landmark.markdownParser - package com.ashketshup.Landmark.markdownParser
- com.ashketshup.Landmark.Screens - package com.ashketshup.Landmark.Screens
- com.ashketshup.Landmark.TUI - package com.ashketshup.Landmark.TUI
- com.ashketshup.Landmark.UIElements - package com.ashketshup.Landmark.UIElements
- Command - Class in com.ashketshup.Landmark.UIElements
-
The type Command.
- Command(boolean, String, Foo) - Constructor for class com.ashketshup.Landmark.UIElements.Command
-
Instantiates a new Command.
- Command(boolean, String, String, Foo) - Constructor for class com.ashketshup.Landmark.UIElements.Command
-
Instantiates a new Command.
- Command(String, Foo) - Constructor for class com.ashketshup.Landmark.UIElements.Command
-
Instantiates a new Command.
- Command(String, String, Foo) - Constructor for class com.ashketshup.Landmark.UIElements.Command
-
Instantiates a new Command.
- CommonStyle - Class in com.ashketshup.Landmark.markdownParser
- CommonStyle() - Constructor for class com.ashketshup.Landmark.markdownParser.CommonStyle
- Component - Class in com.ashketshup.Landmark.UIElements
-
The type Component.
- Component(String, boolean, boolean) - Constructor for class com.ashketshup.Landmark.UIElements.Component
-
Instantiates a new Component.
- createCritical(String) - Static method in class com.ashketshup.Landmark.TUI.Notifications
-
Create critical.
- createTip(String) - Static method in class com.ashketshup.Landmark.TUI.Notifications
-
Create tip.
- createValid(String) - Static method in class com.ashketshup.Landmark.TUI.Notifications
-
Create valid.
- createWarning(String) - Static method in class com.ashketshup.Landmark.TUI.Notifications
-
Create warning.
- CYAN - Static variable in class com.ashketshup.Landmark.TUI.StringStyler
-
The constant CYAN.
D
- DISABLED - Static variable in class com.ashketshup.Landmark.TUI.StringStyler
-
The constant DISABLED.
E
- exitMenuFunction() - Static method in class com.ashketshup.Landmark.Screens.Menu
-
Exit menu function.
F
- Foo - Interface in com.ashketshup.Landmark.Interfaces
-
The interface Foo.
- FooRecieve<T> - Interface in com.ashketshup.Landmark.Interfaces
-
The interface Foo recieve.
- FooReturn<T> - Interface in com.ashketshup.Landmark.Interfaces
-
The interface Foo return.
- Form - Class in com.ashketshup.Landmark.Screens
-
The type Form.
- Form(String, Collection<Component>, Foo, ScreenManager) - Constructor for class com.ashketshup.Landmark.Screens.Form
-
Instantiates a new Form.
- Form(String, Collection<Component>, ScreenManager) - Constructor for class com.ashketshup.Landmark.Screens.Form
-
Instantiates a new Form.
- Form(String, Collection<Component>, Collection<Command>, Foo, ScreenManager) - Constructor for class com.ashketshup.Landmark.Screens.Form
-
Instantiates a new Form.
- Form(Collection<Component>, Foo, ScreenManager) - Constructor for class com.ashketshup.Landmark.Screens.Form
-
Instantiates a new Form.
- Form(Collection<Component>, ScreenManager) - Constructor for class com.ashketshup.Landmark.Screens.Form
-
Instantiates a new Form.
G
- genArticleFromFile(String, boolean, ScreenManager) - Static method in class com.ashketshup.Landmark.Screens.Article
-
Gen article from file article.
- genArticleFromString(String, String, ScreenManager) - Static method in class com.ashketshup.Landmark.Screens.Article
-
Gen article from given string.
- getAllCriticals() - Static method in class com.ashketshup.Landmark.TUI.Notifications
-
Gets all criticals.
- getAllNotifications() - Static method in class com.ashketshup.Landmark.TUI.Notifications
-
Gets all notifications.
- getAllTips() - Static method in class com.ashketshup.Landmark.TUI.Notifications
-
Gets all tips.
- getAllValids() - Static method in class com.ashketshup.Landmark.TUI.Notifications
-
Gets all valids.
- getAllWarnings() - Static method in class com.ashketshup.Landmark.TUI.Notifications
-
Gets all warnings.
- getArticle(String) - Method in class com.ashketshup.Landmark.ScreenManager
-
Gets article from articleHashMap.
- getBindedScreen() - Method in class com.ashketshup.Landmark.ScreenManager
-
Gets binded screen.
- getCallStack() - Method in class com.ashketshup.Landmark.ScreenManager
-
Gets the call stack.
- getCommandDescription() - Method in class com.ashketshup.Landmark.UIElements.Command
-
Gets command description.
- getCommandFunction() - Method in class com.ashketshup.Landmark.UIElements.Command
-
Gets command function.
- getCommandTrigger() - Method in class com.ashketshup.Landmark.UIElements.Command
-
Gets command trigger.
- getContext() - Method in class com.ashketshup.Landmark.Screens.Screen
-
Gets context.
- getCurrentPage() - Method in class com.ashketshup.Landmark.Pages
-
Gets current page.
- getDefaultCommands() - Static method in class com.ashketshup.Landmark.Navigation
-
Gets the list of default commands.
- getDefaultCommands() - Method in class com.ashketshup.Landmark.Screens.Form
-
Gets default commands for Forms.
- getForm(String) - Method in class com.ashketshup.Landmark.ScreenManager
-
Gets form from formHashMap.
- getHLevel(String) - Static method in class com.ashketshup.Landmark.markdownParser.Patterns
- getMarkdownStyled(String) - Static method in class com.ashketshup.Landmark.markdownParser.Parser
- getMaxAmountItems() - Static method in class com.ashketshup.Landmark.Navigation
-
Gets max amount items.
- getMaxAmountItems() - Method in class com.ashketshup.Landmark.Pages
-
Gets max amount items.
- getMenu(String) - Method in class com.ashketshup.Landmark.ScreenManager
-
Gets menu from menuHashMap.
- getMenuCommands() - Method in class com.ashketshup.Landmark.Screens.Menu
-
Gets list of menu commands.
- getMenuOptions() - Method in class com.ashketshup.Landmark.Screens.Menu
-
Gets list of menu options.
- getMenuTitle() - Method in class com.ashketshup.Landmark.Screens.Menu
-
Gets menu title.
- getNextPattern(String) - Static method in class com.ashketshup.Landmark.markdownParser.Patterns
- getNonHiddenCommands() - Method in class com.ashketshup.Landmark.Screens.Screen
-
Gets non hidden commands.
- getOnConfirmation() - Method in class com.ashketshup.Landmark.Screens.Form
-
Gets onConfirmation implementation.
- getOptionFunction() - Method in class com.ashketshup.Landmark.UIElements.Option
-
Gets option function.
- getPagesAmount() - Method in class com.ashketshup.Landmark.Pages
-
Gets pages amount.
- getScreenCommands() - Method in class com.ashketshup.Landmark.Screens.Screen
-
Gets list of screen commands.
- getScreenContent() - Method in class com.ashketshup.Landmark.Screens.Screen
-
Gets list of screen options.
- getScreenTitle() - Method in class com.ashketshup.Landmark.Screens.Screen
-
Gets screen title.
- getText() - Method in class com.ashketshup.Landmark.UIElements.Option
-
Gets text.
- getTextFromFile(String) - Static method in class com.ashketshup.Landmark.Screens.Article
-
Gets text from file.
- GREEN - Static variable in class com.ashketshup.Landmark.TUI.StringStyler
-
The constant GREEN.
H
- hiddenLn(String) - Static method in class com.ashketshup.Landmark.TUI.Output
-
Write line as hidden.
- HLEVEL - Static variable in class com.ashketshup.Landmark.markdownParser.Patterns
- HN - Static variable in class com.ashketshup.Landmark.markdownParser.Patterns
I
- Input - Class in com.ashketshup.Landmark.TUI
-
The type Input.
- Input() - Constructor for class com.ashketshup.Landmark.TUI.Input
- inputListener(String) - Method in class com.ashketshup.Landmark.Navigation
-
Input listener boolean.
- INVERTED_BACKGROUND - Static variable in class com.ashketshup.Landmark.TUI.StringStyler
-
The constant INVERTED_BACKGROUND.
- INVERTED_FOREGROUND - Static variable in class com.ashketshup.Landmark.TUI.StringStyler
-
The constant INVERTED_FOREGROUND.
- isCommandHidden() - Method in class com.ashketshup.Landmark.UIElements.Command
-
Is command hidden boolean.
- isCommandVisible() - Method in class com.ashketshup.Landmark.UIElements.Command
-
Is command visible boolean.
- ITALIC - Static variable in class com.ashketshup.Landmark.markdownParser.Patterns
- ITALIC - Static variable in class com.ashketshup.Landmark.TUI.StringStyler
-
The constant ITALIC.
L
- lastPage() - Method in class com.ashketshup.Landmark.Pages
-
Scrolls to the last page.
- loop() - Method in class com.ashketshup.Landmark.Navigation
-
Invokes the Loop.
M
- Menu - Class in com.ashketshup.Landmark.Screens
-
The type Menu.
- Menu(String, Collection<Option>, ScreenManager) - Constructor for class com.ashketshup.Landmark.Screens.Menu
-
Instantiates a new Menu.
- Menu(String, Collection<Option>, Collection<Command>, ScreenManager) - Constructor for class com.ashketshup.Landmark.Screens.Menu
-
Instantiates a new Menu.
- Menu(Collection<Option>, ScreenManager) - Constructor for class com.ashketshup.Landmark.Screens.Menu
-
Instantiates a new Menu.
N
- Navigation - Class in com.ashketshup.Landmark
-
The type Navigation.
- Navigation(ScreenManager, int) - Constructor for class com.ashketshup.Landmark.Navigation
-
Instantiates a new Navigation.
- nextPage() - Method in class com.ashketshup.Landmark.Pages
-
Scrolls to the next page.
- NORMAL - Static variable in class com.ashketshup.Landmark.TUI.StringStyler
-
The constant NORMAL.
- Notifications - Class in com.ashketshup.Landmark.TUI
-
The type Notifications.
- Notifications() - Constructor for class com.ashketshup.Landmark.TUI.Notifications
O
- onConfirmation - Variable in class com.ashketshup.Landmark.Screens.Form
-
The onConfirmation to implement function.
- Option - Class in com.ashketshup.Landmark.UIElements
-
The type Option.
- Option(String) - Constructor for class com.ashketshup.Landmark.UIElements.Option
-
Instantiates a new Option.
- Option(String, Foo) - Constructor for class com.ashketshup.Landmark.UIElements.Option
-
Instantiates a new Option.
- Output - Class in com.ashketshup.Landmark.TUI
-
The type Output.
- Output() - Constructor for class com.ashketshup.Landmark.TUI.Output
P
- Pages - Class in com.ashketshup.Landmark
-
The type Pages.
- Pages(int) - Constructor for class com.ashketshup.Landmark.Pages
-
Instantiates a new Pages.
- pageToString() - Method in class com.ashketshup.Landmark.Pages
-
Page to string string.
- Parser - Class in com.ashketshup.Landmark.markdownParser
- Parser() - Constructor for class com.ashketshup.Landmark.markdownParser.Parser
- Patterns - Class in com.ashketshup.Landmark.markdownParser
- Patterns() - Constructor for class com.ashketshup.Landmark.markdownParser.Patterns
- PURPLE - Static variable in class com.ashketshup.Landmark.TUI.StringStyler
-
The constant PURPLE.
Q
R
- readBoolean(String) - Static method in class com.ashketshup.Landmark.TUI.Input
-
Read boolean boolean.
- readDouble(String) - Static method in class com.ashketshup.Landmark.TUI.Input
-
Read double double.
- readFloat(String) - Static method in class com.ashketshup.Landmark.TUI.Input
-
Read float float.
- readHidden(String) - Static method in class com.ashketshup.Landmark.TUI.Input
-
Read hidden string.
- readInt(String) - Static method in class com.ashketshup.Landmark.TUI.Input
-
Read int integer.
- readString(String) - Static method in class com.ashketshup.Landmark.TUI.Input
-
Read string string.
- RED - Static variable in class com.ashketshup.Landmark.TUI.StringStyler
-
The constant RED.
- removeAllCriticals() - Static method in class com.ashketshup.Landmark.TUI.Notifications
-
Remove all criticals.
- removeAllNotifications() - Static method in class com.ashketshup.Landmark.TUI.Notifications
-
Remove all notifications.
- removeAllTips() - Static method in class com.ashketshup.Landmark.TUI.Notifications
-
Remove all tips.
- removeAllValids() - Static method in class com.ashketshup.Landmark.TUI.Notifications
-
Remove all valids.
- removeAllWarnings() - Static method in class com.ashketshup.Landmark.TUI.Notifications
-
Remove all warnings.
- RESET - Static variable in class com.ashketshup.Landmark.TUI.StringStyler
-
The constant RESET.
S
- Screen<T> - Class in com.ashketshup.Landmark.Screens
-
The type Screen.
- Screen(String, Collection<T>, ScreenManager) - Constructor for class com.ashketshup.Landmark.Screens.Screen
-
Instantiates a new Screen.
- Screen(String, Collection<T>, Collection<Command>, ScreenManager) - Constructor for class com.ashketshup.Landmark.Screens.Screen
-
Instantiates a new Screen.
- Screen(Collection<T>, ScreenManager) - Constructor for class com.ashketshup.Landmark.Screens.Screen
-
Instantiates a new Screen.
- ScreenManager - Class in com.ashketshup.Landmark
-
The type Screen manager.
- ScreenManager() - Constructor for class com.ashketshup.Landmark.ScreenManager
-
Instantiates a new Screen manager.
- setAnswer(String) - Method in class com.ashketshup.Landmark.UIElements.Component
-
Sets answer.
- setCommandFunction(Foo) - Method in class com.ashketshup.Landmark.UIElements.Command
-
Sets command function.
- setFunction(Foo) - Method in class com.ashketshup.Landmark.UIElements.Option
-
Sets function.
- setMaxAmountItems(int) - Static method in class com.ashketshup.Landmark.Navigation
-
Sets max amount items.
- setMaxAmountItems(int) - Method in class com.ashketshup.Landmark.Pages
-
Sets max amount items.
- setOnConfirmation(Foo) - Method in class com.ashketshup.Landmark.Screens.Form
-
Sets onConfirmation.
- setPagesAmount(int) - Method in class com.ashketshup.Landmark.Pages
-
Sets pages amount.
- setRenderer(boolean) - Static method in class com.ashketshup.Landmark.Navigation
-
Sets renderer.
- setStyleColor(int, boolean) - Method in class com.ashketshup.Landmark.TUI.StringStyler
-
Sets style color.
- setStyleContent(String) - Method in class com.ashketshup.Landmark.TUI.StringStyler
-
Sets style content.
- setText(String) - Method in class com.ashketshup.Landmark.UIElements.Option
-
Sets text.
- STRIKETHROUGH - Static variable in class com.ashketshup.Landmark.markdownParser.Patterns
- STRIKETHROUGH - Static variable in class com.ashketshup.Landmark.TUI.StringStyler
-
The constant STRIKETHROUGH.
- StringStyler - Class in com.ashketshup.Landmark.TUI
-
The type String styler.
- StringStyler(String) - Constructor for class com.ashketshup.Landmark.TUI.StringStyler
-
Instantiates a new String styler with common parameters.
- StringStyler(String, int, int) - Constructor for class com.ashketshup.Landmark.TUI.StringStyler
-
Instantiates a new String styler.
- StringStyler(String, int, int, boolean) - Constructor for class com.ashketshup.Landmark.TUI.StringStyler
-
Instantiates a new String styler.
- Style - Class in com.ashketshup.Landmark.markdownParser
- Style(Theme) - Constructor for class com.ashketshup.Landmark.markdownParser.Style
- styleBold(String) - Method in class com.ashketshup.Landmark.markdownParser.CommonStyle
- styleBold(String) - Static method in class com.ashketshup.Landmark.markdownParser.Style
- styleBold(String) - Method in interface com.ashketshup.Landmark.markdownParser.Theme
- styleCode(String) - Method in class com.ashketshup.Landmark.markdownParser.CommonStyle
- styleCode(String) - Static method in class com.ashketshup.Landmark.markdownParser.Style
- styleCode(String) - Method in interface com.ashketshup.Landmark.markdownParser.Theme
- styleCodeBlock(String) - Method in class com.ashketshup.Landmark.markdownParser.CommonStyle
- styleCodeBlock(String) - Static method in class com.ashketshup.Landmark.markdownParser.Style
- styleCodeBlock(String) - Method in interface com.ashketshup.Landmark.markdownParser.Theme
- styleH1(String) - Method in class com.ashketshup.Landmark.markdownParser.CommonStyle
- styleH1(String) - Method in interface com.ashketshup.Landmark.markdownParser.Theme
- styleH2(String) - Method in class com.ashketshup.Landmark.markdownParser.CommonStyle
- styleH2(String) - Method in interface com.ashketshup.Landmark.markdownParser.Theme
- styleH3(String) - Method in class com.ashketshup.Landmark.markdownParser.CommonStyle
- styleH3(String) - Method in interface com.ashketshup.Landmark.markdownParser.Theme
- styleH4(String) - Method in class com.ashketshup.Landmark.markdownParser.CommonStyle
- styleH4(String) - Method in interface com.ashketshup.Landmark.markdownParser.Theme
- styleH5(String) - Method in class com.ashketshup.Landmark.markdownParser.CommonStyle
- styleH5(String) - Method in interface com.ashketshup.Landmark.markdownParser.Theme
- styleH6(String) - Method in class com.ashketshup.Landmark.markdownParser.CommonStyle
- styleH6(String) - Method in interface com.ashketshup.Landmark.markdownParser.Theme
- styleHn(String, int) - Static method in class com.ashketshup.Landmark.markdownParser.Style
- styleItalic(String) - Method in class com.ashketshup.Landmark.markdownParser.CommonStyle
- styleItalic(String) - Static method in class com.ashketshup.Landmark.markdownParser.Style
- styleItalic(String) - Method in interface com.ashketshup.Landmark.markdownParser.Theme
- styleQuote(String) - Method in class com.ashketshup.Landmark.markdownParser.CommonStyle
- styleQuote(String) - Static method in class com.ashketshup.Landmark.markdownParser.Style
- styleQuote(String) - Method in interface com.ashketshup.Landmark.markdownParser.Theme
- styleStrikethrough(String) - Method in class com.ashketshup.Landmark.markdownParser.CommonStyle
- styleStrikethrough(String) - Static method in class com.ashketshup.Landmark.markdownParser.Style
- styleStrikethrough(String) - Method in interface com.ashketshup.Landmark.markdownParser.Theme
- styleText(String) - Method in class com.ashketshup.Landmark.markdownParser.CommonStyle
- styleText(String) - Static method in class com.ashketshup.Landmark.markdownParser.Style
- styleText(String) - Method in interface com.ashketshup.Landmark.markdownParser.Theme
T
- TEXT - Static variable in class com.ashketshup.Landmark.markdownParser.Patterns
- Theme - Interface in com.ashketshup.Landmark.markdownParser
- toListStringStyler(String) - Static method in class com.ashketshup.Landmark.Screens.Article
-
To list string styler list.
- toString() - Method in class com.ashketshup.Landmark.Screens.Menu
- toString() - Method in class com.ashketshup.Landmark.Screens.Screen
- toString() - Method in class com.ashketshup.Landmark.TUI.StringStyler
- toString() - Method in class com.ashketshup.Landmark.UIElements.Command
- toString() - Method in class com.ashketshup.Landmark.UIElements.Component
- trimContent(List<T>) - Method in class com.ashketshup.Landmark.Pages
-
Trim content list.
- tryAsBoolean() - Static method in class com.ashketshup.Landmark.TUI.Input
-
Try as boolean boolean.
- tryAsByte() - Static method in class com.ashketshup.Landmark.TUI.Input
-
Try as byte byte.
- tryAsChar() - Static method in class com.ashketshup.Landmark.TUI.Input
-
Try as char char.
- tryAsDouble() - Static method in class com.ashketshup.Landmark.TUI.Input
-
Try as double double.
- tryAsFloat() - Static method in class com.ashketshup.Landmark.TUI.Input
-
Try as float float.
- tryAsInt() - Static method in class com.ashketshup.Landmark.TUI.Input
-
Try as int int.
- tryAsLong() - Static method in class com.ashketshup.Landmark.TUI.Input
-
Try as long long.
- tryAsShort() - Static method in class com.ashketshup.Landmark.TUI.Input
-
Try as short short.
- tryAsString() - Static method in class com.ashketshup.Landmark.TUI.Input
-
Try as string string.
U
- unbindLastScreen() - Method in class com.ashketshup.Landmark.ScreenManager
-
Unbind last menu.
- UNDERLINE - Static variable in class com.ashketshup.Landmark.TUI.StringStyler
-
The constant UNDERLINE.
W
- WHITE - Static variable in class com.ashketshup.Landmark.TUI.StringStyler
-
The constant WHITE.
- write(String) - Static method in class com.ashketshup.Landmark.TUI.Output
-
Write a single line without '\n' at end.
- writeln(String) - Static method in class com.ashketshup.Landmark.TUI.Output
-
Writes given line.
Y
- YELLOW - Static variable in class com.ashketshup.Landmark.TUI.StringStyler
-
The constant YELLOW.
All Classes All Packages