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

A

AbstractMenu - class com.yospace.yae.yogi.AbstractMenu.
This class provides a basis for menus.
AbstractMenu() - Constructor for class com.yospace.yae.yogi.AbstractMenu
Default constructor which constructs a menu with no text and no image;
AbstractMenu(Image) - Constructor for class com.yospace.yae.yogi.AbstractMenu
Constructor taking a menu image.
AbstractMenu(String) - Constructor for class com.yospace.yae.yogi.AbstractMenu
Constructor taking text for the menu.
AbstractMenu(String, Image) - Constructor for class com.yospace.yae.yogi.AbstractMenu
Constructor taking the text and image for the menu.
AbstractMenu(String, String) - Constructor for class com.yospace.yae.yogi.AbstractMenu
Create a AbstractMenu with given text and image.
AbstractMenuInfo - class com.yospace.yae.yogi.info.AbstractMenuInfo.
 
AbstractMenuInfo() - Constructor for class com.yospace.yae.yogi.info.AbstractMenuInfo
 
AbstractTable - class com.yospace.yae.yogi.AbstractTable.
Abstract Table is the base class for YogiList and YogiTable components.
AbstractTable(DataModel) - Constructor for class com.yospace.yae.yogi.AbstractTable
Constructor taking a DataModel object to comprise the data for the list.
AbstractTableInfo - class com.yospace.yae.yogi.info.AbstractTableInfo.
 
AbstractTableInfo() - Constructor for class com.yospace.yae.yogi.info.AbstractTableInfo
 
ActionListener - interface com.yospace.yae.yogi.ActionListener.
This is the interface that allows objects to respond to action events.
actionPerformed(YogiComponent) - Method in class com.yospace.yae.yogi.YogiTabbedPane
 
actionPerformed(YogiComponent) - Method in interface com.yospace.yae.yogi.ActionListener
Invoked when an action occurs.
actionPerformed(YogiComponent) - Method in class com.yospace.yae.midlet.simple.SimpleDashBar
Required by the ActionListener interface.
actionPerformed(YogiComponent) - Method in class com.yospace.yae.pm.Panelet
Listens for state change button presses such as when a Panelet display's minimize button is pressed.
add(Panelet) - Method in class com.yospace.yae.midlet.standalone.SinglePaneletManager
Overrides the add method from PaneletManager in order to allow for only one Panelet at any one time.
add(Panelet) - Method in class com.yospace.yae.pm.PaneletManager
Adds a Panelet to the end of the current set of Panelets.
add(YogiComponent) - Method in class com.yospace.yae.yogi.YogiComponent
Add a component to this container.
add(YogiComponent) - Method in class com.yospace.yae.yogi.YogiScrollPane
Overrides the YogiComponent.add(YogiComponent c) method, to add any objects to the content pane rather than the scroll pane.
add(YogiComponent) - Method in class com.yospace.yae.yogi.YogiMenuBar
Overridden to only allow YogiMenus to be added to a YogiMenuBar.
add(YogiComponent) - Method in class com.yospace.yae.yogi.YogiSpin
Overrides the YogiComponent.add(YogiComponent) method.
add(YogiComponent) - Method in class com.yospace.yae.yogi.YogiLayeredPane
Can be used to add a YogiPaneletDisplay or a YogiPopup to this YogiLayeredPane.
add(YogiComponent) - Method in class com.yospace.yae.yogi.AbstractTable
Overridden YogiComponent.add(YogiComponent) method, delegating all component additions to the data model.
add(YogiComponent) - Method in class com.yospace.yae.yogi.YogiTabbedPane
Override of the YogiComponent.add(YogiComponent) method to ensure that newly added YogiTabPanels are added to the sliding pane and the content pane, and are initially set to be invisible.
add(YogiComponent) - Method in class com.yospace.yae.yogi.YogiRootWindow
Overrides the YogiComponent.add() method, to add any objects to the root content pane rather than the root window.
add(YogiComponent) - Method in class com.yospace.yae.yogi.AbstractMenu
Overrides YogiComponent.add(YogiComponent c) to delegate all additions of YogiComponents to the underlying list.
add(YogiComponent) - Method in class com.yospace.yae.yogi.YogiWindow
Adding a YogiContentPane to this component results in the current content pane being replaced with this new one.
add(YogiComponent) - Method in class com.yospace.yae.yogi.YogiScrollContentPane
Overrides the YogiComponent.add(YogiComponent c) method, in order to notify the parent YogiScrollPane when the child component changes.
addCompactButton(ActionListener) - Method in class com.yospace.yae.yogi.YogiTitleBar
Adds a compact button to the title bar and sets its action listener to be the one provided.
addExitButton(ActionListener) - Method in class com.yospace.yae.yogi.YogiTitleBar
Adds an exit button to the title bar and sets its action listener to be the one provided.
addItem(Object) - Method in class com.yospace.yae.yogi.DefaultDataModel
Adds an item to the DataModel.
addItem(Object) - Method in class com.yospace.yae.yogi.YogiSpin
Convenience method for adding items to the underlying YogiList of data items.
addItem(Object) - Method in class com.yospace.yae.yogi.AbstractTable
Adds an item to the data model.
addItem(Object) - Method in interface com.yospace.yae.yogi.DataModel
Adds an item to the DataModel.
addItem(Object) - Method in class com.yospace.yae.yogi.AbstractMenu
Convenience method for adding items to the underlying YogiList of data items.
addItem(Object) - Method in class com.yospace.yae.yogi.YogiMenu
Adds an item to the menu.
addItem(Object) - Method in class com.yospace.yae.yogi.YogiDropDownMenu
Adds an item to the drop down menu.
addMaximizeButton(ActionListener) - Method in class com.yospace.yae.yogi.YogiTitleBar
Adds a maximize button to the title bar and sets its action listener to be the one provided.
addMenu(YogiMenu) - Method in class com.yospace.yae.yogi.YogiMenuBar
Adds the given menu to this menu bar.
addMenu(YogiMenu) - Method in class com.yospace.yae.yogi.YogiWindow
Adds the given menu to the current menu bar, if a current menu bar exists.
addMenuListener(int, ActionListener) - Method in class com.yospace.yae.yogi.AbstractMenu
Convenience method for adding a ActionListener to a specified item in the menu.
addMinimizeButton(ActionListener) - Method in class com.yospace.yae.yogi.YogiTitleBar
Adds a minimize button to the title bar and sets its action listener to be the one provided.
addModelListener(AbstractTable) - Method in class com.yospace.yae.yogi.DefaultDataModel
Adds a model listener to the DataModel.
addModelListener(AbstractTable) - Method in interface com.yospace.yae.yogi.DataModel
Adds a model listener to the DataModel.
addNewRadioButtonGroup(String) - Method in class com.yospace.yae.yogi.YogiPaneletDisplay
Adds a new radio button group to the current set of groups associated with the PaneletDisplay, if a group with the given name has not already been added.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.yospace.yae.yogi.YogiComponent
Adds a listener for any of the various property change events that components can produce.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.yospace.yae.pm.PaneletManager
Adds a listener for any of the various property change events that components can produce.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.yospace.yae.util.PropertyChangeSupport
Adds a listener to the list of registered listeners.
ALIGN_CENTER - Static variable in class com.yospace.yae.yogi.YogiComponent
Alignment constant used for setting center alignment in some components, such as YogiLabel.
ALIGN_LEFT - Static variable in class com.yospace.yae.yogi.YogiComponent
Alignment constant used for setting left alignment in some components, such as YogiLabel.
ALIGN_RIGHT - Static variable in class com.yospace.yae.yogi.YogiComponent
Alignment constants used for setting right alignment in some components, such as YogiLabel.
APPEAR_ALWAYS - Static variable in class com.yospace.yae.yogi.YogiScrollBar
Used to define a scrollbar that will always appear.
APPEAR_AS_NEEDED - Static variable in class com.yospace.yae.yogi.YogiScrollBar
Used to define a scrollbar that will appear as needed.
APPEAR_NEVER - Static variable in class com.yospace.yae.yogi.YogiScrollBar
Used to define a scrollbar that will never appear.
ApplicationManager - interface com.yospace.yae.appmgr.ApplicationManager.
This interface gives the methods required of a native implementation of the YoGI application manager.
appMan - Variable in class com.yospace.yae.pm.PaneletManager
A back-reference to the Application Manager.
available() - Method in class com.yospace.yae.util.BufferedInputStream
Returns the number of bytes that can be read from this input stream without blocking.

