A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

S

s - Static variable in class net.slashie.libjcsi.CharKey
 
S - Static variable in class net.slashie.libjcsi.CharKey
 
safeprint(int, int, char, int) - Method in interface net.slashie.libjcsi.ConsoleSystemInterface
Same as print but must check for validity of the coordinates
safeprint(int, int, char, int) - Method in class net.slashie.libjcsi.jcurses.JCursesConsoleInterface
 
safeprint(int, int, char, int) - Method in class net.slashie.libjcsi.wswing.WSwingConsoleInterface
 
SAFETY_ORANGE - Static variable in class net.slashie.libjcsi.CSIColor
 
SAFFRON - Static variable in class net.slashie.libjcsi.CSIColor
 
SALMON - Static variable in class net.slashie.libjcsi.CSIColor
 
SANDY_BROWN - Static variable in class net.slashie.libjcsi.CSIColor
 
SANGRIA - Static variable in class net.slashie.libjcsi.CSIColor
 
SAPPHIRE - Static variable in class net.slashie.libjcsi.CSIColor
 
saveBuffer() - Method in interface net.slashie.libjcsi.ConsoleSystemInterface
Saves the screen contents to a backup buffer
saveBuffer() - Method in class net.slashie.libjcsi.jcurses.JCursesConsoleInterface
 
saveBuffer() - Method in class net.slashie.libjcsi.wswing.WSwingConsoleInterface
 
SCARLET - Static variable in class net.slashie.libjcsi.CSIColor
 
SCBExample - Class in net.slashie.libjcsi.examples
This shows a basic output window using the Swing interface.
SCBExample() - Constructor for class net.slashie.libjcsi.examples.SCBExample
 
SCHOOL_BUS_YELLOW - Static variable in class net.slashie.libjcsi.CSIColor
 
SEA_GREEN - Static variable in class net.slashie.libjcsi.CSIColor
 
SEASHELL - Static variable in class net.slashie.libjcsi.CSIColor
 
SELECTIVE_YELLOW - Static variable in class net.slashie.libjcsi.CSIColor
 
SEMICOLON - Static variable in class net.slashie.libjcsi.CharKey
 
SEPIA - Static variable in class net.slashie.libjcsi.CSIColor
 
setA(int) - Method in class net.slashie.libjcsi.CSIColor
Sets the value of the alpha channel (or transparency) of the color. 0 is transparent. 255 is opaque or solid.
setA(K) - Method in class net.slashie.util.Pair
 
setAutoRefresh(boolean) - Method in interface net.slashie.libjcsi.ConsoleSystemInterface
Sets whether or not a buffer will be used
setAutoRefresh(boolean) - Method in class net.slashie.libjcsi.jcurses.JCursesConsoleInterface
 
setAutoRefresh(boolean) - Method in class net.slashie.libjcsi.wswing.WSwingConsoleInterface
 
setAutoUpdate(boolean) - Method in class net.slashie.libjcsi.wswing.SwingConsolePanel
Declares whether output area should update itself when anything changes.
setB(int) - Method in class net.slashie.libjcsi.CSIColor
Sets the value of the blue component of the color.
setB(L) - Method in class net.slashie.util.Pair
 
setBorder(boolean) - Method in class net.slashie.libjcsi.textcomponents.MenuBox
Sets whether or not there is a border on the menu.
setBorder(boolean) - Method in class net.slashie.libjcsi.textcomponents.TextBox
Allows for setting a border.
setBorder(boolean) - Method in class net.slashie.libjcsi.textcomponents.TextComponent
Allows for setting whether there should be a border.
setBorderColor(int) - Method in class net.slashie.libjcsi.textcomponents.TextComponent
Allows for the setting of the border's color independently of the content's color.
setBorderColor(CSIColor) - Method in class net.slashie.libjcsi.textcomponents.TextComponent
Allows for the setting of the border's color independently of the content's color.
setBounds(int, int, int, int) - Method in class net.slashie.libjcsi.textcomponents.TextComponent
Allows for setting the upper left corner and width and height in one method.
setColor(int) - Method in class net.slashie.libjcsi.CSIColor
Set the value of current color equal to an existing color.
setElements(Vector) - Method in class net.slashie.libjcsi.textcomponents.ListBox
 
setFont(Font) - Method in class net.slashie.libjcsi.wswing.SwingConsoleFrame
 
