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

A

AbstractLayout - Class in thinwire.ui.layout
 
AbstractLayout(String...) - Constructor for class thinwire.ui.layout.AbstractLayout
 
ACTION_CLICK - Static variable in interface thinwire.ui.Component
Contains the formal action name for a click performed on a Component.
ACTION_DOUBLE_CLICK - Static variable in interface thinwire.ui.Component
Contains the formal action name for a double click performed on a Component.
ActionEvent - Class in thinwire.ui.event
 
ActionEvent(String, Component) - Constructor for class thinwire.ui.event.ActionEvent
 
ActionEvent(String, Component, int, int) - Constructor for class thinwire.ui.event.ActionEvent
 
ActionEvent(String, Component, Object) - Constructor for class thinwire.ui.event.ActionEvent
 
ActionEvent(String, Component, Object, int, int, int, int) - Constructor for class thinwire.ui.event.ActionEvent
 
ActionListener - Interface in thinwire.ui.event
This is an interface that extends java.util.EventListener and responds to actions that occur (ex: click a button).
actionPerformed(ActionEvent) - Method in interface thinwire.ui.event.ActionListener
 
ACTIVEBORDER - Static variable in class thinwire.ui.style.Color
 
ACTIVECAPTION - Static variable in class thinwire.ui.style.Color
 
add(int, RadioButton) - Method in class thinwire.ui.RadioButton.Group
 
add(int, Object) - Method in class thinwire.util.ArrayGrid.Column
 
add(int, Object) - Method in class thinwire.util.ArrayGrid.Row
 
addActionListener(String, ActionListener) - Method in interface thinwire.ui.Component
Adds a ActionListener to this component that will be notified when the specified action occurs.
addActionListener(String[], ActionListener) - Method in interface thinwire.ui.Component
Adds a ActionListener to this component that will be notified when any of the specified actions occur.
addActionListener(String, ActionListener) - Method in class thinwire.ui.RadioButton.Group
 
addActionListener(String[], ActionListener) - Method in class thinwire.ui.RadioButton.Group
 
addCloseComponent(Component) - Method in class thinwire.ui.DropDown.AbstractView
 
addComponent(Component) - Method in class thinwire.ui.layout.AbstractLayout
 
addComponent(Component) - Method in class thinwire.ui.layout.TableLayout
 
addDropListener(Component, DropListener) - Method in interface thinwire.ui.Component
 
addDropListener(Component[], DropListener) - Method in interface thinwire.ui.Component
 
addExceptionListener(ExceptionListener) - Method in class thinwire.ui.Application
 
addGlobalActionListener(String, ActionListener) - Method in class thinwire.ui.Application
Adds a ActionListener that will be notified when the specified action occurs on any new component.
addGlobalActionListener(String[], ActionListener) - Method in class thinwire.ui.Application
Adds a ActionListener that will be notified when any of the specified actions occur on any new component.
addGlobalDropListener(Component, DropListener) - Method in class thinwire.ui.Application
 
addGlobalDropListener(Component[], DropListener) - Method in class thinwire.ui.Application
 
addGlobalItemChangeListener(ItemChangeListener) - Method in class thinwire.ui.Application
 
addGlobalKeyPressListener(String, KeyPressListener) - Method in class thinwire.ui.Application
 
addGlobalKeyPressListener(String[], KeyPressListener) - Method in class thinwire.ui.Application
 
addGlobalPropertyChangeListener(String, PropertyChangeListener) - Method in class thinwire.ui.Application
Adds a PropertyChangeListener that will be notified when the specified property of any new component changes.
addGlobalPropertyChangeListener(String[], PropertyChangeListener) - Method in class thinwire.ui.Application
Adds a PropertyChangeListener that will be notified when any of the specified properties of any new component changes.
addItemChangeListener(ItemChangeListener) - Method in class thinwire.ui.GridBox
 
addItemChangeListener(ItemChangeListener) - Method in interface thinwire.ui.ItemChangeEventComponent
Adds a listener which executes a method when something is changed.
addKeyPressListener(String, KeyPressListener) - Method in interface thinwire.ui.Component
Adds a KeyPressListener that will be notified when the specified key press combination occurs.
addKeyPressListener(String[], KeyPressListener) - Method in interface thinwire.ui.Component
Adds a KeyPressListener that will be notified when any of the specified key press combinations occur.
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface thinwire.ui.Component
Adds a PropertyChangeListener to this componetn that will be notified when the specified property changes.
addPropertyChangeListener(String[], PropertyChangeListener) - Method in interface thinwire.ui.Component
Adds a PropertyChangeListener to this component that will be notified when any of the specified properties change.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class thinwire.ui.RadioButton.Group
Adds a PropertyChangeListener to each radio button component in the group.
addPropertyChangeListener(String[], PropertyChangeListener) - Method in class thinwire.ui.RadioButton.Group
Adds a PropertyChangeListener to each radio button component in the group.
addTimerTask(Runnable, long) - Method in class thinwire.ui.Application
 
addTimerTask(Runnable, long, boolean) - Method in class thinwire.ui.Application
 
ALICEBLUE - Static variable in class thinwire.ui.style.Color
 
AlignTextComponent - Interface in thinwire.ui
 
AlignTextComponent.AlignX - Enum in thinwire.ui
AlignX handles text alignment in screen elements.
ANTIQUEWHITE - Static variable in class thinwire.ui.style.Color
 
Application - Class in thinwire.ui
The Application class represents an instance of a ThinWire application.
Application() - Constructor for class thinwire.ui.Application
 
Application.Local<T> - Class in thinwire.ui
 
Application.Local() - Constructor for class thinwire.ui.Application.Local
 
apply() - Method in class thinwire.ui.layout.AbstractLayout
 
apply() - Method in interface thinwire.ui.layout.Layout
 
apply(double) - Method in class thinwire.ui.style.Effect.Transition
 
APPWORKSPACE - Static variable in class thinwire.ui.style.Color
 
AQUA - Static variable in class thinwire.ui.style.Color
 
AQUAMARINE - Static variable in class thinwire.ui.style.Color
 
ArrayGrid<R extends ArrayGrid.Row,C extends ArrayGrid.Column> - Class in thinwire.util
ArrayGrid is an implementation of the Grid interface which provides a disconnected dataset.
ArrayGrid() - Constructor for class thinwire.util.ArrayGrid
Construct an ArrayGrid.
ArrayGrid(Grid<R, C>) - Constructor for class thinwire.util.ArrayGrid
Constructs an ArrayGrid based on another grid.
ArrayGrid(Grid<R, C>, Class<? extends ArrayGrid.Row>, Class<? extends ArrayGrid.Column>) - Constructor for class thinwire.util.ArrayGrid
Construct an ArrayGrid, specifying an optional inner Grid, a Row type, and a Column type.
ArrayGrid.Column - Class in thinwire.util
Contains an ArrayList of objects, each object associated with a different row.
ArrayGrid.Column() - Constructor for class thinwire.util.ArrayGrid.Column
Construct a Column.
ArrayGrid.Column(Collection<? extends Object>) - Constructor for class thinwire.util.ArrayGrid.Column
Construct a Column, specifying a Collection whose values will serve as the Column's values.
ArrayGrid.Column(Object...) - Constructor for class thinwire.util.ArrayGrid.Column
Construct a Column that contains the values of the specified Array.
ArrayGrid.Row - Class in thinwire.util
Contains an ArrayList of objects, each object associated with a different column.
ArrayGrid.Row() - Constructor for class thinwire.util.ArrayGrid.Row
Construct a Row.
ArrayGrid.Row(Collection<? extends Object>) - Constructor for class thinwire.util.ArrayGrid.Row
Construct a Row that contains the values of the specified Collection.
ArrayGrid.Row(Object...) - Constructor for class thinwire.util.ArrayGrid.Row
Construct a Row that contains the values of the specified Array.
autoLayout - Variable in class thinwire.ui.layout.AbstractLayout
 
autoLayoutProps - Variable in class thinwire.ui.layout.AbstractLayout
 
AZURE - Static variable in class thinwire.ui.style.Color
 

B

Background - Class in thinwire.ui.style
 
BACKGROUND - Static variable in class thinwire.ui.style.Color
 
Background.Position - Class in thinwire.ui.style
 
Background.Repeat - Enum in thinwire.ui.style
 
BEIGE - Static variable in class thinwire.ui.style.Color
 
BISQUE - Static variable in class thinwire.ui.style.Color
 
BLACK - Static variable in class thinwire.ui.style.Color
 
BLANCHEDALMOND - Static variable in class thinwire.ui.style.Color
 
BLUE - Static variable in class thinwire.ui.style.Color
 
BLUEVIOLET - Static variable in class thinwire.ui.style.Color
 
Border - Class in thinwire.ui.style
 
Border.Type - Enum in thinwire.ui.style
 
BROWN - Static variable in class thinwire.ui.style.Color
 
BURLYWOOD - Static variable in class thinwire.ui.style.Color
 
Button - Class in thinwire.ui
A Button is a component that typically causes an action when activated.
Button() - Constructor for class thinwire.ui.Button
Constructs a new Button with no text or image.
Button(String) - Constructor for class thinwire.ui.Button
Constructs a new Button with the specified text and no image.
Button(String, String) - Constructor for class thinwire.ui.Button
Constructs a new Button with the specified text and image.
BUTTONFACE - Static variable in class thinwire.ui.style.Color
 
BUTTONHIGHLIGHT - Static variable in class thinwire.ui.style.Color
 
BUTTONSHADOW - Static variable in class thinwire.ui.style.Color
 
BUTTONTEXT - Static variable in class thinwire.ui.style.Color
 

C

CADETBLUE - Static variable in class thinwire.ui.style.Color
 
cancel() - Method in class thinwire.ui.event.ExceptionEvent
 
cancel(boolean) - Method in class thinwire.ui.event.ExceptionEvent
 
cancel(boolean, boolean) - Method in class thinwire.ui.event.ExceptionEvent
 
CAPTIONTEXT - Static variable in class thinwire.ui.style.Color
 
captureThread() - Method in class thinwire.ui.Application
 
CENTER - Static variable in class thinwire.ui.style.Background.Position
 
CENTER_BOTTOM - Static variable in class thinwire.ui.style.Background.Position
 
CENTER_TOP - Static variable in class thinwire.ui.style.Background.Position
 
CHARTREUSE - Static variable in class thinwire.ui.style.Color
 
CheckBox - Class in thinwire.ui
A CheckBox is a screen element that can either be checked or cleared, and operates independently of other elements.
CheckBox() - Constructor for class thinwire.ui.CheckBox
Constructs a new CheckBox with no text.
CheckBox(String) - Constructor for class thinwire.ui.CheckBox
Constructs a new CheckBox with the specified text.
CheckBox(String, boolean) - Constructor for class thinwire.ui.CheckBox
Constructs a new CheckBox with the specified text and initial checked state.
CheckedComponent - Interface in thinwire.ui
 
CHOCOLATE - Static variable in class thinwire.ui.style.Color
 
close() - Method in class thinwire.ui.MessageBox
Close the message box.
closeCurrent() - Static method in class thinwire.ui.MessageBox
Closes the current message box.
Color - Class in thinwire.ui.style
 
Component - Interface in thinwire.ui
Component is the foundation of all visual objects in the framework.
confirm(String) - Static method in class thinwire.ui.MessageBox
Display a dialog window with an OK button and message.
confirm(String, String) - Static method in class thinwire.ui.MessageBox
Display a dialog window with an OK button, title and message.
confirm(String, String, String) - Static method in class thinwire.ui.MessageBox
Display a dialog window with an OK button, icon, title and message.
confirm(String, String, String, String) - Static method in class thinwire.ui.MessageBox
Display a dialog window with specified buttons, message and icons.
confirm(String, String, Component, String) - Static method in class thinwire.ui.MessageBox
Display a dialog window with the specified icon, title, component, and buttons.
confirm() - Method in class thinwire.ui.MessageBox
Make the MessageBox visible, and then block.
Container<T extends Component> - Interface in thinwire.ui
A Container is a Component that maintains a collection of other Components as a group.
container - Variable in class thinwire.ui.layout.AbstractLayout
 
Container.ScrollType - Enum in thinwire.ui
 
copy(Background) - Method in class thinwire.ui.style.Background
 
copy(Background, boolean) - Method in class thinwire.ui.style.Background
 
copy(Border) - Method in class thinwire.ui.style.Border
 
copy(Border, boolean) - Method in class thinwire.ui.style.Border
 
copy(Font) - Method in class thinwire.ui.style.Font
 
copy(Font, boolean) - Method in class thinwire.ui.style.Font
 
copy(FX) - Method in class thinwire.ui.style.FX
 
copy(FX, boolean) - Method in class thinwire.ui.style.FX
 
copy(Style) - Method in class thinwire.ui.style.Style
 
copy(Style, boolean) - Method in class thinwire.ui.style.Style
 
CORAL - Static variable in class thinwire.ui.style.Color
 
CORNFLOWERBLUE - Static variable in class thinwire.ui.style.Color
 
CORNSILK - Static variable in class thinwire.ui.style.Color
 
CRIMSON - Static variable in class thinwire.ui.style.Color
 
current() - Static method in class thinwire.ui.Application
 
CURSIVE - Static variable in class thinwire.ui.style.Font.Family
 
CYAN - Static variable in class thinwire.ui.style.Color
 

D

DARKBLUE - Static variable in class thinwire.ui.style.Color
 
DARKCYAN - Static variable in class thinwire.ui.style.Color
 
DARKGOLDENROD - Static variable in class thinwire.ui.style.Color
 
DARKGRAY - Static variable in class thinwire.ui.style.Color
 
DARKGREEN - Static variable in class thinwire.ui.style.Color
 
DARKGREY - Static variable in class thinwire.ui.style.Color
 
DARKKHAKI - Static variable in class thinwire.ui.style.Color
 
DARKMAGENTA - Static variable in class thinwire.ui.style.Color
 
