A B C D E G H I K L M N O P R S T

A

Alert - class net.thefrontside.freestyle.Alert.
A small dialog box used for conveying a short message to the user.
Alert(String) - Constructor for class net.thefrontside.freestyle.Alert
Create a new alert which will display the message contained in text
Application - class net.thefrontside.freestyle.Application.
The top of every Freestyle Component hierarchy.
Application(Component) - Constructor for class net.thefrontside.freestyle.Application
Create a new application with top serving as the root.
activate() - Method in class net.thefrontside.freestyle.event.Event
Prepare this event for dispatch.
addChild(Component) - Method in class net.thefrontside.freestyle.Component
Insert child into the hierarchy by making it a direct child of this component.
addChild(String, Component) - Method in class net.thefrontside.freestyle.Component
Insert child into the component hierarchy by making it a direct child of this component while at the same time, assign it the role role.
addChild(String, String) - Method in class net.thefrontside.freestyle.Component
Creates a Label from text, and adds it as a child with role role
addItem(Object) - Method in class net.thefrontside.freestyle.ComboBox
 
addItem(Object) - Method in class net.thefrontside.freestyle.List
Add the specified object at the end of the list.
addItem(Object, Component) - Method in class net.thefrontside.freestyle.List
Add the specified object to the end of the list and uses to renderer to display the item in the list
addMenuItem(Object, MenuAction) - Method in class net.thefrontside.freestyle.PopupMenu
 
addStyle(String) - Method in class net.thefrontside.freestyle.Component
Adds name to this component's styles in the global scope.
addStyle(String, Component) - Method in class net.thefrontside.freestyle.Component
Adds name to this component's styles within the given scope.
addTab(String, Component) - Method in class net.thefrontside.freestyle.TabPane
Creates a new tab with name that displays content in it's content area.

B

Button - class net.thefrontside.freestyle.Button.
Component for capturing user actions.
Button() - Constructor for class net.thefrontside.freestyle.Button
Create a new button with the text "Ok" displayed across its face.
Button(String) - Constructor for class net.thefrontside.freestyle.Button
Create a new button which will display text across its face

C

CallbackBinding - interface net.thefrontside.freestyle.event.CallbackBinding.
Allows the user to disable a previously registered event handler.
CheckBox - class net.thefrontside.freestyle.CheckBox.
Graphical representation of a single, toggleable bit.
CheckBox() - Constructor for class net.thefrontside.freestyle.CheckBox
Create a new CheckBox whose initial state is "unchecked"
CheckBox(boolean) - Constructor for class net.thefrontside.freestyle.CheckBox
Create a new CheckBox, with an initial state of isChecked
ComboBox - class net.thefrontside.freestyle.ComboBox.
 
ComboBox() - Constructor for class net.thefrontside.freestyle.ComboBox
 
Component - class net.thefrontside.freestyle.Component.
The fundamental building block for creating user interfaces with Freestyle.
Component() - Constructor for class net.thefrontside.freestyle.Component
Create a new component.
captureEvent(String, EventHandler) - Method in class net.thefrontside.freestyle.Component
Adds handler as a callback to be invoked during the capture phase whenever an event of type is received by this component or one of its descendants
captureEvent(String, MouseEventHandler) - Method in class net.thefrontside.freestyle.Component
Registers handler as a callback to be invoked during the capture phase whenever a mouse event of type type is received by this component or one of its descendants.
captureEvent(String, KeyEventHandler) - Method in class net.thefrontside.freestyle.Component
Registers handler as a callback to be invoked during the capture phase whenever a KeyEvent of type type is received by this component or one of its descendants.
catchClick(MouseEventHandler) - Method in class net.thefrontside.freestyle.Button
Registers a handler for click events on this button.
catchEvent(String, EventHandler) - Method in class net.thefrontside.freestyle.Component
Registers handler as a callback to be invoked during the capture phase whenever an event of type is received by this component or one of its descendants
catchEvent(String, MouseEventHandler) - Method in class net.thefrontside.freestyle.Component
Registers handler as a callback to be invoked during the capture phase whenever a mouse event of type type is received by this component or one of its descendants.
catchEvent(String, KeyEventHandler) - Method in class net.thefrontside.freestyle.Component
Registers handler as a callback to be invoked during the capture phase whenever a key event of type type is received by this component or one of its descendants.
consume() - Method in class net.thefrontside.freestyle.event.Event
Halt the propagation of this event to all subsequent EventHandlers.