B

BAR_WIDTH - Static variable in class com.yospace.yae.standard.color.plaf.StandardSpinUI
Constant defining the width of the controls of the YogiSpin.
BAR_WIDTH - Static variable in class com.yospace.yae.standard.mono.plaf.StandardSpinUI
Constant defining the width of the controls of the YogiSpin.
BLACK - Static variable in class com.yospace.yae.yogi.ColorUtil
integer color with value 0x000000
BLUE - Static variable in class com.yospace.yae.yogi.ColorUtil
integer color with value 0x0000FF
BORDER_DOTTED - Static variable in class com.yospace.yae.yogi.YogiComponent
A border-style constant representing a dotted border in the current border color.
BORDER_NONE - Static variable in class com.yospace.yae.yogi.YogiComponent
A border-style constant representing "no border".
BORDER_PLAIN - Static variable in class com.yospace.yae.yogi.YogiComponent
A border-style constant representing a simple border line in the current background color.
BORDER_ROUNDED - Static variable in class com.yospace.yae.yogi.YogiComponent
A border-style constant representing a round cornered border in the current border color.
BORDER_SOLID - Static variable in class com.yospace.yae.yogi.YogiComponent
A border-style constant representing a simple border line in the current border color.
BREAKING_STYLE_CHARACTER - Static variable in class com.yospace.yae.yogi.YogiTextArea
Word breaking constant used for setting the type of word breaking used within the YogiTextArea to allow words to break anywhere, i.e.
BREAKING_STYLE_HYPHEN - Static variable in class com.yospace.yae.yogi.YogiTextArea
Word breaking constant used for setting the type of word breaking used within the YogiTextArea to allow breaking a word across a line with the break being joined with a hyphen.
BREAKING_STYLE_WORD - Static variable in class com.yospace.yae.yogi.YogiTextArea
Word breaking constant used for setting the type of word breaking used within the YogiTextArea to allow breaking only at word boundaries.
bringForwards(YogiComponent) - Method in class com.yospace.yae.yogi.YogiComponent
This method moves the given component one position forwards in the child component's pile.
bringForwards(YogiComponent) - Method in class com.yospace.yae.yogi.YogiLayeredPane
If we have a YogiPaneletDisplay, bring the whole YogiPaneletDisplay's layer in front of the layer currently above that YogiPaneletDisplay's layer (if it is not at the top already).
bringInFrontOf(YogiComponent, YogiComponent) - Method in class com.yospace.yae.yogi.YogiComponent
This method moves the first component one position to the front of the second component.
bringInFrontOf(YogiComponent, YogiComponent) - Method in class com.yospace.yae.yogi.YogiLayeredPane
If both parameters are YogiPaneletDisplays, bring that whole of the first YogiPaneletDisplay's layer in front of the second YogiPaneletDisplay's layer.
bringToFront(YogiComponent) - Method in class com.yospace.yae.yogi.YogiComponent
This method puts the given component on top of the child components pile.
bringToFront(YogiComponent) - Method in class com.yospace.yae.yogi.YogiLayeredPane
If we have a YogiPaneletDisplay, bring that whole YogiPaneletDisplay's layer to the front of the layers, but behind the system popups layer if one exists.
buf - Variable in class com.yospace.yae.util.BufferedInputStream
The internal buffer array where the data is stored.
BufferedInputStream - class com.yospace.yae.util.BufferedInputStream.
A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the input and to support the mark and reset methods.
BufferedInputStream(InputStream) - Constructor for class com.yospace.yae.util.BufferedInputStream
Creates a BufferedInputStream and saves its argument, the input stream in, for later use.
BufferedInputStream(InputStream, int) - Constructor for class com.yospace.yae.util.BufferedInputStream
Creates a BufferedInputStream with the specified buffer size, and saves its argument, the input stream in, for later use.
buildSystemStringResources(String) - Method in class com.yospace.yae.yogi.UIManager
Builds the Hashtable of system string resources from a given URL.

C

charsWidth(char[], int, int) - Method in class com.yospace.yae.yogi.Font
Returns the width in pixels of a subset of a character array.
charsWidth(char[], int, int) - Method in class com.yospace.yae.yogi.CustomFont
Returns the width in pixels of a subset of a character array (kerning WILL affect the width returned).
charsWidth(char[], int, int) - Method in class com.yospace.yae.midlet.MIDletFont
 
charWidth(char) - Method in class com.yospace.yae.yogi.Font
Returns the width in pixels of a character.
charWidth(char) - Method in class com.yospace.yae.yogi.CustomFont
Returns the width in pixels of a character (kerning will NOT affect the width of the character).
charWidth(char) - Method in class com.yospace.yae.midlet.MIDletFont
 
CHECKED_COLOR - Static variable in class com.yospace.yae.standard.color.plaf.StandardCheckBoxUI
Constant denoting the color of the checkable area
CHECKED_COLOR - Static variable in class com.yospace.yae.standard.color.plaf.StandardRadioButtonUI
Constant denoting the color of the checked area.
classForBytecode - Static variable in class com.yospace.yae.yogi.xml.UIBuilder
A String array of Class names.
clearRect(int, int, int, int) - Method in class com.yospace.yae.yogi.Graphics
Convenience method for calling fillRect with a paint color set to white.
clearRect(int, int, int, int) - Method in class com.yospace.yae.midlet.MIDletGraphics
Clear a rectangle - equates to filling the rectangle with white.
clearSelections() - Method in class com.yospace.yae.yogi.AbstractTable
Clears all selections from the selection model.
clearSelections() - Method in class com.yospace.yae.yogi.DefaultSelectionModel
Clears all selections in the selection model.
clearSelections() - Method in interface com.yospace.yae.yogi.SelectionModel
Clears all selections in the selection model.
clipRect(int, int, int, int) - Method in class com.yospace.yae.yogi.Graphics
This method sets the clip region to be the overlap of the existing clip region and the rectangle described by the arguments.
clipRect(int, int, int, int) - Method in class com.yospace.yae.midlet.MIDletGraphics
Intersect the current rectangle with the given coordinates.
clipRect(Rectangle) - Method in class com.yospace.yae.yogi.Graphics
Convenience method for calling Graphics.clipRect(int,int,int,int).
clipRect(Rectangle) - Method in class com.yospace.yae.midlet.MIDletGraphics
Intersect the current rectangle with the given one.
close() - Method in class com.yospace.yae.util.BufferedInputStream
Closes this input stream and releases any system resources associated with the stream.
closeAll() - Method in class com.yospace.yae.yogi.xml.XmlcReader
Used to close all connections and streams used.
COLOR_BACKGROUND - Static variable in class com.yospace.yae.yogi.YogiComponent
Color-type constant used for setting and retrieving the background color, typically used for filling the space behind the detail of this component.
COLOR_BORDER - Static variable in class com.yospace.yae.yogi.YogiComponent
Color-type constants used for setting and retrieving the border color when borders are enabled.
COLOR_FOREGROUND - Static variable in class com.yospace.yae.yogi.YogiComponent
Color-type constant used for setting and retrieving the foreground color, typically used for coloring text or other details.
ColorUtil - class com.yospace.yae.yogi.ColorUtil.
This class provides a set of static constants representing integer color values, and a set of static utility methods for manipulating them.
com.yospace.yae.appmgr - package com.yospace.yae.appmgr
 