DARKOLIVEGREEN - Static variable in class thinwire.ui.style.Color
 
DARKORANGE - Static variable in class thinwire.ui.style.Color
 
DARKORCHID - Static variable in class thinwire.ui.style.Color
 
DARKRED - Static variable in class thinwire.ui.style.Color
 
DARKSALMON - Static variable in class thinwire.ui.style.Color
 
DARKSEAGREEN - Static variable in class thinwire.ui.style.Color
 
DARKSLATEBLUE - Static variable in class thinwire.ui.style.Color
 
DARKSLATEGRAY - Static variable in class thinwire.ui.style.Color
 
DARKSLATEGREY - Static variable in class thinwire.ui.style.Color
 
DARKTURQUOISE - Static variable in class thinwire.ui.style.Color
 
DARKVIOLET - Static variable in class thinwire.ui.style.Color
 
DateBox - Class in thinwire.ui
A DateBox is a Component that displays a month-view calendar.
DateBox() - Constructor for class thinwire.ui.DateBox
 
DateBox(Date) - Constructor for class thinwire.ui.DateBox
Creates a new DateBox with the specified selectedDate.
dd - Variable in class thinwire.ui.DropDown.AbstractView
 
ddc - Variable in class thinwire.ui.DropDown.AbstractView
 
DEEPPINK - Static variable in class thinwire.ui.style.Color
 
DEEPSKYBLUE - Static variable in class thinwire.ui.style.Color
 
Dialog - Class in thinwire.ui
A Dialog is a window with a title that is usually associated to a Frame.
Dialog() - Constructor for class thinwire.ui.Dialog
Constructs a new Dialog with no title.
Dialog(String) - Constructor for class thinwire.ui.Dialog
Constructs a new Dialog with the specified title.
DIMGRAY - Static variable in class thinwire.ui.style.Color
 
DIMGREY - Static variable in class thinwire.ui.style.Color
 
Divider - Class in thinwire.ui
A Divider provides a visual separation between two sections of a container.
Divider() - Constructor for class thinwire.ui.Divider
Constructs a new Divider.
DODGERBLUE - Static variable in class thinwire.ui.style.Color
 
DropDown<T extends Component> - Class in thinwire.ui
The generic DropDown component allows you to place an arbitrary component in a DropDown.
DropDown(DropDown.View<T>, T) - Constructor for class thinwire.ui.DropDown
 
DropDown.AbstractView<T extends Component> - Class in thinwire.ui
 
DropDown.AbstractView() - Constructor for class thinwire.ui.DropDown.AbstractView
 
DropDown.View<T extends Component> - Interface in thinwire.ui
 
DropDownDateBox - Class in thinwire.ui
A DropDownDateBox is a DropDown that contains a DateBox.
DropDownDateBox() - Constructor for class thinwire.ui.DropDownDateBox
 
DropDownDateBox(String) - Constructor for class thinwire.ui.DropDownDateBox
Creates a DropDownDateBox initialized a specific date
DropDownGridBox - Class in thinwire.ui
A DropDownGridBox wraps around a GridBox component to provide drop down features.
DropDownGridBox() - Constructor for class thinwire.ui.DropDownGridBox
Constructs a new DropDownGridBox with no text.
DropDownGridBox(String) - Constructor for class thinwire.ui.DropDownGridBox
Constructs a new DropDownGridBox with the specified text.
DropDownGridBox.DefaultView - Class in thinwire.ui
 
DropEvent - Class in thinwire.ui.event
 
DropEvent(Component, Component) - Constructor for class thinwire.ui.event.DropEvent
 
DropEvent(Component, int, int, Component, int, int) - Constructor for class thinwire.ui.event.DropEvent
 
DropEvent(Component, Object, Component, Object) - Constructor for class thinwire.ui.event.DropEvent
 
DropEvent(Component, Object, int, int, int, int, Component, Object, int, int, int, int) - Constructor for class thinwire.ui.event.DropEvent
 
DropListener - Interface in thinwire.ui.event
 
dropPerformed(DropEvent) - Method in interface thinwire.ui.event.DropListener
 

E

EditorComponent - Interface in thinwire.ui
 
Effect - Class in thinwire.ui.style
 
Effect.Motion - Class in thinwire.ui.style
 
Effect.Motion(int) - Constructor for class thinwire.ui.style.Effect.Motion
 
Effect.Motion(int, int) - Constructor for class thinwire.ui.style.Effect.Motion
 
Effect.Motion(int, int, Effect.Transition) - Constructor for class thinwire.ui.style.Effect.Motion
 
Effect.Transition - Class in thinwire.ui.style
 
Effect.Transition() - Constructor for class thinwire.ui.style.Effect.Transition
 
encodeKeyPressCombo(boolean, boolean, boolean, String) - Static method in class thinwire.ui.event.KeyPressEvent
Combines the individual elements of a key press combination into a normalized string.
equals(Object) - Method in class thinwire.ui.event.ActionEvent
 
equals(Object) - Method in class thinwire.ui.event.DropEvent
 
equals(Object) - Method in class thinwire.ui.event.ItemChangeEvent
 
equals(Object) - Method in class thinwire.ui.event.KeyPressEvent
 
equals(Object) - Method in class thinwire.ui.event.PropertyChangeEvent
 
equals(Object) - Method in class thinwire.ui.GridBox.Range
 
equals(Object) - Method in class thinwire.ui.layout.TableLayout.Range
 
equals(Object) - Method in class thinwire.ui.style.Background
 
equals(Object) - Method in class thinwire.ui.style.Background.Position
 
equals(Object) - Method in class thinwire.ui.style.Border
 
equals(Object) - Method in class thinwire.ui.style.Color
 
equals(Object) - Method in class thinwire.ui.style.Effect.Motion
 
equals(Object) - Method in class thinwire.ui.style.Font
 
equals(Object) - Method in class thinwire.ui.style.Font.Family
 
equals(Object) - Method in class thinwire.ui.style.FX
 
equals(Object) - Method in class thinwire.ui.style.Style
 
equals(Object) - Method in class thinwire.util.ImageInfo
 
ExceptionEvent - Class in thinwire.ui.event
 
ExceptionEvent(Object, Throwable) - Constructor for class thinwire.ui.event.ExceptionEvent
 
ExceptionListener - Interface in thinwire.ui.event
 
exceptionOccurred(ExceptionEvent) - Method in interface thinwire.ui.event.ExceptionListener
 
execute(String) - Method in class thinwire.util.XOD
Executes a XOD file, adding the created objects to the map and list.

F

FANTASY - Static variable in class thinwire.ui.style.Font.Family
 
FAST_FLICKER - Static variable in class thinwire.ui.style.Effect.Motion
 
FAST_LINEAR - Static variable in class thinwire.ui.style.Effect.Motion
 
FAST_PULSE - Static variable in class thinwire.ui.style.Effect.Motion
 
FAST_SMOOTH - Static variable in class thinwire.ui.style.Effect.Motion
 
FAST_WOBBLE - Static variable in class thinwire.ui.style.Effect.Motion
 
FileChooser - Class in thinwire.ui
A FileChooser is a Component that enables a user to upload a file.
FileChooser() - Constructor for class thinwire.ui.FileChooser
 
FileChooser.FileInfo - Class in thinwire.ui
FileInfo is a class containing the name of the file uploaded and its InputStream.
FileChooser.FileInfo() - Constructor for class thinwire.ui.FileChooser.FileInfo
 
fireAction(ActionEvent) - Method in interface thinwire.ui.Component
Programmatically signals an action which triggers the appropriate listener which calls the desired method.
fireAction(String) - Method in interface thinwire.ui.Component
A convenience method that is equal to this.fireAction(new ActionEvent(this, action));
fireAction(String, Object) - Method in interface thinwire.ui.Component
A convenience method that is equal to this.fireAction(new ActionEvent(this, action));
fireAction(ActionEvent) - Method in class thinwire.ui.DateBox
 
fireAction(ActionEvent) - Method in class thinwire.ui.GridBox
 
fireAction(ActionEvent) - Method in class thinwire.ui.Menu
 
fireAction(ActionEvent) - Method in class thinwire.ui.RadioButton.Group
 
fireAction(String) - Method in class thinwire.ui.RadioButton.Group
 
fireAction(ActionEvent) - Method in class thinwire.ui.Tree
 
FIREBRICK - Static variable in class thinwire.ui.style.Color
 
fireDrop(DropEvent) - Method in interface thinwire.ui.Component
 
fireDrop(Component) - Method in interface thinwire.ui.Component
 
fireDrop(Component, Object) - Method in interface thinwire.ui.Component
 
fireItemChange(ItemChangeEvent.Type, int, int, Object, Object) - Method in class thinwire.util.ArrayGrid
 
fireKeyPress(KeyPressEvent) - Method in interface thinwire.ui.Component
Allows you to programmatically trigger a key press combination.
fireKeyPress(String) - Method in interface thinwire.ui.Component
A convenience method that is equal to this.fireKeyPress(new KeyPressEvent(keyPressCombo, this));
firePropertyChange(Object, String, Object, Object) - Method in class thinwire.ui.style.Style
 
FLICKER - Static variable in class thinwire.ui.style.Effect.Motion
 
FLICKER - Static variable in class thinwire.ui.style.Effect.Transition
 
FLORALWHITE - Static variable in class thinwire.ui.style.Color
 
Font - Class in thinwire.ui.style
 
Font.Family - Class in thinwire.ui.style
 
FORESTGREEN - Static variable in class thinwire.ui.style.Color
 
format(Object) - Method in interface thinwire.ui.GridBox.Column.Format
 
Frame - Class in thinwire.ui
A Frame is the browser window.
FUCHSIA - Static variable in class thinwire.ui.style.Color
 
FX - Class in thinwire.ui.style
 

G

GAINSBORO - Static variable in class thinwire.ui.style.Color
 
get() - Method in class thinwire.ui.Application.Local
 
get(int) - Method in class thinwire.ui.RadioButton.Group
 
get(int) - Method in class thinwire.util.ArrayGrid.Column
 
get(String) - Method in class thinwire.util.ArrayGrid.Row
 
get(int) - Method in class thinwire.util.ArrayGrid.Row
 
get(String) - Method in interface thinwire.util.Grid.Row
Get the field in the specified Column at this Row.
getAction() - Method in class thinwire.ui.event.ActionEvent
 
getAliasMap() - Method in class thinwire.util.XOD
 
getAlignX() - Method in interface thinwire.ui.AlignTextComponent
Get this label's text justification
getAlignX() - Method in class thinwire.ui.GridBox.Column
 
getAlignX() - Method in class thinwire.ui.Label
 
getBackground() - Method in class thinwire.ui.style.Style
 
getBaseFolder() - Method in class thinwire.ui.Application
 
getBlue() - Method in class thinwire.ui.style.Color
 
getBorder() - Method in class thinwire.ui.style.Style
 
getButtons() - Method in class thinwire.ui.MessageBox
Returns the string that sets all the buttons for the message box.
getCell() - Method in class thinwire.ui.GridBox.Range
 
getChecked() - Method in class thinwire.ui.RadioButton.Group
 
getCheckedRows() - Method in class thinwire.ui.GridBox
Returns any rows that are checked.
getChild() - Method in class thinwire.ui.GridBox.Row
Get this Row's child GridBox.
getChildren() - Method in interface thinwire.ui.Container
Returns a list of components in the container.
getChildren() - Method in class thinwire.ui.FileChooser
 
getChildren() - Method in interface thinwire.ui.HierarchyComponent.Item
Get the List that contains the children of this item.
getChildWithFocus() - Method in interface thinwire.ui.Container
Get the child Component for this container that currently has the focus.
getColor() - Method in class thinwire.ui.style.Background
 
getColor() - Method in class thinwire.ui.style.Border
 
getColor() - Method in class thinwire.ui.style.Font
 
getColorChange() - Method in class thinwire.ui.style.FX
 
getColumn() - Method in class thinwire.ui.GridBox.Range
 
getColumn() - Method in class thinwire.ui.layout.TableLayout.Range
 
getColumnIndex() - Method in class thinwire.ui.DropDownGridBox.DefaultView
 
getColumnIndex() - Method in class thinwire.ui.GridBox.Range
 
getColumnIndex() - Method in class thinwire.ui.layout.TableLayout.Range
 
getColumns() - Method in class thinwire.ui.GridBox
 
getColumns() - Method in class thinwire.ui.layout.TableLayout
 
getColumns() - Method in class thinwire.util.ArrayGrid
 
getColumns() - Method in interface thinwire.util.Grid
Get the Columns belonging to this Grid.
getColumnSpan() - Method in class thinwire.ui.layout.TableLayout.Range
 
getComponent() - Method in class thinwire.ui.DropDown
Returns the component that is displayed upon clicking the drop down button.
getComponent() - Method in class thinwire.ui.MessageBox
Returns the component for the MessageBox.
getComponentWithFocus() - Method in interface thinwire.ui.Container
Get the Component at the bottom of the component hiearchy that has the focus.
getContainer() - Method in interface thinwire.ui.Component
Returns the parent Container of this Component.
getContainer() - Method in class thinwire.ui.layout.AbstractLayout
 
getContainer() - Method in interface thinwire.ui.layout.Layout
 
getCurrentIndex() - Method in interface thinwire.ui.RangeComponent
Retuns the current index
getCurrentIndex() - Method in class thinwire.ui.TabFolder
 
getCursorIndex() - Method in interface thinwire.ui.EditorComponent
Retuns the index of the current cursor position
getDefaultMessage() - Method in class thinwire.ui.event.ExceptionEvent
 
getDefaultStyle(Class<? extends Component>) - Static method in class thinwire.ui.Application
 
getDefaultStyles() - Method in class thinwire.ui.Application
 
getDelimiter() - Method in class thinwire.ui.DropDownGridBox.DefaultView
 
getDescription() - Method in class thinwire.ui.FileChooser.FileInfo
 