D

disableTab(String) - Method in class net.thefrontside.freestyle.TabPane
Disables selection of the tab called name.

E

Event - class net.thefrontside.freestyle.event.Event.
A Message object which is passed to a resitered event handler containing the details of of a user-interface event which occured
Event(String, Component) - Constructor for class net.thefrontside.freestyle.event.Event
 
EventHandler - interface net.thefrontside.freestyle.event.EventHandler.
React to an event.
enableTab(String) - Method in class net.thefrontside.freestyle.TabPane
Enables selection of the tab called name.

G

getApplication() - Method in class net.thefrontside.freestyle.Application
Always returns this application
getApplication() - Method in class net.thefrontside.freestyle.Component
Every component that is part of a hierarchy, has an application.
getChildren() - Method in class net.thefrontside.freestyle.Component
Deprecated. this will not be in the release 1 API
getKeyCode() - Method in class net.thefrontside.freestyle.event.KeyEvent
Gets the unicode keyCode for this event.
getParent() - Method in class net.thefrontside.freestyle.Component
Gets the parent of this component in the hierarchy.
getPoint() - Method in class net.thefrontside.freestyle.event.MouseEvent
Get a Point object encoding both the X, and Y coordinates of the mouse pointer when this MouseEvent occured.
getSelection() - Method in class net.thefrontside.freestyle.List
Get the currently selected item
getTarget() - Method in class net.thefrontside.freestyle.event.Event
Get the unique Component which was the target of this event.
getText() - Method in class net.thefrontside.freestyle.Label
Retrieves the text value of this Label
getText() - Method in class net.thefrontside.freestyle.TextField
 
getType() - Method in class net.thefrontside.freestyle.event.Event
Get the string identifier for this event type ("keydown", "mouseout", etc...)
getX() - Method in class net.thefrontside.freestyle.event.MouseEvent
Get the X coordinate of the mouse pointer when this MouseEvent occured.
getY() - Method in class net.thefrontside.freestyle.event.MouseEvent
Get the Y coordinate of the mouse pointer when this MouseEvent occurred.

H

handle(Event) - Method in interface net.thefrontside.freestyle.event.EventHandler
react to event
handle(KeyEvent) - Method in interface net.thefrontside.freestyle.event.KeyEventHandler
Executes when event occurs.
handle(MouseEvent) - Method in interface net.thefrontside.freestyle.event.MouseEventHandler
Executes when event occurs.
hide() - Method in class net.thefrontside.freestyle.PopupMenu
 

I

isChecked() - Method in class net.thefrontside.freestyle.CheckBox
Query the state of this CheckBox.
isChild(Component) - Method in class net.thefrontside.freestyle.Component
Tests if component is one of this object's direct children
isCtrlDown() - Method in class net.thefrontside.freestyle.event.KeyEvent
Indicates whether the CTRL key was depressed when this KeyEvent occured
isDescendent(Component) - Method in class net.thefrontside.freestyle.Component
Tests if component is a descendant of this object.
isEnabled(String) - Method in class net.thefrontside.freestyle.TabPane
Indicates whether a tab is enabled.
isRightClick() - Method in class net.thefrontside.freestyle.event.MouseEvent
Get a boolean value indicating whether the right mouse button was depressed when this event occured.
isSelected(String) - Method in class net.thefrontside.freestyle.TabPane
Indicates whether a tab has been selected.
isShiftDown() - Method in class net.thefrontside.freestyle.event.KeyEvent
Indicates whether the SHIFT key was depressed when this KeyEvent occured

K

KeyEvent - class net.thefrontside.freestyle.event.KeyEvent.
A Message object which is passed to a registered KeyEventHandler, when a user types a key on the keyboard.
KeyEvent(String, Component, int, boolean, boolean) - Constructor for class net.thefrontside.freestyle.event.KeyEvent
Create A KeyEvent with the given parameters.
KeyEventHandler - interface net.thefrontside.freestyle.event.KeyEventHandler.
React to a KeyEvent generated by user input to the keyboard.

L