com.yospace.yae.midlet - package com.yospace.yae.midlet
 
com.yospace.yae.midlet.simple - package com.yospace.yae.midlet.simple
 
com.yospace.yae.midlet.standalone - package com.yospace.yae.midlet.standalone
 
com.yospace.yae.pm - package com.yospace.yae.pm
 
com.yospace.yae.standard.color.plaf - package com.yospace.yae.standard.color.plaf
 
com.yospace.yae.standard.mono.plaf - package com.yospace.yae.standard.mono.plaf
 
com.yospace.yae.util - package com.yospace.yae.util
 
com.yospace.yae.yogi - package com.yospace.yae.yogi
 
com.yospace.yae.yogi.info - package com.yospace.yae.yogi.info
 
com.yospace.yae.yogi.xml - package com.yospace.yae.yogi.xml
 
commandAction(Command, Displayable) - Method in class com.yospace.yae.standard.color.plaf.StandardTextFieldUI
 
commandAction(Command, Displayable) - Method in class com.yospace.yae.standard.mono.plaf.StandardTextFieldUI
Used to hook into using the MIDP TextField to allow the MIDP TextField to be closed down and return to YoGI.
ComponentUI - class com.yospace.yae.yogi.ComponentUI.
An adapter-style base class for YoGI UI classes.
ComponentUI() - Constructor for class com.yospace.yae.yogi.ComponentUI
 
CompositeUI - interface com.yospace.yae.yogi.CompositeUI.
Interface to allow classes that are composite objects to specify a layout of their children which compose the composite object.
configureImage(Graphics, YogiComponent, Image, String) - Method in class com.yospace.yae.standard.color.plaf.StandardLabelUI
Configures the location of the image associated with the button, if any exists.
configureImage(Graphics, YogiComponent, Image, String) - Method in class com.yospace.yae.standard.color.plaf.StandardButtonUI
Configures the location of the image associated with the button, if one exists.
configureImage(Graphics, YogiComponent, Image, String) - Method in class com.yospace.yae.standard.mono.plaf.StandardLabelUI
Configures the location of the image associated with the button, if any exists.
configureText(Graphics, YogiComponent, String, Image) - Method in class com.yospace.yae.standard.color.plaf.StandardLabelUI
Configures the location of the text associated with the button, if any exists.
configureText(Graphics, YogiComponent, String, Image) - Method in class com.yospace.yae.standard.color.plaf.StandardButtonUI
Configures the location of the text associated with the button, if any exists.
configureText(Graphics, YogiComponent, String, Image) - Method in class com.yospace.yae.standard.mono.plaf.StandardLabelUI
Configures the location of the text associated with the button, if any exists.
CONSTRAINT_MASK - Static variable in class com.yospace.yae.yogi.YogiTextField
Constant that defines the constraint mask for the text field.
CONSTRAINTS_ANY - Static variable in class com.yospace.yae.yogi.YogiTextField
Constant used to set a text field to allow any kind of input.
CONSTRAINTS_EMAILADDR - Static variable in class com.yospace.yae.yogi.YogiTextField
Constant used to set a text field to allow input of an email address only.
CONSTRAINTS_NUMERIC - Static variable in class com.yospace.yae.yogi.YogiTextField
Constant used to set a text field to allow numeric input only.
CONSTRAINTS_PHONENUMBER - Static variable in class com.yospace.yae.yogi.YogiTextField
Constant used to set a text field to allow input of a phone number only.
CONSTRAINTS_URL - Static variable in class com.yospace.yae.yogi.YogiTextField
Constant used to set a text field to allow input of a URL only.
contains(int, int) - Method in class com.yospace.yae.yogi.YogiComponent
Detects whether the specified location is within our bounds.
contains(YogiComponent, int, int) - Method in class com.yospace.yae.yogi.ComponentUI
Detects whether the specified location is within the component's bounds.
containsComponent(YogiComponent) - Method in class com.yospace.yae.yogi.YogiComponent
Finds whether the given component is contained, at some level in the component hierarchy, by this one.
count - Variable in class com.yospace.yae.util.BufferedInputStream
The index one greater than the index of the last valid byte in the buffer.
countTokens() - Method in class com.yospace.yae.util.StringTokenizer
Calculates the number of times that this tokenizer's nextToken method can be called before it generates an exception.
create() - Method in class com.yospace.yae.yogi.Graphics
This factory method creates a new instance of a Graphics as an exact copy of this one.
create() - Method in class com.yospace.yae.midlet.MIDletGraphics
A co-ordinate based constructor.
create(int, int, int, int) - Method in class com.yospace.yae.yogi.Graphics
This factory method creates a new instance of a Graphics as an exact copy of this one, but clipped to apply only to the specified sub-region.
create(Object) - Static method in class com.yospace.yae.yogi.YogiRootWindow
Creates and returns a new YogiRootWindow Object if a valid key is used.
createImage(byte[], int, int) - Method in class com.yospace.yae.yogi.NativeResources
Creates an immutable native image which is decoded from the data stored in the specified byte array at the specified offset and length.
createImage(byte[], int, int) - Method in class com.yospace.yae.midlet.MIDletResources
Creates an immutable native image which is decoded from the data stored in the specified byte array at the specified offset and length.
createImage(Image) - Method in class com.yospace.yae.yogi.NativeResources
Creates an immutable image from a source image.
createImage(Image) - Static method in class com.yospace.yae.midlet.MIDletImage
Creates an immutable yogi.Image from a source lcdui.Image.
createImage(Image) - Static method in class com.yospace.yae.midlet.MIDletImage
Creates an immutable image from a source image.
createImage(Image) - Method in class com.yospace.yae.midlet.MIDletResources
Creates an immutable image from a source image.
createImage(String) - Method in class com.yospace.yae.yogi.NativeResources
Creates an immutable image from decoded image data obtained from the named resource.
createImage(String) - Method in class com.yospace.yae.midlet.MIDletResources
Creates an immutable image from decoded image data obtained from the named resource.
createNativeFont(int, int, int) - Method in class com.yospace.yae.yogi.NativeResources
Creates a MIDP Font given a typeface, style and size.
createNativeFont(int, int, int) - Method in class com.yospace.yae.midlet.MIDletResources
 