getDialogs() - Method in class thinwire.ui.Frame
Returns a read-only list of all visible child dialogs.
getDisplayFormat() - Method in class thinwire.ui.GridBox.Column
 
getDragComponent() - Method in class thinwire.ui.event.DropEvent
 
getDragComponentX() - Method in class thinwire.ui.event.DropEvent
 
getDragComponentY() - Method in class thinwire.ui.event.DropEvent
 
getDragObject() - Method in class thinwire.ui.event.DropEvent
 
getDragX() - Method in class thinwire.ui.event.DropEvent
 
getDragY() - Method in class thinwire.ui.event.DropEvent
 
getDropDown() - Method in interface thinwire.ui.DropDown.View
 
getDropDown() - Method in class thinwire.ui.DropDownGridBox.DefaultView
 
getDuration() - Method in class thinwire.ui.style.Effect.Motion
 
getEditMask() - Method in interface thinwire.ui.MaskEditorComponent
Get this TextField's edit mask
getException() - Method in class thinwire.ui.event.ExceptionEvent
 
getFamily() - Method in class thinwire.ui.style.Font
 
getFileInfo() - Method in class thinwire.ui.Application
 
getFileInfo() - Method in class thinwire.ui.FileChooser
Initiates the upload of the file from the user's machine to the server.
getFont() - Method in class thinwire.ui.style.Style
 
getFormalLimit(Component) - Method in class thinwire.ui.layout.AbstractLayout
 
getFormalLimit(Component) - Method in class thinwire.ui.layout.TableLayout
 
getFormat() - Method in class thinwire.util.ImageInfo
 
getFrame() - Method in class thinwire.ui.Application
Gets the Frame that represents the primary application window.
getFrames() - Method in class thinwire.ui.style.Effect.Motion
 
getFX() - Method in class thinwire.ui.style.Style
 
getGreen() - Method in class thinwire.ui.style.Color
 
getGroup() - Method in class thinwire.ui.RadioButton
Returns the Group that this radio button is a part of.
getHeader() - Method in class thinwire.ui.GridBox.Column
Gets the Header object instance for this Column.
getHeight() - Method in interface thinwire.ui.Component
Returns the height of this Component.
getHeight() - Method in class thinwire.ui.layout.TableLayout.Row
 
getHeight() - Method in class thinwire.ui.Menu
 
getHeight() - Method in class thinwire.util.ImageInfo
 
getHierarchy() - Method in interface thinwire.ui.HierarchyComponent.Item
 
getIcon() - Method in class thinwire.ui.MessageBox
Returns the icon for the message box.
getImage() - Method in class thinwire.ui.Button
 
getImage() - Method in interface thinwire.ui.HierarchyComponent.Item
Get the image file name that is displayed on the left side of the item.
getImage() - Method in class thinwire.ui.Image
 
getImage() - Method in interface thinwire.ui.ImageComponent
Returns the image file name that was specified for this component.
getImage() - Method in class thinwire.ui.style.Background
 
getImage() - Method in class thinwire.ui.style.Border
 
getImage() - Method in class thinwire.ui.TabSheet
 
getImageInfo() - Method in class thinwire.ui.Button
 
getImageInfo() - Method in interface thinwire.ui.HierarchyComponent.Item
Returns an immutable ImageInfo class that provides information about the assigned image, such as width, height, format, etc.
getImageInfo() - Method in class thinwire.ui.Image
 
getImageInfo() - Method in interface thinwire.ui.ImageComponent
Returns an immutable ImageInfo class that provides information about the assigned image, such as width, height, format, etc.
getImageInfo() - Method in class thinwire.ui.style.Background
 
getImageInfo() - Method in class thinwire.ui.style.Border
 
getImageInfo() - Method in class thinwire.ui.TabSheet
 
getIndex() - Method in interface thinwire.ui.HierarchyComponent.Item
A convenience method that returns the index of this item in it's parents children List.
getIndex() - Method in class thinwire.util.ArrayGrid.Column
 
getIndex() - Method in class thinwire.util.ArrayGrid.Row
Gets the index for this row.
getIndex() - Method in interface thinwire.util.Grid.Column
Get the index of this Column.
getIndex() - Method in interface thinwire.util.Grid.Row
Get the index for this Row.
getInnerHeight() - Method in interface thinwire.ui.Container
Returns the usable inner height of the Container.
getInnerHeight() - Method in class thinwire.ui.Dialog
 
getInnerHeight() - Method in class thinwire.ui.Frame
 
getInnerHeight() - Method in class thinwire.ui.TabFolder
 
getInnerHeight() - Method in class thinwire.ui.TabSheet
 
getInnerWidth() - Method in interface thinwire.ui.Container
Returns the usable inner width of the Container.
getInnerWidth() - Method in class thinwire.ui.Frame
 
getInputStream() - Method in class thinwire.ui.FileChooser.FileInfo
 
getJustify() - Method in class thinwire.ui.layout.TableLayout.Range
 
getKey() - Method in class thinwire.ui.event.KeyPressEvent
 
getKeyPressCombo() - Method in class thinwire.ui.event.KeyPressEvent
 
getKeyPressCombo() - Method in class thinwire.ui.Menu.Item
Get a text representation of the key combo that will activate this item.
getLabel() - Method in interface thinwire.ui.Component
Returns the Label assigned to this Component.
getLabelFor() - Method in class thinwire.ui.Label
Returns the component that this label is associated with.
getLayout() - Method in interface thinwire.ui.Container
Gets the current layout manager that is responsible for sizing and positioning components of this Container.
getLayout() - Method in class thinwire.ui.TabFolder
This property is unsupported by the TabFolder component.
getLength() - Method in interface thinwire.ui.RangeComponent
Returns the length of the range
getLimit() - Method in interface thinwire.ui.Component
Gets the layout limit that controls the bounds of this component within the context of the parent Container's layout.
getLimit() - Method in class thinwire.ui.TabSheet
This property is unsupported by the TabSheet component.
getLocation() - Method in class thinwire.ui.Hyperlink
 
getLocation() - Method in class thinwire.ui.WebBrowser
 
getMargin() - Method in class thinwire.ui.layout.AbstractLayout
 
getMargin() - Method in interface thinwire.ui.layout.Layout
 
getMaximize() - Method in class thinwire.ui.layout.SplitLayout
Returns an enum constant telling whether the first, second or neither component is currently maximized.
getMaxLength() - Method in interface thinwire.ui.EditorComponent
Gets the TextField's max length.
getMenu() - Method in interface thinwire.ui.Window
Gets the main menubar for the window.
getName() - Method in class thinwire.ui.FileChooser.FileInfo
 
getName() - Method in class thinwire.util.ArrayGrid.Column
 
getName() - Method in interface thinwire.util.Grid.Column
Get the name of this Column
getName() - Method in class thinwire.util.ImageInfo
 
getNewValue() - Method in class thinwire.ui.event.ItemChangeEvent
 
getNewValue() - Method in class thinwire.ui.event.PropertyChangeEvent
 
getObjectId(Object) - Method in class thinwire.util.XOD
Gets the id that is associated to the specified object.
getObjectMap() - Method in class thinwire.util.XOD
The object map contains references to previously defined objects identified by id.
getObjects() - Method in class thinwire.util.XOD
 
getOldValue() - Method in class thinwire.ui.event.ItemChangeEvent
 
getOldValue() - Method in class thinwire.ui.event.PropertyChangeEvent
 
getOpacity() - Method in class thinwire.ui.style.Style
 
getOpacityChange() - Method in class thinwire.ui.style.FX
 
getOptimalHeight() - Method in interface thinwire.ui.DropDown.View
 
getOptimalHeight() - Method in class thinwire.ui.DropDownGridBox.DefaultView
 
getOptimalWidth() - Method in class thinwire.ui.DropDown.AbstractView
 
getOptimalWidth() - Method in interface thinwire.ui.DropDown.View
 
getOptimalWidth() - Method in class thinwire.ui.DropDownGridBox.DefaultView
 
getParent() - Method in interface thinwire.ui.Component
Returns the parent Object of this Component.
getParent() - Method in class thinwire.ui.GridBox.Range
 
getParent() - Method in interface thinwire.ui.HierarchyComponent.Item
Get the parent object of this item.
getParent() - Method in class thinwire.ui.layout.TableLayout.Range
 
getParent() - Method in class thinwire.ui.style.Background
 
getParent() - Method in class thinwire.ui.style.Border
 
getParent() - Method in class thinwire.ui.style.Font.Family
 
getParent() - Method in class thinwire.ui.style.Font
 
getParent() - Method in class thinwire.ui.style.FX
 
getParent() - Method in class thinwire.ui.style.Style
 
getParent() - Method in class thinwire.util.ArrayGrid.Column
Gets the grid that contains this column.
getParent() - Method in class thinwire.util.ArrayGrid.Row
Gets the grid that contains this row.
getParent() - Method in interface thinwire.util.Grid.Column
Get the Grid that this Column is part of.
getParent() - Method in interface thinwire.util.Grid.Row
Get the Grid this Row is part of.
getPlatformVersionInfo() - Static method in class thinwire.ui.Application
Returns the current version info details for the platform.
getPosition() - Method in class thinwire.ui.event.ItemChangeEvent
 
getPosition() - Method in class thinwire.ui.style.Background
 
getPositionChange() - Method in class thinwire.ui.style.FX
 
getPriorFocus() - Method in class thinwire.ui.Application
Returns the Component that previously had focus in the Application.
getPriorSelectedItem() - Method in class thinwire.ui.Tree
Gets the prior selected item of Tree.
getPriorSelectedRow() - Method in class thinwire.ui.GridBox
Returns the prior row that was selected.
getProperty(String) - Method in class thinwire.ui.style.Background
 
getProperty(String) - Method in class thinwire.ui.style.Border
 
getProperty(String) - Method in class thinwire.ui.style.Font
 
getProperty(String) - Method in class thinwire.ui.style.FX
 
getProperty(String) - Method in class thinwire.ui.style.Style
 
getPropertyMap() - Method in class thinwire.util.XOD
 
getPropertyName() - Method in class thinwire.ui.event.PropertyChangeEvent
 
getQualifiedURL(String) - Method in class thinwire.ui.Application
 
getRed() - Method in class thinwire.ui.style.Color
 
getRelativeFile(String) - Method in class thinwire.ui.Application
 
getRelativeFile(String, String) - Method in class thinwire.ui.Application
 
getRepeat() - Method in class thinwire.ui.style.Background
 
getResourceAsStream(String) - Static method in class thinwire.ui.Application
Returns an InputStream representing the specified resource.
getResourceBytes(String) - Static method in class thinwire.ui.Application
 
getRootItem() - Method in interface thinwire.ui.HierarchyComponent
Get the root item of the Menu.
getRootObjects() - Method in class thinwire.util.XOD
 
getRow() - Method in class thinwire.ui.GridBox.Range
 
getRow() - Method in class thinwire.ui.layout.TableLayout.Range
 
getRowIndex() - Method in class thinwire.ui.GridBox.Range
 
getRowIndex() - Method in class thinwire.ui.layout.TableLayout.Range
 
getRows() - Method in class thinwire.ui.GridBox
 
getRows() - Method in class thinwire.ui.layout.TableLayout
 
getRows() - Method in class thinwire.util.ArrayGrid
 
getRows() - Method in interface thinwire.util.Grid
Get the Rows belonging to this Grid.
getRowSpan() - Method in class thinwire.ui.layout.TableLayout.Range
 
getRowsWithChildren() - Method in class thinwire.ui.GridBox
Returns any rows that have children.
getScrollType() - Method in interface thinwire.ui.Container
Gets the current scrollType defined for the Container.
getScrollType() - Method in class thinwire.ui.TabFolder
This property is unsupported by the TabFolder component.
getSelectedDate() - Method in class thinwire.ui.DateBox
Returns the currently selected date.
getSelectedItem() - Method in class thinwire.ui.Tree
Get the selected item of Tree.
getSelectedRow() - Method in class thinwire.ui.GridBox
Returns the row that is currently selected.
getSelectionBeginIndex() - Method in interface thinwire.ui.EditorComponent
Returns the index of the beginning of the selection
getSelectionEndIndex() - Method in interface thinwire.ui.EditorComponent
Returns the index of the end of the selection
getSize() - Method in class thinwire.ui.style.Border
 
getSize() - Method in class thinwire.ui.style.Font
 
getSizeChange() - Method in class thinwire.ui.style.FX
 
getSortComparator() - Method in class thinwire.ui.GridBox.Column
Get this Column's Comparator.
getSortOrder() - Method in class thinwire.ui.GridBox.Column
 
getSourceComponent() - Method in class thinwire.ui.event.ActionEvent
 
getSourceComponent() - Method in class thinwire.ui.event.DropEvent
 
getSourceComponent() - Method in class thinwire.ui.event.ItemChangeEvent
 
getSourceComponent() - Method in class thinwire.ui.event.KeyPressEvent
 
getSourceComponent() - Method in class thinwire.ui.event.PropertyChangeEvent
 
getSourceComponentX() - Method in class thinwire.ui.event.ActionEvent
 
getSourceComponentX() - Method in class thinwire.ui.event.DropEvent
 
getSourceComponentY() - Method in class thinwire.ui.event.ActionEvent
 
getSourceComponentY() - Method in class thinwire.ui.event.DropEvent
 
getSourceX() - Method in class thinwire.ui.event.ActionEvent
 
getSourceX() - Method in class thinwire.ui.event.DropEvent
 
getSourceY() - Method in class thinwire.ui.event.ActionEvent
 
getSourceY() - Method in class thinwire.ui.event.DropEvent
 
getSpacerStyle() - Method in class thinwire.ui.layout.SplitLayout
 
getSpacing() - Method in class thinwire.ui.layout.AbstractLayout
 
getSpacing() - Method in interface thinwire.ui.layout.Layout
 
getSplit() - Method in class thinwire.ui.layout.SplitLayout
 