Label - class net.thefrontside.freestyle.Label.
Component for displaying simple in text/HTML.
Label() - Constructor for class net.thefrontside.freestyle.Label
Create a new Label with empty content
Label(String) - Constructor for class net.thefrontside.freestyle.Label
Create a new Label with content of text argument
List - class net.thefrontside.freestyle.List.
Graphical component for displaying data in a list format.
List() - Constructor for class net.thefrontside.freestyle.List
Create a new list with zero items.

M

MenuAction - interface net.thefrontside.freestyle.MenuAction.
 
MouseEvent - class net.thefrontside.freestyle.event.MouseEvent.
A Message which is passed to a registered MouseEventHandler containing details about the mouse event which occured.
MouseEvent(String, Component, int, int, boolean) - Constructor for class net.thefrontside.freestyle.event.MouseEvent
Creates a MouseEvent with the given parameters.
MouseEventHandler - interface net.thefrontside.freestyle.event.MouseEventHandler.
Reacts to an event generated by the mouse, such as pressing one of the buttons, or moving the pointer.

N

net.thefrontside.freestyle - package net.thefrontside.freestyle
Contains all Freestyle related classes and packages.
net.thefrontside.freestyle.event - package net.thefrontside.freestyle.event
 

O

onEvent(String, EventHandler) - Method in class net.thefrontside.freestyle.Component
Registers handler as a callback to be invoked during the capture phase whenever an event of type is received by this component
onEvent(String, MouseEventHandler) - Method in class net.thefrontside.freestyle.Component
Registers handler as a callback to be invoked during the capture phase whenever a mouse event of type type is received by this component.
onEvent(String, KeyEventHandler) - Method in class net.thefrontside.freestyle.Component
Registers handler as a callback to be invoked during the capture phase whenever a key event of type type is received by this component.

P

PopupMenu - class net.thefrontside.freestyle.PopupMenu.
 
PopupMenu(Component) - Constructor for class net.thefrontside.freestyle.PopupMenu
 
perform(Object) - Method in interface net.thefrontside.freestyle.MenuAction
 

R

release() - Method in interface net.thefrontside.freestyle.event.CallbackBinding
Permanently disable the even registration that generated this CallbackBinding.
removeAllChildren() - Method in class net.thefrontside.freestyle.Component
Remove every child contained in this component
removeChild(Component) - Method in class net.thefrontside.freestyle.Component
Removes child from the component hierarchy, by making it no longer a child of this component.
removeMenuItem(Object) - Method in class net.thefrontside.freestyle.PopupMenu
 
removeStyle(String) - Method in class net.thefrontside.freestyle.Component
Removes name from this component's styles within the global scope.
removeStyle(String, Component) - Method in class net.thefrontside.freestyle.Component
Removes name from this component's styles within the given scope.
removeTab(String) - Method in class net.thefrontside.freestyle.TabPane
Completely removes a tab and its content from the tab pane.

S

selectTab(String) - Method in class net.thefrontside.freestyle.TabPane
Displays the content for the tab called name.
setChecked(boolean) - Method in class net.thefrontside.freestyle.CheckBox
Set the state of this CheckBox to isChecked
setInitialFocus(String, Component) - Method in class net.thefrontside.freestyle.TabPane
Sets the component that comes after the tabs in the focus order for the tab called name.
setSelection(Object) - Method in class net.thefrontside.freestyle.ComboBox
 
setSelection(Object) - Method in class net.thefrontside.freestyle.List
Set this item to be the selected item in the list.
setText(String) - Method in class net.thefrontside.freestyle.Label
Sets the text value to be displayed
setText(String) - Method in class net.thefrontside.freestyle.TextField
 
show() - Method in class net.thefrontside.freestyle.Alert
Prompt the user with this Alert dialog.
show() - Method in class net.thefrontside.freestyle.PopupMenu
 
show(int, int) - Method in class net.thefrontside.freestyle.PopupMenu
 
start() - Method in class net.thefrontside.freestyle.Application
Begin execution of this application.

T

TabPane - class net.thefrontside.freestyle.TabPane.
A component for organizing groups of components.
TabPane() - Constructor for class net.thefrontside.freestyle.TabPane
Creates a new TabPane without any tabs.
TextField - class net.thefrontside.freestyle.TextField.
 
TextField(String) - Constructor for class net.thefrontside.freestyle.TextField
 

A B C D E G H I K L M N O P R S T
Welcome to the Millenium!!!!!

© 2006 The Front Side. All rights reserved.