createPanelet(String) - Method in class com.yospace.yae.pm.PaneletContext
Posts a request for a new Panelet with content from the given URL to the Panelet Context.
CustomFont - class com.yospace.yae.yogi.CustomFont.
This font class is a YoGI replacement for the MIDP font class.
CustomFont(String) - Constructor for class com.yospace.yae.yogi.CustomFont
Creates a CustomFont given a resource name for the font file.
CYAN - Static variable in class com.yospace.yae.yogi.ColorUtil
integer color with value 0x00FFFF

D

DARK - Static variable in class com.yospace.yae.yogi.ColorUtil
Used to indicate "darkening" for getShadedColor(color,shade)
DARK_GRAY - Static variable in class com.yospace.yae.yogi.ColorUtil
integer color with value 0x404040
DASH_BAR_HEIGHT - Static variable in class com.yospace.yae.standard.color.plaf.StandardRootWindowUI
The constant that defines how high the dash bar will be.
DASH_BAR_HEIGHT - Static variable in class com.yospace.yae.standard.mono.plaf.StandardRootWindowUI
The constant that defines how high the dash bar will be.
dashBarExit - Variable in class com.yospace.yae.yogi.YogiDashBar
Stores the String that will be used for 'exit'.
Dashboard - class com.yospace.yae.pm.Dashboard.
A dashboard manages the view of the model that is the Panelet Manager.
Dashboard() - Constructor for class com.yospace.yae.pm.Dashboard
 
DataModel - interface com.yospace.yae.yogi.DataModel.
The DataModel interface must be implemented by any class that is to be used as a data model for AbstractTable subclasses.
DEFAULT_BORDER_STYLE - Static variable in class com.yospace.yae.standard.color.plaf.StandardComponentUI
Constant for the default border style of a component in the Standard Plaf UI
DEFAULT_BORDER_STYLE - Static variable in class com.yospace.yae.standard.mono.plaf.StandardComponentUI
Constant for the default border style of a component in the Standard Plaf UI
DEFAULT_CHECKABLE_AREA_HEIGHT - Static variable in class com.yospace.yae.standard.color.plaf.StandardCheckBoxUI
Constant for the default height of the checkable area
DEFAULT_CHECKABLE_AREA_HEIGHT - Static variable in class com.yospace.yae.standard.mono.plaf.StandardCheckBoxUI
Constant for the default height of the checkable area
DEFAULT_CHECKABLE_AREA_WIDTH - Static variable in class com.yospace.yae.standard.color.plaf.StandardCheckBoxUI
Constant for the default width of the checkable area
DEFAULT_CHECKABLE_AREA_WIDTH - Static variable in class com.yospace.yae.standard.mono.plaf.StandardCheckBoxUI
Constant for the default width of the checkable area
DEFAULT_FONT_NAME - Static variable in class com.yospace.yae.standard.color.plaf.StandardComponentUI
Constant for the default font of a component in the Standard Plaf UI
DEFAULT_FONT_NAME - Static variable in class com.yospace.yae.standard.mono.plaf.StandardComponentUI
Constant for the default font of a component in the Standard Plaf UI
DEFAULT_HEIGHT - Static variable in class com.yospace.yae.standard.color.plaf.StandardComponentUI
Constant for the default height of a component in the Standard Plaf UI
DEFAULT_HEIGHT - Static variable in class com.yospace.yae.standard.mono.plaf.StandardComponentUI
Constant for the default height of a component in the Standard Plaf UI
DEFAULT_MIN_SCROLLER_SIZE - Static variable in class com.yospace.yae.standard.color.plaf.StandardScrollBarUI
Scroller will not be smaller than this size unless the scrollbar is less than 4 times as long as this constant.
DEFAULT_MIN_SCROLLER_SIZE - Static variable in class com.yospace.yae.standard.mono.plaf.StandardScrollBarUI
Scroller will not be smaller than this size unless the scrollbar is less than 4 times as long as this constant.
DEFAULT_WIDTH - Static variable in class com.yospace.yae.standard.color.plaf.StandardComponentUI
Constant for the default width of a component in the Standard Plaf UI
DEFAULT_WIDTH - Static variable in class com.yospace.yae.standard.mono.plaf.StandardComponentUI
Constant for the default width of a component in the Standard Plaf UI
DefaultDataModel - class com.yospace.yae.yogi.DefaultDataModel.
Default implementation of the DataModel interface.
DefaultDataModel() - Constructor for class com.yospace.yae.yogi.DefaultDataModel
Default constructor.
DefaultDataModel(Object[]) - Constructor for class com.yospace.yae.yogi.DefaultDataModel
Constructor taking an Object array of values with which the populate the DataModel.
DefaultSelectionModel - class com.yospace.yae.yogi.DefaultSelectionModel.
Default implementation of the SelectionModel interface.
DefaultSelectionModel() - Constructor for class com.yospace.yae.yogi.DefaultSelectionModel
Default constructor.
DefaultSelectionModel(int) - Constructor for class com.yospace.yae.yogi.DefaultSelectionModel
Constructor initialising the selection model to a specified mode
delete(int, int) - Method in class com.yospace.yae.yogi.YogiTextField
Deletes a region of characters from the text field.
destroy() - Method in class com.yospace.yae.pm.Panelet
Empty template method for permanently freeing up resources when the Panelet management system decides to kill this Panelet.
destroyApp(boolean) - Method in class com.yospace.yae.midlet.YaeMIDlet
Trims resources and sets the initialized flag to indicate that if startApp() is called again then the toolkit, resources and the Panelet system need to be set up again.
DIALOG_ALERT - Static variable in class com.yospace.yae.yogi.YogiPopup
The constant used to create alert dialogs.
DIALOG_ALERT_IMAGE - Static variable in class com.yospace.yae.yogi.UIManager
Identifier for requesting this UI's standard image for Alert-style dialogs.
DIALOG_CONFIRM - Static variable in class com.yospace.yae.yogi.YogiPopup
The constant used to create confirm dialogs.
DIALOG_CONFIRM_IMAGE - Static variable in class com.yospace.yae.yogi.UIManager
Identifier for requesting this UI's standard image for Confirm-style dialogs.
DIALOG_PROMPT - Static variable in class com.yospace.yae.yogi.YogiPopup
The constant used to create prompt dialogs.
DIALOG_TEXTFIELD_MAX_SIZE - Static variable in class com.yospace.yae.standard.color.plaf.StandardDialogUI
Constant denoting the maximum size in pixels of the textfield.
DIALOG_TEXTFIELD_MAX_SIZE - Static variable in class com.yospace.yae.standard.mono.plaf.StandardDialogUI
Constant denoting the maximum size in pixels of the textfield.
DIALOG_WAITING - Static variable in class com.yospace.yae.yogi.YogiPopup
The constant used to create waiting dialogs.
DIALOG_WAITING_IMAGE - Static variable in class com.yospace.yae.yogi.UIManager
Identifier for requesting this UI's standard image for Waiting-style dialogs.
Dimension - class com.yospace.yae.yogi.Dimension.
The Dimension class encapsulates the width and height of a component (in integer precision) in a single object.
Dimension() - Constructor for class com.yospace.yae.yogi.Dimension
Creates an instance of Dimension with a width of zero and a height of zero.
Dimension(Dimension) - Constructor for class com.yospace.yae.yogi.Dimension
Creates an instance of Dimension whose width and height are the same as for the specified Dimension.
Dimension(int, int) - Constructor for class com.yospace.yae.yogi.Dimension
Constructs a Dimension and initializes it to the specified width and specified height.
dispose() - Method in class com.yospace.yae.yogi.Graphics
This method is called when the Graphics object is no longer required.
dispose() - Method in class com.yospace.yae.midlet.MIDletGraphics
No Graphics dispose method in ..lcdui.Graphics.
doEndTag(Object) - Method in class com.yospace.yae.yogi.xml.XmlcReader
Extending classes should implement this to handle end tags.The name may be a String object if the tag was LITERAL, but may be an Integer if it was bytecoded.
doEndTag(Object) - Method in class com.yospace.yae.yogi.xml.UIBuilder
Responds to close-tag notification.
doEndTag(Object) - Method in class com.yospace.yae.yogi.xml.UIConfigBuilder
Default implementation, does nothing.
doEndTag(Object) - Method in class com.yospace.yae.yogi.xml.PaneletConfigBuilder
Processes end tag events.
doEndTag(Object) - Method in class com.yospace.yae.yogi.xml.StringResourceBuilder
Default implementation, does nothing.
doIdentifier(int, String) - Method in class com.yospace.yae.yogi.xml.XmlcReader
This method may be overridden to provide version handling, as it receives the DOCTYPE information from the XML file.
doProcessingInstruction(String, String) - Method in class com.yospace.yae.yogi.xml.XmlcReader
Handler for when an XML Processing Instruction is encountered.
doProcessingInstruction(String, String) - Method in class com.yospace.yae.yogi.xml.UIBuilder
Handles "import" PIs, where command=="import" and arg is a package or classname in the style of a Java import statement: it either ends in a class or has ".*" at the end.
doProcessingInstruction(String, String) - Method in class com.yospace.yae.yogi.xml.UIConfigBuilder
Default implementation, does nothing.
doProcessingInstruction(String, String) - Method in class com.yospace.yae.yogi.xml.PaneletConfigBuilder
Default implementation, does nothing.
doProcessingInstruction(String, String) - Method in class com.yospace.yae.yogi.xml.StringResourceBuilder
Default implementation, does nothing.
doStartTag(Object, Hashtable) - Method in class com.yospace.yae.yogi.xml.XmlcReader
Extending classes should implement this to handle start tags.
doStartTag(Object, Hashtable) - Method in class com.yospace.yae.yogi.xml.UIBuilder
Process a start tag found on the input Stream.
doStartTag(Object, Hashtable) - Method in class com.yospace.yae.yogi.xml.UIConfigBuilder
Processes start tags.
doStartTag(Object, Hashtable) - Method in class com.yospace.yae.yogi.xml.PaneletConfigBuilder
Processes start tags.
doStartTag(Object, Hashtable) - Method in class com.yospace.yae.yogi.xml.StringResourceBuilder
Processes start tags.
DOTTED - Static variable in class com.yospace.yae.yogi.Graphics
Constant for specifying DOTTED line-drawing style.
drawArc(int, int, int, int, int, int) - Method in class com.yospace.yae.yogi.Graphics
Draws an arc sector of an oval, using the current color and stroke style.
drawArc(int, int, int, int, int, int) - Method in class com.yospace.yae.midlet.MIDletGraphics
Draw an arc with the current pen colour and dimensions as given.
drawGlyph(Graphics, char, int, int) - Method in class com.yospace.yae.yogi.Font
Renders a character onto a Graphics at a specified position, which is the top left of the character.
drawGlyph(Graphics, char, int, int) - Method in class com.yospace.yae.yogi.CustomFont
Renders a character onto a Graphics at a specified position, which is the top left of the character (no kerning will occur when drawing characters individually like this).
drawGlyph(Graphics, char, int, int) - Method in class com.yospace.yae.midlet.MIDletFont
 