getStackTraceText() - Method in class thinwire.ui.event.ExceptionEvent
 
getStringHeight(String) - Method in class thinwire.ui.style.Font
 
getStringWidth(String) - Method in class thinwire.ui.style.Font
 
getStyle() - Method in interface thinwire.ui.Component
Returns a Style object representing this Component's current style settings.
getSystemColors() - Method in class thinwire.ui.Application
 
getSystemFile(String) - Method in class thinwire.ui.Application
 
getSystemImages() - Method in class thinwire.ui.Application
 
getText() - Method in class thinwire.ui.GridBox.Header
Returns the text to display in column headers.
getText() - Method in interface thinwire.ui.HierarchyComponent.Item
Get the text that is displayed for the item in the menu.
getText() - Method in class thinwire.ui.MessageBox
Returns the message in the message box.
getText() - Method in class thinwire.ui.TabSheet
Returns the text displayed on the tab part of the TabSheet.
getText() - Method in interface thinwire.ui.TextComponent
This method will return the text in the field as a String.
getTitle() - Method in class thinwire.ui.MessageBox
Returns the title of the MessageBox.
getTitle() - Method in interface thinwire.ui.Window
Gets the title of the window.
getTransition() - Method in class thinwire.ui.style.Effect.Motion
 
getType() - Method in class thinwire.ui.event.ItemChangeEvent
 
getType() - Method in class thinwire.ui.style.Border
 
getUserObject() - Method in interface thinwire.ui.Component
Returns the user defined Object for this Component.
getUserObject() - Method in interface thinwire.ui.HierarchyComponent.Item
Get the user defined value for this item.
getUserObject() - Method in class thinwire.ui.RadioButton.Group
 
getValue() - Method in interface thinwire.ui.DropDown.View
 
getValue() - Method in class thinwire.ui.DropDownGridBox.DefaultView
 
getView() - Method in class thinwire.ui.DropDown
 
getVisibleChange() - Method in class thinwire.ui.style.FX
 
getVisibleColumns() - Method in class thinwire.ui.layout.TableLayout
 
getVisibleRows() - Method in class thinwire.ui.layout.TableLayout
 
getWidth() - Method in interface thinwire.ui.Component
Returns the width of this Component.
getWidth() - Method in class thinwire.ui.GridBox.Column
 
getWidth() - Method in class thinwire.ui.layout.TableLayout.Column
 
getWidth() - Method in class thinwire.ui.Menu
 
getWidth() - Method in class thinwire.util.ImageInfo
 
getX() - Method in interface thinwire.ui.Component
Returns the X coordinate of this Component.
getX() - Method in class thinwire.ui.Frame
 
getX() - Method in class thinwire.ui.GridBox
 
getX() - Method in class thinwire.ui.Menu
 
getX() - Method in class thinwire.ui.style.Background.Position
 
getY() - Method in interface thinwire.ui.Component
Returns the Y coordinate of this Component.
getY() - Method in class thinwire.ui.Frame
 
getY() - Method in class thinwire.ui.GridBox
 
getY() - Method in class thinwire.ui.Menu
 
getY() - Method in class thinwire.ui.style.Background.Position
 
GHOSTWHITE - Static variable in class thinwire.ui.style.Color
 
GOLD - Static variable in class thinwire.ui.style.Color
 
GOLDENROD - Static variable in class thinwire.ui.style.Color
 
GRAY - Static variable in class thinwire.ui.style.Color
 
GRAYTEXT - Static variable in class thinwire.ui.style.Color
 
GREEN - Static variable in class thinwire.ui.style.Color
 
GREENYELLOW - Static variable in class thinwire.ui.style.Color
 
GREY - Static variable in class thinwire.ui.style.Color
 
Grid<R extends Grid.Row,C extends Grid.Column> - Interface in thinwire.util
An interface used to create a local data source.
Grid.Column - Interface in thinwire.util
A Column is a list of values.
Grid.Row - Interface in thinwire.util
A Row is a list of values.
GridBox - Class in thinwire.ui
A GridBox is a screen component that can display multi-column rows or data.
GridBox() - Constructor for class thinwire.ui.GridBox
Constructs a new GridBox.
GridBox.Column - Class in thinwire.ui
 
GridBox.Column() - Constructor for class thinwire.ui.GridBox.Column
Construct a Column.
GridBox.Column(Collection<? extends Object>) - Constructor for class thinwire.ui.GridBox.Column
Construct a Column, specifying a Collection whose values will serve as the Column's values.
GridBox.Column(String, boolean, Collection<? extends Object>) - Constructor for class thinwire.ui.GridBox.Column
Construct a Column that contains the values of the specified Array.
GridBox.Column(String, boolean, int, Collection<? extends Object>) - Constructor for class thinwire.ui.GridBox.Column
Construct a Column that contains the values of the specified Array.
GridBox.Column(String, boolean, int, AlignTextComponent.AlignX, Collection<? extends Object>) - Constructor for class thinwire.ui.GridBox.Column
Construct a Column that contains the values of the specified Array.
GridBox.Column(Object...) - Constructor for class thinwire.ui.GridBox.Column
Construct a Column that contains the values of the specified Array.
GridBox.Column(String, boolean, Object...) - Constructor for class thinwire.ui.GridBox.Column
Construct a Column that contains the values of the specified Array.
GridBox.Column(String, boolean, int, Object...) - Constructor for class thinwire.ui.GridBox.Column
Construct a Column that contains the values of the specified Array.
GridBox.Column(String, boolean, int, AlignTextComponent.AlignX, Object...) - Constructor for class thinwire.ui.GridBox.Column
Construct a Column that contains the values of the specified Array.
GridBox.Column.Format - Interface in thinwire.ui
 
GridBox.Column.SortOrder - Enum in thinwire.ui
 
GridBox.Header - Class in thinwire.ui
 
GridBox.Range - Class in thinwire.ui
 
GridBox.Range(GridBox, int, int) - Constructor for class thinwire.ui.GridBox.Range
 
GridBox.Row - Class in thinwire.ui
 
GridBox.Row() - Constructor for class thinwire.ui.GridBox.Row
Construct a Row.
GridBox.Row(Collection<? extends Object>) - Constructor for class thinwire.ui.GridBox.Row
Construct a Row that contains the values of the specified Collection.
GridBox.Row(boolean, Collection<? extends Object>) - Constructor for class thinwire.ui.GridBox.Row
Construct a Row that contains the values of the specified Collection.
GridBox.Row(Object...) - Constructor for class thinwire.ui.GridBox.Row
Construct a Row that contains the values of the specified Array.
GridBox.Row(boolean, Object...) - Constructor for class thinwire.ui.GridBox.Row
Construct a Row that contains the values of the specified Array.

H

hasChildren() - Method in interface thinwire.ui.HierarchyComponent.Item
 
hashCode() - Method in class thinwire.ui.event.ActionEvent
 
hashCode() - Method in class thinwire.ui.event.DropEvent
 
hashCode() - Method in class thinwire.ui.event.ItemChangeEvent
 
hashCode() - Method in class thinwire.ui.event.KeyPressEvent
 
hashCode() - Method in class thinwire.ui.event.PropertyChangeEvent
 
hashCode() - Method in class thinwire.ui.GridBox.Range
 
hashCode() - Method in class thinwire.ui.layout.TableLayout.Range
 
hashCode() - Method in class thinwire.ui.style.Background
 
hashCode() - Method in class thinwire.ui.style.Background.Position
 
hashCode() - Method in class thinwire.ui.style.Border
 
hashCode() - Method in class thinwire.ui.style.Color
 
hashCode() - Method in class thinwire.ui.style.Effect.Motion
 
hashCode() - Method in class thinwire.ui.style.Font.Family
 
hashCode() - Method in class thinwire.ui.style.Font
 
hashCode() - Method in class thinwire.ui.style.FX
 
hashCode() - Method in class thinwire.ui.style.Style
 
hashCode() - Method in class thinwire.util.ImageInfo
 
hideWindow(Window) - Method in class thinwire.ui.Application
 
HierarchyComponent<HI extends HierarchyComponent.Item> - Interface in thinwire.ui
 
HierarchyComponent.Item<H extends HierarchyComponent,I extends HierarchyComponent.Item> - Interface in thinwire.ui
 
HIGHLIGHT - Static variable in class thinwire.ui.style.Color
 
HIGHLIGHTTEXT - Static variable in class thinwire.ui.style.Color
 
HONEYDEW - Static variable in class thinwire.ui.style.Color
 
HOTPINK - Static variable in class thinwire.ui.style.Color
 
Hyperlink - Class in thinwire.ui
A Hyperlink is a screen component that acts like a standard hyperlink.
Hyperlink() - Constructor for class thinwire.ui.Hyperlink
 
Hyperlink(String) - Constructor for class thinwire.ui.Hyperlink
Constructs a new Hyperlink displaying the specified text.
Hyperlink(String, String) - Constructor for class thinwire.ui.Hyperlink
 

I

Image - Class in thinwire.ui
A component that displays an image.
Image() - Constructor for class thinwire.ui.Image
Constructs a new Image with no image fileName.
Image(String) - Constructor for class thinwire.ui.Image
Constructs a new Image with the specified fileName as its image.
ImageComponent - Interface in thinwire.ui
 
ImageInfo - Class in thinwire.util
 
ImageInfo(String) - Constructor for class thinwire.util.ImageInfo
 
ImageInfo.Format - Enum in thinwire.util
 
INACTIVEBORDER - Static variable in class thinwire.ui.style.Color
 
INACTIVECAPTION - Static variable in class thinwire.ui.style.Color
 
INACTIVECAPTIONTEXT - Static variable in class thinwire.ui.style.Color
 
INDIANRED - Static variable in class thinwire.ui.style.Color
 
INDIGO - Static variable in class thinwire.ui.style.Color
 
INFOBACKGROUND - Static variable in class thinwire.ui.style.Color
 
INFOTEXT - Static variable in class thinwire.ui.style.Color
 
init(DropDown<T>, T) - Method in class thinwire.ui.DropDown.AbstractView
 
init(DropDown<GridBox>, GridBox) - Method in class thinwire.ui.DropDownGridBox.DefaultView
 
initialValue() - Method in class thinwire.ui.Application.Local
 
isAlt() - Method in class thinwire.ui.event.KeyPressEvent
 
isAutoApply() - Method in class thinwire.ui.layout.AbstractLayout
 
isAutoApply() - Method in interface thinwire.ui.layout.Layout
 
isBold() - Method in class thinwire.ui.style.Font
 
isCanceled() - Method in class thinwire.ui.event.ExceptionEvent
 
isChecked() - Method in class thinwire.ui.CheckBox
 
isChecked() - Method in interface thinwire.ui.CheckedComponent
Return whether the CheckBox is checked.
isChecked() - Method in class thinwire.ui.GridBox.Row
Returns the checked state of the row.
isChecked() - Method in class thinwire.ui.RadioButton
 
isCtrl() - Method in class thinwire.ui.event.KeyPressEvent
 
isEditAllowed() - Method in class thinwire.ui.DropDown
Returns whether you can type in the text field.
isEnabled() - Method in interface thinwire.ui.Component
Returns whether this Component is enabled and therefore supports user interaction.
isEnabled() - Method in class thinwire.ui.Menu.Item
Returns whether the item is selectable (enabled).
isEnabled() - Method in class thinwire.ui.RadioButton.Group
 
isExpanded() - Method in class thinwire.ui.Tree.Item
Get the expanded state of the item.
isFocus() - Method in interface thinwire.ui.Component
Returns whether this Component has the input focus.
isFocusCapable() - Method in interface thinwire.ui.Component
Returns whether this Component supports gaining focus.
isFocusCapable() - Method in class thinwire.ui.GridBox
 
isFormatText() - Method in interface thinwire.ui.MaskEditorComponent
Determines whether the text returned by getText() is formatted.
isFullRowCheckBox() - Method in class thinwire.ui.GridBox
Get a boolean indicating whether clicking anywhere on a row in this GridBox will check the row's CheckBox.
isInputHidden() - Method in class thinwire.ui.TextField
Returns whether the input is hidden (as in a password field).
isItalic() - Method in class thinwire.ui.style.Font
 
isMaximized() - Method in class thinwire.ui.layout.SplitLayout
 
isModal() - Method in class thinwire.ui.Dialog
Returns whether the Dialog is modal.
isRepositionAllowed() - Method in class thinwire.ui.Dialog
Returns whether the Dialog can be drug around the frame
isResizeAllowed() - Method in class thinwire.ui.Dialog
Returns whether the Dialog can be resized by dragging the bottom-right corner.
isRootItemVisible() - Method in class thinwire.ui.Tree
Get the rootItemVisible state of the Tree.
isSelected() - Method in class thinwire.ui.GridBox.Row
Returns the selected state of the row.
isSelected() - Method in class thinwire.ui.Tree.Item
Get the selected state of the item.
isShift() - Method in class thinwire.ui.event.KeyPressEvent
 
isSortAllowed() - Method in class thinwire.ui.GridBox
Get a boolean indicating whether this GridBox can be sorted by clicking on Column headers
isSplitVertical() - Method in class thinwire.ui.layout.SplitLayout
 