setFont(Font) - Method in class net.slashie.libjcsi.wswing.SwingConsolePanel
 
setForeColor(int) - Method in class net.slashie.libjcsi.textcomponents.TextComponent
Allows for setting of the color using int codes.
setForeColor(CSIColor) - Method in class net.slashie.libjcsi.textcomponents.TextComponent
Allows for setting of the color using CSIColor.
setG(int) - Method in class net.slashie.libjcsi.CSIColor
Sets the value of the green component of the color.
setHeight(int) - Method in class net.slashie.libjcsi.textcomponents.TextBox
 
setHeight(int) - Method in class net.slashie.libjcsi.textcomponents.TextComponent
 
setHeight(int) - Method in class net.slashie.libjcsi.textcomponents.TextInformBox
 
setIndex(char) - Method in class net.slashie.libjcsi.textcomponents.BasicListItem
Sets the char to use as an index in the list.
setIndexColor(int) - Method in class net.slashie.libjcsi.textcomponents.BasicListItem
Sets the color of the index.
setMenuItems(Vector) - Method in class net.slashie.libjcsi.textcomponents.MenuBox
Allows the menu items to be set.
setPosition(int, int) - Method in class net.slashie.libjcsi.textcomponents.MenuBox
Allows the position of the menu's upper left corner to be specified.
setPosition(int, int) - Method in class net.slashie.libjcsi.textcomponents.TextComponent
Sets the upper left corner of text component within its interface.
setPrompt(String) - Method in class net.slashie.libjcsi.textcomponents.MenuBox
Allows the prompt to be specified.
setPromptSize(int) - Method in class net.slashie.libjcsi.textcomponents.MenuBox
Sets the height of the menu.
setR(int) - Method in class net.slashie.libjcsi.CSIColor
Sets the value of the red component of the color.
setRow(String) - Method in class net.slashie.libjcsi.textcomponents.BasicListItem
Sets the String to be contained.
setText(String) - Method in class net.slashie.libjcsi.textcomponents.TextBox
 
setText(String) - Method in class net.slashie.libjcsi.textcomponents.TextInformBox
Erases current content and then sets content
setTitle(String) - Method in class net.slashie.libjcsi.textcomponents.MenuBox
 
setTitle(String) - Method in class net.slashie.libjcsi.textcomponents.TextBox
Sets the title of the box, displayed in the top border.
setValue(K) - Method in class net.slashie.util.ReferenceParam
 
setWidth(int) - Method in class net.slashie.libjcsi.textcomponents.MenuBox
Sets the width of the menu and resets the upper left position to reflect the change of width.
setWidth(int) - Method in class net.slashie.libjcsi.textcomponents.TextComponent
 
SHAMROCK_GREEN - Static variable in class net.slashie.libjcsi.CSIColor
 
SHOCKING_PINK - Static variable in class net.slashie.libjcsi.CSIColor
 
sign(int) - Static method in class net.slashie.util.Util
Gives an indication of the sign (negative or positive) of a specific number.
SILVER - Static variable in class net.slashie.libjcsi.CSIColor
 
SKY_BLUE - Static variable in class net.slashie.libjcsi.CSIColor
 
SLASH - Static variable in class net.slashie.libjcsi.CharKey
 
SLATE_GRAY - Static variable in class net.slashie.libjcsi.CSIColor
 
SMALT - Static variable in class net.slashie.libjcsi.CSIColor
 
SPACE - Static variable in class net.slashie.libjcsi.CharKey
 
SPRING_BUD - Static variable in class net.slashie.libjcsi.CSIColor
 
SPRING_GREEN - Static variable in class net.slashie.libjcsi.CSIColor
 
STEEL_BLUE - Static variable in class net.slashie.libjcsi.CSIColor
 
StrokeInformer - Class in net.slashie.libjcsi.wswing
Gets keyboard input.
StrokeInformer() - Constructor for class net.slashie.libjcsi.wswing.StrokeInformer
 
SwingConsoleFrame - Class in net.slashie.libjcsi.wswing
 
SwingConsoleFrame(String) - Constructor for class net.slashie.libjcsi.wswing.SwingConsoleFrame
Allows setting of the window name when creating the frame.
SwingConsolePanel - Class in net.slashie.libjcsi.wswing
Display space.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z