drawGlyph(Graphics, char, int, int, int) - Method in class com.yospace.yae.yogi.Font
Renders a character onto a Graphics at a specified position, which is the top left of the character, with a background color specified.
drawGlyph(Graphics, char, int, int, int) - Method in class com.yospace.yae.yogi.CustomFont
Renders a character onto a Graphics at a specified position, which is the top left of the character, with a specified background color (no kerning will occur when drawing characters individually like this).
drawGlyph(Graphics, char, int, int, int) - Method in class com.yospace.yae.midlet.MIDletFont
 
drawImage(Image, int, int) - Method in class com.yospace.yae.yogi.Graphics
Draw the specified Image at the given location.
drawImage(Image, int, int) - Method in class com.yospace.yae.midlet.MIDletGraphics
 
drawLine(int, int, int, int) - Method in class com.yospace.yae.yogi.Graphics
Draws a straight line, using the current color and stroke style, joining the points (x1, y1) and (x2, y2).
drawLine(int, int, int, int) - Method in class com.yospace.yae.midlet.MIDletGraphics
Draw a line with this graphics object from and to the given coordinates.
drawOval(int, int, int, int) - Method in class com.yospace.yae.yogi.Graphics
Draws an oval, using the current color and stroke style, whose bounding rectangle is defined by the x, y, width and height arguments.
drawOval(int, int, int, int) - Method in class com.yospace.yae.midlet.MIDletGraphics
Draw an oval centered at the specified location.
drawPolygon(int[], int[], int) - Method in class com.yospace.yae.yogi.Graphics
Draws a series of lines joining the points defined in the xPoints and yPoints arrays, in the same style as drawPolyline.
drawPolygon(int[], int[], int) - Method in class com.yospace.yae.midlet.MIDletGraphics
Draw a polygon whose points are held in corresponding positions in the given x and y arrays.
drawPolyline(int[], int[], int) - Method in class com.yospace.yae.yogi.Graphics
Draws a series of straight lines, using the current color and stroke style, joining the points defined by successive pairs of values in the two arrays.
drawPolyline(int[], int[], int) - Method in class com.yospace.yae.midlet.MIDletGraphics
Draw a polyline whose points are held in corresponding positions in the given x and y arrays.
drawRect(int, int, int, int) - Method in class com.yospace.yae.yogi.Graphics
This method draws the border of a rectangle described by its arguments, using the current color and stroke style.
drawRect(int, int, int, int) - Method in class com.yospace.yae.midlet.MIDletGraphics
Draw a rectangle with the current colour setting and the given dimensions.
drawRoundRect(int, int, int, int, int, int) - Method in class com.yospace.yae.yogi.Graphics
Draws a rectangle with rounded corners, using the current color and stroke style.
drawRoundRect(int, int, int, int, int, int) - Method in class com.yospace.yae.midlet.MIDletGraphics
Draw a rectangle with rounded corners with the given dimensions.
drawString(Graphics, String, int, int) - Method in class com.yospace.yae.yogi.Font
Renders a String onto a Graphics at a specified position, which is the top left of the String.
drawString(Graphics, String, int, int) - Method in class com.yospace.yae.yogi.CustomFont
Renders a String onto a Graphics at a specified position, which is the top left of the String (kerning will occur if the font contains kerning information).
drawString(Graphics, String, int, int) - Method in class com.yospace.yae.midlet.MIDletFont
 