isStandard() - Method in class thinwire.ui.Button
Returns whether the button is the standard button (i.e.
isStopPropagation() - Method in class thinwire.ui.event.ExceptionEvent
 
isStrike() - Method in class thinwire.ui.style.Font
 
isSuppressLogging() - Method in class thinwire.ui.event.ExceptionEvent
 
isSystemColor() - Method in class thinwire.ui.style.Color
 
isUnderline() - Method in class thinwire.ui.style.Font
 
isVisible() - Method in interface thinwire.ui.Component
Returns a boolean value indicating whether this Component may be displayed in a window.
isVisible() - Method in class thinwire.ui.GridBox.Column
Gets whether this column is visible.
isVisible() - Method in class thinwire.ui.layout.TableLayout.Column
 
isVisible() - Method in class thinwire.ui.layout.TableLayout.Row
 
isVisible() - Method in class thinwire.ui.Menu
 
isVisible() - Method in class thinwire.ui.RadioButton.Group
 
isVisibleCheckBoxes() - Method in class thinwire.ui.GridBox
Returns a boolean indicating whether this GridBox's rows have visible CheckBoxes.
isVisibleHeader() - Method in class thinwire.ui.GridBox
Returns a boolean indicating if this GridBox's column headers are visible.
isWaitForWindow() - Method in class thinwire.ui.Dialog
Returns whether the Dialog will block execution when visible.
isWrapText() - Method in class thinwire.ui.Label
 
itemChange(ItemChangeEvent) - Method in interface thinwire.ui.event.ItemChangeListener
 
ItemChangeEvent - Class in thinwire.ui.event
Sends a trigger to a listener when something changes in an item.
ItemChangeEvent(ItemChangeEventComponent, ItemChangeEvent.Type, Object, Object, Object) - Constructor for class thinwire.ui.event.ItemChangeEvent
 
ItemChangeEvent(ItemChangeEventComponent, Object, ItemChangeEvent.Type, Object, Object, Object) - Constructor for class thinwire.ui.event.ItemChangeEvent
 
ItemChangeEvent.Type - Enum in thinwire.ui.event
 
ItemChangeEventComponent - Interface in thinwire.ui
 
ItemChangeListener - Interface in thinwire.ui.event
Extension of java.util.EventListener which provides an interface to respond to changes.
IVORY - Static variable in class thinwire.ui.style.Color
 

K

keyPress(KeyPressEvent) - Method in interface thinwire.ui.event.KeyPressListener
 
KeyPressEvent - Class in thinwire.ui.event
 
KeyPressEvent(String, Component) - Constructor for class thinwire.ui.event.KeyPressEvent
 
KeyPressListener - Interface in thinwire.ui.event
 
KHAKI - Static variable in class thinwire.ui.style.Color
 

L

Label - Class in thinwire.ui
A Label is the text that appears next to a control on a screen.
Label() - Constructor for class thinwire.ui.Label
Constructs a new Label with no text.
Label(String) - Constructor for class thinwire.ui.Label
Constructs a new Label with the specified text.
LAVENDER - Static variable in class thinwire.ui.style.Color
 
LAVENDERBLUSH - Static variable in class thinwire.ui.style.Color
 
LAWNGREEN - Static variable in class thinwire.ui.style.Color
 
Layout - Interface in thinwire.ui.layout
 
LEFT_BOTTOM - Static variable in class thinwire.ui.style.Background.Position
 
LEFT_CENTER - Static variable in class thinwire.ui.style.Background.Position
 
LEFT_TOP - Static variable in class thinwire.ui.style.Background.Position
 
LEMONCHIFFON - Static variable in class thinwire.ui.style.Color
 
LIGHTBLUE - Static variable in class thinwire.ui.style.Color
 
LIGHTCORAL - Static variable in class thinwire.ui.style.Color
 
LIGHTCYAN - Static variable in class thinwire.ui.style.Color
 
LIGHTGOLDENRODYELLOW - Static variable in class thinwire.ui.style.Color
 
LIGHTGRAY - Static variable in class thinwire.ui.style.Color
 
LIGHTGREEN - Static variable in class thinwire.ui.style.Color
 
LIGHTGREY - Static variable in class thinwire.ui.style.Color
 
LIGHTPINK - Static variable in class thinwire.ui.style.Color
 
LIGHTSALMON - Static variable in class thinwire.ui.style.Color
 
LIGHTSEAGREEN - Static variable in class thinwire.ui.style.Color
 
LIGHTSKYBLUE - Static variable in class thinwire.ui.style.Color
 
LIGHTSLATEGRAY - Static variable in class thinwire.ui.style.Color
 
LIGHTSLATEGREY - Static variable in class thinwire.ui.style.Color
 
LIGHTSTEELBLUE - Static variable in class thinwire.ui.style.Color
 
LIGHTYELLOW - Static variable in class thinwire.ui.style.Color
 
LIME - Static variable in class thinwire.ui.style.Color
 
LIMEGREEN - Static variable in class thinwire.ui.style.Color
 
limitChanged(Component, Object) - Method in class thinwire.ui.layout.AbstractLayout
 
limitChanged(Component, Object) - Method in class thinwire.ui.layout.TableLayout
 
limitLayout - Variable in class thinwire.ui.layout.AbstractLayout
 
LINEAR - Static variable in class thinwire.ui.style.Effect.Motion
 
LINEAR - Static variable in class thinwire.ui.style.Effect.Transition
 
LINEN - Static variable in class thinwire.ui.style.Color
 
loadStyleSheet(String) - Method in class thinwire.ui.Application
 

M

MAGENTA - Static variable in class thinwire.ui.style.Color
 
main(String[]) - Static method in class thinwire.ui.Application
Displays a version detail dialog.
margin - Variable in class thinwire.ui.layout.AbstractLayout
 
MAROON - Static variable in class thinwire.ui.style.Color
 
MaskEditorComponent - Interface in thinwire.ui
 
MEDIUMAQUAMARINE - Static variable in class thinwire.ui.style.Color
 
MEDIUMBLUE - Static variable in class thinwire.ui.style.Color
 
MEDIUMORCHID - Static variable in class thinwire.ui.style.Color
 
MEDIUMPURPLE - Static variable in class thinwire.ui.style.Color
 
MEDIUMSEAGREEN - Static variable in class thinwire.ui.style.Color
 
MEDIUMSLATEBLUE - Static variable in class thinwire.ui.style.Color
 
MEDIUMSPRINGGREEN - Static variable in class thinwire.ui.style.Color
 
MEDIUMTURQUOISE - Static variable in class thinwire.ui.style.Color
 
MEDIUMVIOLETRED - Static variable in class thinwire.ui.style.Color
 
Menu - Class in thinwire.ui
A component that displays a set of hierarchical data as a menu.
Menu() - Constructor for class thinwire.ui.Menu
Constructs a new Menu.
MENU - Static variable in class thinwire.ui.style.Color
 
Menu.Item - Class in thinwire.ui
An object that represents an item in a Menu component.
Menu.Item() - Constructor for class thinwire.ui.Menu.Item
Constructs a new Item with no text and no image.
Menu.Item(String) - Constructor for class thinwire.ui.Menu.Item
Constructs a new Item with the specified text and no image.
Menu.Item(String, String) - Constructor for class thinwire.ui.Menu.Item
Constructs a new Item with the specified text and image.
Menu.Item(String, String, String) - Constructor for class thinwire.ui.Menu.Item
Constructs a new Item with the specified text and image.
MENUTEXT - Static variable in class thinwire.ui.style.Color
 
MessageBox - Class in thinwire.ui
A MessageBox displays a message (or a component) and allows a user to respond.
MessageBox() - Constructor for class thinwire.ui.MessageBox
 
MIDNIGHTBLUE - Static variable in class thinwire.ui.style.Color
 
MINTCREAM - Static variable in class thinwire.ui.style.Color
 
MISTYROSE - Static variable in class thinwire.ui.style.Color
 
MOCCASIN - Static variable in class thinwire.ui.style.Color
 
MONOSPACE - Static variable in class thinwire.ui.style.Font.Family
 

N

name() - Method in class thinwire.ui.style.Background.Position
 
name() - Method in class thinwire.ui.style.Color
 
name() - Method in class thinwire.ui.style.Effect.Motion
 
name() - Method in class thinwire.ui.style.Font.Family
 
NAVAJOWHITE - Static variable in class thinwire.ui.style.Color
 
NAVY - Static variable in class thinwire.ui.style.Color
 
NONE - Static variable in class thinwire.ui.style.Effect.Motion
 
normalizeKeyPressCombo(String) - Static method in class thinwire.ui.event.KeyPressEvent
Parses the specified keyPressCombo and return's it in a normalized form.

O

OLDLACE - Static variable in class thinwire.ui.style.Color
 
OLIVE - Static variable in class thinwire.ui.style.Color
 
OLIVEDRAB - Static variable in class thinwire.ui.style.Color
 
openLocation(String) - Static method in class thinwire.ui.Hyperlink
 
openLocation(String, String) - Static method in class thinwire.ui.Hyperlink
 
ORANGE - Static variable in class thinwire.ui.style.Color
 
ORANGERED - Static variable in class thinwire.ui.style.Color
 
ORCHID - Static variable in class thinwire.ui.style.Color
 
ordinal() - Method in class thinwire.ui.style.Background.Position
 
ordinal() - Method in class thinwire.ui.style.Color
 
ordinal() - Method in class thinwire.ui.style.Effect.Motion
 
ordinal() - Method in class thinwire.ui.style.Font.Family
 

P

PALEGOLDENROD - Static variable in class thinwire.ui.style.Color
 
PALEGREEN - Static variable in class thinwire.ui.style.Color
 
PALETURQUOISE - Static variable in class thinwire.ui.style.Color
 
PALEVIOLETRED - Static variable in class thinwire.ui.style.Color
 
Panel - Class in thinwire.ui
Panel is a direct implementation of Container.
Panel() - Constructor for class thinwire.ui.Panel
 
PAPAYAWHIP - Static variable in class thinwire.ui.style.Color
 
PEACHPUFF - Static variable in class thinwire.ui.style.Color
 
PERU - Static variable in class thinwire.ui.style.Color
 
PINK - Static variable in class thinwire.ui.style.Color
 
PLUM - Static variable in class thinwire.ui.style.Color
 
POWDERBLUE - Static variable in class thinwire.ui.style.Color
 
ProgressBar - Class in thinwire.ui
A ProgressBar is a screen element that has a visible selection that can be set to any size between zero and a specified length.
ProgressBar() - Constructor for class thinwire.ui.ProgressBar
Constructs a new ProgressBar with a length of 100 and a currentIndex of 0.
ProgressBar(int) - Constructor for class thinwire.ui.ProgressBar
Constructs a new ProgressBar with the specified length and a currentIndex of 0.
ProgressBar(int, int) - Constructor for class thinwire.ui.ProgressBar
Constructs a new ProgressBar with the specified length and currentIndex.
PROPERTY_ALIGN_X - Static variable in interface thinwire.ui.AlignTextComponent
 
PROPERTY_BACKGROUND_COLOR - Static variable in class thinwire.ui.style.Background
 
PROPERTY_BACKGROUND_IMAGE - Static variable in class thinwire.ui.style.Background
 
PROPERTY_BACKGROUND_POSITION - Static variable in class thinwire.ui.style.Background
 
PROPERTY_BACKGROUND_REPEAT - Static variable in class thinwire.ui.style.Background
 
PROPERTY_BORDER_COLOR - Static variable in class thinwire.ui.style.Border
 
PROPERTY_BORDER_IMAGE - Static variable in class thinwire.ui.style.Border
 
PROPERTY_BORDER_SIZE - Static variable in class thinwire.ui.style.Border
 
PROPERTY_BORDER_TYPE - Static variable in class thinwire.ui.style.Border
 
PROPERTY_CHECKED - Static variable in class thinwire.ui.CheckBox
 
PROPERTY_CHECKED - Static variable in interface thinwire.ui.CheckedComponent
 
PROPERTY_COLUMN_ALIGN_X - Static variable in class thinwire.ui.GridBox.Column
 
PROPERTY_COLUMN_DISPLAY_FORMAT - Static variable in class thinwire.ui.GridBox.Column
 
PROPERTY_COLUMN_NAME - Static variable in class thinwire.ui.GridBox.Column
 
PROPERTY_COLUMN_SORT_COMPARATOR - Static variable in class thinwire.ui.GridBox.Column
 
PROPERTY_COLUMN_SORT_ORDER - Static variable in class thinwire.ui.GridBox.Column
 
PROPERTY_COLUMN_VISIBLE - Static variable in class thinwire.ui.GridBox.Column
 
PROPERTY_COLUMN_WIDTH - Static variable in class thinwire.ui.GridBox.Column
 
PROPERTY_COMPONENT - Static variable in class thinwire.ui.DropDown
 
PROPERTY_CURRENT_INDEX - Static variable in interface thinwire.ui.RangeComponent
 
PROPERTY_CURRENT_INDEX - Static variable in class thinwire.ui.TabFolder
 
PROPERTY_CURSOR_INDEX - Static variable in interface thinwire.ui.EditorComponent
 
PROPERTY_EDIT_ALLOWED - Static variable in class thinwire.ui.DropDown
 
PROPERTY_EDIT_MASK - Static variable in interface thinwire.ui.MaskEditorComponent
 
PROPERTY_ENABLED - Static variable in interface thinwire.ui.Component
Contains the formal property name for the enabled state of a Component.
PROPERTY_FOCUS - Static variable in interface thinwire.ui.Component
Contains the formal property name for the focus state of a Component.
PROPERTY_FOCUS_CAPABLE - Static variable in interface thinwire.ui.Component
Contains the formal property name for the focus capability of a Component.
PROPERTY_FONT_BOLD - Static variable in class thinwire.ui.style.Font
 
PROPERTY_FONT_COLOR - Static variable in class thinwire.ui.style.Font
 
PROPERTY_FONT_FAMILY - Static variable in class thinwire.ui.style.Font
 
PROPERTY_FONT_ITALIC - Static variable in class thinwire.ui.style.Font
 
PROPERTY_FONT_SIZE - Static variable in class thinwire.ui.style.Font
 
PROPERTY_FONT_STRIKE - Static variable in class thinwire.ui.style.Font
 
PROPERTY_FONT_UNDERLINE - Static variable in class thinwire.ui.style.Font
 
PROPERTY_FORMAT_TEXT - Static variable in interface thinwire.ui.MaskEditorComponent
 
PROPERTY_FULL_ROW_CHECK_BOX - Static variable in class thinwire.ui.GridBox
 
PROPERTY_FX_COLOR_CHANGE - Static variable in class thinwire.ui.style.FX
 
PROPERTY_FX_OPACITY_CHANGE - Static variable in class thinwire.ui.style.FX
 
PROPERTY_FX_POSITION_CHANGE - Static variable in class thinwire.ui.style.FX
 
PROPERTY_FX_SIZE_CHANGE - Static variable in class thinwire.ui.style.FX
 
PROPERTY_FX_VISIBLE_CHANGE - Static variable in class thinwire.ui.style.FX
 
PROPERTY_GROUP - Static variable in class thinwire.ui.RadioButton
 
PROPERTY_HEADER_TEXT - Static variable in class thinwire.ui.GridBox.Header
 
PROPERTY_HEIGHT - Static variable in interface thinwire.ui.Component
Contains the formal property name for the height of a Component.
PROPERTY_IMAGE - Static variable in interface thinwire.ui.ImageComponent
 
PROPERTY_INPUT_HIDDEN - Static variable in class thinwire.ui.TextField
 
PROPERTY_ITEM_ENABLED - Static variable in class thinwire.ui.Menu.Item
 
PROPERTY_ITEM_EXPANDED - Static variable in class thinwire.ui.Tree.Item
 
PROPERTY_ITEM_IMAGE - Static variable in interface thinwire.ui.HierarchyComponent.Item
 
PROPERTY_ITEM_KEY_PRESS_COMBO - Static variable in class thinwire.ui.Menu.Item
 
PROPERTY_ITEM_SELECTED - Static variable in class thinwire.ui.Tree.Item
 
PROPERTY_ITEM_TEXT - Static variable in interface thinwire.ui.HierarchyComponent.Item
 
PROPERTY_ITEM_USER_OBJECT - Static variable in interface thinwire.ui.HierarchyComponent.Item
 
PROPERTY_LABEL_FOR - Static variable in class thinwire.ui.Label
 
PROPERTY_LAYOUT - Static variable in interface thinwire.ui.Container
Contains the formal property name for the layout manager of the container.
PROPERTY_LENGTH - Static variable in interface thinwire.ui.RangeComponent
 
PROPERTY_LIMIT - Static variable in interface thinwire.ui.Component
Contains the formal property name for the layout manager limit of a component.
PROPERTY_LOCATION - Static variable in class thinwire.ui.Hyperlink
 
PROPERTY_LOCATION - Static variable in class thinwire.ui.WebBrowser
 
PROPERTY_MAX_LENGTH - Static variable in interface thinwire.ui.EditorComponent
 
PROPERTY_MENU - Static variable in interface thinwire.ui.Window
 
PROPERTY_MODAL - Static variable in class thinwire.ui.Dialog
 
PROPERTY_OPACITY - Static variable in class thinwire.ui.style.Style
 
PROPERTY_REPOSITION_ALLOWED - Static variable in class thinwire.ui.Dialog
 
PROPERTY_RESIZE_ALLOWED - Static variable in class thinwire.ui.Dialog
 
PROPERTY_ROOT_ITEM_VISIBLE - Static variable in class thinwire.ui.Tree
 
PROPERTY_ROW_CHECKED - Static variable in class thinwire.ui.GridBox.Row
 
PROPERTY_ROW_CHILD - Static variable in class thinwire.ui.GridBox.Row
 
PROPERTY_ROW_SELECTED - Static variable in class thinwire.ui.GridBox.Row
 
PROPERTY_SCROLL_TYPE - Static variable in interface thinwire.ui.Container
Contains the formal property name for the scroll type of the container.
PROPERTY_SELECTED_DATE - Static variable in class thinwire.ui.DateBox
 
PROPERTY_SELECTION_BEGIN_INDEX - Static variable in interface thinwire.ui.EditorComponent
 
PROPERTY_SELECTION_END_INDEX - Static variable in interface thinwire.ui.EditorComponent
 
PROPERTY_SORT_ALLOWED - Static variable in class thinwire.ui.GridBox
 
PROPERTY_STANDARD - Static variable in class thinwire.ui.Button
 
PROPERTY_TEXT - Static variable in interface thinwire.ui.TextComponent
 
PROPERTY_TITLE - Static variable in interface thinwire.ui.Window
 
PROPERTY_USER_OBJECT - Static variable in interface thinwire.ui.Component
Contains the formal property name for the user object of a Component.
PROPERTY_VIEW - Static variable in class thinwire.ui.DropDown
 
PROPERTY_VISIBLE - Static variable in interface thinwire.ui.Component
Contains the formal property name for the visible state of a Component.
PROPERTY_VISIBLE_CHECK_BOXES - Static variable in class thinwire.ui.GridBox
 
PROPERTY_VISIBLE_HEADER - Static variable in class thinwire.ui.GridBox
 
PROPERTY_WAIT_FOR_WINDOW - Static variable in class thinwire.ui.Dialog
 
PROPERTY_WIDTH - Static variable in interface thinwire.ui.Component
Contains the formal property name for the width of a Component.
PROPERTY_WRAP_TEXT - Static variable in class thinwire.ui.Label
 
PROPERTY_X - Static variable in interface thinwire.ui.Component
Contains the formal property name for the 'X' coordinate of a Component.
PROPERTY_Y - Static variable in interface thinwire.ui.Component
Contains the formal property name for the 'Y' coordinate of a Component.
propertyChange(PropertyChangeEvent) - Method in interface thinwire.ui.event.PropertyChangeListener
 
PropertyChangeEvent - Class in thinwire.ui.event
 
PropertyChangeEvent(String, Object, Object, Component) - Constructor for class thinwire.ui.event.PropertyChangeEvent
 
PropertyChangeEvent(String, Object, Object, Component, Object) - Constructor for class thinwire.ui.event.PropertyChangeEvent
 
PropertyChangeListener - Interface in thinwire.ui.event
 
PULSE - Static variable in class thinwire.ui.style.Effect.Motion
 
PULSE - Static variable in class thinwire.ui.style.Effect.Transition
 
PURPLE - Static variable in class thinwire.ui.style.Color
 

R

RadioButton - Class in thinwire.ui
A RadioButton is a screen element that usually appears in groups.
RadioButton() - Constructor for class thinwire.ui.RadioButton
Constructs a RadioButton with no text.
RadioButton(String) - Constructor for class thinwire.ui.RadioButton
Constructs a RadioButton with the specified text.
RadioButton(String, boolean) - Constructor for class thinwire.ui.RadioButton
Constructs a new RadioButton with the specified text and initial checked state.
RadioButton(RadioButton.Group, String) - Constructor for class thinwire.ui.RadioButton
Constructs a new RadioButton with the specified text, false checked state and group.
RadioButton(RadioButton.Group, String, boolean) - Constructor for class thinwire.ui.RadioButton
Constructs a new RadioButton with the specified text, initial checked state and group.
RadioButton(RadioButton, String) - Constructor for class thinwire.ui.RadioButton
Constructs a new RadioButton with the specified text, false checked state and group.
RadioButton(RadioButton, String, boolean) - Constructor for class thinwire.ui.RadioButton
Constructs a new RadioButton with the specified text, initial checked state and group.
RadioButton.Group - Class in thinwire.ui
 
RadioButton.Group() - Constructor for class thinwire.ui.RadioButton.Group
 
RangeComponent - Interface in thinwire.ui
 
RED - Static variable in class thinwire.ui.style.Color
 
releaseThread() - Method in class thinwire.ui.Application
 
remove(int) - Method in class thinwire.ui.RadioButton.Group
 
remove(int) - Method in class thinwire.util.ArrayGrid.Column
 
remove(int) - Method in class thinwire.util.ArrayGrid.Row
 
removeActionListener(ActionListener) - Method in interface thinwire.ui.Component
Unregister an ActionListener from all action event notifications from this component.
removeActionListener(ActionListener) - Method in class thinwire.ui.RadioButton.Group
 
removeComponent(Component) - Method in class thinwire.ui.layout.AbstractLayout
 
removeComponent(Component) - Method in class thinwire.ui.layout.TableLayout
 
removeDropListener(DropListener) - Method in interface thinwire.ui.Component
 
removeExceptionListener(ExceptionListener) - Method in class thinwire.ui.Application
 
removeFileFromMap(String) - Method in class thinwire.ui.Application
 
removeGlobalActionListener(ActionListener) - Method in class thinwire.ui.Application
Unregister an ActionListener from all action event notifications from any component.
removeGlobalDropListener(DropListener) - Method in class thinwire.ui.Application
 
removeGlobalItemChangeListener(ItemChangeListener) - Method in class thinwire.ui.Application
 
removeGlobalKeyPressListener(KeyPressListener) - Method in class thinwire.ui.Application
 
removeGlobalPropertyChangeListener(PropertyChangeListener) - Method in class thinwire.ui.Application
Removes the PropertyChangeListener from the list of global listeners that are added to all new Component's.
removeItemChangeListener(ItemChangeListener) - Method in class thinwire.ui.GridBox
 
removeItemChangeListener(ItemChangeListener) - Method in interface thinwire.ui.ItemChangeEventComponent
Removes an existing itemChangeListener.
removeKeyPressListener(KeyPressListener) - Method in interface thinwire.ui.Component
Removes the specified KeyPressListener from the component.
removePropertyChangeListener(PropertyChangeListener) - Method in interface thinwire.ui.Component
Removes the specified PropertyChangeListener from the component.
removePropertyChangeListener(PropertyChangeListener) - Method in class thinwire.ui.RadioButton.Group
Removes a preexisting PropertyChangeListener from each component in the group.
removeTimerTask(Runnable) - Method in class thinwire.ui.Application
 
reportException(Object, Throwable) - Method in class thinwire.ui.Application
 
resetTimerTask(Runnable) - Method in class thinwire.ui.Application
 
RIGHT_BOTTOM - Static variable in class thinwire.ui.style.Background.Position
 
RIGHT_CENTER - Static variable in class thinwire.ui.style.Background.Position
 
RIGHT_TOP - Static variable in class thinwire.ui.style.Background.Position
 
ROSYBROWN - Static variable in class thinwire.ui.style.Color
 
ROYALBLUE - Static variable in class thinwire.ui.style.Color
 

S

SADDLEBROWN - Static variable in class thinwire.ui.style.Color
 
SALMON - Static variable in class thinwire.ui.style.Color
 
SANDYBROWN - Static variable in class thinwire.ui.style.Color
 
SANS_SERIF - Static variable in class thinwire.ui.style.Font.Family
 
saveToFile(String) - Method in class thinwire.ui.FileChooser.FileInfo
Writes the uploaded file to a new File at the specified location relative to the application base path.
saveToFile(File) - Method in class thinwire.ui.FileChooser.FileInfo
Writes the uploaded file to the specified File.
SCROLLBAR - Static variable in class thinwire.ui.style.Color
 
SEAGREEN - Static variable in class thinwire.ui.style.Color
 
SEASHELL - Static variable in class thinwire.ui.style.Color
 
SERIF - Static variable in class thinwire.ui.style.Font.Family
 
set(T) - Method in class thinwire.ui.Application.Local
 
set(int, RadioButton) - Method in class thinwire.ui.RadioButton.Group
 
set(int, Object) - Method in class thinwire.util.ArrayGrid.Column
 
set(int, Object) - Method in class thinwire.util.ArrayGrid.Row
 
set(String, Object) - Method in class thinwire.util.ArrayGrid.Row
 
set(String, Object) - Method in interface thinwire.util.Grid.Row
Set the field in the specified Column at this Row.
setAlignX(AlignTextComponent.AlignX) - Method in interface thinwire.ui.AlignTextComponent
Sets the text justification of the label (left, right, or center).
setAlignX(AlignTextComponent.AlignX) - Method in class thinwire.ui.GridBox.Column
Sets the text justification (left, right, or center)
setAlignX(AlignTextComponent.AlignX) - Method in class thinwire.ui.Label
 
setAutoApply(boolean) - Method in class thinwire.ui.layout.AbstractLayout
 
setAutoApply(boolean) - Method in interface thinwire.ui.layout.Layout
 
setBold(boolean) - Method in class thinwire.ui.style.Font
 
setBounds(int, int, int, int) - Method in interface thinwire.ui.Component
Assigns the specified width, height, X and Y values to this Component atomically, in one operation.
setButtons(String) - Method in class thinwire.ui.MessageBox
Sets the buttons based on a string.
setCell(Object) - Method in class thinwire.ui.GridBox.Range
 
setChecked(boolean) - Method in class thinwire.ui.CheckBox
 
setChecked(boolean) - Method in interface thinwire.ui.CheckedComponent
Programmatically sets or clears the checkbox.
setChecked(boolean) - Method in class thinwire.ui.GridBox.Row
Sets the checked state of the row.
setChecked(RadioButton) - Method in class thinwire.ui.RadioButton.Group
 
setChecked(boolean) - Method in class thinwire.ui.RadioButton
 
setChild(GridBox) - Method in class thinwire.ui.GridBox.Row
Set this Row's child GridBox.
setColor(Color) - Method in class thinwire.ui.style.Background
 
setColor(Color) - Method in class thinwire.ui.style.Border
 
setColor(Color) - Method in class thinwire.ui.style.Font
 
setColorChange(Effect.Motion) - Method in class thinwire.ui.style.FX
 
setColumnIndex(int) - Method in class thinwire.ui.DropDownGridBox.DefaultView
 
setComponent(T) - Method in class thinwire.ui.DropDown.AbstractView
 
setComponent(T) - Method in class thinwire.ui.DropDown
Assigns the component that is displayed upon clicking the drop down button.
setComponent(T) - Method in interface thinwire.ui.DropDown.View
 
setComponent(Component) - Method in class thinwire.ui.MessageBox
Set the component for the MessageBox.
setContainer(Container<Component>) - Method in class thinwire.ui.layout.AbstractLayout
 
setContainer(Container<Component>) - Method in interface thinwire.ui.layout.Layout
 
setContainer(Container<Component>) - Method in class thinwire.ui.layout.SplitLayout
Associates the specified Container to this layout.
setContent(String) - Method in class thinwire.ui.WebBrowser
A convenience method that writes out the HTML passed into a temp file and then sets the location of the component to the temp file.
setCurrentIndex(int) - Method in interface thinwire.ui.RangeComponent
Sets the current index
Events:
setCurrentIndex(int) - Method in class thinwire.ui.TabFolder
Sets the current tab sheet.
setCursorIndex(int) - Method in interface thinwire.ui.EditorComponent
Sets the index of the cursor position
Events:
setDefaultMessage(String) - Method in class thinwire.ui.event.ExceptionEvent
 
setDelimiter(String) - Method in class thinwire.ui.DropDownGridBox.DefaultView
 
setDescription(String) - Method in class thinwire.ui.FileChooser.FileInfo
For convenience, an arbitrary description can be assigned to each file uploaded.
setDisplayFormat(GridBox.Column.Format) - Method in class thinwire.ui.GridBox.Column
Set the display format for this Column.
setEditAllowed(boolean) - Method in class thinwire.ui.DropDown
Toggles a boolean variable that determines if the text field will be active (editable).
setEditMask(String) - Method in class thinwire.ui.DropDownDateBox
This method accepts an edit mask as a String and applies it to the TextField.
setEditMask(String) - Method in interface thinwire.ui.MaskEditorComponent
This method accepts an edit mask as a String and applies it to the text field.
setEnabled(boolean) - Method in interface thinwire.ui.Component
Assigns whether this Component is enabled and therefore supports user interaction.
setEnabled(boolean) - Method in class thinwire.ui.Menu.Item
Sets the enabled property of the item
setEnabled(boolean) - Method in class thinwire.ui.RadioButton.Group
 
setExpanded(boolean) - Method in class thinwire.ui.Tree.Item
Set the expanded state of the item.
setFamily(Font.Family) - Method in class thinwire.ui.style.Font
 
setFocus(boolean) - Method in interface thinwire.ui.Component
Assigns whether this Component has the input focus.
setFocusCapable(boolean) - Method in interface thinwire.ui.Component
Assigns whether this Component supports gaining focus.
setFocusCapable(boolean) - Method in class thinwire.ui.GridBox
 
setFormatText(boolean) - Method in interface thinwire.ui.MaskEditorComponent
Sets whether the text returned by getText() is formatted.
setFullRowCheckBox(boolean) - Method in class thinwire.ui.GridBox
When check boxes are turned on, if this flag is true, clicking anywhere on the row will check the box.
setHeight(int) - Method in interface thinwire.ui.Component
Assigns the specified height to this Component.
Default: 0
Events:
setHeight(int) - Method in class thinwire.ui.Frame
 
setHeight(double) - Method in class thinwire.ui.layout.TableLayout.Row
 
setHeight(int) - Method in class thinwire.ui.Menu
 
setHeight(int) - Method in class thinwire.ui.TabSheet
 
setIcon(String) - Method in class thinwire.ui.MessageBox
Set the icon for the MessageBox.
setImage(String) - Method in class thinwire.ui.Button
 
setImage(String) - Method in interface thinwire.ui.HierarchyComponent.Item
Set the image file name that is displayed on the left side of the item.
setImage(String) - Method in class thinwire.ui.Image
 
setImage(String) - Method in interface thinwire.ui.ImageComponent
Places an image on this component.
setImage(String) - Method in class thinwire.ui.style.Background
 
setImage(String) - Method in class thinwire.ui.style.Border
 
setImage(String) - Method in class thinwire.ui.TabSheet
 
setInputHidden(boolean) - Method in class thinwire.ui.TextField
Hides the text typed into the field with asterisks (as in a password field).
setInputStream(InputStream) - Method in class thinwire.ui.FileChooser.FileInfo
 
setItalic(boolean) - Method in class thinwire.ui.style.Font
 
setKeyPressCombo(String) - Method in class thinwire.ui.Menu.Item
Set the key combo / shortcut that will activate this item.
setLabelFor(Component) - Method in class thinwire.ui.Label
This method links a label with an onscreen component.
setLayout(Layout) - Method in interface thinwire.ui.Container
Sets the layout manager that is used to size and position components of this Container.
setLayout(Layout) - Method in class thinwire.ui.TabFolder
This property is unsupported by the TabFolder component.
setLength(int) - Method in interface thinwire.ui.RangeComponent
Sets the length of the range.
setLimit(Object) - Method in interface thinwire.ui.Component
Sets a layout limit that controls the bounds of this component within the context of the parent Container's layout.
setLimit(Object) - Method in class thinwire.ui.TabSheet
This property is unsupported by the TabSheet component.
setLocation(String) - Method in class thinwire.ui.Hyperlink
 
setLocation(String) - Method in class thinwire.ui.WebBrowser
 
setMargin(int) - Method in class thinwire.ui.layout.AbstractLayout
 
setMargin(int) - Method in interface thinwire.ui.layout.Layout
 
setMargin(int) - Method in class thinwire.ui.layout.SplitLayout
 
setMaximize(SplitLayout.Maximize) - Method in class thinwire.ui.layout.SplitLayout
Set either the first or second component to be maximized.
setMaxLength(int) - Method in interface thinwire.ui.EditorComponent
Sets the editor max length.
setMenu(Menu) - Method in interface thinwire.ui.Window
Sets the main menubar for the window.
setModal(boolean) - Method in class thinwire.ui.Dialog
Set whether the Dialog is modal.
setName(String) - Method in class thinwire.ui.FileChooser.FileInfo
 
setName(String) - Method in class thinwire.ui.GridBox.Column
Sets the name of the column.
setName(String) - Method in class thinwire.util.ArrayGrid.Column
 
setName(String) - Method in interface thinwire.util.Grid.Column
Sets the name of this Column.
setOpacity(int) - Method in class thinwire.ui.style.Style
 
setOpacityChange(Effect.Motion) - Method in class thinwire.ui.style.FX
 
setPackagePrivateMember(String, Component, Object) - Method in class thinwire.ui.Application
 
setPosition(int, int) - Method in interface thinwire.ui.Component
Assigns the specified X and Y coordinates to this Component atomically, in one operation.
setPosition(Background.Position) - Method in class thinwire.ui.style.Background
 
setPositionChange(Effect.Motion) - Method in class thinwire.ui.style.FX
 
setProperty(String, Object) - Method in class thinwire.ui.style.Background
 
setProperty(String, Object) - Method in class thinwire.ui.style.Border
 
setProperty(String, Object) - Method in class thinwire.ui.style.Font
 
setProperty(String, Object) - Method in class thinwire.ui.style.FX
 
setProperty(String, Object) - Method in class thinwire.ui.style.Style
 
setRepeat(Background.Repeat) - Method in class thinwire.ui.style.Background
 
setRepositionAllowed(boolean) - Method in class thinwire.ui.Dialog
Set whether the Dialog can be drug around the screen.
setResizeAllowed(boolean) - Method in class thinwire.ui.Dialog
Set whether the Dialog can be resized by dragin the bottom-right corner.
setRootItemVisible(boolean) - Method in class thinwire.ui.Tree
Set the rootItemVisible state of the Tree.
setScrollType(Container.ScrollType) - Method in interface thinwire.ui.Container
Sets the scrollType for the X and Y axis of this Container.
setScrollType(Container.ScrollType) - Method in class thinwire.ui.TabFolder
This property is unsupported by the TabFolder component.
setSelected(boolean) - Method in class thinwire.ui.GridBox.Row
Sets the selected state of the row.
setSelected(boolean) - Method in class thinwire.ui.Tree.Item
Set the selected state of the item.
setSelectedDate(Date) - Method in class thinwire.ui.DateBox
Sets the selected date in the component.
setSelectionBeginIndex(int) - Method in interface thinwire.ui.EditorComponent
Sets the index of the beginning of a selection
Events:
setSelectionEndIndex(int) - Method in interface thinwire.ui.EditorComponent
Sets the index of the end of the selection
Events:
setSelectionRange(int, int) - Method in interface thinwire.ui.EditorComponent
Sets the range of the selection
Events:
setSize(int, int) - Method in interface thinwire.ui.Component
Assigns the specified width and height to this Component atomically, in one operation.
setSize(int) - Method in class thinwire.ui.style.Border
 
setSize(double) - Method in class thinwire.ui.style.Font
 
setSizeChange(Effect.Motion) - Method in class thinwire.ui.style.FX
 
setSortAllowed(boolean) - Method in class thinwire.ui.GridBox
Sets whether the GridBox can be sorted by clicking on Column headers.
setSortComparator(Comparator) - Method in class thinwire.ui.GridBox.Column
Set the Comparator for this Column.
setSortOrder(GridBox.Column.SortOrder) - Method in class thinwire.ui.GridBox.Column
 
setSpacing(int) - Method in class thinwire.ui.layout.AbstractLayout
 
setSpacing(int) - Method in interface thinwire.ui.layout.Layout
 
setSplit(double) - Method in class thinwire.ui.layout.SplitLayout
Set the size of the first Component in the Container
setSplitVertical(boolean) - Method in class thinwire.ui.layout.SplitLayout
Sets whether the split is vertical (Components are left and right) or horizontal (Components are top and bottom)
setStandard(boolean) - Method in class thinwire.ui.Button
Sets whether this button is the standard button.
setStrike(boolean) - Method in class thinwire.ui.style.Font
 
setText(String) - Method in class thinwire.ui.DropDown
 
setText(String) - Method in class thinwire.ui.GridBox.Header
Sets the text to display in the header of the column.
setText(String) - Method in interface thinwire.ui.HierarchyComponent.Item
Set the text that is displayed for the item in the menu.
setText(String) - Method in class thinwire.ui.MessageBox
Set the message for the MessageBox.
setText(String) - Method in class thinwire.ui.TabSheet
Sets the text that is displayed on the tab part of the TabSheet.
setText(String) - Method in interface thinwire.ui.TextComponent
This method places the text in the String passed into the text field.
setText(String) - Method in class thinwire.ui.TextField
 
setTitle(String) - Method in class thinwire.ui.MessageBox
Set the title for the MessageBox.
setTitle(String) - Method in interface thinwire.ui.Window
Sets the title of the window.
setType(Border.Type) - Method in class thinwire.ui.style.Border
 
setUnderline(boolean) - Method in class thinwire.ui.style.Font
 
setUserObject(Object) - Method in interface thinwire.ui.Component
Assigns a user defined Object to this Component.
setUserObject(Object) - Method in interface thinwire.ui.HierarchyComponent.Item
Set a user defined value for this item.
setUserObject(Object) - Method in class thinwire.ui.RadioButton.Group
 
setValue(Object) - Method in interface thinwire.ui.DropDown.View
 
setValue(Object) - Method in class thinwire.ui.DropDownGridBox.DefaultView
 
setView(DropDown.View<T>) - Method in class thinwire.ui.DropDown
 
setVisible(boolean) - Method in interface thinwire.ui.Component
Assigns a boolean value indicating whether this Component may be displayed in a window.
setVisible(boolean) - Method in class thinwire.ui.Dialog
Makes the Dialog visible.
setVisible(boolean) - Method in class thinwire.ui.Frame
Although tecnhically visible is false for a Window by default, the Application instance automatically sets visible to true when the app is started.
setVisible(boolean) - Method in class thinwire.ui.GridBox.Column
Sets whether this column is visible.
setVisible(boolean) - Method in class thinwire.ui.layout.TableLayout.Column
 
setVisible(boolean) - Method in class thinwire.ui.layout.TableLayout.Row
 
setVisible(boolean) - Method in class thinwire.ui.Menu
 
setVisible(boolean) - Method in class thinwire.ui.RadioButton.Group
 
setVisible(boolean) - Method in class thinwire.ui.TabSheet
 
setVisibleChange(Effect.Motion) - Method in class thinwire.ui.style.FX
 
setVisibleCheckBoxes(boolean) - Method in class thinwire.ui.GridBox
Sets whether there are checkBoxes on each row.
setVisibleHeader(boolean) - Method in class thinwire.ui.GridBox
Sets whether the column headers are visible.
setWaitForWindow(boolean) - Method in class thinwire.ui.Dialog
Sets whether setting the visible property to true will cause this thread to block.
setWidth(int) - Method in interface thinwire.ui.Component
Assigns the specified width to this Component.
Default: 0
Events:
setWidth(int) - Method in class thinwire.ui.Frame
 
setWidth(int) - Method in class thinwire.ui.GridBox.Column
Sets the width of the column.
setWidth(double) - Method in class thinwire.ui.layout.TableLayout.Column
 
setWidth(int) - Method in class thinwire.ui.Menu
 
setWidth(int) - Method in class thinwire.ui.TabSheet
 
setWrapText(boolean) - Method in class thinwire.ui.Label
 
setX(int) - Method in interface thinwire.ui.Component
Assigns the specified X coordinate to this Component.
Default: 0 Events:
setX(int) - Method in class thinwire.ui.Frame
 
setX(int) - Method in class thinwire.ui.GridBox
 
setX(int) - Method in class thinwire.ui.Menu
 
setX(int) - Method in class thinwire.ui.TabSheet
 
setY(int) - Method in interface thinwire.ui.Component
Assigns the specified Y coordinate to this Component.
Default: 0 Events:
setY(int) - Method in class thinwire.ui.Frame
 
setY(int) - Method in class thinwire.ui.GridBox
 
setY(int) - Method in class thinwire.ui.Menu
 
setY(int) - Method in class thinwire.ui.TabSheet
 
show() - Static method in class thinwire.ui.FileChooser
Displays a Dialog with a FileChooser along with OK and Cancel Buttons.
show(boolean) - Static method in class thinwire.ui.FileChooser
Displays a Dialog with a FileChooser and optionally a description TextField along with OK and Cancel Buttons.
show(boolean, boolean) - Static method in class thinwire.ui.FileChooser
Displays a Dialog with a FileChooser and optionally a description TextField along with OK and Cancel Buttons.
show(String) - Static method in class thinwire.ui.MessageBox
Display a dialog window without buttons.
show(String, String) - Static method in class thinwire.ui.MessageBox
Display a dialog window without buttons.
show(String, String, String) - Static method in class thinwire.ui.MessageBox
Display a dialog window without buttons.
show() - Method in class thinwire.ui.MessageBox
Makes the MessageBox visible.
showWindow(Window) - Method in class thinwire.ui.Application
 
SIENNA - Static variable in class thinwire.ui.style.Color
 
SILVER - Static variable in class thinwire.ui.style.Color
 
size() - Method in class thinwire.ui.RadioButton.Group
 
size() - Method in class thinwire.util.ArrayGrid.Column
 
size() - Method in class thinwire.util.ArrayGrid.Row
 
SKYBLUE - Static variable in class thinwire.ui.style.Color
 
SLATEBLUE - Static variable in class thinwire.ui.style.Color
 
SLATEGRAY - Static variable in class thinwire.ui.style.Color
 
SLATEGREY - Static variable in class thinwire.ui.style.Color
 
Slider - Class in thinwire.ui
A Slider is a screen element that has a cursor that can be set to any position between zero and a specified length.
Slider() - Constructor for class thinwire.ui.Slider
Constructs a new Slider with a length of 100 and initial currentIndex of 0.
Slider(int) - Constructor for class thinwire.ui.Slider
Constructs a new Slider with the specified length and an initial currentIndex of 0.
Slider(int, int) - Constructor for class thinwire.ui.Slider
Constructs a new Slider with the specifed length and initial currentIndex.
SLOW_FLICKER - Static variable in class thinwire.ui.style.Effect.Motion
 
SLOW_LINEAR - Static variable in class thinwire.ui.style.Effect.Motion
 
SLOW_PULSE - Static variable in class thinwire.ui.style.Effect.Motion
 
SLOW_SMOOTH - Static variable in class thinwire.ui.style.Effect.Motion
 
SLOW_WOBBLE - Static variable in class thinwire.ui.style.Effect.Motion
 
SMOOTH - Static variable in class thinwire.ui.style.Effect.Motion
 
SMOOTH - Static variable in class thinwire.ui.style.Effect.Transition
 
SNOW - Static variable in class thinwire.ui.style.Color
 
spacing - Variable in class thinwire.ui.layout.AbstractLayout
 
SplitLayout - Class in thinwire.ui.layout
SplitLayout divides a Container into two sections placing one component on each side and provides a dragable divider allowing the user to adjust the split.
SplitLayout(double) - Constructor for class thinwire.ui.layout.SplitLayout
Constructs a horizontal SplitLayout with the first Component having the specified height, 0px margin and 4px spacing.
SplitLayout(double, boolean) - Constructor for class thinwire.ui.layout.SplitLayout
Constructs a SplitLayout with the first Component having the specified size, 0px margin and 4px spacing
SplitLayout(double, boolean, int) - Constructor for class thinwire.ui.layout.SplitLayout
Constructs a SplitLayout with the first Component having the specified size, specified margin and 4px spacing
SplitLayout(double, boolean, int, int) - Constructor for class thinwire.ui.layout.SplitLayout
Constructs a SplitLayout with the first Component having the specified size, specified margin and specified spacing
SplitLayout.Maximize - Enum in thinwire.ui.layout
 
SPRINGGREEN - Static variable in class thinwire.ui.style.Color
 
STEELBLUE - Static variable in class thinwire.ui.style.Color
 
Style - Class in thinwire.ui.style
 
Style() - Constructor for class thinwire.ui.style.Style
 
Style(Style) - Constructor for class thinwire.ui.style.Style
 
Style(Style, Object) - Constructor for class thinwire.ui.style.Style
 
sub(String) - Method in class thinwire.ui.style.Font.Family
 

T

TabFolder - Class in thinwire.ui
A container for Tab Sheets.
TabFolder() - Constructor for class thinwire.ui.TabFolder
 
TableLayout - Class in thinwire.ui.layout
A layout that manages Components in a table structure that is backed by a Grid.
TableLayout(double[][]) - Constructor for class thinwire.ui.layout.TableLayout
 
TableLayout(double[][], int) - Constructor for class thinwire.ui.layout.TableLayout
 
TableLayout(double[][], int, int) - Constructor for class thinwire.ui.layout.TableLayout
 
TableLayout() - Constructor for class thinwire.ui.layout.TableLayout
 
TableLayout.Column - Class in thinwire.ui.layout
 
TableLayout.Column() - Constructor for class thinwire.ui.layout.TableLayout.Column
 
TableLayout.Column(double) - Constructor for class thinwire.ui.layout.TableLayout.Column
 
TableLayout.Justify - Enum in thinwire.ui.layout
 
TableLayout.Range - Class in thinwire.ui.layout
 
TableLayout.Range(TableLayout, String) - Constructor for class thinwire.ui.layout.TableLayout.Range
 
TableLayout.Range(TableLayout, String, Component) - Constructor for class thinwire.ui.layout.TableLayout.Range
 
TableLayout.Range(TableLayout, String, String) - Constructor for class thinwire.ui.layout.TableLayout.Range
 
TableLayout.Range(TableLayout, String, TableLayout.Range) - Constructor for class thinwire.ui.layout.TableLayout.Range
 
TableLayout.Range(TableLayout, int, int) - Constructor for class thinwire.ui.layout.TableLayout.Range
 
TableLayout.Range(TableLayout, int, int, int, int) - Constructor for class thinwire.ui.layout.TableLayout.Range
 
TableLayout.Range(TableLayout, int, int, int, int, TableLayout.Justify) - Constructor for class thinwire.ui.layout.TableLayout.Range
 
TableLayout.Row - Class in thinwire.ui.layout
 
TableLayout.Row() - Constructor for class thinwire.ui.layout.TableLayout.Row
 
TableLayout.Row(double) - Constructor for class thinwire.ui.layout.TableLayout.Row
 
TabSheet - Class in thinwire.ui
A TabSheet is a Panel that can be layered, so that a user can switch between tab sheets.
TabSheet() - Constructor for class thinwire.ui.TabSheet
Construct a new TabSheet with no text.
TabSheet(String) - Constructor for class thinwire.ui.TabSheet
Creates a new TabSheet with the specified text.
TabSheet(String, String) - Constructor for class thinwire.ui.TabSheet
 
TAN - Static variable in class thinwire.ui.style.Color
 
TEAL - Static variable in class thinwire.ui.style.Color
 
TextArea - Class in thinwire.ui
This is a multiline text field screen element.
TextArea() - Constructor for class thinwire.ui.TextArea
Constructs a new TextArea with no text.
TextArea(String) - Constructor for class thinwire.ui.TextArea
Constructs a new TextArea with the specified text.
TextComponent - Interface in thinwire.ui
 
TextField - Class in thinwire.ui
This is a text field screen element.
TextField() - Constructor for class thinwire.ui.TextField
Constructs a new TextField with no text.
TextField(String) - Constructor for class thinwire.ui.TextField
Constructs a new TextField with the specified text.
thinwire.ui - package thinwire.ui
 
thinwire.ui.event - package thinwire.ui.event
 
thinwire.ui.layout - package thinwire.ui.layout
 
thinwire.ui.style - package thinwire.ui.style
 
thinwire.util - package thinwire.util
 
THISTLE - Static variable in class thinwire.ui.style.Color
 
THREEDDARKSHADOW - Static variable in class thinwire.ui.style.Color
 
THREEDFACE - Static variable in class thinwire.ui.style.Color
 
THREEDHIGHLIGHT - Static variable in class thinwire.ui.style.Color
 
THREEDLIGHTSHADOW - Static variable in class thinwire.ui.style.Color
 
THREEDSHADOW - Static variable in class thinwire.ui.style.Color
 
toHexString() - Method in class thinwire.ui.style.Color
 
TOMATO - Static variable in class thinwire.ui.style.Color
 
toRGBString() - Method in class thinwire.ui.style.Color
 
toString() - Method in class thinwire.ui.event.ActionEvent
 
toString() - Method in class thinwire.ui.event.DropEvent
 
toString() - Method in class thinwire.ui.event.ItemChangeEvent
 
toString() - Method in class thinwire.ui.event.KeyPressEvent
 
toString() - Method in class thinwire.ui.event.PropertyChangeEvent
 
toString() - Method in class thinwire.ui.GridBox.Column
 
toString() - Method in class thinwire.ui.GridBox.Header
 
toString() - Method in class thinwire.ui.GridBox.Range
 
toString() - Method in class thinwire.ui.GridBox.Row
 
toString() - Method in class thinwire.ui.layout.TableLayout.Range
 
toString() - Method in class thinwire.ui.layout.TableLayout
 
toString() - Method in class thinwire.ui.Menu.Item
 
toString() - Method in class thinwire.ui.style.Background.Position
 
toString() - Method in enum thinwire.ui.style.Background.Repeat
 
toString() - Method in class thinwire.ui.style.Background
 
toString() - Method in class thinwire.ui.style.Border
 
toString() - Method in enum thinwire.ui.style.Border.Type
 
toString() - Method in class thinwire.ui.style.Color
 
toString() - Method in class thinwire.ui.style.Effect.Motion
 
toString() - Method in class thinwire.ui.style.Font.Family
 
toString() - Method in class thinwire.ui.style.Font
 
toString() - Method in class thinwire.ui.style.FX
 
toString() - Method in class thinwire.ui.style.Style
 
toString() - Method in class thinwire.ui.Tree.Item
 
toString() - Method in class thinwire.util.ImageInfo
 
TRANSPARENT - Static variable in class thinwire.ui.style.Color
 
Tree - Class in thinwire.ui
A component that displays a set of hierarchical data as an outline.
Tree() - Constructor for class thinwire.ui.Tree
Constructs a new Tree.
Tree.Item - Class in thinwire.ui
An object that represents an item in a Tree component.
Tree.Item() - Constructor for class thinwire.ui.Tree.Item
Constructs a new Item with no text and no image.
Tree.Item(String) - Constructor for class thinwire.ui.Tree.Item
Constructs a new Item with the specified text and no image.
Tree.Item(String, String) - Constructor for class thinwire.ui.Tree.Item
Constructs a new Item with the specified text and image.
TURQUOISE - Static variable in class thinwire.ui.style.Color
 

U

update() - Method in class thinwire.ui.layout.AbstractLayout
 
update() - Method in class thinwire.ui.layout.SplitLayout
 
update() - Method in class thinwire.ui.layout.TableLayout
 

V

valueOf(String) - Static method in enum thinwire.ui.AlignTextComponent.AlignX
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum thinwire.ui.Container.ScrollType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum thinwire.ui.event.ItemChangeEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum thinwire.ui.GridBox.Column.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum thinwire.ui.layout.SplitLayout.Maximize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum thinwire.ui.layout.TableLayout.Justify
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class thinwire.ui.style.Background.Position
 
valueOf(String) - Static method in enum thinwire.ui.style.Background.Repeat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum thinwire.ui.style.Border.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class thinwire.ui.style.Color
 
valueOf(String) - Static method in class thinwire.ui.style.Effect.Motion
 
valueOf(String) - Static method in class thinwire.ui.style.Effect.Transition
 
valueOf(String) - Static method in class thinwire.ui.style.Font.Family
 
valueOf(String) - Static method in enum thinwire.util.ImageInfo.Format
Returns the enum constant of this type with the specified name.
values() - Static method in enum thinwire.ui.AlignTextComponent.AlignX
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum thinwire.ui.Container.ScrollType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum thinwire.ui.event.ItemChangeEvent.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum thinwire.ui.GridBox.Column.SortOrder
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum thinwire.ui.layout.SplitLayout.Maximize
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum thinwire.ui.layout.TableLayout.Justify
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in class thinwire.ui.style.Background.Position
 
values() - Static method in enum thinwire.ui.style.Background.Repeat
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum thinwire.ui.style.Border.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in class thinwire.ui.style.Color
 
values() - Static method in class thinwire.ui.style.Effect.Motion
 
values() - Static method in class thinwire.ui.style.Font.Family
 
values() - Static method in enum thinwire.util.ImageInfo.Format
Returns an array containing the constants of this enum type, in the order they're declared.
VIOLET - Static variable in class thinwire.ui.style.Color
 

W

WebBrowser - Class in thinwire.ui
A WebBrowser inserts a web browser object in your application.
WebBrowser() - Constructor for class thinwire.ui.WebBrowser
 
WebBrowser(String) - Constructor for class thinwire.ui.WebBrowser
 
WHEAT - Static variable in class thinwire.ui.style.Color
 
WHITE - Static variable in class thinwire.ui.style.Color
 
WHITESMOKE - Static variable in class thinwire.ui.style.Color
 
WINDOW - Static variable in class thinwire.ui.style.Color
 
Window - Interface in thinwire.ui
 
WINDOWFRAME - Static variable in class thinwire.ui.style.Color
 
WINDOWTEXT - Static variable in class thinwire.ui.style.Color
 
WOBBLE - Static variable in class thinwire.ui.style.Effect.Motion
 
WOBBLE - Static variable in class thinwire.ui.style.Effect.Transition
 
writeResourceToStream(String, OutputStream) - Static method in class thinwire.ui.Application
 

X

XOD - Class in thinwire.util
Xml Object Document (XOD) generates objects from the XML file, and associates them with a Map.
XOD() - Constructor for class thinwire.util.XOD
Create a new XOD.
XOD(String) - Constructor for class thinwire.util.XOD
Create a new XOD.

Y

YELLOW - Static variable in class thinwire.ui.style.Color
 
YELLOWGREEN - Static variable in class thinwire.ui.style.Color
 

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

ThinWire® is a registered of Custom Credit Systems  Copyright © 2007 All rights reserved.
ThinWire_is_Open_Source_under_the_terms_of_the_LGPLv2.1 SourceForge.net_Project_Page java.net_Member Support_ThinWire,_Digg_our_Story