drawString(Graphics, String, int, int, int) - Method in class com.yospace.yae.yogi.Font
Renders a String onto a Graphics at a specified position, which is the top left of the String, with a background color specified.
drawString(Graphics, String, int, int, int) - Method in class com.yospace.yae.yogi.CustomFont
Renders a String onto a Graphics at a specified position, which is the top left of the String, with a specified background color (kerning will occur if the font contains kerning information).
drawString(Graphics, String, int, int, int) - Method in class com.yospace.yae.midlet.MIDletFont
 
drawString(String, int, int) - Method in class com.yospace.yae.yogi.Graphics
Draws the specified text in the current color and font at the specified location.
drawString(String, int, int) - Method in class com.yospace.yae.midlet.MIDletGraphics
 
drawString(String, int, int, int) - Method in class com.yospace.yae.yogi.Graphics
Draws the specified text in the current color and font at the specified location.
drawString(String, int, int, int) - Method in class com.yospace.yae.midlet.MIDletGraphics
 

E

END - Static variable in class com.yospace.yae.yogi.xml.XmlcReader
 
ensureVisible(int, int, int, int) - Method in class com.yospace.yae.yogi.YogiComponent
Ensures that the specified area of this component is visible, where possible.
ensureVisible(YogiComponent, int, int, int, int) - Method in class com.yospace.yae.yogi.YogiComponent
Ensures that the specified area of this component is visible, where possible; if there is a choice (perhaps because this component supports layers), then the supplied child component is the one that should be shown.
ensureVisible(YogiComponent, int, int, int, int) - Method in class com.yospace.yae.yogi.YogiLayeredPane
 
ensureVisible(YogiComponent, int, int, int, int) - Method in class com.yospace.yae.yogi.YogiScrollContentPane
This method ensures that the specified region is visible by scrolling as far as it can in both directions until the region is in view.
equals(Object) - Method in class com.yospace.yae.yogi.Dimension
Checks whether two dimension objects have equal values.
equals(Object) - Method in class com.yospace.yae.yogi.Point
Determines whether two points are equal.
exit() - Method in class com.yospace.yae.midlet.standalone.SinglePaneletManager
Nothing is done here.
exit() - Method in class com.yospace.yae.midlet.simple.SimplePaneletManager
Exits the YAE.
exit() - Method in class com.yospace.yae.pm.PaneletManager
Abstract method which, when implemented, should be used to tell the system to exit.
expandToContain(int, int, int, int) - Method in class com.yospace.yae.yogi.Rectangle
Expand this rectangle to encompass the rectangle described by the arguments.
expandToContain(Rectangle) - Method in class com.yospace.yae.yogi.Rectangle
Expand this rectangle to encompass the given rectangle.

F

FACE_MONOSPACE - Static variable in class com.yospace.yae.yogi.Font
Typeface constant of value 32 which represents a monospaced font.
FACE_PROPORTIONAL - Static variable in class com.yospace.yae.yogi.Font
Typeface constant of value 64 which represents a proportional font.
FACE_SYSTEM - Static variable in class com.yospace.yae.yogi.Font
Typeface constant of value 0 which represents a system font.
fillArc(int, int, int, int, int, int) - Method in class com.yospace.yae.yogi.Graphics
Fills an arc sector of an oval, using the current color.
fillArc(int, int, int, int, int, int) - Method in class com.yospace.yae.midlet.MIDletGraphics
Fill an arc with the current pen colour and dimensions as given.
fillOval(int, int, int, int) - Method in class com.yospace.yae.yogi.Graphics
Fills an oval, using the current color, whose bounding rectangle is defined by the x, y, width and height arguments.
fillOval(int, int, int, int) - Method in class com.yospace.yae.midlet.MIDletGraphics
Draw a filled oval centered at the specified location.
fillRect(int, int, int, int) - Method in class com.yospace.yae.yogi.Graphics
This method fills the rectangle described by the arguments with the current color.
fillRect(int, int, int, int) - Method in class com.yospace.yae.midlet.MIDletGraphics
Fill a rectangle with the current pen colour and dimensions as given.
fillRoundRect(int, int, int, int, int, int) - Method in class com.yospace.yae.yogi.Graphics
Fills a rectangle with rounded corners, using the current color.
fillRoundRect(int, int, int, int, int, int) - Method in class com.yospace.yae.midlet.MIDletGraphics
Filling version of drawRoundRect.
findComponentAt(int, int) - Method in class com.yospace.yae.yogi.YogiComponent
Searches the component hierarchy for the component that contains the specified point relative to this component.
findCurrentFocus(YogiComponent, boolean) - Static method in class com.yospace.yae.yogi.YogiComponent
Searches below fdRoot (which must be a focus-domain root) and locates the current focussed component.
findFirstFocus(YogiComponent, int) - Static method in class com.yospace.yae.yogi.YogiComponent
Locates the first (or distanceth) focusable component on from this one within this focus-domain.
findFocusDomainRoot(YogiRootWindow) - Method in class com.yospace.yae.yogi.YogiComponent
This method locates this component's closest focus-domain root component.
findFocusDomainRootImpl() - Method in class com.yospace.yae.yogi.YogiComponent
 
findHotkeyComponent(int) - Method in class com.yospace.yae.yogi.YogiComponent
If this component is a focus-domain root, this method will search the focusable children for one with the specified hotkey.
findNextFocus(YogiComponent, int) - Static method in class com.yospace.yae.yogi.YogiComponent
Locates the distanceth focusable component within the focus-domain owned by fdRoot, relative to the currently focussed item.
fireActionPerformedEvent() - Method in class com.yospace.yae.yogi.YogiComponent
This method fires an action event to the action listener (if any).
fireModelChanged() - Method in class com.yospace.yae.yogi.DefaultDataModel
Fires an update to all model listeners that the state of the DataModel has changed.
fireModelChanged(int, int) - Method in class com.yospace.yae.yogi.DefaultDataModel
Fires an update to the specified model listeners that the state of the DataModel has changed.
firePropertyChangeEvent(int) - Method in class com.yospace.yae.yogi.YogiComponent
This method is used to send a notification to any registered PropertyChangeListeners to say that the specified property has changed.
firePropertyChangeEvent(int) - Method in class com.yospace.yae.pm.PaneletManager
This method is used to send a notification to any registered PropertyChangeListeners to say that the specified property has changed.
firePropertyChangeEvent(Object, int) - Method in class com.yospace.yae.pm.PaneletManager
This method is used to send a notification to any registered PropertyChangeListeners to say that the specified property has changed.
fixedCellHeight - Variable in class com.yospace.yae.yogi.AbstractTable
The height of a cell in an AbstractTable subclass.
FOCUS_DEFAULT - Static variable in class com.yospace.yae.yogi.YogiComponent
A focus-type constant - indicates that this component should use the focus traversability state as indicated by its UI delegate.
FOCUS_OFF - Static variable in class com.yospace.yae.yogi.YogiComponent
A focus-type constant - indicates that this component should not be focus traversable.
FOCUS_ON - Static variable in class com.yospace.yae.yogi.YogiComponent
A focus-type constant - indicates that this component should be focus traversable.
FocusManager - class com.yospace.yae.yogi.FocusManager.
Base class of FocusManagers in the YoGI system.
FocusManager() - Constructor for class com.yospace.yae.yogi.FocusManager
 
Font - class com.yospace.yae.yogi.Font.
An abstract class that represents the capabilities of fonts within YoGI and wraps MIDP fonts and CustomFonts into one class.
Font() - Constructor for class com.yospace.yae.yogi.Font
 

G

get() - Static method in class com.yospace.yae.yogi.Toolkit
Singleton accessor method for the Toolkit.
get() - Static method in class com.yospace.yae.yogi.NativeResources
Accessor method that gets the current NativeResources object.
getActivePanelet() - Method in class com.yospace.yae.pm.PaneletManager
Gets the currently active Panelet.
getActivesCount() - Method in class com.yospace.yae.midlet.simple.SimpleDashBar
Gets the total number of active Panelets listed.
getAlign() - Method in class com.yospace.yae.yogi.YogiComponent
Gets the current alignment.
getBaselinePosition() - Method in class com.yospace.yae.yogi.Font
Returns the height of the baseline from the top of the Font.
getBaselinePosition() - Method in class com.yospace.yae.yogi.CustomFont
Returns the distance in pixels from the top of the text to the text's baseline (as per MIDP Font class).
getBaselinePosition() - Method in class com.yospace.yae.midlet.MIDletFont
 
getBlockIncrement() - Method in class com.yospace.yae.yogi.YogiRange
Accesses the size of the vertical scroll block.
getBorderStyle() - Method in class com.yospace.yae.yogi.YogiComponent
Gets the current border style for the component.
getBounds() - Method in class com.yospace.yae.yogi.YogiComponent
Gets a Rectangle representing this component's bounds relative to the parent's coordinate space.
getBreakingStyle() - Method in class com.yospace.yae.yogi.YogiTextArea
This method returns the current breaking style being used for the TextArea.
getButtonPressedIndex() - Method in class com.yospace.yae.yogi.YogiPopup
Accessor method for getting the button that was pressed on this dialog.
getCanvasHeight() - Method in class com.yospace.yae.yogi.NativeResources
Gets the canvas height.
getCanvasHeight() - Method in class com.yospace.yae.midlet.MIDletResources
Get the Canvas height
getCanvasWidth() - Method in class com.yospace.yae.yogi.NativeResources
Gets the canvas width.
getCanvasWidth() - Method in class com.yospace.yae.midlet.MIDletResources
Get the Canvas width
getCaretPosition() - Method in class com.yospace.yae.yogi.YogiTextField
Returns the current cursor position.
getCellHeight() - Method in class com.yospace.yae.yogi.AbstractTable
Convenience method for retrieving the height of an Abstract table cell.
getCellHeight() - Method in class com.yospace.yae.yogi.YogiTable
Convenience method for getting the cell height of a table cell.
getCellHeight() - Method in class com.yospace.yae.yogi.YogiList
A convenience method for getting the cell height of items in the list.
getCellRect(int, int) - Method in class com.yospace.yae.yogi.AbstractTable
Calculates the bounds of the item at the specified position in the AbstractTable.
getCellRect(int, int) - Method in class com.yospace.yae.yogi.YogiTable
Returns a Rectangle denoting the bounds of the specifed YogiTable cell.
getCellRect(int, int) - Method in class com.yospace.yae.yogi.YogiList
Returns a Rectangle denoting the bounds of the specifed YogiList cell.
getCellRendererComponent(AbstractTable, Object, boolean, boolean) - Method in class com.yospace.yae.yogi.YogiImageComponent
Provided to implement the RendererFactory interface.
getCellRendererComponent(AbstractTable, Object, boolean, boolean) - Method in class com.yospace.yae.yogi.YogiLabel
Provided to implement the RendererFactory interface.
getCellRendererComponent(AbstractTable, Object, boolean, boolean) - Method in class com.yospace.yae.yogi.YogiCheckBox
Provided to implement the RendererFactory interface.
getCellRendererComponent(AbstractTable, Object, boolean, boolean) - Method in class com.yospace.yae.yogi.YogiTextField
 
getCellRendererComponent(AbstractTable, Object, boolean, boolean) - Method in class com.yospace.yae.yogi.YogiMenu
Provided to implement the RendererFactory interface.
getCellRendererComponent(AbstractTable, Object, boolean, boolean) - Method in interface com.yospace.yae.yogi.RendererFactory
Provided to implement the RendererFactory interface.
getCellRendererComponent(AbstractTable, Object, boolean, boolean) - Method in class com.yospace.yae.yogi.YogiDropDownMenu
Provided to implement the RendererFactory interface.
getChars(char[]) - Method in class com.yospace.yae.yogi.YogiTextField
Copies the contents of the text field into the character array data starting at position 0.
getClassName(String) - Method in class com.yospace.yae.yogi.xml.PaneletConfigBuilder
Gets the class name for a specified named panelet.
getClipBounds() - Method in class com.yospace.yae.yogi.Graphics
Convenience method for returning the current clip rectangle in one method call.
getClipBounds() - Method in class com.yospace.yae.midlet.MIDletGraphics
Get the current clipping rectangle as a Rectangle object.
getClipHeight() - Method in class com.yospace.yae.yogi.Graphics
Returns the height of the current clip region.
getClipHeight() - Method in class com.yospace.yae.midlet.MIDletGraphics
Return the current clipping rectangle's height value.
getClipWidth() - Method in class com.yospace.yae.yogi.Graphics
Returns the width of the current clip region.
getClipWidth() - Method in class com.yospace.yae.midlet.MIDletGraphics
Return the current clipping rectangle's width value.
getClipX() - Method in class com.yospace.yae.yogi.Graphics
Returns the x-coordinate of the top-left corner of the current clip region, relative to the current origin.
getClipX() - Method in class com.yospace.yae.midlet.MIDletGraphics
Return the current clipping rectangle's x coordinate.
getClipY() - Method in class com.yospace.yae.yogi.Graphics
Returns the y-coordinate of the top-left corner of the current clip region, relative to the current origin.
getClipY() - Method in class com.yospace.yae.midlet.MIDletGraphics
Return the current clipping rectangle's y coordinate.
getCodeForProperty(String) - Method in class com.yospace.yae.yogi.info.YogiComponentInfo
Returning the Code for a given property name.
getCodeForProperty(String) - Method in class com.yospace.yae.yogi.info.AbstractTableInfo
 
getCodeForProperty(String) - Method in class com.yospace.yae.yogi.info.YogiListInfo
 
getCodeForProperty(String) - Method in class com.yospace.yae.yogi.info.YogiRangeInfo
 
getCodeForProperty(String) - Method in class com.yospace.yae.yogi.info.YogiScrollBarInfo
Constant for scroll hidden property.
getCodeForProperty(String) - Method in class com.yospace.yae.yogi.info.YogiLayeredPaneInfo
 
getCodeForProperty(String) - Method in class com.yospace.yae.yogi.info.YogiImageComponentInfo
 
getCodeForProperty(String) - Method in class com.yospace.yae.yogi.info.YogiLabelInfo
 
getCodeForProperty(String) - Method in class com.yospace.yae.yogi.info.YogiTextAreaInfo
 
getCodeForProperty(String) - Method in class com.yospace.yae.yogi.info.YogiSliderInfo
 
getCodeForProperty(String) - Method in class com.yospace.yae.yogi.info.YogiMenuBarInfo
 
getCodeForProperty(String) - Method in class com.yospace.yae.yogi.info.YogiButtonInfo
 
getCodeForProperty(String) - Method in class com.yospace.yae.yogi.info.YogiCheckBoxInfo
 
getCodeForProperty(String) - Method in class com.yospace.yae.yogi.info.YogiRadioButtonInfo
 
getCodeForProperty(String) - Method in class com.yospace.yae.yogi.info.YogiProgressBarInfo
 
getCodeForProperty(String) - Method in class com.yospace.yae.yogi.info.YogiScrollPaneInfo
 
getCodeForProperty(String) - Method in class com.yospace.yae.yogi.info.YogiTabInfo
 
getCodeForProperty(String) - Method in class com.yospace.yae.yogi.info.YogiPopupInfo
 
getCodeForProperty(String) - Method in class com.yospace.yae.yogi.info.YogiTableInfo
 
getCodeForProperty(String) - Method in class com.yospace.yae.yogi.info.AbstractMenuInfo
 
getCodeForProperty(String) - Method in class com.yospace.yae.yogi.info.YogiDashBarInfo
 
getCodeForProperty(String) - Method in class com.yospace.yae.yogi.info.YogiTextFieldInfo
 
getCodeForProperty(String) - Method in class com.yospace.yae.yogi.info.YogiScrollContentPaneInfo
 
getCodeForProperty(String) - Method in class com.yospace.yae.yogi.info.YogiDropDownMenuInfo
 
getCodeForProperty(String) - Method in class com.yospace.yae.yogi.info.YogiTabbedPaneInfo
 
getCodeForProperty(String) - Method in class com.yospace.yae.yogi.info.YogiWindowInfo
 
getCodeForProperty(String) - Method in class com.yospace.yae.yogi.info.YogiSpinInfo
 
getCodeForProperty(String) - Method in class com.yospace.yae.yogi.info.YogiTitleBarInfo
 
getCodeForProperty(String) - Method in class com.yospace.yae.yogi.info.YogiRootWindowInfo
 
getCodeForProperty(String) - Method in class com.yospace.yae.yogi.info.YogiPaneletDisplayInfo
 
getCodeForProperty(String) - Method in class com.yospace.yae.yogi.info.YogiPanelInfo
 
getCodeForProperty(String) - Method in class com.yospace.yae.yogi.info.YogiContentPaneInfo
 
getCodeForProperty(String) - Method in class com.yospace.yae.yogi.info.YogiTabPanelInfo
 
getColor() - Method in class com.yospace.yae.yogi.Graphics
Returns the current drawing color in 0xRRGGBB format.
getColor() - Method in class com.yospace.yae.midlet.MIDletGraphics
Get the current pen colour.
getColor(int) - Method in class com.yospace.yae.yogi.YogiComponent
For the given index in the color set, returns the relevant color value.
getColor(int) - Method in class com.yospace.yae.yogi.YogiScrollContentPane
Overrides YogiComponent.getColor(int) to ensure that the content pane has the same background color as the parent YogiScrollPane.
getColor(int, int, int) - Static method in class com.yospace.yae.yogi.ColorUtil
Gives the color value for the color specified by its red, green and blue components.
getColors() - Method in class com.yospace.yae.yogi.YogiComponent
Utility method which concatenates the currently set colors in this component into a readable, ';'-separated string.
getColumnCount() - Method in class com.yospace.yae.yogi.YogiTable
This method gets the number of columns in the table.
getColumnWidth(int) - Method in class com.yospace.yae.yogi.YogiTable
Returns the width in pixels of a given column.
getColumnWidths() - Method in class com.yospace.yae.yogi.YogiTable
Utility method which concatenates the currently set column widths into a readable, ';'-separated string.
getCompactButton() - Method in class com.yospace.yae.yogi.YogiTitleBar
Accessor method for the compact button.
getComponent(int) - Method in class com.yospace.yae.yogi.YogiComponent
Finds the nth immediate child of this one.
getComponent(String) - Method in class com.yospace.yae.yogi.YogiComponent
Gets the descendant component whose id is equal to the supplied string.
getComponentCount() - Method in class com.yospace.yae.yogi.YogiComponent
Returns the number of child components associated with this component.
getComponentIndex(YogiComponent) - Method in class com.yospace.yae.yogi.YogiComponent
Finds the index of the given component within this component's child list.
getComponentParent() - Method in class com.yospace.yae.yogi.YogiPopup
Accessor method for getting hold of the parent of the YogiPopup.
getComponents() - Method in class com.yospace.yae.yogi.YogiComponent
Creates an array of all of the immediate children of this component.
getComponentWidth(YogiComponent) - Method in class com.yospace.yae.standard.color.plaf.StandardLabelUI
Used internally to allow sub-classes to vary the width available for painting the component.
getComponentWidth(YogiComponent) - Method in class com.yospace.yae.standard.color.plaf.StandardCheckBoxUI
Used internally to truncate the area available for painting drop down menus to the normal label size minus the width of the graphical margin and ( for those components contained within the popup menu ) the width of the scrollbar.
getComponentWidth(YogiComponent) - Method in class com.yospace.yae.standard.color.plaf.StandardDropDownMenuUI
Used internally to truncate the area available for painting drop down menus to the normal label size minus the width of the graphical margin and ( for those components contained within the popup menu ) the width of the scrollbar.
getComponentWidth(YogiComponent) - Method in class com.yospace.yae.standard.mono.plaf.StandardLabelUI
Used internally to allow sub-classes to vary the width available for painting the component.
getComponentWidth(YogiComponent) - Method in class com.yospace.yae.standard.mono.plaf.StandardCheckBoxUI
Used internally to truncate the area available for painting drop down menus to the normal label size minus the width of the graphical margin and ( for those components contained within the popup menu ) the width of the scrollbar.
getComponentWidth(YogiComponent) - Method in class com.yospace.yae.standard.mono.plaf.StandardDropDownMenuUI
Used internally to truncate the area available for painting drop down menus to the normal label size minus the width of the graphical margin and ( for those components contained within the popup menu ) the width of the scrollbar.
getConfig() - Method in class com.yospace.yae.yogi.YogiScrollBar
Gets the configuration of the scrollbar.
getConstraints() - Method in class com.yospace.yae.yogi.YogiTextField
Gets the current constraints for the text field.
getContentPane() - Method in class com.yospace.yae.yogi.YogiScrollPane
Gets the scrollable content pane.
getContentPane() - Method in class com.yospace.yae.yogi.YogiTabbedPane
Returns the tabbed pane's content pane, which is used to display the tab panels and their contents.
getContentPane() - Method in class com.yospace.yae.yogi.YogiWindow
Accessor method for the content pane.
getDashBar() - Method in class com.yospace.yae.yogi.YogiRootWindow
Accessor method for the dash bar, if one currently exists.
getDefaultBorderStyle(YogiComponent) - Method in class com.yospace.yae.standard.color.plaf.StandardComponentUI
This method is called by the component where the application writer has not explicitly set the Style that the border will be drawn in, either from within the XML or programmatically at a later stage.
getDefaultBorderStyle(YogiComponent) - Method in class com.yospace.yae.standard.color.plaf.StandardTextFieldUI
 
getDefaultBorderStyle(YogiComponent) - Method in class com.yospace.yae.standard.color.plaf.StandardDialogUI
This method overrides that inherited from StandardComponentUI in order to force a solid border around the dialog.
getDefaultBorderStyle(Yogi