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

A

absoluteFile(String) - Static method in class marimba.gui.PlayerFrame
Make an absolute file name, with tilde home-directory expansion as under Unix.
AbstractPopupMenu - class conga.gui.AbstractPopupMenu.
An abstract implementation of a popup menu.
AbstractPopupMenu() - Constructor for class conga.gui.AbstractPopupMenu
Create a new popup menu.
action() - Method in class opendoors.storage.FileControllerSA.AppletContext
Locates the applet context and establishes the context for runnning the controller within the browser.
action() - Method in class opendoors.storage.FileControllerSA.HideDialog
Overrides the base class and closes the dialog window.
action() - Method in class opendoors.storage.FileControllerSA.ShowOpenDialog
Overrides the base class and opens the dialog window.
action() - Method in class opendoors.storage.FileControllerSA.ShowSaveDialog
Overrides the base class and opens the dialog window.
action() - Method in class opendoors.storage.FileControllerSA.SaveFile
Overrides the base class and opens the dialog window.
action() - Method in class opendoors.storage.FileControllerSA.OpenFile
Overrides the base class and closes the dialog window.
action() - Method in class conga.gui.FontWidget
A font was chosen.
action() - Method in class conga.gui.FlatMenuButtonWidget
Perform the default action, which is popping up the menu and giving it keyboard focus.
action() - Method in class conga.gui.CalendarWidget
A day in the calendar was double clicked.
action() - Method in class marimba.gui.AdapterImpl
 
action() - Method in class marimba.gui.Widget
Execute the action associated with this widget.
action() - Method in class marimba.gui.TextBoxWidget
Perform the default action.
action() - Method in class marimba.gui.DropDownTextBoxWidget
Forward actions to parent.
action() - Method in class marimba.gui.TableWidget
The user performed an action.
action() - Method in interface marimba.gui.WidgetAdapter
Invoked on the action event of a widget.
action() - Method in class marimba.gui.URLTextWidget
The url is being followed.
action() - Method in class marimba.gui.SpinBoxTextWidget
The user tried to change the value.
action() - Method in class marimba.gui.ListItemWidget
The user has double clicked on this item.
action() - Method in class marimba.gui.TreeNodeWidget
The user double clicked this node or pressed return.
action() - Method in class marimba.gui.URLButtonWidget
The button was pressed, an action event is posted with as argument true or false, depending on whether the showURL succeeded or failed.
action() - Method in class marimba.gui.MenuButtonWidget
Perform the default action (pop up the window, etc).
action() - Method in class marimba.gui.FolderWidget
A page was turned.
action(Event, Object) - Method in class marimba.gui.Widget
By default a widget calls this function when a action event occurs.
action(int) - Method in class marimba.gui.ScrollbarWidget
The user has changed the value of the scrollbar.
action(int) - Method in class marimba.gui.SliderWidget
The user has changed the value of the Slider.
action(int, boolean) - Method in class marimba.gui.ScrollbarWidget
Posts the event and calls action() if the boolean is true.
action(int, int) - Method in class marimba.gui.ImageWidget
The user has clicked in the image.
action(int, int) - Method in class marimba.gui.TableWidget
The user wants to perform an action at the given cell, represented by the (column, row) number combination.
ActionEventListener - interface conga.intf.ActionEventListener.
An interface allowing a listener to obtain notifiction of 1.0 events.
actionPerformed(Event) - Method in class opendoors.storage.FileController
Handles action events which we care about.
actionPerformed(Event) - Method in class conga.gui.CongaAdapter
The action handler signifying an action event in the view.
actionPerformed(Event) - Method in interface conga.intf.ActionEventListener
Call back for an action event.
adapter - Variable in class marimba.gui.Widget
The name of the adapter class for this widget if this widget requires one.
AdapterImpl - class marimba.gui.AdapterImpl.
An implementtion of the WidgetAdapter with no functionality.
AdapterImpl() - Constructor for class marimba.gui.AdapterImpl
 
add(ClockClient) - Method in class marimba.gui.Clock
 
add(ClockClient, long, Object) - Method in class marimba.gui.Clock
 
add(int, Widget) - Method in class conga.gui.AudioControlWidget
Make sure the PlayButton is always the first button!
add(int, Widget) - Method in class marimba.gui.Widget
Add a widget at a given position.
add(int, Widget) - Method in class marimba.gui.TableContent
When adding a widget at a given position, do not actually add it, but temporarily store it in a hashtable and add it during the next layout() execution.
add(int, Widget) - Method in class marimba.gui.SparseTableContent
Add the widgets the old way again, the sparse table does not have to store widgets temporarily.
add(PersistentAttribute) - Method in class marimba.persist.PersistentObject
 
add(PopupMenuItemWidget) - Method in class marimba.gui.PopupMenu
Add a menu item by giving the menu item directly.
add(String) - Method in class conga.gui.WidgetMenu
Add a menu item.
add(String) - Method in class marimba.gui.PopupMenu
Add a menu item.
add(String, int) - Method in class marimba.persist.PersistentObject
 
add(String, int) - Method in class marimba.persist.Options
Add a binding from a name to a number.
add(String, int, Object) - Method in class marimba.persist.PersistentObject
 
add(String, String) - Method in class marimba.persist.PersistentObject
 
add(TimerClient) - Method in class marimba.util.Timer
Add a client to this clock.
add(TimerClient, long, Object) - Method in class marimba.util.Timer
Add a client to this clock.
add(TreeNodeWidget) - Method in class marimba.gui.TreeNodeWidget
Add a node to the tree.
add(TreeNodeWidget) - Method in class marimba.gui.TreeWidget
Add a tree node to the tree, which will then become a root node; it is advised to use only one root.
add(Widget) - Method in class conga.gui.ToolbarWidget
Widgets are automatically added to the content of this toolbar when adding a non-container widget.
add(Widget) - Method in class marimba.gui.Widget
Add a widget to this widget: a widget can contain any number of other widgets.
add(WidgetMenu) - Method in class conga.gui.WidgetMenu
Add another WidgetMenu to this menu, this just adds a WidgetMenuItem with a WidgetMenu 'attached' to it.
add(WidgetMenuItem) - Method in class conga.gui.WidgetMenu
Add a menu item by giving the menu item directly.
addBase(String, String) - Static method in class marimba.gui.Presentation
Add a base URL.
addBase(String, URL) - Static method in class marimba.gui.Presentation
Add a base URL.
addCaretListener(CaretListener) - Method in class conga.gui.RichTextEditorWidget
Add a caret listener to this rich text editor.
addChoice(String) - Method in class marimba.gui.ChoiceWidget
Append a choice, without checking for uniqueness.
addColor(int, int, int, int) - Static method in class marimba.gui.ColorPaletteWidget
Add a color to the color table.
addColumn() - Method in class marimba.gui.TableWidget
Append an empty column without a header.
addColumn(String) - Method in class marimba.gui.TableWidget
Append an empty column to this table.
addColumn(String, int) - Method in class marimba.gui.TableWidget
Append an empty column with the given width to this table.
addColumn(String, int) - Method in class marimba.gui.ListWidget
Add a column.
addFlag(int) - Method in class marimba.text.TextView
 
addItem(int, Widget) - Method in class marimba.gui.ListWidget
Add an item at a given position.
addItem(Widget) - Method in class marimba.gui.ListWidget
Add an item.
addList(String, ListItemWidget) - Method in class marimba.gui.PlayerUtil
Add a ListItemWidget to a named ListWidget.
addPage(PageWidget) - Method in class marimba.gui.FolderWidget
Add a new page.
addPropsFrom(Props) - Method in class marimba.util.Props
 
addReal(int, Widget) - Method in class marimba.gui.TableContent
Add the widget the old way.
addRemoveWidgets - Variable in class marimba.gui.TableWidget
Add/remove Widget objects in Table or let content handle that.
addRow() - Method in class marimba.gui.TableWidget
Append an empty row to this table.
addRow(TableRow) - Method in class marimba.gui.TableWidget
Append a row in the form of a TableRow.
addRow(Vector) - Method in class marimba.gui.TableWidget
Append a row to this table.
addSeparator() - Method in class conga.gui.WidgetMenu
Add a separator to this menu.
addSeparator() - Method in class marimba.gui.PopupMenu
Add a separator to this menu.
addSeparator(int) - Method in class conga.gui.WidgetMenu
Insert a separator at the specified position.
addSeparator(int) - Method in class marimba.gui.PopupMenu
Insert a separator at the specified position.
addSorted(ListItemWidget) - Method in class marimba.gui.ListWidget
Add an item in a sorted list, they key of the item is used to determined the sorting order.
addSorted(TreeNodeWidget) - Method in class marimba.gui.TreeNodeWidget
Add a child node, sorted.
addSortedList(String, ListItemWidget) - Method in class marimba.gui.PlayerUtil
Add a sorted ListItemWidget to a named ListWidget.
addSpaceAt(int) - Method in class conga.gui.ToolbarWidget
Add a space at the specified index to this toolbar, if it's not already there.
addSynonym(String, int) - Method in class marimba.persist.Options
Add a synonym that is being fased out...
addUniqueChoice(String) - Method in class marimba.gui.ChoiceWidget
Append a choice to the list of possible choices of this choice widget, where the given choice can be a "choice/name" pair.
addView(TextView) - Method in class marimba.text.Text
Adds a new text view to views.
addWidgetMenuListener(WidgetMenuListener) - Method in class conga.gui.WidgetMenu
Add a WidgetMenu listener.
adjustFont(String) - Method in class marimba.gui.Widget
More of the same.
adjustFont(String, int, int) - Method in class marimba.gui.Widget
Set certain characteristics of the widget's font, but do not change the other characteristics thereof.
adjustSize() - Method in class marimba.gui.URLTextWidget
Resize this widget to the size of the text.
adjustValue(FieldElement) - Method in class conga.gui.FieldWidget
Can be overridden by subclasses;
Adjust the value of the given element if necessary, based on the current date format.
adjustValue(FieldElement) - Method in class conga.gui.DateFieldWidget
For use in subclasses;
adjust the value of the given element if necessary, based on the current date format.
adjustValue(FieldElement) - Method in class conga.gui.IntegerFieldWidget
Called when a field element looses focus, at which point the minimum value of that element is checked and adjusted if necessary by this method.
advance() - Method in class marimba.gui.AnimatedWidget
Advance the animation one frame.
advance() - Method in class marimba.gui.AnimatedImageWidget
Advance the animation.
advance() - Method in class marimba.gui.AnimatedTextWidget
Advance the animation, when this AnimatedTextWidget is not disabled.
align - Variable in class conga.gui.FieldWidget
The alignment of the field elements.
align - Variable in class conga.gui.LabelWidget
Text can be aligned to the left, right or can be centered.
align - Variable in class conga.gui.layout.LineupLayout
 
align - Variable in class marimba.gui.TextBoxWidget
Text can be aligned to the left, right or can be centered.
align - Variable in class marimba.gui.DropDownListBoxWidget
The arrow button can be displayed at the left or the right.
align - Variable in class marimba.gui.DropDownTextBoxWidget
Should the down arrowbutton be displayed at the left or the right.
align - Variable in class marimba.gui.SpinBoxWidget
The value can be displayed at the right, left or centered.
align - Variable in class marimba.gui.URLTextWidget
Text can be aligned to the left, right or can be centered.
align - Variable in class marimba.gui.CheckBoxWidget
The current alignment.
align - Variable in class marimba.gui.TableColumn
The alignment within this column: LEFT, RIGHT or CENTER.
align - Variable in class marimba.gui.GroupBoxWidget
The current alignment of the label.
alignOptions - Static variable in class conga.gui.FieldWidget
The possible options for the alignment.
alignOptions - Static variable in class conga.gui.LabelWidget
The possible align options.
alignOptions - Static variable in class conga.gui.layout.LineupLayout
 
alignOptions - Static variable in class marimba.gui.TextBoxWidget
The possible options for the alignment.
alignOptions - Static variable in class marimba.gui.DropDownListBoxWidget
The possible options for the alignment (LEFT or RIGHT).
alignOptions - Static variable in class marimba.gui.SpinBoxWidget
The possible options for the alignment.
alignOptions - Static variable in class marimba.gui.URLTextWidget
The possible options for the align.
alignOptions - Static variable in class marimba.gui.CheckBoxWidget
The available options for the alignment.
alignOptions - Static variable in class marimba.gui.GroupBoxWidget
The possible options for the alignment.
alignOptions - Static variable in class marimba.text.TextView
 
alignStrings - Static variable in class marimba.text.Style
 
ALWAYS - Static variable in interface marimba.gui.WidgetConstants
 
AnimatedGifWidget - class conga.gui.AnimatedGifWidget.
This widget is the same as the ImageWidget, except that it also frequently repaints new frames in an animated gif if the image is an animated image.
AnimatedGifWidget() - Constructor for class conga.gui.AnimatedGifWidget
Default public constructor.
AnimatedGifWidget(String) - Constructor for class conga.gui.AnimatedGifWidget
Construct a new animated gif widget with the given image source.
AnimatedImageWidget - class marimba.gui.AnimatedImageWidget.
A simple animation widget modelled after the AnimatedImage applets.
AnimatedImageWidget() - Constructor for class marimba.gui.AnimatedImageWidget
Create an animation with the rotating head of Johnathan.
AnimatedImageWidget(String, int, int, int) - Constructor for class marimba.gui.AnimatedImageWidget
Create an animation.
AnimatedTextWidget - class marimba.gui.AnimatedTextWidget.
Scrolling text widget.
AnimatedTextWidget() - Constructor for class marimba.gui.AnimatedTextWidget
Constructor.
AnimatedWidget - class marimba.gui.AnimatedWidget.
A basic animated widget.
AnimatedWidget() - Constructor for class marimba.gui.AnimatedWidget
 
ANYWHERE - Static variable in interface marimba.gui.WidgetConstants
 
append(char) - Method in class marimba.gui.TextWidget
Append to the end of text.
append(char) - Method in class marimba.gui.RichTextBoxWidget
Append to the end of text.
append(String) - Method in class marimba.gui.TextWidget
Append to the end of text.
append(String) - Method in class marimba.gui.RichTextBoxWidget
Append to the end of text.
append(String) - Method in class marimba.text.CharString
 
appendStyle(String, int, Color) - Method in class marimba.gui.RichTextBoxWidget
 
appendText(String, String) - Method in class marimba.gui.PlayerUtil
Append to a named TextWidget or TextAreaWidget.
APPLET - Static variable in class marimba.gui.StringResources
 
APPLET - Static variable in interface marimba.gui.WidgetConstants
 
APPLET - Static variable in class marimba.util.StringResources
 
Appletable - interface conga.intf.Appletable.
An interface allowing an object to obtain the applet context.
appletResize(int, int) - Method in class marimba.gui.AppletWidget
Resize the applet.
AppletWidget - class marimba.gui.AppletWidget.
A wrapper widget for applets.
AppletWidget() - Constructor for class marimba.gui.AppletWidget
 
applyBoolean(Object, PropertyList, String, boolean) - Method in class marimba.persist.PropertyTracker
 
applyByteArray(Object, PropertyList, String, byte[]) - Method in class marimba.persist.PropertyTracker
 
applyColor(Object, PropertyList, String, Color) - Method in class marimba.persist.PropertyTracker
 
applyFont(Object, PropertyList, String, Font) - Method in class marimba.persist.PropertyTracker
 
applyInteger(Object, PropertyList, String, int) - Method in class marimba.persist.PropertyTracker
 
applyLong(Object, PropertyList, String, long) - Method in class marimba.persist.PropertyTracker
 
applyObject(Object, PropertyList, String, Object) - Method in class marimba.persist.PropertyTracker
 
applyObjectArray(Object, PropertyList, String, int, Object[]) - Method in class marimba.persist.PropertyTracker
 
applyOption(Object, PropertyList, String, Options, int) - Method in class marimba.persist.PropertyTracker
 
applyProperties(PropertyList) - Method in class marimba.gui.Widget
Apply new properties to an object.
applyProperties(PropertyList) - Method in class marimba.gui.TextBoxWidget
When applying new properties to the textbox also set the text color.
applyProperties(PropertyList) - Method in class marimba.gui.PageWidget
Repaint the folder after the properties have been applied, the tabs may have changed.
applyString(Object, PropertyList, String, String) - Method in class marimba.persist.PropertyTracker
 
applyStyleChange(StyleChange) - Method in class marimba.text.TextView
This applies a style change to the current region.
applyStyleChange(StyleChange, int, int) - Method in class marimba.text.TextView
This applies a style change to the specified region.
applyStyleChange(StyleChange, int, int) - Method in class marimba.text.Text
 
applyStyleChangeCheck(StyleChange, int, int) - Method in class marimba.text.Text
Applies a style change to the range from POS0 to POS1.
applyURL(Object, PropertyList, String, String) - Method in class marimba.persist.PropertyTracker
 
arrayVal - Variable in class marimba.persist.PropertyItem
 
arrowBounds - Variable in class marimba.gui.FolderWidget
The bounds of the arrow buttons, this is only relevant when the extendMode is set to scrolling.
ASCENDING - Static variable in interface marimba.gui.WidgetConstants
 
AudioCache - class marimba.gui.AudioCache.
This class fetches and caches audio clips.
AudioCache() - Constructor for class marimba.gui.AudioCache
 
AUDIOCLIP - Static variable in class conga.gui.AudioControlWidget
identifier for the audio clip mode
AudioControlWidget - class conga.gui.AudioControlWidget.
A Widget that displays a simple audio control with a start and stop button.
AudioControlWidget() - Constructor for class conga.gui.AudioControlWidget
Public default constructor.
audioHash - Static variable in class marimba.gui.AudioCache
 
audioLoop(String) - Method in class marimba.gui.Widget
Play an audio clip looped.
audioLoop(URL) - Method in class marimba.gui.Widget
Play the audio clip at the given url looped.
audioPlay(String) - Method in class marimba.gui.Widget
Play an audio clip.
audioPlay(URL) - Method in class marimba.gui.Widget
Play an audio clip using a url.
audioPlayButton - Variable in class conga.gui.AudioControlWidget
The audio play/pause button.
audioStop(String) - Method in class marimba.gui.Widget
Stop an audio clip.
audioStop(URL) - Method in class marimba.gui.Widget
Stop the audio clip with the given url.
audioStopButton - Variable in class conga.gui.AudioControlWidget
The audio stop button.
AUDIOSTREAM - Static variable in class conga.gui.AudioControlWidget
identifier for the audio stream mode
audioURL - Variable in class conga.gui.AudioControlWidget
The url pointing to the audio file.
AudioWidget - class marimba.gui.AudioWidget.
A simple audio widget.
AudioWidget() - Constructor for class marimba.gui.AudioWidget
Constructor.
AUTO - Static variable in class conga.gui.DividerWidget
 
AUTO - Static variable in class conga.gui.layout.PercentLayout
Used to make a widget fill up the empty space.
autoroll - Variable in class marimba.gui.CommandButtonWidget
If true and rollover image source == null, then rollover image will be created automatically using given shagow intensity.
autoScroll() - Method in class marimba.text.TextView
Run the autoscrolling of selections.
autoSetValue - Variable in class marimba.gui.ScrollbarWidget
A scrollbar can automatically set the value based on the action.
autoSize - Variable in class conga.gui.ToolbarButtonWidget
If true, this toolbar button resizes itself to the width of the icon, it will never make itself narrower than its own height though.
autoSize - Variable in class marimba.gui.DropDownMenu
Determines whether the width of the user should be used when popping up this dropdown menu.
available() - Method in class marimba.io.FastInputStream
 
available() - Method in class marimba.io.RAFInputStream
 
AWTWidget - class marimba.gui.AWTWidget.
A wrapper widget for AWT widgets.
AWTWidget() - Constructor for class marimba.gui.AWTWidget
 

B

background - Variable in class marimba.gui.Widget
The current background.
BackingStore - class marimba.gui.BackingStore.
A Backing store: backbuffer for double-buffered graphics and some related utility methods.
BackingStore() - Constructor for class marimba.gui.BackingStore
 
backup(int) - Method in class marimba.io.FastInputStream
Backup by a given amount.
BACKWARD_CHAR - Static variable in class marimba.text.TextView
Commands this view can execute.
BACKWARD_WORD - Static variable in class marimba.text.TextView
 
barColor - Variable in class marimba.gui.ProgressIndicatorWidget
The color of the bar.
barSize() - Method in class marimba.gui.SliderWidget
The size of the sliderbar itself, which is smaller then the size of the widget.
base - Variable in class marimba.gui.Presentation
The base of this presentation.
Base64 - class opendoors.util.Base64.
Base64 encoder/decoder.
BEGINNING_OF_BUFFER - Static variable in class marimba.text.TextView
 
BEGINNING_OF_LINE - Static variable in class marimba.text.TextView
 
BEGINNING_OF_VIEW_LINE - Static variable in class marimba.text.TextView
 
Bevel - class marimba.gui.Bevel.
A simple class for drawing bevelled edges.
Bevel() - Constructor for class marimba.gui.Bevel
Never instanciated.
BinaryPersistentState - class marimba.persist.BinaryPersistentState.
Save/Load objects in an efficient form to/from a file.
BinaryPersistentState() - Constructor for class marimba.persist.BinaryPersistentState
 
bindKeys(String, KeymapItem) - Method in class marimba.text.keymap.Keymap
 
bindSequence(String, KeymapItem) - Method in class marimba.text.keymap.Keymap
Bind the specified key sequence in keymap MAP to the specified item.
BLINK - Static variable in interface marimba.gui.WidgetConstants
 
blockMode - Variable in class marimba.gui.ProgressIndicatorWidget
The progress indicator can use blocks to indicate the progress.
blockWidth - Variable in class marimba.gui.ProgressIndicatorWidget
When blockMode is used, this determines the width of the blocks.
blue - Variable in class marimba.gui.ColorPickerWidget
The current value of the blue slider.
BLUE - Static variable in interface marimba.gui.WidgetConstants
 
blueImage - Variable in class marimba.gui.ColorPickerWidget
The image for the blue slider.
bluepix - Variable in class marimba.gui.ColorPickerWidget
 
blueTop - Variable in class marimba.gui.ColorPickerWidget
 
BOLD - Static variable in class marimba.text.FontFamily
 
boldSeparators - Variable in class conga.gui.IntegerFieldWidget
If true, the separators between the integer elements are always painted bold.
BONGO_EVENT - Static variable in interface marimba.gui.WidgetConstants
 
booleanVal - Variable in class marimba.persist.PropertyItem
 
BOTH - Static variable in interface marimba.gui.WidgetConstants
 
BOTTOM - Static variable in interface marimba.gui.WidgetConstants
 
bounds() - Method in class marimba.gui.Widget
Deprecated. As of Bongo version 1.1.
BOXED - Static variable in interface marimba.gui.WidgetConstants
 
breakLine - Variable in class marimba.gui.FolderWidget
Indicates where the 'break' line should appear: at the left or right.
bright - Static variable in class marimba.gui.Bevel
 
brighter - Variable in class conga.gui.GrayImageFilter
indicates whether to make the image brigher or darker
brighter - Static variable in class marimba.gui.Bevel
 
browseButton - Variable in class conga.gui.FileBrowserWidget
the button to browse the file system
buf - Variable in class marimba.io.FastInputStream
 
buf - Variable in class marimba.io.FastOutputStream
 
bufCount() - Method in class marimba.io.FastOutputStream
 
button - Variable in class marimba.gui.ColorPaletteWidget
The "other..." button in the palette.
BUTTON - Static variable in interface marimba.gui.WidgetConstants
 
button1clears - Variable in class marimba.gui.ListWidget
If multiple selections are enabled (!exclusive), we can clear when we get a left click clear on the middle button, or vice versa.
buttonAlign - Variable in class conga.gui.FileBrowserWidget
The button can be aligned to the left or right.
buttonAlignOptions - Static variable in class conga.gui.FileBrowserWidget
The possible align options for the button: left and right.
buttonFont - Variable in class conga.gui.FileBrowserWidget
The font for the browse button, set to null if it should be the same as the font of this widget.
buttonHeight - Variable in class conga.gui.AudioControlWidget
The height of the buttons.
buttonMode - Variable in class conga.gui.FileBrowserWidget
The mode of the button, that controls the look of the button.
buttonSize - Variable in class marimba.gui.ScrollbarWidget
Size of the scroll arrows.
BUTTONSIZE - Static variable in class conga.gui.FlatDDTextBoxWidget
the width of the arrow button in pixels
buttonText - Variable in class conga.gui.FileBrowserWidget
The text label of the browse button.
ButtonWidget - class marimba.gui.ButtonWidget.
A button widget.
ButtonWidget() - Constructor for class marimba.gui.ButtonWidget
 
buttonWidth - Variable in class conga.gui.AudioControlWidget
The width of the buttons.

C

c1 - Variable in class marimba.gui.Dash
 
c2 - Variable in class marimba.gui.Dash
 
calculateElementBounds() - Method in class conga.gui.DateFieldWidget
For use in subclasses;
Calculates the bounds of the elements.
calculateElementBounds() - Method in class conga.gui.IntegerFieldWidget
For use in subclasses;
Calculates the bounds of the elements.
calculateLayers() - Method in class marimba.gui.FolderWidget
Determine which pages are in which layer; this method updates the global layerEnd array and initializes the layerOrder array.
calculateTabBounds() - Method in class marimba.gui.FolderWidget
Calculate the bounds of all the tabs.
CalendarWidget - class conga.gui.CalendarWidget.
A Calendar in which a date can be selected by clicking or using the keyboard.
CalendarWidget() - Constructor for class conga.gui.CalendarWidget
Public default constructor.
CalendarWidget(Calendar) - Constructor for class conga.gui.CalendarWidget
Construct a new calendar with the given initial Calendar value.
CARET - Static variable in class marimba.text.TextView
 
caretColor - Variable in class marimba.text.TextView
 
CaretEvent - class conga.gui.event.CaretEvent.
A notification that the text caret has changed in the event source.
CaretEvent(Object, int, int) - Constructor for class conga.gui.event.CaretEvent
Creates a new CaretEvent object.
CaretListener - interface conga.gui.event.CaretListener.
Interface that needs to be implemented, if a class needs to be notified of current-line changes in (for example) text areas.
caretPos - Variable in class marimba.gui.TextBoxWidget
The current position of the caret.
caretToLine(int, int, int) - Method in class conga.gui.RichTextEditorWidget
For use in subclasses;
Returns the line number for the specified caret position, starting the search at the specified start line, either UP or DOWN.
caretUpdate(CaretEvent) - Method in interface conga.gui.event.CaretListener
Called when the caret position is updated.
caretVisible - Variable in class marimba.gui.TextBoxWidget
Used to let the caret blink: when caretVisible is true paint() paints the caret, otherwise it doesn't.
caretVisible - Variable in class marimba.text.TextView
Whether or not to display caret (for blinking cursor).
Cell - class marimba.gui.Cell.
A class to encapsulate a row and column coordinate.
Cell() - Constructor for class marimba.gui.Cell
Constructs a Cell coordinate with row and column set to 0.
Cell(Cell) - Constructor for class marimba.gui.Cell
Constructs a Cell coordinate and initializes it to the given Cell.
Cell(int, int) - Constructor for class marimba.gui.Cell
Constructs a cell coordinate and initializes it to the given column and row.
CENTER - Static variable in interface marimba.gui.WidgetConstants
 
changeColumnWidth(int, int) - Method in class marimba.gui.TableWidget
Change the column width of the column with the given actual index.
changeCursor - Variable in class marimba.gui.URLTextWidget
The link can change the mouse cursor when the mouse is pointing at the link.
changed - Variable in class marimba.util.Props
 
changeFontSize(int) - Method in class marimba.text.StyleChange
 
changePagePos - Variable in class marimba.gui.ScrollbarWidget
The position of the mouse pointer when doing a page up/down.
CHAR - Static variable in interface marimba.gui.WidgetConstants
 
CHAR_WRAP - Static variable in class marimba.text.Style
 
characterAction(int) - Method in class conga.gui.SmartDDListBoxWidget
For use in subclasses;
Called on a character typed action and a time to suggest a new list item Some weird handling needed to convert keycodes to bytes and then to strings
charAt(int) - Method in class marimba.text.Text
Returns the char at POS.
CharString - class marimba.text.CharString.
This class implements a char string object, which is similar to a string.
CharString() - Constructor for class marimba.text.CharString
 
CharString(char[], int, int) - Constructor for class marimba.text.CharString
 
CharString(String) - Constructor for class marimba.text.CharString
 
CHECK - Static variable in interface marimba.gui.WidgetConstants
 
CheckBoxWidget - class marimba.gui.CheckBoxWidget.
A checkbox widget.
CheckBoxWidget() - Constructor for class marimba.gui.CheckBoxWidget
Default constructor.
CheckBoxWidget(String, boolean) - Constructor for class marimba.gui.CheckBoxWidget
Constructor with label.
choices - Variable in class marimba.gui.ChoiceWidget
The array that contains the choices.
ChoiceWidget - class marimba.gui.ChoiceWidget.
Choice widgets provide the ability to choose from multiple choices.
ChoiceWidget() - Constructor for class marimba.gui.ChoiceWidget
Default public constructor, constructing three choices ("one", "two" and "three").
ChoiceWidget(int, String[]) - Constructor for class marimba.gui.ChoiceWidget
Constructor for constructing a choiceWidget with a given number of choices.
classes - Variable in class marimba.persist.URLClassLoader
 
ClassLoaderThreadGroup - class marimba.persist.ClassLoaderThreadGroup.
A thread group with a class loader.
ClassLoaderThreadGroup(String, URLClassLoader) - Constructor for class marimba.persist.ClassLoaderThreadGroup
Create a ThreadGroup with a class loader.
clazz - Variable in class marimba.gui.Widget
The binary representation of the class that constitutes this widget.
clean() - Method in class marimba.util.Props
 
clear() - Method in class conga.gui.WidgetMenu
Remove all menu items in this menu, the menu will be empty afterwards.
clear() - Method in class marimba.gui.TextWidget
Clear the text.
clear() - Method in class marimba.gui.ChoiceWidget
Remove all the choices from this widget.
clear() - Method in class marimba.gui.RichTextBoxWidget
Clear the text.
clear() - Method in class marimba.gui.PopupMenu
Remove all menu items in this menu, the menu will be empty after this.
clear() - Method in class marimba.gui.TreeNodeWidget
Remove all the children of this node.
clear() - Method in class marimba.gui.ListBoxWidget
When removing all choices also clear the list.
clear() - Method in class marimba.gui.ListWidget
Clear all items.
clear() - Method in class marimba.gui.TreeWidget
Make the tree empty again: remove all nodes.
clear() - Method in class marimba.text.Text
Deletes all the text in the buffer.
clear() - Method in class marimba.util.Props
 
clearFlag(int) - Method in class marimba.text.TextView
 
clearFocus() - Method in class marimba.gui.Widget
Remove the character focus.
clearList(String) - Method in class marimba.gui.PlayerUtil
Clear a named ListWidget.
clearPopups() - Method in class conga.gui.ToolbarButtonWidget
When the popups are clears, set over to false, so it works correctly with tips.
clearPopups() - Method in class conga.gui.FlatColorButtonWidget
When clearing popups, this flat color button makes itself not-over.
clearPopups() - Method in class marimba.gui.Widget
Clear any popups associated with this widget.
clearPopups() - Method in class marimba.gui.PlayerPanel
Clear all popups.
clearSelection() - Method in class marimba.gui.TextWidget
Deselect all text.
clearSelection() - Method in class marimba.gui.TextBoxWidget
Deselect all text.
clearSelection() - Method in class marimba.gui.ListWidget
Make sure no item is selected.
clearSelection() - Method in interface marimba.gui.CutNPaste
If there is any text selected, deselect it (and repaint, of course).
clearSelection() - Method in class marimba.text.TextView
Deselect all text.
clearText(String, long) - Method in class marimba.gui.PlayerUtil
Clear a named TextWidget or TextAreaWidget, after a given time.
clickSound - Variable in class marimba.gui.AudioWidget
The sound that is played when the user clicks on this widget.
Clock - class marimba.gui.Clock.
A clock.
Clock() - Constructor for class marimba.gui.Clock
 
ClockClient - interface marimba.gui.ClockClient.
A client of a clock.
ClockWidget - class conga.gui.ClockWidget.
Displays a clock.
ClockWidget() - Constructor for class conga.gui.ClockWidget
 
clone() - Method in class marimba.gui.Widget
Return a clone of this widget.
clone() - Method in class marimba.persist.Options
Return a clone of these options.
clone() - Method in class marimba.text.Style
 
clone() - Method in class marimba.util.Props
 
close() - Method in class marimba.gui.PlayerDialog
Hides and disposes the dialog safely, it avoids coredumps on Solaris and other things which means that this is the safest way to close the dialog.
close() - Method in class marimba.io.RAFOutputStream
 
close() - Method in class marimba.io.FastInputStream
 
close() - Method in class marimba.io.FastOutputStream
 
close() - Method in class marimba.io.RAFInputStream
 
close() - Method in class marimba.persist.URLClassLoader
Close the class loader.
close() - Method in class marimba.persist.ClassLoaderThreadGroup
Close the threadgroup.
closeBox - Variable in class marimba.gui.WindowWidget
The window can have a closeBox, which hides the window.
closeDown - Variable in class marimba.gui.WindowWidget
Indicates whether the close button (if any) is currently down, which can only be the case if the user clicked on it with the mouse.
CloseEventListener - interface conga.intf.CloseEventListener.
An interface allowing a listener to obtain notifiction of 1.0 events to close an object.
closePerformed() - Method in interface conga.intf.CloseEventListener
Call back for an action event.
code - Variable in class marimba.gui.AppletWidget
The applet code, as a fully-qualified class name.
col - Variable in class marimba.gui.Pattern
 
colHash - Static variable in class marimba.gui.ColorPaletteWidget
A hashtable with the default colors.
colHeaders - Variable in class marimba.gui.TableWidget
Deprecated. As of Bongo version 1.1.
This variable is updated by layout and paint for backward compatibility, or will update the new headerStyle variable in layout and/or paint if necessary.
colHeadersOptions - Static variable in class marimba.gui.TableWidget
Deprecated. As of Bongo version 1.1.
COLLAPSE_EVENT - Static variable in interface marimba.gui.WidgetConstants
 
collapse() - Method in class marimba.gui.TreeNodeWidget
Collapse the node.
collapse(boolean) - Method in class marimba.gui.TreeNodeWidget
Deprecated. As of Bongo version 1.1.
collapseAll() - Method in class marimba.gui.TreeNodeWidget
Collapse all children of the tree node.
collapseAll() - Method in class marimba.gui.TreeWidget
Collapse all the nodes in the tree.
collapseAll(boolean) - Method in class marimba.gui.TreeNodeWidget
Collapse all the children of the node.
collapseAll(boolean) - Method in class marimba.gui.TreeWidget
Collapse or expand all the nodes in the tree.
collapsed - Variable in class marimba.gui.TreeNodeWidget
True if the node is collapsed.
color - Variable in class marimba.gui.ColorButtonWidget
The current color value of this button.
color - Variable in class marimba.text.StyleChange
 
ColorButtonWidget - class marimba.gui.ColorButtonWidget.
A widget for choosing a color.
It does not extend ButtonWidget since this button cannot be grouped and never displays a label.
ColorButtonWidget() - Constructor for class marimba.gui.ColorButtonWidget
Constructor
ColorButtonWidget(Color) - Constructor for class marimba.gui.ColorButtonWidget
Constructor which also sets the color.
ColorPaletteWidget - class marimba.gui.ColorPaletteWidget.
A popup widget for choosing a color from a palette.
It also displays a button at the bottom which, when clicked, shows a dialog with a color picker with which any color can be chosen.
ColorPaletteWidget(ColorButtonWidget) - Constructor for class marimba.gui.ColorPaletteWidget
Constructor, which takes the colorbutton this widget belongs to and pops up the palette immediatly.
ColorPickerWidget - class marimba.gui.ColorPickerWidget.
Widget to choose a color.
ColorPickerWidget() - Constructor for class marimba.gui.ColorPickerWidget
Default constructor.
ColorPickerWidget(Color) - Constructor for class marimba.gui.ColorPickerWidget
Constructor with color.
colors - Static variable in class marimba.gui.ColorPaletteWidget
The default colors in an array.
colorVal - Variable in class marimba.persist.PropertyItem
 
colPadding - Variable in class marimba.gui.TableWidget
The number of pixels space at the left and right of each cell.
cols - Variable in class marimba.gui.ListWidget
the actual columns, determined within setColumns and addColumn.
COLS - Static variable in class marimba.gui.ColorPaletteWidget
The number of columns for this color palette.
column - Variable in class marimba.gui.Cell
The column coordinate.
columnCount - Variable in class marimba.gui.TableWidget
The number of columns.
columnCount() - Method in class marimba.gui.TableWidget
Deprecated. As of Bongo version 1.1.
columnDrag - Variable in class marimba.gui.TableWidget
The columns can be moved by dragging them around.
columnLine - Variable in class marimba.gui.TableWidget
The columns can be separated by a line.
columnMap - Variable in class marimba.gui.TableWidget
Array for mapping a column display index to an actual column index.
columnResize - Variable in class marimba.gui.TableWidget
The columns can be resizable in the header area.
columns - Variable in class marimba.gui.TableWidget
The information about the columns is stored in this array.
columnsWidth() - Method in class marimba.gui.TableWidget
Deprecated. As of Bongo version 1.1.
commandAction() - Method in class conga.gui.VisualWidget
 
CommandButtonWidget - class marimba.gui.CommandButtonWidget.
A command button widget.
CommandButtonWidget() - Constructor for class marimba.gui.CommandButtonWidget
Constructor
CommandButtonWidget(String) - Constructor for class marimba.gui.CommandButtonWidget
Constructor
CommandButtonWidget(String, int) - Constructor for class marimba.gui.CommandButtonWidget
Constructor
comp - Variable in class marimba.gui.AWTWidget
The AWT component to be displayed.
compact(Object[]) - Method in class marimba.persist.PropertyTracker
Removes any reference Objects in this tracker that aren't in the specified array.
compareTo(Sortable, Object) - Method in class marimba.gui.TableRow
Compare this row to another row based on the given column index.
compareTo(Sortable, Object) - Method in interface marimba.util.Sortable
 
component - Variable in class marimba.gui.ComponentWidget
The string describing what the component is.
ComponentWidget - class marimba.gui.ComponentWidget.
A wrapper widget for AWT components.
ComponentWidget() - Constructor for class marimba.gui.ComponentWidget
 
conga.gui - package conga.gui
 
conga.gui.event - package conga.gui.event
 
conga.gui.layout - package conga.gui.layout
 
conga.gui.shape - package conga.gui.shape
 
conga.intf - package conga.intf
 
CongaAdapter - class conga.gui.CongaAdapter.
This is a base implementation of a container controller.
CongaAdapter() - Constructor for class conga.gui.CongaAdapter
The public contructor which is always used to contruct the controller.
CongaContainerController - interface conga.gui.CongaContainerController.
The class, BaseControllerGroupWidget, is capable of instantiating controllers.
constrainColors(boolean) - Method in class marimba.gui.ColorPickerWidget
Set whether or not to constrain to Netscape-certified "official" colors (from a 216-color palette).
constrained - Variable in class marimba.gui.ScrollingContainerWidget
Determines whether the scrollbars should be constrained.
constrained - Variable in class marimba.gui.ScrollbarWidget
Constrain to maxValue - pageSize.
constructedFromTemplate - Variable in class conga.gui.VisualWidget
Has the control been generated from the template?
container - Variable in class marimba.gui.PopupMenu
The popupmenu uses a scrolling container to display the popup menu items.
ContainerWidget - class marimba.gui.ContainerWidget.
Container widget.
ContainerWidget() - Constructor for class marimba.gui.ContainerWidget
Create the container, and create the content area if necessary.
contains(int) - Method in class conga.gui.IntRange
Check whether the given integer is within range, which is true if: from <= value <= to.
contains(int, int) - Method in class marimba.gui.Widget
Checks whether this widget "contains" the specified (x, y) location, where x and y are defined to be relative to the coordinate system of this widget.
contains(Point) - Method in class marimba.gui.Widget
Checks whether this widget "contains" the specified point, where x and y in the point are defined to be relative to the coordinate system of this widget.
content - Variable in class marimba.gui.ContainerWidget
 
CONTENT - Static variable in interface marimba.gui.WidgetConstants
 
contHeight - Variable in class marimba.gui.ScrollingContainerWidget
The height of the content.
CONTROL - Static variable in class marimba.text.keymap.Keymap
 
ControllerGroupWidget - class conga.gui.ControllerGroupWidget.
This class is an event listener and distributor for base Bongo containers.
ControllerGroupWidget() - Constructor for class conga.gui.ControllerGroupWidget
The public constructor to actually create a new instance of the ControllerGroupWidget.
contWidth - Variable in class marimba.gui.ScrollingContainerWidget
The width of the content.
convertFromDefault(char, String) - Static method in class marimba.gui.StringUtil
Convert a character in the default encoding to the given character encoding.
convertFromDefault(String, String) - Static method in class marimba.gui.StringUtil
Convert a string with the default platform encoding to a string with the given encoding.
convertToDefault(char, String) - Static method in class marimba.gui.StringUtil
Convert a character in the given encoding to the default platform encoding.
convertToDefault(String, String) - Static method in class marimba.gui.StringUtil
Converts a string with the given encoding to a string in the default encoding.
COPY - Static variable in class marimba.text.TextView
 
copyText() - Method in class marimba.gui.TextBoxWidget
Copy the current selection to the clipboard.
corner - Variable in class marimba.gui.ScrollingContainerWidget
This widget can leave the bottom-right corner open.
corner - Variable in class marimba.gui.ListBoxWidget
This widget can leave the bottom-right corner open.
count - Variable in class marimba.io.FastInputStream
 
count - Variable in class marimba.io.FastOutputStream
 
count - Variable in class marimba.text.Text
Number of characters in this buffer.
countItems() - Method in class marimba.gui.ListWidget
Count how many items there are in this list
countLines(RichTextBoxWidget) - Static method in class conga.gui.MultiLineButtonWidget
Count the number of lines in the given RichTextBox, assuming that all text is using the default style.
createDisabledImage(Image) - Static method in class conga.gui.GrayImageFilter
Create a grayed out image, based on the given one.
createElements() - Method in class conga.gui.FieldWidget
Should be overridden by subclasses;
Creates the new field elements that this FieldWidget needs for input, the subclass can also assign these new elements to global variables for easier access.
createElements() - Method in class conga.gui.DateFieldWidget
Creates the elements for the day, month and year.
createElements() - Method in class conga.gui.IntegerFieldWidget
Returns the new elements for this integer field.
createImage(ImageProducer) - Method in class marimba.gui.Widget
Creates an image from the specified image producer.
createImage(int, int) - Method in class marimba.gui.Widget
Creates an off-screen drawable Image, which can be used for double buffering.
createImages() - Method in class marimba.gui.ColorPickerWidget
Set the colors.
createLayoutMgr(String, WidgetLayoutMgr) - Static method in class conga.gui.layout.LayoutUtil
Creates a new WidgetLayoutMgr based on layout.
createPicker() - Method in class marimba.gui.ColorPaletteWidget
Creates the colorpicker presentation that is being shown in the colorpicker dialog.
createPlayerPanel(Object) - Method in class conga.gui.PlayerWindow
Create the PlayerPanel for this window.
createPlayerPanel(Object) - Method in class marimba.gui.PlayerDialog
Creates the PlayerPanel for the dialog, called from the constructors of this class.
createPlayerPanel(Object) - Method in class marimba.gui.PlayerFrame
Create the PlayerPanel.
createWidgetsHash() - Method in class marimba.gui.PlayerUtil
Creates a hashtable with all presentation widgets Widget names used as a keys are hierarchical.
current - Variable in class marimba.gui.ChoiceWidget
The current choice.
current - Variable in class marimba.gui.PopupMenu
The currently selected item.
current - Static variable in class marimba.gui.Bevel
 
current - Variable in class marimba.gui.FolderWidget
The number of the current page.
current - Variable in class marimba.persist.PersistentState
 
currentDropDown - Variable in class conga.gui.FlatDDComboBoxWidget
The current dropdown menu as it was returned in newDropDown by the superclass.
currentDropDown - Variable in class conga.gui.FlatDDListBoxWidget
The current dropdown menu as it was returned in newDropDown by the superclass.
currentFocus() - Method in class marimba.gui.Widget
Get the widget that has the current focus.
currentFocus() - Method in class marimba.gui.PlayerPanel
Return the current focus.
currentPage() - Method in class marimba.gui.FolderWidget
Return the current page.
currentPage(String) - Method in class marimba.gui.PlayerUtil
Get the current page of a named FolderWidget.
currentPageNumber() - Method in class marimba.gui.FolderWidget
Return the current page number.
currentRowIndex - Variable in class marimba.gui.TableWidget
The display index of the current row, which is the row that has the dotted focus rectangle around it when the table has focus.
cursor - Variable in class marimba.gui.Presentation
The current mouse cursor for this presentation.
cursorOptions - Static variable in class marimba.gui.Presentation
The possible options for the mouse cursor, as defined in java.awt.Frame
customColor - Variable in class marimba.gui.ColorPaletteWidget
Indicates whether the color is a custom color or one of the default colors in the palette.
CUT - Static variable in class marimba.text.TextView
 
CutNPaste - interface marimba.gui.CutNPaste.
An interface to ensure that only one widget at a time has the selection, or appears to.
cutText() - Method in class marimba.gui.TextBoxWidget
Cut the text and copy it to the clipboard.

D

dark - Static variable in class marimba.gui.Bevel
 
darker - Static variable in class marimba.gui.Bevel
 
Dash - class marimba.gui.Dash.
A helper class for dashing horizontal or vertical lines of varying thicknesses.
Dash(int, int, Color, Color) - Constructor for class marimba.gui.Dash
Create a new dask of a given length, width and color combination.
dashHorz(Graphics, int, int, int, int) - Method in class marimba.gui.Dash
Make a horizontal dash into some Graphics.
dashlen - Variable in class marimba.gui.Dash
 
dashLine(Graphics, int, int, int, int) - Method in class marimba.gui.Dash
Dash a line between two points.
dashRect(Graphics, int, int, int, int) - Method in class marimba.gui.Dash
Dash a rectangle.
dashVert(Graphics, int, int, int, int) - Method in class marimba.gui.Dash
Make a vertical dash into some Graphics.
data - Variable in class marimba.gui.TableRow
A row stores its data.
data - Variable in class marimba.text.CharString
 
data - Variable in class marimba.text.Text
The actual characters.
DateFieldWidget - class conga.gui.DateFieldWidget.
The DateFieldWidget is a powerful widget for entering and displaying dates.
DateFieldWidget() - Constructor for class conga.gui.DateFieldWidget
Public default constructor: today as value and default format (dd-mm-yyyy).
DateFieldWidget(Calendar) - Constructor for class conga.gui.DateFieldWidget
Create a new DateFieldWidget with the given initial Calendar value and the default format (dd-mm-yyyy).
DateFieldWidget(Calendar, int) - Constructor for class conga.gui.DateFieldWidget
Create a new DateFieldWidget with the given initial Calendarvalue and the given format.
DateFieldWidget(String) - Constructor for class conga.gui.DateFieldWidget
Create a new DateFieldWidget with the given initial value and the default format (dd-mm-yyyy).
DateFieldWidget(String, int) - Constructor for class conga.gui.DateFieldWidget
Create a new DateFieldWidget with the given initial value and the given format.
DateInfo - interface conga.gui.DateInfo.
An interface for 'date' classes that want to provide a consistent api for getting and setting date-related information.
dayElement - Variable in class conga.gui.DateFieldWidget
Widget for displaying and editing the day value.
DDMMYY - Static variable in class conga.gui.DateFieldWidget
Date format, example: 20/01/98.
DDMMYYYY - Static variable in class conga.gui.DateFieldWidget
Date format, example: 20/01/1998.
dead - Variable in class marimba.gui.StaticTextWidget
 
debug - Static variable in class marimba.text.TextView
This is a duplicate of the measureLine method without the measuring overhead.
debugHook - Variable in class marimba.gui.PlayerPanel
True if debugging hook is enabled.
debugPrint(Object) - Method in class marimba.gui.TableWidget
Print a debugging message to System.out
decode(byte[]) - Static method in class opendoors.util.Base64
Decode data and return bytes.
decode(String) - Static method in class opendoors.util.Base64
Decode data and return bytes.
defaultBackground - Static variable in class marimba.gui.Widget
The default background color of the widget.
defaultBarColor - Static variable in class marimba.gui.ProgressIndicatorWidget
 
defaultButtonFont - Static variable in class conga.gui.FileBrowserWidget
the default font for the browse button
defaultCursor - Variable in class marimba.gui.Presentation
The mouse cursor for this presentation.
defaultFocusColor - Static variable in class marimba.gui.URLTextWidget
 
defaultFollowColor - Static variable in class marimba.gui.URLTextWidget
 
defaultFont - Variable in class conga.gui.FontWidget
The default value of the font widget will be used for those parts of the current font value that have not been set, when getFontValue() is called.
defaultFont - Static variable in class marimba.gui.Widget
The default font of the widget.
defaultForeground - Static variable in class marimba.gui.Widget
The default foreground color of the widget.
defaultHdrFont - Static variable in class marimba.gui.TableWidget
 
defaultHilite - Static variable in class marimba.gui.Widget
The default hilite color, used to fill certain areas to hide the background.
defaultInsets - Static variable in class marimba.text.TextView
default insets for widget (3 on left/right to ensure room to display caret when in align right mode)
defaultKeymap - Static variable in class marimba.text.TextView
The default keymap to use.
defaultSelColor - Static variable in class marimba.gui.URLTextWidget
 
defaultSelectFont - Static variable in class marimba.gui.FolderWidget
 
defaultSeparator - Variable in class conga.gui.FieldWidget
The default separator, set to null if specifying no separator is also allowed (it's null by default).
defaultTabFont - Static variable in class marimba.gui.FolderWidget
 
defaultTimes - Static variable in class conga.gui.ClockWidget
 
defaultValue - Variable in class marimba.gui.WidgetPropertyItem
The default value of this property item.
delay - Variable in class conga.gui.AnimatedGifWidget
The delay in milliseconds between each frame of the animated gif, if the image being used is actually an animating gif.
DELETE_NEXT_CHAR - Static variable in class marimba.text.TextView
 
DELETE_NEXT_WORD - Static variable in class marimba.text.TextView
 
DELETE_PREVIOUS_CHAR - Static variable in class marimba.text.TextView
 
DELETE_PREVIOUS_WORD - Static variable in class marimba.text.TextView
 
delete() - Method in class marimba.gui.TextWidget
Clear the current selection.
delete() - Method in class marimba.gui.TextBoxWidget
Delete the text that is currently selected, if any.
delete() - Method in class marimba.gui.RichTextBoxWidget
Clear the current selection.
delete(int) - Method in class marimba.text.TextView
 
delete(int, int) - Method in class marimba.text.Text
Deletes N bytes starting at POS0.
deleteItem(int) - Method in class marimba.gui.ListWidget
Delete an item by number.
deleteItem(Widget) - Method in class marimba.gui.ListWidget
Delete an item.
deletePage() - Method in class marimba.gui.FolderWidget
Delete the current page.
deleteSelection() - Method in class marimba.text.TextView
 
deleteStyles(int, int) - Method in class marimba.text.Text
Deletes all styles in the range from POS0 to POS1.
deleteStyles(Text, int, int) - Method in class marimba.text.StylePool
 
deleteTo(int) - Method in class marimba.text.TextView
Delete from the caret to the specified position.
deleteWhiteSpace(int) - Method in class marimba.text.Text
Deletes all the white space around POS.
deltree(File) - Static method in class opendoors.storage.FileUtil
Deltree the given directory and all the files and subdirectories in it.
deprecatedFonts - Variable in class conga.gui.FontWidget
Indicates whether deprecated 1.1 fonts should be displayed when running in a 1.1 or higher Java VM.
DESCENDING - Static variable in interface marimba.gui.WidgetConstants
 
deselectAllRows() - Method in class marimba.gui.TableWidget
Deselect all the rows in the table.
deselectRow(TableRow) - Method in class marimba.gui.TableWidget
Deselect the given row.
deselectRowAt(int) - Method in class marimba.gui.TableWidget
Deselect the row with the given (actual) index.
destroy() - Method in class conga.gui.ControllerGroupWidget
 
destroy() - Method in class conga.gui.AudioControlWidget
When destroyed, this audio control removes itself from the list with controls.
destroy() - Method in class marimba.gui.AdapterImpl
 
destroy() - Method in class marimba.gui.Widget
Called to destroy a widget.
destroy() - Method in interface marimba.gui.WidgetAdapter
Invoked once when the adapted widget is destroyed.
destroy() - Method in class marimba.gui.ListItemWidget
Destroy the item.
destroy() - Method in class marimba.gui.PlayerPanel
Call this when the panel is disposed.
destroy() - Method in class marimba.gui.PlayerApplet
Destroy the applet.
destroy() - Method in class marimba.gui.AWTWidget
Destroy the AWT component (also, remove it from parent's list).
destroy() - Method in class marimba.gui.AppletWidget
Destroy the applet.
destroy() - Method in class marimba.gui.AnimatedTextWidget
 
DETACHED - Static variable in interface marimba.gui.WidgetConstants
 
detectFollow - Variable in class marimba.gui.URLTextWidget
A link can detect whether it has been followed.
DeviceFont - class marimba.text.DeviceFont.
This is a Font subclass which keeps around the font metrics for the font so we don't have to keep asking for them!
diagonal - Variable in class marimba.gui.LineWidget
When a line is diagonal, it can go up or down (from left to right).
DIAGONAL - Static variable in interface marimba.gui.WidgetConstants
 
diagonalOptions - Static variable in class marimba.gui.LineWidget
The possible options when a line is diagonal.
dialogTitle - Variable in class conga.gui.FileBrowserWidget
the text for the dialog title.
dirBase - Variable in class marimba.io.PropertyIO
The directory base which this instance will use.
directGraphics - Variable in class marimba.gui.Widget
If a widget is opaque and so its update method can be called, when directGraphics is true the update method is passed the screen graphics context.
direction - Variable in class marimba.gui.SliderWidget
The direction of the slider: by default the value increases from left to right and from bottom to top.
directionOptions - Static variable in class marimba.gui.SliderWidget
The possible options for the slider direction, which can be normal or reversed.
dirtyRegion(int, int, boolean) - Method in class marimba.text.TextView
 
disable() - Method in class marimba.gui.Widget
Disable the widget.
disable(boolean) - Method in class marimba.gui.Widget
Deprecated. As of Bongo version 1.1.
disabled - Variable in class marimba.gui.Widget
A disabled widget does not accept any user input.
disableMouse(boolean) - Method in class marimba.gui.PlayerPanel
PlayerPanels get 1.1 events, and use a PlayerEventHandler to convert them before despatching them.
displayIndex - Variable in class marimba.gui.TableColumn
The index when displaying this column.
displayOrder - Variable in class marimba.gui.WidgetPropertyItem
The display order allows the item to be ordered relative to other items in a displayed layout.
dispose() - Method in class conga.gui.PlayerWindow
When disposing the window, fix a problem with NetCaster.
dispose() - Method in class marimba.gui.PlayerDialog
Disposes the dialog.
dispose() - Method in class marimba.gui.PlayerFrame
Dispose the frame.
DividerWidget - class conga.gui.DividerWidget.
The DividerWidget allows percentage resizing and user resizing.
DividerWidget() - Constructor for class conga.gui.DividerWidget
 
DividerWidget(int) - Constructor for class conga.gui.DividerWidget
Constructs a new DividerWidget.
DividerWidget(int, int) - Constructor for class conga.gui.DividerWidget
Constructs a new DividerWidget.
DividerWidget(int, int, boolean) - Constructor for class conga.gui.DividerWidget
Constructs a new DividerWidget.
divisor - Variable in class conga.gui.ClockWidget
The amount of positions required in one lap of a hand
DMYY - Static variable in class conga.gui.DateFieldWidget
Date format, example: 20/1/98.
DMYYYY - Static variable in class conga.gui.DateFieldWidget
Date format, example: 20/1/1998.
doFills() - Method in class marimba.gui.TableContent
Set up, calculate, and execute the fill column, if necessary.
done - Variable in class marimba.gui.Pattern
 
down - Variable in class marimba.gui.ButtonWidget
The button goes down when you press it.
down - Variable in class marimba.gui.DropDownTextBoxWidget
Determines whether the menu is being displayed right now.
down - Variable in class marimba.gui.ColorButtonWidget
indicates whether the button is currently down
down - Variable in class marimba.gui.TableWidget
Indicates whether a button is down.
down - Variable in class marimba.gui.URLTextWidget
 
down - Variable in class marimba.gui.SpinBoxTextWidget
Indicates whether one of the buttons is lowered.
down - Variable in class marimba.gui.ScrollbarWidget
Indicates whether one of the scroll arrows is down right now.
down - Variable in class marimba.gui.FolderWidget
Indicates whether the pressed button is down.
DOWN - Static variable in interface marimba.gui.WidgetConstants
 
downButton - Variable in class marimba.gui.TableWidget
The column button currently being pressed.
DRAG - Static variable in interface marimba.gui.WidgetConstants
 
dragged - Variable in class marimba.gui.PopupMenu
Has the user dragged with the mouse?
dragoff - Variable in class marimba.gui.ScrollbarWidget
The offset when dragging.
dragoff - Variable in class marimba.gui.SliderWidget
The number of pixels between the middle of the slider indicator and the location where the user clicked with the mouse.
draw3DBorder(Graphics, int, int, int, int, boolean) - Method in class conga.gui.FlatButtonWidget
If this flat button is not focusable, it is painted the new way, accomplishing the rollover look and feel.
draw3DBorder(Graphics, int, int, int, int, boolean) - Method in class conga.gui.ToolbarButtonWidget
If this toolbar button is flat, it is painted the new way, accomplishing the rollover look and feel.
draw3DBorder(Graphics, int, int, int, int, boolean) - Method in class conga.gui.FlatColorButtonWidget
If this flat button is not focusable, it is painted the new way using this methods, accomplishing the rollover look and feel.
draw3DBorder(Graphics, int, int, int, int, boolean) - Method in class marimba.gui.CommandButtonWidget
Draw a 3D border for this button, which is the Bevel.drawBorder or a rectangle if it is down and has the focus.
drawArrowButton(Graphics, int, int, int, int, boolean, int, Color, int) - Static method in class marimba.gui.Bevel
Draw a 3D border with an arrow inside, which can be used for a scrollbar or any other widget.
drawBlue(Graphics) - Method in class marimba.gui.ColorPickerWidget
Draw the blue selector.
drawBorder(Graphics, int, int, int, int, boolean) - Static method in class marimba.gui.Bevel
Paint a PC-style 3D Border.
drawFieldBorder(Graphics) - Method in class conga.gui.FlatDDTextBoxWidget
Draws the border around the entire textbox; this method is only called if the mouse is over this widget or it has the focus.
drawFieldBorder(Graphics, int, int, int, int) - Static method in class marimba.gui.Bevel
Paint a PC-style 3D field border.
drawFocusLine(Graphics, int, int, int, int) - Static method in class marimba.gui.Dash
Draw a dashed focus line
drawFocusRect(Graphics, int, int, int, int) - Static method in class marimba.gui.Dash
Draw a dashed focus rectangle to show input focus.
drawGreen(Graphics) - Method in class marimba.gui.ColorPickerWidget
Draw the green selector.
drawGreyString(Graphics, String, int, int) - Static method in class marimba.gui.Bevel
Draw a string in disabled mode (greyed out), this usually looks best if the color of the given graphics context is set to the parent's background color.
drawOptionBorder(Graphics, int, int, int, int) - Static method in class marimba.gui.Bevel
Fill a 3DOval.
drawOval(Graphics, int, int, int, int, boolean, int) - Static method in class marimba.gui.Bevel
Paint a 3DOval.
drawPreview(Graphics) - Method in class marimba.gui.ColorPickerWidget
Draw the preview selector
drawRect(Graphics, int, int, int, int, boolean, int) - Static method in class marimba.gui.Bevel
Paint a 3DRect.
drawRed(Graphics) - Method in class marimba.gui.ColorPickerWidget
Draw the red selector.
drawText(Graphics) - Method in class marimba.gui.ColorPickerWidget
Draw the text
drawWindowBorder(Graphics, int, int, int, int) - Static method in class marimba.gui.Bevel
Paint a PC-style 3D window border.
DropDownComboBoxWidget - class marimba.gui.DropDownComboBoxWidget.
A text widget with an associated pull down menu.
DropDownComboBoxWidget() - Constructor for class marimba.gui.DropDownComboBoxWidget
Constructor.
DropDownComboBoxWidget(String, int, int, String) - Constructor for class marimba.gui.DropDownComboBoxWidget
Constructor that initializes some variables.
DropDownListBoxWidget - class marimba.gui.DropDownListBoxWidget.
A multiple choice widget.
DropDownListBoxWidget() - Constructor for class marimba.gui.DropDownListBoxWidget
Constructor.
DropDownListBoxWidget(String, int, int, String) - Constructor for class marimba.gui.DropDownListBoxWidget
Constructor that actually does something.
DropDownMenu - class marimba.gui.DropDownMenu.
A simple drop down menu, that is automatically popped up if the choices are given to the constructor.
DropDownMenu(Widget, boolean) - Constructor for class marimba.gui.DropDownMenu
Constructor that sets the user and whether to autoSize, the max.
DropDownMenu(Widget, boolean, int) - Constructor for class marimba.gui.DropDownMenu
Constructor that sets the user, whether to autoSize and the max.
DropDownMenu(Widget, String[], boolean) - Constructor for class marimba.gui.DropDownMenu
Constructor without setting the max number of visible items, the dropdown is popped up automatically!
DropDownMenu(Widget, String[], boolean, int) - Constructor for class marimba.gui.DropDownMenu
Constructor: Show a dropDownMenu that belongs to the given widget.
The items that should be in this menu are passed in the parameter called "choices", the dropdown is popped up automatically!
DropDownTextBoxWidget - class marimba.gui.DropDownTextBoxWidget.
A text widget with an associated pull down menu which has to be used by other widgets and cannot be used standalone.
DropDownTextBoxWidget() - Constructor for class marimba.gui.DropDownTextBoxWidget
Constructor.
dumpLines() - Method in class marimba.text.TextView
 
dumpThreadGroups() - Static method in class marimba.util.ThreadUtil
Dump thread groups
dumpThreadGroups(PrintStream, ThreadGroup) - Static method in class marimba.util.ThreadUtil
Dump thread groups to a print stream.
dx - Variable in class marimba.gui.AnimatedImageWidget
The number of pixels to be skipped in the x-direction.
dx - Variable in class marimba.gui.AnimatedTextWidget
The number of pixels to be skipped in the x-direction.
dy - Variable in class marimba.gui.AnimatedImageWidget
The number of pixels to be skipped in the y-direction.
dy - Variable in class marimba.gui.AnimatedTextWidget
The number of pixels to be skipped in the y-direction.

E

east - Variable in class marimba.gui.Widget
The number of pixels that the distance between the eatern side and this widget has to be.
echoCharacter - Variable in class marimba.gui.TextBoxWidget
The echo character for this TextBox, which is useful when the user input shouldn't be echoed to the screen, as in the case of a TextBox that represents a password.
EDIT_COPY - Static variable in interface conga.gui.ImageConstants
 
EDIT_CUT - Static variable in interface conga.gui.ImageConstants
 
EDIT_DELETE - Static variable in interface conga.gui.ImageConstants
 
EDIT_FIND - Static variable in interface conga.gui.ImageConstants
 
EDIT_FIND_CASE_SENSITIVE - Static variable in interface conga.gui.ImageConstants
 
EDIT_FIND_IN_DOCS - Static variable in interface conga.gui.ImageConstants
 
EDIT_FIND_IN_FILES - Static variable in interface conga.gui.ImageConstants
 
EDIT_FIND_NEXT - Static variable in interface conga.gui.ImageConstants
 
EDIT_FIND_PREVIOUS - Static variable in interface conga.gui.ImageConstants
 
EDIT_FIND_REGULAR_EXP - Static variable in interface conga.gui.ImageConstants
 
EDIT_FIND_WHOLE_WORD - Static variable in interface conga.gui.ImageConstants
 
EDIT_INDENT_TAB_LEFT - Static variable in interface conga.gui.ImageConstants
 
EDIT_INDENT_TAB_RIGHT - Static variable in interface conga.gui.ImageConstants
 
EDIT_PASTE - Static variable in interface conga.gui.ImageConstants
 
EDIT_USE_GRID - Static variable in interface conga.gui.ImageConstants
 
editable - Variable in class conga.gui.FileBrowserWidget
The path can be manually editable, if not it can only be changed using the browse button.
editing - Variable in class marimba.gui.GroupWidget
Enables or disables the use of the inline editor.
editing() - Method in class marimba.gui.PlayerPanel
True when editing under Bongo.
editingText - Variable in class marimba.gui.DropDownTextBoxWidget
This is set to true when the user tries to enter something, meaning that no further key lookups are to take place.
editor - Variable in class marimba.gui.Widget
The editor for inline editing.
elementBounds - Variable in class conga.gui.DateFieldWidget
The current bounds of the elements, as calculated during layout.
elementBounds - Variable in class conga.gui.IntegerFieldWidget
The current bounds of the elements, as calculated during layout.
elementCount - Variable in class conga.gui.IntegerFieldWidget
Sets the number of integers in this integer field.
EMBOSS - Static variable in class marimba.text.FontFamily
 
enable() - Method in class marimba.gui.Widget
Enable the widget.
enableTips(boolean) - Method in class marimba.gui.PlayerPanel
Show tips (or not) everywhere.
encode(byte[]) - Static method in class opendoors.util.Base64
Encode some data and return a String.
END_OF_BUFFER - Static variable in class marimba.text.TextView
 
END_OF_LINE - Static variable in class marimba.text.TextView
 
END_OF_VIEW_LINE - Static variable in class marimba.text.TextView
 
endframe - Variable in class marimba.gui.AnimatedImageWidget
The frame number with which the animation ends.
enterSound - Variable in class marimba.gui.AudioWidget
The URL of the sound that is played when the mouse enters this widget.
entryValue - Variable in class conga.gui.HotGroupWidget
The property value on entry.
Environment - class marimba.util.Environment.
An interface to some of the native Desktop facilities.
Environment() - Constructor for class marimba.util.Environment
 
EOF - Static variable in class marimba.io.ScannerInputStream
 
equals(Object) - Method in class marimba.gui.Pattern
Equality.
equals(Object) - Method in class marimba.gui.WidgetPropertyList
Compare the given WidgetPropertyList with this property list.
equals(Object) - Method in class marimba.gui.WidgetPropertyItem
Compare the given WidgetPropertyItem with this property item.
equals(Object) - Method in class marimba.gui.Dash
Equality
equals(Object) - Method in class marimba.gui.Cell
Checks whether to Cells are equal.
equals(Object) - Method in class marimba.persist.Options
Compare these options with other options.
equals(Object) - Method in class marimba.text.CharString
 
equals(Object) - Method in class marimba.text.Style
 
error - Static variable in class marimba.gui.Presentation
 
error - Variable in class marimba.persist.PersistentState
 
error(String) - Method in class marimba.io.ScannerInputStream
 
eventInButton(Event) - Method in class marimba.gui.ColorButtonWidget
Checks whether the given event occured within the button.
eventInHeader(Event) - Method in class marimba.gui.TableWidget
Checks whether the given event is located in the header area.
eventInText(Event) - Method in class conga.gui.FlatDDTextBoxWidget
Overrides behavior of superclass: this widget uses a smaller arrow button (2 pixels smaller).
eventInText(Event) - Method in class marimba.gui.TextWidget
Checks whether the given event is within the text area of this text widget.
eventInText(Event) - Method in class marimba.gui.RichTextBoxWidget
Checks whether the given event is within the text view.
eventInText(Event) - Method in class marimba.gui.DropDownTextBoxWidget
Event is not in the text area when it is on the button.
eventInText(Event) - Method in class marimba.gui.URLTextWidget
Checks whether the coordinates of the given event are within the area where the text is.
eventInText(Event) - Method in class marimba.gui.SpinBoxTextWidget
Event is not in text area when it is on button.
exclusive - Variable in class marimba.gui.ListWidget
If a ListWidget is exclusive and it has ListItemWidgets, then only one ListItemWidget can be selected at a time.
EXCLUSIVE - Static variable in interface marimba.gui.WidgetConstants
 
execute(Widget, Event) - Method in class marimba.text.keymap.KeyboardCommand
 
exitSound - Variable in class marimba.gui.AudioWidget
The URL of the sound that is played when the mouse exits this widget.
exitValue - Variable in class conga.gui.HotGroupWidget
The property value on exit.
EXPAND_EVENT - Static variable in interface marimba.gui.WidgetConstants
 
expand() - Method in class marimba.gui.TreeNodeWidget
Expand the node.
expandAll() - Method in class marimba.gui.TreeNodeWidget
Expand all the children of the tree node.
expandAll() - Method in class marimba.gui.TreeWidget
Expand all the nodes in the tree.
expandImg - Variable in class marimba.gui.TreeNodeWidget
The image that is displayed when the tree node is expanded.
expandSrc - Variable in class marimba.gui.TreeNodeWidget
The url to the image if the tree node is expanded.
expect(int) - Method in class marimba.io.ScannerInputStream
 
extendMode - Variable in class marimba.gui.FolderWidget
A folder can use scrolling or more layers for tabs when they don't fit anymore.
extendOptions - Static variable in class marimba.gui.FolderWidget
The possible options for the extendMode.
extendSelection(int) - Method in class marimba.text.TextView
 
extraWordChars - Variable in class marimba.text.TextView
Any characters that should be considered part of a word.

F

F_BOXED - Static variable in class marimba.text.TextView
 
F_EDITABLE - Static variable in class marimba.text.TextView
 
F_MAX_FLAG - Static variable in class marimba.text.TextView
 
F_MODIFIED - Static variable in class marimba.text.TextView
 
F_REPAINT - Static variable in class marimba.text.TextView
 
F_SAVE_TEXT - Static variable in class marimba.text.TextView
 
F_SCROLLING_OK - Static variable in class marimba.text.TextView
 
F_SELECTIONS_OK - Static variable in class marimba.text.TextView
 
FAC - Static variable in class marimba.gui.ImageCache
 
faces - Variable in class marimba.text.FontFamily
Faces, such as Font.PLAIN, Font.BOLD, Font.ITALIC and Font.BOLD | Font.ITALIC
families - Static variable in class marimba.text.FontFamily
 
family - Variable in class marimba.text.StyleChange
 
FastHash - class marimba.persist.FastHash.
A faster wrapper around a Hashtable which also fixes a bug in jdk1.2+ for the hashcode specification.
FastHash() - Constructor for class marimba.persist.FastHash
 
FastHash(int) - Constructor for class marimba.persist.FastHash
 
FastHash(int, float) - Constructor for class marimba.persist.FastHash
 
FastInputStream - class marimba.io.FastInputStream.
Fast unsynchronized buffered input stream.
FastInputStream(byte[]) - Constructor for class marimba.io.FastInputStream
Create a stream that reads from a buffer.
FastInputStream(byte[], int, int) - Constructor for class marimba.io.FastInputStream
Create a stream that reads from a buffer.
FastInputStream(File) - Constructor for class marimba.io.FastInputStream
Open a file.
FastInputStream(InputStream) - Constructor for class marimba.io.FastInputStream
Combine two streams.
FastInputStream(InputStream, int) - Constructor for class marimba.io.FastInputStream
Combine two streams given a buffer size.
FastInputStream(RandomAccessFile) - Constructor for class marimba.io.FastInputStream
Access a RandomAccessFile
FastInputStream(String) - Constructor for class marimba.io.FastInputStream
Open a file.
FastOutputStream - class marimba.io.FastOutputStream.
Fast unsynchronized buffered output stream.
FastOutputStream() - Constructor for class marimba.io.FastOutputStream
Create a memory output stream with a given size.
FastOutputStream(byte[]) - Constructor for class marimba.io.FastOutputStream
Create a memory output stream with a given size.
FastOutputStream(File) - Constructor for class marimba.io.FastOutputStream
Open a file for writing.
FastOutputStream(int) - Constructor for class marimba.io.FastOutputStream
Create a memory output stream with a given size.
FastOutputStream(OutputStream) - Constructor for class marimba.io.FastOutputStream
Combine two streams.
FastOutputStream(OutputStream, byte[]) - Constructor for class marimba.io.FastOutputStream
Make a fast output stream with provided output buffer.
FastOutputStream(OutputStream, int) - Constructor for class marimba.io.FastOutputStream
Combine two streams given a buffer size.
FastOutputStream(RandomAccessFile) - Constructor for class marimba.io.FastOutputStream
Open using a random access file.
FastOutputStream(String) - Constructor for class marimba.io.FastOutputStream
Open a file for writing.
fBrowser - Variable in class opendoors.storage.FileControllerSA.OpenFile
A reference to the file browser and chooser needed to open the file.
fBrowser - Variable in class opendoors.storage.FileController
 
fieldChange(Event) - Method in class opendoors.storage.FileController
TO DO: Modify the source so as to detect when the text file is edited.
fieldChange(Event) - Method in class conga.gui.CongaAdapter
A field change event signifying some change in the data representation in the view.
fieldChange(Event) - Method in interface conga.intf.FieldEventListener
Call back for an action event.
FieldElement - class conga.gui.FieldElement.
An element inside the field widget, used for formatted input.
FieldElement() - Constructor for class conga.gui.FieldElement
Public default constructor, maximum length is unlimited.
FieldElement(int) - Constructor for class conga.gui.FieldElement
Create a new element text widget with the given maximum length.
FieldEventListener - interface conga.intf.FieldEventListener.
An interface allowing a listener to obtain notifiction of 1.0 events.
fields - Variable in class conga.gui.IntegerFieldWidget
The integer fields used by this IntegerFieldWidget.
FieldWidget - class conga.gui.FieldWidget.
A generic class for formatted input fields.
FieldWidget() - Constructor for class conga.gui.FieldWidget
 
FILE_NEW - Static variable in interface conga.gui.ImageConstants
 
FILE_NEW_BINARY - Static variable in interface conga.gui.ImageConstants
 
FILE_NEW_BITMAP - Static variable in interface conga.gui.ImageConstants
 
FILE_NEW_QUICK - Static variable in interface conga.gui.ImageConstants
 
FILE_NEW_RESOURCE - Static variable in interface conga.gui.ImageConstants
 
FILE_OPEN - Static variable in interface conga.gui.ImageConstants
 
FILE_PRINT - Static variable in interface conga.gui.ImageConstants
 
FILE_SAVE - Static variable in interface conga.gui.ImageConstants
 
FILE_SAVE_ALL - Static variable in interface conga.gui.ImageConstants
 
FileBrowserWidget - class conga.gui.FileBrowserWidget.
A widget to browse the file system with a browse button.
FileBrowserWidget() - Constructor for class conga.gui.FileBrowserWidget
Public default constructor.
fileContent - Variable in class opendoors.storage.FileControllerSA
The model: a File Content instance.
fileContent - Variable in class opendoors.storage.FileController
 
FileContent - class opendoors.storage.FileContent.
FileContent is a model class.
FileContent() - Constructor for class opendoors.storage.FileContent
 
fileContentValid - Variable in class opendoors.storage.FileContent
A file has been read from disk and the file content is thus set.
fileController - Variable in class opendoors.storage.FileControllerSA.OpenFile
A reference to the controller to send a message to the controller.
FileController - class opendoors.storage.FileController.
FileController is a controller for file editing within a Bongo context.
FileController() - Constructor for class opendoors.storage.FileController
 
FileControllerSA - class opendoors.storage.FileControllerSA.
FileControllerSA is a standalone controller for file content.
FileControllerSA.AppletContext - class opendoors.storage.FileControllerSA.AppletContext.
Responds to the action semantic and runs an instance of FileControllerSA as an independent window.
FileControllerSA.AppletContext() - Constructor for class opendoors.storage.FileControllerSA.AppletContext
 
FileControllerSA.HideDialog - class opendoors.storage.FileControllerSA.HideDialog.
This class is responsible for closing modal dialog windows.
FileControllerSA.HideDialog() - Constructor for class opendoors.storage.FileControllerSA.HideDialog
 
FileControllerSA.OpenFile - class opendoors.storage.FileControllerSA.OpenFile.
This class is responsible for opening and loading new file content.
FileControllerSA.OpenFile() - Constructor for class opendoors.storage.FileControllerSA.OpenFile
 
FileControllerSA.SaveFile - class opendoors.storage.FileControllerSA.SaveFile.
This class is responsible for saving the file.
FileControllerSA.SaveFile() - Constructor for class opendoors.storage.FileControllerSA.SaveFile
 
FileControllerSA.ShowOpenDialog - class opendoors.storage.FileControllerSA.ShowOpenDialog.
This class is responsible for showing the file open dialog window.
FileControllerSA.ShowOpenDialog() - Constructor for class opendoors.storage.FileControllerSA.ShowOpenDialog
 
FileControllerSA.ShowSaveDialog - class opendoors.storage.FileControllerSA.ShowSaveDialog.
This class is responsible for showing the save dialog.
FileControllerSA.ShowSaveDialog() - Constructor for class opendoors.storage.FileControllerSA.ShowSaveDialog
 
FileControllerSA(URL) - Constructor for class opendoors.storage.FileControllerSA
 
fileCopy(File, File) - Static method in class opendoors.storage.FileUtil
Copy file one to file two, by creating two streams and calling streamCopy.
fileName - Variable in class opendoors.storage.FileContent
The name of the file.
FileUtil - class opendoors.storage.FileUtil.
A class with some static methods that are used for several file operations.
FileUtil() - Constructor for class opendoors.storage.FileUtil
Not to be instanciated.
fill - Variable in class marimba.gui.TableColumn
Additional size used for filling one column (to take up the rest of a table), or temporary changes in size.
FILL - Static variable in interface marimba.gui.WidgetConstants
 
fillArrowButton(Graphics, int, int, int, int, boolean, int, Color, int) - Static method in class marimba.gui.Bevel
Fill an arrow button.
fillBorder(Graphics, int, int, int, int, boolean) - Static method in class marimba.gui.Bevel
Fill a PC-style 3D Border.
fillButton - Variable in class marimba.gui.DropDownListBoxWidget
If true, the dropdown button will be filled.
fillButton - Variable in class marimba.gui.DropDownTextBoxWidget
If true, the dropdown button will be filled.
fillButtons - Variable in class marimba.gui.SpinBoxTextWidget
A SpinBoxTextWidget can hide the background of the buttons by filling the buttons with the background color.
fillColumn - Variable in class marimba.gui.TableWidget
We can set a column to fill the remaining width of a table, if there is space left over after laying out.
filled - Variable in class conga.gui.ClockWidget
 
filled - Variable in class conga.gui.AudioControlWidget
The audio control can be filled.
filled - Variable in class marimba.gui.ColorPickerWidget
A color picker can be filled.
filled - Variable in class marimba.gui.ShapeWidget
The shape can fill itself.
filled - Variable in class marimba.gui.ProgressIndicatorWidget
A progress indicator can be filled.
filled - Variable in class marimba.gui.SliderWidget
When a slider is filled, the slider bar and indicator hide the background.
FILLED - Static variable in interface marimba.gui.WidgetConstants
 
fillFieldBorder(Graphics, int, int, int, int, Color) - Static method in class marimba.gui.Bevel
Fill a PC-style 3D field border.
fillHeaders - Variable in class marimba.gui.TableWidget
The headers can be filled or transparent.
fillMode - Variable in class marimba.gui.GroupWidget
The fillMode of this group.
It can be none, solid or pattern.
fillMode - Variable in class marimba.gui.ScrollingContainerWidget
Determines whether the scrollbars should be filled.
fillMode - Variable in class marimba.gui.SpinBoxWidget
The fillmode of the SpinBox: nothing, the content, the buttons, or both.
fillMode - Variable in class marimba.gui.ListBoxWidget
The fillmode of the ListBox: none, content, scrollbar or filled.
fillOptionBorder(Graphics, int, int, int, int, Color) - Static method in class marimba.gui.Bevel
Fill a 3DOval.
fillOptions - Static variable in class marimba.gui.GroupWidget
The possible options for the fillMode.
fillOptions - Static variable in class marimba.gui.ScrollingContainerWidget
The possible options for the fillMode.
fillOptions - Static variable in class marimba.gui.SpinBoxWidget
The possible options for the fillMode.
fillOptions - Static variable in class marimba.gui.ListBoxWidget
The possible options for the fillmode.
fillOval(Graphics, int, int, int, int, boolean, int) - Static method in class marimba.gui.Bevel
Fill a 3DOval.
fillOval(Graphics, int, int, int, int, boolean, int, Color) - Static method in class marimba.gui.Bevel
Fill a 3DOval.
fillRect(Graphics, int, int, int, int, boolean, int) - Static method in class marimba.gui.Bevel
Fill a 3DRect.
fillRect(Graphics, int, int, int, int, boolean, int, Color) - Static method in class marimba.gui.Bevel
Fill a 3DRect.
fillRect(Graphics, int, int, int, int, ImageObserver) - Method in class marimba.gui.Pattern
Fill a rectangle with the replicated pattern.
fillRect(Graphics, int, int, int, int, int, int, int, int, ImageObserver) - Method in class marimba.gui.Pattern
Fill part of a rectangle with the replicated pattern.
fillScrollbar - Variable in class marimba.gui.RichTextBoxWidget
The scrollbar can be made filled.
fillWindowBorder(Graphics, int, int, int, int, Color) - Static method in class marimba.gui.Bevel
Fill a PC-style 3D window border.
filterEvent(Event) - Method in class marimba.gui.PlayerPanel
Allow the editor to filter events.
filterRGB(int, int, int) - Method in class conga.gui.GrayImageFilter
The filtering of the image, so it will look brighter/darker with the given percentage.
finalize() - Method in class conga.gui.ClockWidget
When finalized, this widget removes itself from the timer.
findButton(int, int) - Method in class marimba.gui.SpinBoxTextWidget
Which button is located under a given (x,y) coordinate?
findCell(Event) - Method in class marimba.gui.TableContent
Deprecated.  
findCell(int, int) - Method in class marimba.gui.TableContent
Find the cell located at the given coordinates.
findClass(String) - Method in class marimba.persist.URLClassLoader
This method finds a class.
findColumn(Event) - Method in class marimba.gui.TableContent
Deprecated.  
findColumn(int) - Method in class marimba.gui.TableWidget
Find a column given based on a location.
findColumn(int) - Method in class marimba.gui.TableContent
Find the display index of the column in which an event took place.
findFocus(boolean) - Method in class marimba.gui.FolderWidget
Make sure that if the focus goes forward, the current page is checked for focus first
findFocus(Widget, boolean, boolean) - Method in class marimba.gui.FolderWidget
Make sure that if the focus was inside the page and it is searching up, that this folder will first check itself before searching further up.
findInFocus(boolean) - Method in class marimba.gui.ContainerWidget
Assign the focus to the previous or next widget in this container.
findResizeArea(Event) - Method in class marimba.gui.WindowWidget
Check in which resize area of the Window the event occured.
findResourceKey(String) - Method in class marimba.gui.Presentation
Find a key in the key resources for this presentation, if the key is not found the key with the '@' characters is returned.
findResourceKey(String, Locale) - Method in class marimba.gui.Presentation
Find a key in the key resources for this presentation, if the key is not found the key with the '@' characters is returned.
findResourceKey(String, Locale, boolean) - Method in class marimba.gui.Presentation
Find a resource key and specify whether edit mode should be assumed on or off.
findRow(Event) - Method in class marimba.gui.TableContent
Deprecated.  
findRow(int) - Method in class marimba.gui.TableContent
Find the display index of the row in which the given y position is located.
findRow(int) - Method in class marimba.gui.SparseTableContent
Find the display index of the row in which the event took place.
findStyle(int) - Method in class marimba.text.StylePool
Returns the index of the first style whose position is >= to the specified position.
findStyleIndexFor(int) - Method in class marimba.text.StylePool
This returns the index of the style that is responsbile for the specified position.
findTab(int, int) - Method in class marimba.gui.FolderWidget
Deprecated. As of Bongo version 1.1.
findTarget(Event) - Method in class marimba.gui.ColorPaletteWidget
Find the target based on the given event, returns -1 if no target is found.
findTarget(int, int) - Method in class marimba.gui.ScrollbarWidget
Find the scrollbar target under the given coordinates.
findTarget(int, int) - Method in class marimba.gui.FolderWidget
Find out which target the coordinate corresponds with.
findWidget(String) - Method in class marimba.gui.Widget
Find a widget in this container.
findWidget(String) - Method in class marimba.gui.ContainerWidget
Find the widget in the content.
findWidget(String) - Method in class marimba.gui.Presentation
Find a widget in this presentation.
findWidget(String) - Method in class marimba.gui.FolderWidget
Find a widget in this presentation.
fireCaretUpdate(CaretEvent) - Method in class conga.gui.RichTextEditorWidget
Notifies all listeners that have registered interest for notification on this event type.
fireWidgetMenuCanceled() - Method in class conga.gui.WidgetMenu
Notifies WidgetMenuListeners that this WidgetMenu is canceled.
fireWidgetMenuWillBecomeInvisible() - Method in class conga.gui.WidgetMenu
Notifies WidgetMenuListeners that this popup menu will become invisible.
fireWidgetMenuWillBecomeVisible() - Method in class conga.gui.WidgetMenu
Notifies WidgetMenuListeners that this popup menu will become visible.
firstFocus() - Method in class marimba.gui.Widget
Assign the focus to the first widget in this presentation.
firstFocus() - Method in class marimba.gui.PlayerPanel
Focus on the first widget.
firstInFocus() - Method in class marimba.gui.ContainerWidget
Assign the focus to the first widget within this container.
firstItem - Variable in class marimba.gui.SparseDropDownMenu
The first item that is currently in the menu.
firstPage() - Method in class marimba.gui.FolderWidget
Goto the first page.
firstPage(boolean) - Method in class marimba.gui.FolderWidget
Goto the first page, with or without the set autoFocus.
firstTitledPage() - Method in class marimba.gui.FolderWidget
Goto the first page with a title, if there is no page with a title it will go to page zero.
firstTitledPage(boolean) - Method in class marimba.gui.FolderWidget
Goto the first page with a title, with or without autoFocus.
fit() - Method in class marimba.gui.PopupWidget
Fit the menu in the visible area of the parent window.
fit() - Method in class marimba.gui.PopupMenu
Fit the menu in the visible area of the parent window.
fit() - Method in class marimba.gui.DropDownMenu
When fitting this dropdown menu make sure it is properly positioned, it can also be above the user! That initial position is determined by the constructor of this class, this method just makes sure it fits on the screen.
fit() - Method in class marimba.gui.PlayerPanel
Fit the presentation in the player.
fixedWidth - Variable in class marimba.gui.DropDownListBoxWidget
The menu can have a fixed width or adjust its width to the width of the menu items.
flags - Variable in class marimba.text.TextView
Flags about this widget.
flat - Variable in class conga.gui.ToolbarButtonWidget
If a toolbar button is 'flat', it acts like a 'rollover' button.
FlatButtonWidget - class conga.gui.FlatButtonWidget.
A flat rollover command button widget.
It is essentially the same as the normal command button widget, but this button is by default not focusable: if it is made focusable again it will act like a normal command button.
FlatButtonWidget() - Constructor for class conga.gui.FlatButtonWidget
Default public constructor.
FlatButtonWidget(String) - Constructor for class conga.gui.FlatButtonWidget
Construct a new flat button with the given label.
FlatButtonWidget(String, int) - Constructor for class conga.gui.FlatButtonWidget
Construct a new flat button with the given label and mode.
FlatColorButtonWidget - class conga.gui.FlatColorButtonWidget.
A flat rollover color button widget.
It is essentially the same as the normal color button widget, with the only difference that it looks flat unless the mouse is over it.
FlatColorButtonWidget() - Constructor for class conga.gui.FlatColorButtonWidget
Default public constructor.
FlatColorButtonWidget(Color) - Constructor for class conga.gui.FlatColorButtonWidget
Construct a new flat color button with the given color.
FlatDDComboBoxWidget - class conga.gui.FlatDDComboBoxWidget.
A flat rollover dropdown combo box widget.
FlatDDComboBoxWidget() - Constructor for class conga.gui.FlatDDComboBoxWidget
Default public constructor.
FlatDDComboBoxWidget(String, int, int, String) - Constructor for class conga.gui.FlatDDComboBoxWidget
Construct a new flat dropdown combo box with the given value, style, alignment and choices.
FlatDDListBoxWidget - class conga.gui.FlatDDListBoxWidget.
A flat rollover dropdown listbox widget.
FlatDDListBoxWidget() - Constructor for class conga.gui.FlatDDListBoxWidget
Default public constructor.
FlatDDListBoxWidget(String, int, int, String) - Constructor for class conga.gui.FlatDDListBoxWidget
Construct a new flat dropdown listbox with the given value, style, alignment and choices.
FlatDDTextBoxWidget - class conga.gui.FlatDDTextBoxWidget.
A DropDownTextBox with a flat look and feel.
FlatDDTextBoxWidget() - Constructor for class conga.gui.FlatDDTextBoxWidget
Public default constructor.
FlatMenuButtonWidget - class conga.gui.FlatMenuButtonWidget.
A flat rollover menu button widget.
It is essentially the same as the normal menu button widget, but this button is by default not focusable: if it is made focusable again it will act like a normal command button.
FlatMenuButtonWidget() - Constructor for class conga.gui.FlatMenuButtonWidget
Create a menuButton with 5 default items.
FlatMenuButtonWidget(int, String[]) - Constructor for class conga.gui.FlatMenuButtonWidget
Create a menu with the specified items.
flush() - Method in class conga.gui.AnimatedGifWidget
Flush the image cache.
flush() - Method in class marimba.gui.ImageWidget
Flush the image from the cache.
flush() - Method in class marimba.gui.SparseTableWidget
Flush the cache which stores the last data and view.
flush() - Method in class marimba.gui.TextOutputStream
Flush.
flush() - Static method in class marimba.gui.PlayerPanel
Flush the backing store.
flush() - Method in class marimba.gui.Dash
Flush the dash cache.
flush() - Method in class marimba.gui.SparseTableContent
Flush the cache which stores the last data and view, and remove all widgets from the content.
flush() - Method in class marimba.gui.BackingStore
Flush the backing store.
flush() - Method in class marimba.io.RAFOutputStream
 
flush() - Method in class marimba.io.FastOutputStream
 
flush() - Method in class marimba.persist.URLClassLoader
Flush all classes from this loader.
flush(ClassLoader) - Static method in class marimba.util.Timer
Flush any timers and/or clients that are associated with this class loader.
flush(String) - Method in class marimba.persist.URLClassLoader
Flush all classes with a given prefix from this loader.
flush(URL) - Static method in class marimba.gui.ImageCache
Flush images from the cache.
flush(URL) - Static method in class marimba.gui.Pattern
Flush images from the cache.
flush(URL) - Static method in class marimba.gui.AudioCache
Flush some audio clips from the cache.
flushScripts() - Method in class marimba.persist.URLClassLoader
Flush all classes from this loader.
flushWidgetsHash() - Method in class marimba.gui.PlayerUtil
Flushes a hashtabel with presentation widgets
focus - Variable in class marimba.gui.Widget
When a widget has focus, a focus rectangle is usually drawn around it telling the user that keyboard input goes to that widget now.
focus - Static variable in class marimba.gui.Dash
 
focus() - Method in class marimba.gui.TreeNodeWidget
Let the tree focus on this tree node.
focus(int) - Method in class marimba.gui.TextWidget
Focus on a character position.
focus(int) - Method in class marimba.gui.TextBoxWidget
Focus on a given position.
focus(int) - Method in class marimba.gui.RichTextBoxWidget
Focus on a character position.
focus(int) - Method in class marimba.gui.ListBoxWidget
Focus on the choice with the given index.
focus(TreeNodeWidget) - Method in class marimba.gui.TreeWidget
Focus on a TreeNodeWidget.
focusable - Variable in class marimba.gui.CommandButtonWidget
If a button is focusable, it can get the keyboard focus; sticky buttons are never focusable!
focusAtRow(int) - Method in class marimba.gui.TableWidget
Focus the content at the row with the given actual index.
focusAtRowDisplay(int) - Method in class marimba.gui.TableWidget
Focus at the row with the given display index.
focusAtRowDisplay(int) - Method in class marimba.gui.SparseTableWidget
Focus at the row with the given display index.
focusColor - Variable in class marimba.gui.URLTextWidget
The color used for the link when the mouse is pointing at the link.
focusContent(int, int, int, int) - Method in class marimba.gui.ScrollingContainerWidget
Scroll the content so that the given rectangle is visible.
focused - Variable in class marimba.gui.URLTextWidget
 
focusFolder() - Method in class marimba.gui.FolderWidget
Set the input focus, which depends on the focusMode.
focusInterest() - Method in class conga.gui.AbstractPopupMenu
A widget popup menu is interested in the focus, if it is not disabled.
focusInterest() - Method in class conga.gui.FlatDDTextBoxWidget
This widget can only be interested in the focus if it's traversable.
focusInterest() - Method in class conga.gui.ToolbarButtonWidget
Toolbar buttons are never interested in the focus.
focusInterest() - Method in class marimba.gui.Widget
True if this widget is potentially interested in getting the focus.
focusInterest() - Method in class marimba.gui.TextWidget
This widget is interested in getting the character focus.
focusInterest() - Method in class marimba.gui.RichTextBoxWidget
This widget is not interested in the character focus.
focusInterest() - Method in class marimba.gui.ButtonWidget
All buttons supports input focus.
focusInterest() - Method in class marimba.gui.CommandButtonWidget
CommandButtons can only support input focus when they are not sticky and their mode is not invisible, and of course if they are focusable.
focusInterest() - Method in class marimba.gui.DropDownTextBoxWidget
Support for input focus, when it is NOT editable too!
focusInterest() - Method in class marimba.gui.TableWidget
The table widget supports input focus when it is not disabled and there are rows; if the selectMode is NONE a table is also not interested in keyboard focus.
focusInterest() - Method in class marimba.gui.PopupMenu
Supports input focus.
focusInterest() - Method in class marimba.gui.TreeNodeWidget
The tree node is interested in the focus if it is selected.
focusInterest() - Method in class marimba.gui.ListBoxWidget
Supports input focus.
focusInterest() - Method in class marimba.gui.TreeWidget
A tree is interested in the focus if no node is selected yet.
focusInterest() - Method in class marimba.gui.OptionWidget
An optionWidget is interested in the focus, if it is not disabled and: it is alone or currently has the value.
focusInterest() - Method in class marimba.gui.SliderWidget
This widget supports input focus when it is not disabled.
focusInterest() - Method in class marimba.gui.FolderWidget
This widget supports input focus if it is not disabled and tabs are visible.
focusInterest() - Method in class marimba.text.TextView
Keyboard input handling.
focusMode - Variable in class marimba.gui.FolderWidget
When the page is being switched, the folder can automatically focus on the first widget anywhere or the first widget within the folder, or just do nothing in order to let the tab get the focus.
focusOptions - Static variable in class marimba.gui.FolderWidget
The possible options for the autofocus.
FOCUSSPACE - Static variable in class marimba.gui.SliderWidget
The number of pixels between the slider and the focus rectangle
FolderEventListener - interface conga.intf.FolderEventListener.
An interface allowing a listener to obtain notifiction of 1.0 events.
FolderWidget - class marimba.gui.FolderWidget.
A tabbed folder widget.
FolderWidget() - Constructor for class marimba.gui.FolderWidget
Create a folder with one page titled "page".
FolderWidget(int) - Constructor for class marimba.gui.FolderWidget
Create a folder with the specified number of pages titled "page 1" to "page npages".
FolderWidget(int, String[]) - Constructor for class marimba.gui.FolderWidget
Create a folder with the specified number of pages and page titles.
followColor - Variable in class marimba.gui.URLTextWidget
The color used when the link has been followed.
followed - Variable in class marimba.gui.URLTextWidget
Detects whether this link has been followed.
font - Variable in class marimba.gui.Widget
The current font.
font1 - Static variable in class marimba.gui.TreeWidget
 
font2 - Static variable in class marimba.gui.TreeWidget
 
fontFaceAdd - Variable in class marimba.text.StyleChange
 
fontFaceDel - Variable in class marimba.text.StyleChange
 
FontFamily - class marimba.text.FontFamily.
This implements a family of fonts.
fontifyRegion(int, int) - Method in class marimba.text.editor.JavaText
Fontify a region from pos0 to pos1.
fontSize - Variable in class marimba.text.StyleChange
 
fontVal - Variable in class marimba.persist.PropertyItem
 
FontWidget - class conga.gui.FontWidget.
A widget for choosing a font.
FontWidget() - Constructor for class conga.gui.FontWidget
Construct a new FontWidget with filled style.
FontWidget(Font) - Constructor for class conga.gui.FontWidget
Construct a new FontWidget with filled style and the given font.
foreground - Variable in class marimba.gui.Widget
The current foreground.
fork(String, Runnable) - Static method in class marimba.util.ThreadUtil
Fork a user thread.
forkSystem(String, Runnable) - Static method in class marimba.util.ThreadUtil
Fork a system thread.
format - Variable in class conga.gui.DateFieldWidget
The currently used date format.
formatOptions - Static variable in class conga.gui.DateFieldWidget
The possible date formats.
FORWARD_CHAR - Static variable in class marimba.text.TextView
 
FORWARD_WORD - Static variable in class marimba.text.TextView
 
FORWARD_WORD_START - Static variable in class marimba.text.TextView
 
fps - Variable in class marimba.gui.AnimatedWidget
Frames per second for display.
frame - Variable in class marimba.gui.AnimatedWidget
The current frame of the animation that is displayed.
freeze(PropertyObject) - Method in class marimba.persist.PersistentState
Freeze an object.
freezeObject(PropertyObject) - Method in class marimba.persist.PersistentState
 
frm - Static variable in class marimba.gui.Pattern
 
from - Variable in class conga.gui.IntRange
The minimum value of this integer range.
fromStream(int, InputStream) - Method in class marimba.text.Style
Inputs all the parameters of this style from a stream.

G

gap - Variable in class conga.gui.FontWidget
The gap between the font, point, bold and italic widgets.
GAP - Static variable in class marimba.gui.ColorPaletteWidget
The gap between the color fields.
get(int) - Method in class marimba.persist.Options
Get by value.
get(Object) - Method in class marimba.util.Props
Get a property, ignore case.
get(String) - Static method in class marimba.gui.ImageCache
Get an image given a url in string form.
get(String) - Method in class marimba.persist.Options
Get by name.
get(String, int) - Method in class marimba.persist.Options
Get by name, and specify a default
get(URL) - Static method in class marimba.gui.ImageCache
Get an image given a url.
get(URL) - Static method in class marimba.gui.AudioCache
Get an audioclip.
getActionListener() - Method in class conga.gui.ControllerGroupWidget
 
getAlign() - Method in class conga.gui.FieldWidget
Get the alignment of the field elements.
getAlign() - Method in class conga.gui.LabelWidget
Get the alignment of this label widget.
getAlign() - Method in class marimba.gui.TextBoxWidget
Get the alignment of this widget.
getAlign() - Method in class marimba.gui.DropDownListBoxWidget
Get align.
getAlign() - Method in class marimba.gui.RichTextBoxWidget
Get the current align of the text.
getAlign() - Method in class marimba.gui.DropDownTextBoxWidget
Get the current alignment.
getAlign() - Method in class marimba.gui.SpinBoxWidget
Get the alignment.
getAlign() - Method in class marimba.gui.URLTextWidget
Get the alignment of this widget.
getAlign() - Method in class marimba.gui.CheckBoxWidget
Get the align of this button (LEFT or RIGHT).
getAlign() - Method in class marimba.gui.GroupBoxWidget
Get the current alignment of the label.
getAlign() - Method in class marimba.text.TextView
Get the align of the text.
getAlign() - Method in class marimba.text.Style
 
getAlignOptions() - Static method in class conga.gui.FieldWidget
Get the possible options for the alignment of the field elements.
getAlignOptions() - Static method in class conga.gui.LabelWidget
Get the possible options for align.
getAlignOptions() - Static method in class marimba.gui.TextBoxWidget
Get the possible options for the alignment.
getAlignOptions() - Static method in class marimba.gui.DropDownListBoxWidget
Get the possible options for the alignment.
getAlignOptions() - Method in class marimba.gui.RichTextBoxWidget
Get the align options.
getAlignOptions() - Static method in class marimba.gui.SpinBoxWidget
Get the possible options for the alignment.
getAlignOptions() - Static method in class marimba.gui.URLTextWidget
Get the possible options for align.
getAlignOptions() - Static method in class marimba.gui.CheckBoxWidget
Get the possible align options.
getAlignOptions() - Static method in class marimba.gui.GroupBoxWidget
Get the possible options for the alignment.
getAllLayoutProperties(Widget, PropertyList) - Static method in class conga.gui.layout.LayoutUtil
Calls both getChildLayoutProperties and getLayoutProperties.
getAllNodes() - Method in class marimba.gui.TreeNodeWidget
Get all the nodes that are contained in the subtree that starts at this tree node, in linear order.
getAllNodes() - Method in class marimba.gui.TreeWidget
Return a vector of all nodes, in linear order.
getAllNodes(Vector) - Method in class marimba.gui.TreeNodeWidget
Get all the nodes that are contained in the subtree that starts at this tree node.
getApplet(String) - Method in class marimba.gui.AppletWidget
Get an applet by full name (case-insensitive).
getAppletContext() - Method in class marimba.gui.AppletWidget
The applet context will be "this".
getAppletController() - Method in class conga.gui.ControllerGroupWidget
 
getApplets() - Method in class marimba.gui.AppletWidget
Gets all applets in this presentation.
getArray(Object[]) - Method in class marimba.persist.PropertyItem
 
getAudioClip(String) - Method in class marimba.gui.Widget
Get an audio clip.
getAudioClip(String) - Method in class marimba.gui.Presentation
Get an audio clip.
getAudioClip(URL) - Method in class marimba.gui.AppletWidget
Get an audio clip.
getAudioClipAt(URL) - Method in class marimba.gui.Widget
Get an audio clip using a url.
getAudioClipAt(URL) - Method in class marimba.gui.Presentation
Get an audio clip using a url.
getAudioURL() - Method in class conga.gui.AudioControlWidget
Get the url for the audio file.
getAutoSetValue() - Method in class marimba.gui.ScrollbarWidget
Check if this scrollbar has to set the value based on the action automatically.
getAutoSize() - Method in class conga.gui.ToolbarButtonWidget
Check whether this toolbar button resizes itself to the width of an icon (if any).
getBackground() - Method in class marimba.gui.Widget
Get the background color.
getBackingStore() - Method in class marimba.gui.PlayerPanel
Get the backing store.
getBarColor() - Method in class marimba.gui.ProgressIndicatorWidget
Get the color of the bar.
getBase() - Method in class marimba.gui.Presentation
Get the base (filename) of this presentation.
getBases() - Method in class marimba.gui.Presentation
Get all the base directories as a hashtable with the names as keys and the url's as items.
getBeginningOfLine(int) - Method in class marimba.text.Text
Returns the position that is the beginning of the line containing pos.
getBlockMode() - Method in class marimba.gui.ProgressIndicatorWidget
Check whether the progress indicator uses blocks.
getBlockWidth() - Method in class marimba.gui.ProgressIndicatorWidget
Get the width of the blocks.
getBoldSeparators() - Method in class conga.gui.IntegerFieldWidget
Check whether the separators are always painted bold.
getBoolean(boolean) - Method in class marimba.persist.PropertyItem
 
getBoolean(Object, String, boolean) - Method in class marimba.persist.PropertyTracker
 
getBoolean(String) - Method in class marimba.gui.PlayerUtil
Get the value of a named CheckBoxWidget.
getBoolean(String) - Method in class marimba.gui.WidgetPropertyList
Get a boolean directly by name, with default set to false.
getBoolean(String, boolean) - Method in class marimba.gui.WidgetPropertyList
Get a boolean value from this property list.
getBoolean(String, boolean) - Method in class marimba.persist.PropertyList
 
getBoolean(String, boolean) - Method in class marimba.persist.PersistentState
 
getBoolean(String, boolean) - Method in class marimba.util.Props
 
getBooleanValue() - Method in class marimba.gui.ButtonWidget
Get the value as a boolean.
getBounds() - Method in class marimba.gui.Widget
Get the bounds as a Rectangle object.
getBoxed() - Method in class marimba.text.TextView
 
getBoxSize() - Method in class marimba.gui.ScrollbarWidget
Get the size of the scroll box in pixels, based on the pageSize or just square if the scrollbar is not proportional.
getBright(Color, boolean) - Static method in class marimba.gui.Bevel
Get the color that is bright, between brighter and current.
getBrighter(Color, boolean) - Static method in class marimba.gui.Bevel
Get the brighter color.
getBuilderVersion() - Method in class marimba.gui.Presentation
Get the builder version that this presentation persistified the last time; can be used for checking if this presentation can be used in a certain builder version.
getButton1clears() - Method in class marimba.gui.ListWidget
Ask whether button 1 or button 2 clears all selections.
getButtonAlign() - Method in class conga.gui.FileBrowserWidget
Get the alignment of the browse button.
getButtonAlignOptions() - Static method in class conga.gui.FileBrowserWidget
Get the possible buttonAlign options.
getButtonFont() - Method in class conga.gui.FileBrowserWidget
Get the font of the browse button.
getButtonHeight() - Method in class conga.gui.AudioControlWidget
Get the height of the buttons.
getButtonHeight() - Method in class marimba.gui.SpinBoxTextWidget
Get the height of each button.
getButtonMode() - Method in class conga.gui.FileBrowserWidget
Get the mode of the browse button.
getButtonText() - Method in class conga.gui.FileBrowserWidget
Get the browse button label.
getButtonWidth() - Method in class conga.gui.AudioControlWidget
Get the width of the buttons.
getButtonWidth() - Method in class marimba.gui.SpinBoxTextWidget
Get the width of the buttons.
getByteArray() - Method in class marimba.io.FastOutputStream
 
getByteArray(Object, String, byte[]) - Method in class marimba.persist.PropertyTracker
 
getByteArray(String, byte[]) - Method in class marimba.gui.WidgetPropertyList
Get a byte array from this property list.
getByteArray(String, byte[]) - Method in class marimba.persist.PropertyList
 
getByteArray(String, byte[]) - Method in class marimba.persist.PersistentState
 
getCached(URL) - Static method in class marimba.gui.ImageCache
Get an image from the cache.
getCalendarDay() - Method in class conga.gui.DateFieldWidget
For use in subclasses;
Returns the day of the month as the calendar would return it, slightly adjusted to let it reflect the current entered day of the month as much as possible.
getCalendarMonth() - Method in class conga.gui.DateFieldWidget
For use in subclasses;
Returns the month as the calendar would return it, slightly adjusted to let it reflect the current entered month as much as possible: in this case it means that the maximum and minimum month are adjusted with one, since we want to enter 12 for December.
getCalendarValue() - Method in class conga.gui.DateFieldWidget
Returns the Calendar with the date set to this widget's current date value.
getCalendarValue() - Method in class conga.gui.CalendarWidget
Returns the current value as a Calendar object.
getCalendarValue() - Method in interface conga.gui.DateInfo
Returns the current value as a Calendar object.
getCalendarYear() - Method in class conga.gui.DateFieldWidget
For use in subclasses;
Returns the year as the calendar would return it, slightly adjusted to let it reflect the current entered year as much as possible.
getCancelButton() - Method in class marimba.gui.Widget
Get the cancel button, that wants to be executed if something is cancelled.
getCancelButton() - Method in class marimba.gui.PlayerPanel
Get the cancel button.
getCaret() - Method in class conga.gui.event.CaretEvent
Get the location of the caret.
getCaret() - Method in class marimba.text.TextView
 
getCaretColor() - Method in class marimba.gui.RichTextBoxWidget
Get the color of the caret.
getCaretColor() - Method in class marimba.text.TextView
Get the color of the caret.
getCell(int, int) - Method in class marimba.gui.TableWidget
Get the cell that corresponds with the given (column, row) pair.
getChangeCursor() - Method in class marimba.gui.URLTextWidget
Check whether the link changes the mouse cursor.
getCharLength() - Method in class conga.gui.IntRange
Returns the maximum number of characters needed to express this integer range.
getChars() - Method in class marimba.text.Text
Returns the char array.
getChildLayoutProperties(Widget, PropertyList) - Method in class conga.gui.layout.WidgetBorderLayout
 
getChildLayoutProperties(Widget, PropertyList) - Static method in class conga.gui.layout.LayoutUtil
Gets any layout properties from the parent layout for widget.
getChildLayoutProperties(Widget, PropertyList) - Method in class conga.gui.layout.PercentLayout
Persists the layout component properties.
getChildLayoutProperties(Widget, PropertyList) - Method in class conga.gui.layout.LineupLayout
 
getChildLayoutProperties(Widget, PropertyList) - Method in interface conga.gui.layout.WidgetLayoutMgr2
Gets the layout properties for the specified child.
getChildProperties(PropertyList) - Method in class conga.gui.FieldWidget
Persistifies its child widgets, except for the FieldElement widgets (they are constructed during initialization anyway).
getChildProperties(PropertyList) - Method in class conga.gui.FileBrowserWidget
Do not persistify the textbox and button.
getChildProperties(PropertyList) - Method in class conga.gui.FontWidget
Do not persistify and child widgets of this font widgte.
getChildProperties(PropertyList) - Method in class conga.gui.MultiLineButtonWidget
Do not persistify the RichTextBox, if the label is displayed multi-line.
getChildProperties(PropertyList) - Method in class conga.gui.AudioControlWidget
Do not persistify and child widgets of this font widgte.
getChildProperties(PropertyList) - Method in class marimba.gui.Widget
Get the properties for the children of this widget.
getChildProperties(PropertyList) - Method in class marimba.gui.ContainerWidget
Don't save the children of this container if the container has a content area.
getChildProperties(PropertyList) - Method in class marimba.gui.ChoiceWidget
Do not set any properties for the children of choice widgets.
getChildProperties(PropertyList) - Method in class marimba.gui.RichTextBoxWidget
Don't save the children of this container.
getChildProperties(PropertyList) - Method in class marimba.gui.SpinBoxWidget
Get the properties for the children of this widget.
getChildProperties(PropertyList) - Method in class marimba.gui.PresentationWidget
Don't bother saving the content.
getChildProperties(PropertyList) - Method in class marimba.gui.TableContent
This method gets the properties for the children of this widget.
getChildren() - Method in class marimba.gui.TreeNodeWidget
Returns a vector containing all the direct children of this node, in linear order.
getChoice(int) - Method in class marimba.gui.ChoiceWidget
Get the choice at the given position.
getChoice(String) - Method in class marimba.gui.PlayerUtil
Get the value of a named ChoiceWidget.
getChoiceCount() - Method in class marimba.gui.ChoiceWidget
Get the number of choices.
getChoiceID() - Method in class marimba.gui.ChoiceWidget
Get the ID(name) of the current choice.
getChoices() - Method in class marimba.gui.ChoiceWidget
Get the choices, these are the strings that represent the choices on screen.
getChoicesString() - Method in class marimba.gui.ChoiceWidget
Get the choices as a comma separated list, the same format that the setChoices method accepts.
getChoiceText() - Method in class marimba.gui.ChoiceWidget
Get the current choice text as it appears on the screen.
getChoiceValue() - Method in class marimba.gui.ChoiceWidget
Get the current choice's "visible" string.
getClassLoader() - Method in class marimba.gui.Presentation
Get the ClassLoader object for this presentation.
getClassLoader() - Method in class marimba.persist.PersistentState
Get the class loader.
getClickSound() - Method in class marimba.gui.AudioWidget
Get the sound for clicking this widget.
getClipboard() - Static method in class marimba.util.Environment
Get something from the clipboard.
getCode() - Method in class marimba.gui.AppletWidget
Get the code of this applet.
getCode() - Method in class marimba.text.keymap.KeyboardCommand
 
getCodeBase() - Method in class marimba.gui.AppletWidget
Same as the presentation's base.
getColHeaders() - Method in class marimba.gui.TableWidget
Deprecated. As of Bongo version 1.1.
getColHeadersOptions() - Static method in class marimba.gui.TableWidget
Deprecated. As of Bongo version 1.1.
getColMappingString() - Method in class marimba.gui.TableWidget
Returns the current column mapping table as a string.
getColor(Color) - Method in class marimba.persist.PropertyItem
 
getColor(Object, String, Color) - Method in class marimba.persist.PropertyTracker
 
getColor(String) - Method in class marimba.gui.WidgetPropertyList
Get a color directly by name, with default set to null.
getColor(String, Color) - Method in class marimba.gui.WidgetPropertyList
Get a color value from this property list.
getColor(String, Color) - Method in class marimba.persist.PropertyList
 
getColor(String, Color) - Method in class marimba.persist.PersistentState
 
getColorValue() - Method in class marimba.gui.ColorButtonWidget
Get the current color as a Color object.
getColorValue() - Method in class marimba.gui.ColorPickerWidget
Get the current color, by constructing one using the current red, green and blue settings.
getColPadding() - Method in class marimba.gui.TableWidget
Get the number of pixels at the left and right of each cell.
getColString() - Method in class marimba.gui.TableWidget
Returns the current columns as a string.
getColumn(int) - Method in class marimba.gui.TableWidget
Get the TableColumn with the given actual index.
getColumnAlignAt(int) - Method in class marimba.gui.TableWidget
Get the alignment of the column with the given actual index.
getColumnCount() - Method in class marimba.gui.TableWidget
Get the number of columns.
getColumnData(int) - Method in class marimba.gui.TableWidget
Get the data of the column with the given actual index.
getColumnDrag() - Method in class marimba.gui.TableWidget
Check whether the columns can be moved by dragging them around.
getColumnFor(int) - Method in class marimba.text.Text
Returns the indent of a line, in character positions, for the specified POS.
getColumnHeaders() - Method in class marimba.gui.TableWidget
Get the column headers as a string.
getColumnIndex(int) - Method in class marimba.gui.TableWidget
Get the index of the column that is displayed at the given position: convert display -> actual.
getColumnLabelAt(int) - Method in class marimba.gui.TableWidget
Get the label of the column with the given actual index.
getColumnLine() - Method in class marimba.gui.TableWidget
Check whether the columns are to be drawn separated by a line.
getColumnResize() - Method in class marimba.gui.TableWidget
Check whether the columns are resizable, by the user, from the header area.
getColumnWidth(int) - Method in class marimba.gui.ListItemWidget
Get the width of a given column.
getColumnX(int) - Method in class marimba.gui.ListItemWidget
Get the X position of a given column.
getCombinationKeymap(Keymap) - Static method in class marimba.text.keymap.Keymap
 
getCommand(String, int) - Static method in class marimba.text.TextView
 
getComponent() - Method in class marimba.gui.AWTWidget
Get the AWT component.
getComponentSource() - Method in class marimba.gui.ComponentWidget
Get the source of the component.
getContent() - Method in class marimba.gui.ContainerWidget
Get the container that holds the child widgets.
getContent() - Method in class marimba.gui.FolderWidget
Get the content, which is the current page of this folder.
getContext() - Method in class marimba.gui.PlayerPanel
Get the player's context.
getContHeight() - Method in class marimba.gui.ScrollingContainerWidget
Get the height of the content.
getController() - Method in class marimba.gui.PlayerUtil
Gets the optional controller for the player.
getController() - Method in class marimba.gui.PlayerPanel
Gets the controller for this player panel.
getContWidth() - Method in class marimba.gui.ScrollingContainerWidget
Get the width of the content.
getCurrent() - Method in class marimba.gui.ButtonWidget
Get the current button with the value in the group.
getCurrentItem() - Method in class marimba.gui.PopupMenu
The currently selected item.
getCurrentRow() - Method in class marimba.gui.TableWidget
Get the current row, which is the row that has the focus.
getCurrentRowIndex() - Method in class marimba.gui.TableWidget
Get the display index of the current row.
getCurrentURLClassLoader() - Static method in class marimba.persist.ClassLoaderThreadGroup
Get the class loader of the current thread.
getCursor() - Method in class marimba.gui.Widget
Get the current mouse cursor of the presentation.
getCursor() - Method in class marimba.gui.Presentation
Get the current mouse cursor.
getCursorOptions() - Static method in class marimba.gui.Presentation
Get the possible options for the mouse cursor.
getDark(Color, boolean) - Static method in class marimba.gui.Bevel
Get the color that is dark, between darker and current.
getDarker(Color, boolean) - Static method in class marimba.gui.Bevel
Get the darker color.
getDash(int, int, Color, Color) - Static method in class marimba.gui.Dash
Get a dash from the cache.
getData() - Method in class marimba.gui.TableRow
Get the data in this row.
getData(int[], Vector[], int[]) - Method in class marimba.gui.SparseTableContent
Get data based for the specified old view, old data and new view.
getData(int, int) - Method in class marimba.gui.SparseDropDownListBoxWidget
Get data: all items in the given range.
getData(int, int, int, int) - Method in class marimba.gui.SparseTableWidget
Get the data for the specified rows and columns, using the display index of the rows and column.
getDate(String, Date) - Method in class marimba.gui.WidgetPropertyList
Get a date from this property list, in the form of a Date.
getDay() - Method in class conga.gui.DateFieldWidget
Returns the day of the month represented by the current date widget's value.
getDay() - Method in class conga.gui.CalendarWidget
Returns the day of the month represented by the current calendar widget's value.
getDay() - Method in interface conga.gui.DateInfo
Returns the day of the month.
getDayOfWeek() - Method in class conga.gui.DateFieldWidget
Returns the day of the week represented by the current date widget's value, this method uses the default calendar to do this, contrary to what the getDay, getMonth and getYear methods do; this can result is slightly different results! The value returned is between 1 and 7, where 1 represents Sunday.
getDayOfWeek() - Method in class conga.gui.CalendarWidget
Returns the day of the week represented by the current calendar widget's value.
getDayOfWeek() - Method in interface conga.gui.DateInfo
Returns the day of the week.
getDayPos() - Method in class conga.gui.DateFieldWidget
For use in subclasses;
Returns the position of the day, based on the current date format.
getDefaultButton() - Method in class marimba.gui.Widget
Get the default button, which wants to be executed if something is done.
getDefaultButton() - Method in class marimba.gui.PlayerPanel
Get the default button.
getDefaultCursor() - Method in class marimba.gui.Presentation
Get the default mouse cursor.
getDefaultFont() - Method in class conga.gui.FontWidget
Get the default font value, that will override parts of the current font value.
getDefaultStyle() - Method in class marimba.text.TextView
Get the root/default style of this text view, on which all other styles are based.
getDefaultValue() - Method in class marimba.gui.WidgetPropertyItem
Get the default value of this item.
getDelay() - Method in class conga.gui.AnimatedGifWidget
Get the delay between each frame in milliseconds.
getDescription() - Method in class marimba.gui.Widget
Get a short description of the widget that consists of the widget name and class name.
getDetectFollow() - Method in class marimba.gui.URLTextWidget
Check whether the link detects whether it has been followed.
getDiagonal() - Method in class marimba.gui.LineWidget
Get the direction when the line is diagonal, up or down.
getDiagonalOptions() - Static method in class marimba.gui.LineWidget
Get the possible options when a line is diagonal.
getDirBase() - Method in class marimba.io.PropertyIO
Specifies the directory base for all io operations.
getDirection() - Method in class conga.gui.shape.TriangleShape
Get the direction of this triangle, which is either: UP, DOWN, LEFT or RIGHT.
getDirection() - Method in class marimba.gui.SliderWidget
Get the direction.
getDirectionOptions() - Static method in class conga.gui.shape.TriangleShape
Get the possible directions.
getDirectionOptions() - Static method in class marimba.gui.SliderWidget
Get the possible options for the direction.
getDisplayOrder() - Method in class marimba.gui.WidgetPropertyItem
Get the type of this item.
getDividerNum(int, int) - Method in class conga.gui.DividerWidget
Returns the divider number at the specified point.
getDocumentBase() - Method in class marimba.gui.AppletWidget
Same as the presentation's base.
getDx() - Method in class marimba.gui.AnimatedImageWidget
Get the number of pixels to be skipped in the x-direction.
getDx() - Method in class marimba.gui.AnimatedTextWidget
Get the number of pixels to be skipped in the x-direction.
getDy() - Method in class marimba.gui.AnimatedImageWidget
Get the number of pixels to be skipped in the y-direction.
getDy() - Method in class marimba.gui.AnimatedTextWidget
Get the number of pixels to be skipped in the y-direction.
getEchoCharacter() - Method in class marimba.gui.TextBoxWidget
Get the character that is echoed to the screen for every character in the user input.
getEditable() - Method in class marimba.text.TextView
 
getEditing() - Method in class marimba.gui.GroupWidget
Check whether the inline editor is being used.
getEditor() - Method in class conga.gui.MultiLineButtonWidget
Return the correct inline editor for this MultiLineButtonWidget, returns normal editor if it's not multi-lined.
getEditor() - Method in class conga.gui.LabelWidget
Return the correct editor of the label widget, which is the LabelWidgetEditor.
getEditor() - Method in class conga.gui.ToolbarContent
This widget returns the toolbar widget editor as its inline editor class.
getEditor() - Method in class marimba.gui.Widget
Get the name of the class that can be used for in-place editing.
getEditor() - Method in class marimba.gui.TextBoxWidget
Get the editor for this widget from marimba.builder .
getEditor() - Method in class marimba.gui.GroupWidget
Get the name of the class that can be used for in-place editing.
getEditor() - Method in class marimba.gui.RichTextBoxWidget
Get the editor.
getEditor() - Method in class marimba.gui.CommandButtonWidget
Get the name of the editor.
getEditor() - Method in class marimba.gui.CheckBoxWidget
Get the editor, used from within Bongo only.
getEditor() - Method in class marimba.gui.AppletWidget
Get the editor for this widget.
getEditor() - Method in class marimba.text.TextView
Returns the inline editor for text views, which is in this case the RichTextBoxWidgetEditor.
getElementCount() - Method in class conga.gui.IntegerFieldWidget
Returns the number of elements in this widget.
getElements() - Method in class conga.gui.FieldWidget
For use in subclasses;
returns all the field elements that this field widget currently contains, this is not very effecient because it checks all the widgets inside this field widget.
getElements() - Method in class conga.gui.DateFieldWidget
Returns the day, month and year elements in the correct order, based on the current format.
getEncoding() - Method in class marimba.gui.Widget
Gets the character encoding of the widget.
Java uses Unicode as its native character encoding; however, keyboard input arrives in 'native' format, which means that on a Greek computer I could never input anything but Greek even if I set my keyboard driver to another language.
The supported character encodings depend on what Java supports.
getEncodingCode(String) - Static method in class marimba.gui.StringUtil
Get the code of the given encoding name.
getEncodingCodes() - Static method in class marimba.gui.StringUtil
Get all the available encoding codes.
getEncodingName(String) - Static method in class marimba.gui.StringUtil
Get the name of the given encoding code.
getEncodingNames() - Static method in class marimba.gui.StringUtil
Get all the available encoding names.
getEndframe() - Method in class marimba.gui.AnimatedImageWidget
Get the frame number with which the animation ends.
getEndOfLine(int) - Method in class marimba.text.Text
Returns the position that is the end of the line containing pos.
getEnterSound() - Method in class marimba.gui.AudioWidget
Get the sound for entering this widget.
getError() - Method in class marimba.io.FastInputStream
See if there has been an I/O error.
getError() - Method in class marimba.io.FastOutputStream
Return true if there has been a write error.
getExitSound() - Method in class marimba.gui.AudioWidget
Get the sound for exiting this widget.
getExpandSrc() - Method in class marimba.gui.TreeNodeWidget
Get the url (relative to the presentation base or absolute) of the image for the node when it is expanded.
getExtendMode() - Method in class marimba.gui.FolderWidget
Get the extend mode.
getExtendOptions() - Static method in class marimba.gui.FolderWidget
Get the possible options for the extendMode.
getExtraWordChars() - Method in class marimba.text.TextView
Return the list of extra characters from the Text object.
getExtraWordChars() - Method in class marimba.text.Text
 
getField() - Method in class conga.gui.FieldElement
Returns the field widget that is the parent of this element text widget, returns null if there is no parent (yet).
getFile() - Method in class marimba.util.Props
 
getFileContent(File, boolean) - Static method in class opendoors.storage.FileUtil
Returns the content of the given file as a String, returns null if file does not exist.
getFilePointer() - Method in class marimba.io.RAFOutputStream
 
getFilePointer() - Method in class marimba.io.FastInputStream
 
getFilePointer() - Method in class marimba.io.FastOutputStream
 
getFilePointer() - Method in class marimba.io.RAFInputStream
 
getFillButton() - Method in class marimba.gui.DropDownListBoxWidget
Check whether the dropdown button is being filled.
getFillButton() - Method in class marimba.gui.DropDownTextBoxWidget
Check whether the dropdown button is being filled.
getFillButtons() - Method in class marimba.gui.SpinBoxTextWidget
Check if the buttons of the SpinBoxTextWidget are filled.
getFillHeaders() - Method in class marimba.gui.TableWidget
Check whether the headers are filled.
getFillMode() - Method in class marimba.gui.GroupWidget
Get the fill mode.
getFillMode() - Method in class marimba.gui.ScrollingContainerWidget
Check if the scrollbars are filled.
getFillMode() - Method in class marimba.gui.SpinBoxWidget
Check what the ListBoxWidget fills.
getFillMode() - Method in class marimba.gui.ListBoxWidget
Check what the ListBoxWidget fills.
getFillOptions() - Static method in class marimba.gui.GroupWidget
Get the possible options for the fillMode.
getFillOptions() - Static method in class marimba.gui.ScrollingContainerWidget
Get the possible options for the fillMode.
getFillOptions() - Static method in class marimba.gui.SpinBoxWidget
Get the possible options for the fillMode.
getFillOptions() - Static method in class marimba.gui.ListBoxWidget
Get the possible options for the fillMode.
getFillScrollbar() - Method in class marimba.gui.RichTextBoxWidget
Check whether the scrollbar is filled.
getFocusColor() - Method in class marimba.gui.Widget
Get the focus color, which is the standard color of the focus rectangle.
getFocusMode() - Method in class marimba.gui.FolderWidget
Get the focus mode.
getFocusOptions() - Static method in class marimba.gui.FolderWidget
Get the possible options for the focusMode.
getFont() - Method in class marimba.gui.Widget
Get the font of the widget.
getFont(Font) - Method in class marimba.persist.PropertyItem
 
getFont(Object, String, Font) - Method in class marimba.persist.PropertyTracker
 
getFont(String) - Method in class marimba.gui.WidgetPropertyList
Get a font directly by name, with default set to null.
getFont(String, Font) - Method in class marimba.gui.WidgetPropertyList
Get a font value from this property list.
getFont(String, Font) - Method in class marimba.persist.PropertyList
 
getFont(String, Font) - Method in class marimba.persist.PersistentState
 
getFontMetrics(Font) - Method in class marimba.gui.Widget
Get the metrics for a font.
getFontName() - Method in class conga.gui.FontWidget
Get the current fontname.
getFontSize() - Method in class conga.gui.FontWidget
Get the current size of the font.
getFontValue() - Method in class conga.gui.FontWidget
Get the current font value.
getForeground() - Method in class marimba.gui.Widget
Get the foreground color.
getFormat() - Method in class conga.gui.DateFieldWidget
Get the currently used date format.
getFormatOptions() - Method in class conga.gui.DateFieldWidget
Get the possible options for the date format.
getFormatString() - Method in class conga.gui.DateFieldWidget
Get the currently used date format as a string, for example: "dd-mm-yyyy".
getFps() - Method in class marimba.gui.AnimatedWidget
Get the frames per second.
getFrame() - Method in class marimba.gui.AnimatedWidget
Get the current frame.
getFrame(Widget) - Static method in class marimba.gui.WidgetDialog
Find the frame in which this widget is embedded.
getFromResource(String) - Static method in class marimba.gui.Presentation
Get a presentation as a resource.
getFullKeymap(Keymap) - Static method in class marimba.text.keymap.Keymap
 
getGap() - Method in class conga.gui.FontWidget
Get the gap between the various parts of the font widget.
getGraphics(Component) - Method in class marimba.gui.BackingStore
Get the offscreen image.
getGrayOutWhenDisabled() - Method in class conga.gui.ToolbarButtonWidget
Check whether the toolbar button grays out when it is disabled.
getGroup() - Method in class marimba.gui.ButtonWidget
Get the group name of the group this button belongs to.
getGroupButtons() - Method in class marimba.gui.ButtonWidget
Get all the buttons in this group, sorted on their location.
getHdrFont() - Method in class marimba.gui.TableWidget
Get the font for the header.
getHdrFont() - Method in class marimba.gui.ListWidget
Get the font for the header.
getHdrHeight() - Method in class marimba.gui.ScrollingContainerWidget
Get the height of the header area above the container.
getHeaderStyle() - Method in class marimba.gui.TableWidget
Get the current option for the headerStyle.
getHeaderStyleOptions() - Static method in class marimba.gui.TableWidget
Get the possible options for the column headers.
getHeight() - Method in class marimba.gui.SliderWidget
The height of the Slider.
If the orientation is vertical, this is the width, otherwise it is the heigt.
getHilite() - Method in class marimba.gui.Widget
Get the hilite color.
getHorizontalToolbars() - Method in class conga.gui.ToolbarWidget
For use in subclasses;
Returns the horizontal toolbars in the parent, which are the toolbars attached to the UP and DOWN side.
getHorz() - Method in class marimba.gui.ScrollingContainerWidget
Get the horizontal scrollbar.
getHorzmode() - Method in class marimba.gui.ScrollingContainerWidget
Get the mode for the horizontal scrollbar.
getHorzmode() - Method in class marimba.gui.ListBoxWidget
Get the mode for the horizontal scrollbar.
getHorzOptions() - Static method in class marimba.gui.ScrollingContainerWidget
Get the possible options for the horizontal scrollbar.
getIcon() - Method in class conga.gui.ToolbarButtonWidget
Get the currently used icon for this toolbar button.
getIcon() - Method in class marimba.gui.Presentation
Get the icon for this presentation.
getIconOptions() - Static method in class conga.gui.ToolbarButtonWidget
Get the possible icon options, which is nothing but a list with strings that map to the constants defined in the ImageResource class.
getImage() - Method in class marimba.gui.CommandButtonWidget
The image for the command button.
getImage() - Method in class marimba.gui.TreeNodeWidget
Deprecated. As of Bongo version 1.1.
getImage(int) - Static method in class conga.gui.ImageResource
Get the small version of the given image.
getImage(int[]) - Static method in class conga.gui.PixelWidget
Make an image object of the given integer array.
getImage(int, boolean) - Static method in class conga.gui.ImageResource
Get an Image object of the given type, which should be one of the constants defined in this class; this methods always returns a square image!
The returned image still needs to be prepared for display though! For this an image observer needs to check whether the image is ready, after a call to Toolkit.getDefaultToolkit().prepareImage(newimg, -1, -1, this) where 'this' is the object that implements ImageObserver.
getImage(String) - Method in class marimba.gui.Widget
Get an image from a location.
getImage(String) - Method in class marimba.gui.Presentation
Get an image.
getImage(URL) - Method in class marimba.gui.AppletWidget
Get an image.
getImageValue() - Method in class marimba.gui.ImageWidget
Get the current image resource string.
getIncrement() - Method in class marimba.gui.SpinBoxWidget
Return the increment.
getIncrementValue() - Method in class marimba.gui.SliderWidget
Get the current increment value.
getIndent(int) - Method in class marimba.text.Text
Moves to the indent (first non white space character) in line containing POS.
getIndHeight() - Method in class marimba.gui.SliderWidget
Get the current indicator height.
getIndicatorHeight() - Method in class marimba.gui.SliderWidget
The height of the Slider indicator.
If the orientation is vertical the height is the indWidth, otherwise it is indHeight.
getIndicatorWidth() - Method in class marimba.gui.SliderWidget
The width of the Slider indicator.
If the orientation is vertical the width is the indHeight, otherwise it is indWidth.
getIndWidth() - Method in class marimba.gui.SliderWidget
Get the current indicator width.
getInitialPopupHeight() - Method in class conga.gui.AbstractPopupMenu
The initial height of the popup menu, influenced by the maximum number of visible items.
getInset() - Method in class marimba.gui.RichTextBoxWidget
Get the inset of the rich text box.
getInset() - Method in class marimba.text.TextView
 
getInsets() - Method in class marimba.text.TextView
 
getInsetsInPresentation(Widget) - Static method in class conga.gui.WidgetUtil
Get the insets of the given widget relative to its presentation.
getInsetsOnScreen(Widget) - Static method in class conga.gui.WidgetUtil
Get the insets of the given widget relative to size of the screen.
getInteger(int) - Method in class marimba.persist.PropertyItem
 
getInteger(Object, String, int) - Method in class marimba.persist.PropertyTracker
 
getInteger(String) - Method in class marimba.gui.WidgetPropertyList
Get an integer directly by name, with default set to 0.
getInteger(String, int) - Method in class marimba.gui.WidgetPropertyList
Get an integer value from this property list.
getInteger(String, int) - Method in class marimba.persist.PropertyList
 
getInteger(String, int) - Method in class marimba.persist.PersistentState
 
getInteger(String, int) - Method in class marimba.util.Props
 
getIntegerFrom() - Method in class conga.gui.IntRange
Returns the from value as an Integer object.
getIntegerTo() - Method in class conga.gui.IntRange
Returns the to value as an Integer object.
getIntegerValue() - Method in class conga.gui.FieldElement
Returns current text as integer value if possible.
getIntegerValue() - Method in class conga.gui.IntegerFieldWidget
Returns the int value of the first element.
getIntegerValue() - Method in class marimba.gui.ChoiceWidget
Get the current choice.
getIntegerValue() - Method in class marimba.gui.TableWidget
Get the actual index of the first selected row.
getIntegerValue() - Method in class marimba.gui.ValueWidget
Get the integer value of the ValueWidget.
getIntegerValue() - Method in class marimba.gui.ListWidget
Get the index of the first selected item.
getIntegerValue() - Method in class marimba.gui.AnimatedWidget
Get the Frames per second.
getIntegerValue() - Method in class marimba.gui.FolderWidget
Return the current page number.
getIntegerValueAt(int) - Method in class conga.gui.IntegerFieldWidget
Returns the int value of the element at the given index.
getIntegerValues() - Method in class conga.gui.DateFieldWidget
For use in subclasses;
Returns the integer values of the widget.
If the current text value is not in the valid date format, an arrray with all elements set to -1 is returned.
getIntegerValues() - Method in class conga.gui.IntegerFieldWidget
Returns the integer value of each element in an integer array.
getItem(int) - Method in class conga.gui.WidgetMenu
Get the item at the specified position.
getItem(int) - Method in class marimba.gui.PopupMenu
Get the item at the specified position.
getItem(int) - Method in class marimba.gui.SparseDropDownMenu
Get the item with the given index.
getItem(int) - Method in class marimba.gui.ListWidget
Get item by index
getItem(String) - Method in class marimba.gui.ListWidget
Get item by key.
getItemCount() - Method in class conga.gui.WidgetMenu
Get the number of items in this menu.
getItemCount() - Method in class marimba.gui.PopupMenu
Get the number of items in this menu.
getItemCount() - Method in class marimba.gui.SparseDropDownMenu
Get the number of items in this menu.
getItemFocus() - Method in class marimba.gui.PopupMenu
Check whether selected items are painted with a focus rectangle around it.
getItemHeight() - Method in class marimba.gui.SparseDropDownMenu
Get the height of a menu item, based on the font: in a sparse dropdown menu every item has the same height.
getKey(char[]) - Method in class marimba.gui.Widget
Another way of getting a key.
getKey(int) - Method in class marimba.text.keymap.Keymap
 
getKey(String) - Method in class marimba.gui.Widget
Check whether the given string is a key and if that is true, get the key by asking the presentation for the value of that key.
getKey(String, boolean) - Method in class marimba.gui.Widget
Get the given key and do or don't let it assume edit mode.
getKeyParent(int) - Method in class marimba.text.keymap.Keymap
Get a keymap item, if null in this map, then get look in our parent.
getKeyResource() - Method in class marimba.gui.Presentation
Get the name of the file from which the key resources have to be loaded, if this is not set the presentation will never try to convert any key into a value and will just show the keys with the '@' characters!
getLabel() - Method in class conga.gui.WidgetMenu
Get the label of this menu.
getLabel() - Method in class conga.gui.WidgetMenuItem
Get the label of this menu item.
getLabel() - Method in class marimba.gui.ButtonWidget
Get the label.
getLabel() - Method in class marimba.gui.ComponentWidget
Get the label for this component.
getLabel() - Method in class marimba.gui.GroupBoxWidget
Get the label.
getLabelBounds() - Method in class conga.gui.FlatMenuButtonWidget
Returns the bounds in which the label is painted, which in this case is larger then in the super class, since the label also 'contains' the arrow button.
getLabelBounds() - Method in class marimba.gui.CommandButtonWidget
Returns the bounds in which the label is painted, this is used to determine whether the label need repainting.
getLabelBounds() - Method in class marimba.gui.MenuButtonWidget
Returns the bounds in which the label is painted, which in this case is larger then in the super class, since the label also contains the arrow button now.
getLabelFont() - Method in class marimba.gui.GroupBoxWidget
Get the font of the label.
getLabelHeight() - Method in class marimba.gui.TreeNodeWidget
Get the height of the tree node label that is currently being displayed.
getLabelWidth() - Method in class marimba.gui.TreeNodeWidget
Get the width of the tree node label that is currently being displayed.
getLargeIcons() - Method in class conga.gui.ToolbarWidget
Check whether this toolbar is using large icons.
getLayerCount() - Method in class marimba.gui.FolderWidget
Get the number of layers, more layers are only used when the extendMode is set to layers.
getLayoutMgr() - Method in class marimba.gui.Widget
Get the layout manager for this widget.
getLayoutProperties(PropertyList) - Method in class conga.gui.layout.WidgetBorderLayout
Gets the layout manager properties.
getLayoutProperties(PropertyList) - Method in class conga.gui.layout.PercentLayout
Gets the layout manager properties.
getLayoutProperties(PropertyList) - Method in class conga.gui.layout.LineupLayout
 
getLayoutProperties(PropertyList) - Method in interface conga.gui.layout.WidgetLayoutMgr2
Gets the layout manager properties This method is called by the container Widget - that is, the Widget that is being laid out.
getLayoutProperties(Widget, PropertyList) - Static method in class conga.gui.layout.LayoutUtil
Retrieves the properties for widget's layout manager.
getLayoutProperties(Widget, PropertyList, boolean) - Static method in class conga.gui.layout.LayoutUtil
Retrieves the properties for widget's layout manager.
getLayoutSection(Widget) - Method in class conga.gui.layout.WidgetBorderLayout
Returns the layout argument for the specified widget.
getLength() - Method in class marimba.gui.TextWidget
Get the length of the text.
getLength() - Method in class marimba.gui.TextBoxWidget
Get the length of the text.
getLength() - Method in class marimba.gui.RichTextBoxWidget
Get the length of the text.
getLength() - Method in class marimba.gui.URLTextWidget
Get the length of the text.
getLine() - Method in class conga.gui.RichTextEditorWidget
Get the current line (of the caret).
getLine() - Method in class conga.gui.event.CaretEvent
Get the curret line number at which the caret resides.
getLineCount() - Method in class conga.gui.RichTextEditorWidget
Get the number of lines in this richtext editor.
getLineMode() - Method in class marimba.gui.GroupWidget
Get the line mode.
getLineOptions() - Static method in class marimba.gui.GroupWidget
Get the possible options for the lineMode.
getLinePos(int) - Method in class marimba.text.Text
Return the position of the Nth line in the buffer.
getLinePos(int, int) - Method in class marimba.text.Text
Returns the position of the beginning of the nth line from the specified pos.
getLineSize() - Method in class marimba.gui.ScrollbarWidget
Check the line size: how much the scroll box skips when pressing one of the scroll arrows.
getLineWidth() - Method in class marimba.gui.LineWidget
Get the linewidth.
getList() - Method in class marimba.gui.ListBoxWidget
The list that is used for this ListBoxWidget.
getList(Object) - Method in class marimba.persist.PropertyTracker
Returns the PropertyList for the specified reference Object.
getListBoxWidget() - Method in class marimba.gui.ListBoxItemWidget
Get the ListBoxWidget for this item.
getListWidget() - Method in class marimba.gui.ListItemWidget
Get the ListWidget for this item.
getLoadedImage(int) - Static method in class conga.gui.ImageResource
Get an Image object from the small version of the given image id, and also load the image immediatly; this method does not return before the image is entirely loaded.
getLoadedImage(int, boolean) - Static method in class conga.gui.ImageResource
Get an Image object from the given image id, and also load the image immediatly; this method does not return before the image is entirely loaded.
getLocale() - Method in class marimba.gui.Widget
Gets the locale of the widget.
getLocaleNames() - Static method in class marimba.gui.StringUtil
Get all supported locale names.
getLocation() - Method in class marimba.gui.Widget
Get the current location of the widget as a Point object.
getLocationInPresentation(Widget) - Static method in class conga.gui.WidgetUtil
Get the location of the given widget in the form of a point specifying the widget's top-left corner in its presentation's coordinate space.
getLocationOnScreen(Widget) - Static method in class conga.gui.WidgetUtil
Get the location of the given widget in the form of a point specifying the widget's top-left corner in the screen's coordinate space.
getLong(long) - Method in class marimba.persist.PropertyItem
 
getLong(Object, String, long) - Method in class marimba.persist.PropertyTracker
 
getLong(String) - Method in class marimba.gui.WidgetPropertyList
Get a long directly by name, with default set to 0.
getLong(String, long) - Method in class marimba.gui.WidgetPropertyList
Get a long value from this property list.
getLong(String, long) - Method in class marimba.persist.PropertyList
 
getLong(String, long) - Method in class marimba.persist.PersistentState
 
getLong(String, long) - Method in class marimba.util.Props
 
getMark(int) - Method in class marimba.text.TextView
 
getMatchingParen(int, int) - Method in class marimba.text.editor.JavaText
 
getMaxHeight(Vector) - Method in class conga.gui.layout.WidgetBorderLayout
 
getMaxLength() - Method in class conga.gui.FieldElement
Get the maximum length of this element's text; returns -1 if the maximum length has not been set.
getMaxScrollPos() - Method in class marimba.gui.FolderWidget
Get the maximum scroll position.
getMaxScrollValue() - Method in class marimba.gui.ScrollbarWidget
Get the maximum scroll value, which is the maximum value when dragging the scroll box.
getMaxValue() - Method in class marimba.gui.ValueWidget
Get the maximum value of the ValueWidget.
getMaxVisible() - Method in class conga.gui.AbstractPopupMenu
Get the maximum number of visible items.
getMaxVisible() - Method in class marimba.gui.DropDownListBoxWidget
Get the maximum number of visible items in the popup.
getMaxVisible() - Method in class marimba.gui.PopupMenu
Get the maximum number of visible items.
getMaxWidth() - Method in class marimba.gui.SliderWidget
The maximum Slider width.
getMaxWidth(Vector) - Method in class conga.gui.layout.WidgetBorderLayout
 
getMenu() - Method in class conga.gui.FlatMenuButtonWidget
Get the popup menu that is being used for the menu commands.
getMenu() - Method in class conga.gui.WidgetMenuItem
Get the widget menu to which this item belongs.
getMenu() - Method in class marimba.gui.PopupMenuItemWidget
Get the popup menu to which this item belongs.
getMenu() - Method in class marimba.gui.MenuButtonWidget
Get the popup menu.
getMenuContent() - Method in class conga.gui.WidgetMenu
Returns a string representation of the contents of this widget menu.
getMenuSpeed() - Method in class conga.gui.WidgetMenu
Get the menu speed, which is the number of milliseconds before the new popup menu will popup.
getMinimumDayChars() - Method in class conga.gui.DateFieldWidget
For use in subclasses;
Returns the minimum number of characters in the day field, based on the current format; can be 1 or 2.
getMinimumMonthChars() - Method in class conga.gui.DateFieldWidget
For use in subclasses;
Returns the minimum number of characters in the month field, based on the current format; can be 1 or 2.
getMinimumSize() - Method in class marimba.gui.PlayerPanel
Minimum Size.
getMinimumYearChars() - Method in class conga.gui.DateFieldWidget
For use in subclasses;
Returns the minimum number of characters in the year field, based on the current format; can be 2 or 4.
getMinValue() - Method in class marimba.gui.ValueWidget
Get the minimum value of the ValueWidget.
getModalWidget() - Method in class marimba.gui.PlayerPanel
Get the currently modal widget, returns null if there is no modal widget.
getMode() - Method in class marimba.gui.CommandButtonWidget
Get the mode of this button.
getMode() - Method in class marimba.gui.ColorButtonWidget
Get the mode of this button.
getMode() - Method in class marimba.gui.ImageWidget
Get the current mode.
getModeOptions() - Static method in class marimba.gui.CommandButtonWidget
Get the possible options for the mode.
getModeOptions() - Static method in class marimba.gui.ColorButtonWidget
Get the possible options for the mode.
getModeOptions() - Static method in class marimba.gui.ImageWidget
Get the possible options for the mode.
getMonth() - Method in class conga.gui.DateFieldWidget
Returns the month represented by the current date widget's value.
getMonth() - Method in class conga.gui.CalendarWidget
Returns the month represented by the current date widget's value.
getMonth() - Method in interface conga.gui.DateInfo
Returns the current month value.
getMonthPos() - Method in class conga.gui.DateFieldWidget
For use in subclasses;
Returns the position of the month, based on the current date format.
getMultiLine() - Method in class conga.gui.MultiLineButtonWidget
Check whether this multi-line button is displaying its label multi-line (if needed).
getName() - Method in class marimba.gui.Widget
Get the name.
getName() - Method in class marimba.gui.WidgetPropertyItem
Get the name of this item.
getName() - Method in class marimba.text.keymap.KeyboardCommand
 
getName(int) - Method in class marimba.gui.ChoiceWidget
Get the name at the given position.
getNames() - Method in class marimba.gui.ChoiceWidget
Get the names of the choices.
getNewContentWidth() - Method in class marimba.gui.TableWidget
Find out how wide all the columns are.
getNext() - Method in class marimba.gui.ButtonWidget
Get the next button in the same group that is not disabled.
getNextLine(int) - Method in class marimba.text.Text
Returns the position of the beginning of the next line.
getNextText() - Method in class marimba.gui.AnimatedTextWidget
Get the text that will be displayed when the current message is scrolled off the screen.
getNextWord(int, int) - Method in class marimba.text.Text
Moves forward or backward a word (Emacs style).
getNextWordStart(int) - Method in class marimba.text.Text
 
getNodes() - Method in class marimba.gui.TreeNodeWidget
Return a vector of all the visible tree nodes that are contained in the subtree that starts at this tree node, in linear order.
getNodes() - Method in class marimba.gui.TreeWidget
Return a vector of nodes that are visible, in linear order.
getNodes(Vector) - Method in class marimba.gui.TreeNodeWidget
Get the nodes that are visible.
getObject(Object) - Method in class marimba.persist.PropertyItem
 
getObject(Object, String, Object) - Method in class marimba.persist.PropertyTracker
 
getObject(String, Object) - Method in class marimba.gui.WidgetPropertyList
Get an object from this property list.
getObject(String, Object) - Method in class marimba.persist.PropertyList
 
getObject(String, Object) - Method in class marimba.persist.PersistentState
 
getObjectArray(Object, String, Object[]) - Method in class marimba.persist.PropertyTracker
 
getObjectArray(String, Object[]) - Method in class marimba.gui.WidgetPropertyList
Get an object array from this property list.
getObjectArray(String, Object[]) - Method in class marimba.persist.PropertyList
 
getObjectArray(String, Object[]) - Method in class marimba.persist.PersistentState
 
getOldRichText() - Method in class marimba.text.Text
Get the rich text based on the old styles format.
getOption(Object, String, Options, int) - Method in class marimba.persist.PropertyTracker
 
getOption(String, Options, int) - Method in class marimba.gui.WidgetPropertyList
Get an option value from this property list.
getOption(String, Options, int) - Method in class marimba.persist.PropertyList
 
getOption(String, Options, int) - Method in class marimba.persist.PersistentState
 
getOptions() - Method in class marimba.gui.WidgetPropertyItem
Get the options of this property item.
getOptions() - Method in class marimba.persist.Options
Get them all...
getOptionsString() - Method in class marimba.persist.Options
Get them as a comma separated list
getOrientation() - Method in class conga.gui.DividerWidget
Returns the orientation.
getOrientation() - Method in class conga.gui.layout.PercentLayout
Returns the current orientation.
getOrientation() - Method in class marimba.gui.ScrollbarWidget
Get the orientation of the scrollbar.
getOrientation() - Method in class marimba.gui.SliderWidget
Get the current orientation.
getOrientation() - Method in class marimba.gui.LineWidget
Get the current orientation.
getOrientationOptions() - Static method in class marimba.gui.ScrollbarWidget
Get the possible options for the orientation.
getOrientationOptions() - Static method in class marimba.gui.SliderWidget
Get the possible options for the orientation.
getOrientationOptions() - Static method in class marimba.gui.LineWidget
Get the possible options for the orientation.
getOtherToolbars() - Method in class conga.gui.ToolbarWidget
For use in subclasses;
Returns all the toolbars in the parent of this widget, the first vector being the toolbars before this toolbar and the second vector being the toolbars after this toolbar; returns two empty vectors if no toolbars were found in the parent.
getOutlineHighlight() - Method in class marimba.gui.TableWidget
Set the state of outline highlighting.
getOwner() - Method in class marimba.gui.PopupMenu
Get the owner.
getOwner() - Method in class marimba.gui.SpinBoxTextWidget
Get the owner; the SpinTextBoxWidget gives events to the owner's handleEvent.
getPage(int) - Method in class marimba.gui.FolderWidget
Get the page with the given page number.
getPage(String) - Method in class marimba.gui.FolderWidget
Get a page by name.
getPageCount() - Method in class marimba.gui.FolderWidget
Get the number of pages in this folder.
getPageSize() - Method in class marimba.gui.ScrollbarWidget
Get the current size of the page, which controls the size of the scroll box.
getParameter(String) - Method in class marimba.gui.AppletWidget
Get parameter values by name: "width", "height", or "code".
getParameters() - Method in class marimba.gui.AppletWidget
Get the parameters of this widget (as a string seperated by newlines).
getParent() - Method in class marimba.gui.Widget
Return the widget's parent.
getPattern() - Method in class marimba.gui.GroupWidget
Get the pattern.
getPattern(Color, URL) - Static method in class marimba.gui.Pattern
Get a pattern from the cache.
getPatternSource() - Method in class marimba.gui.GroupWidget
Get the source of the pattern.
getPercent(Widget) - Method in class conga.gui.DividerWidget
Returns the current percent size of the specified widget.
getPercent(Widget) - Method in class conga.gui.layout.PercentLayout
Gets the percent value for the specified widget.
getPercentage() - Method in class marimba.gui.ProgressIndicatorWidget
Get the current percentage of the progress indicator.
getPersistentStateClassLoader() - Method in class marimba.persist.PersistentState
Get the class loader.
getPixels(int) - Static method in class conga.gui.ImageResource
Get the pixels of the small version of the given image.
getPixels(int, boolean) - Static method in class conga.gui.ImageResource
Get a pixel array for the given type of image, which should be one of the constants as defined in this class.
getPlayerFrame() - Method in class marimba.gui.Widget
Find the first parent frame in which this widget is playing; this can be several levels up in the Component and Widget hierarchy; this is very handy to get the top-level app/frame.
getPlayerPanel() - Method in class marimba.gui.Widget
Get the PlayerPanel in which the presentation of this widget is being 'played'.
getPlayerPanel() - Method in class marimba.gui.PopupWidget
Get the player.
getPlayerPanel() - Method in class marimba.gui.PlayerDialog
Gets the playerPanel of the dialog.
getPlayerPanel() - Method in class marimba.gui.PlayerUtil
Get the PlayerPanel.
getPlayerPanel() - Method in class marimba.gui.PlayerApplet
Get the PlayerPanel.
getPlayerUtil() - Method in class marimba.gui.PlayerDialog
Gets the playerUtil of the dialog for accessing the widgets in the dialog's presentation.
getPlayMode() - Method in class conga.gui.AudioControlWidget
Get the current play mode.
getPlayModeOptions() - Method in class conga.gui.AudioControlWidget
Get the possible options for the play mode.
getPopupAlignment() - Method in class conga.gui.FlatMenuButtonWidget
Get the alignment of the menu when it pops up.
getPopupDirection() - Method in class conga.gui.FlatMenuButtonWidget
Get the popup direction of this widget's menu.
getPopupHeight() - Method in class marimba.gui.PopupMenu
The initial height of the popup menu.
getPopupHeight() - Method in class marimba.gui.SparseDropDownMenu
The initial height of the popup menu.
getPosFor(int, int) - Method in class marimba.text.Text
Returns the buffer position that hits the specified column on the line containing POS.
getPreferredSize() - Method in class conga.gui.DateFieldWidget
Get the preferred size of date widgets.
getPreferredSize() - Method in class conga.gui.IntegerFieldWidget
Get the preferred size of this integer field.
getPreferredSize() - Method in class conga.gui.FileBrowserWidget
Preferred size of the FontWidget is 100 (width) by 20 (height).
getPreferredSize() - Method in class conga.gui.AbstractPopupMenu
Returns the preferred size of this abstract popup menu, based on the preferred size of the items inside the menu.
getPreferredSize() - Method in class conga.gui.FontWidget
Preferred size of the FontWidget is 200 (width) by 20 (height).
getPreferredSize() - Method in class conga.gui.FlatDDComboBoxWidget
Return a different height in the preferred size of this flat version of the dropdown combobox.
getPreferredSize() - Method in class conga.gui.FlatDDListBoxWidget
Return a different height in the preferred size of this flat version of the dropdown listbox.
getPreferredSize() - Method in class conga.gui.ClockWidget
Get the preferred size of this clock widget.
getPreferredSize() - Method in class conga.gui.CalendarWidget
Returns 200x140 as the preferred size of a calendar widget.
getPreferredSize() - Method in class conga.gui.ToolbarButtonWidget
Get the preferred size of toolbar buttons, which is 23x22.
getPreferredSize() - Method in class conga.gui.VisualWidget
The default value for a composite widget.
getPreferredSize() - Method in class conga.gui.AudioControlWidget
Preferred size of the AudioControlWidget is 125 (width) by 40 (height).
getPreferredSize() - Method in class conga.gui.LabelWidget
Returns the preferred size of label widgets.
getPreferredSize() - Method in class conga.gui.WidgetMenuItem
Get the preferred size of this menu item, which is based on its label.
getPreferredSize() - Method in class marimba.gui.Widget
Get the preferred size of this widget; when a widget is created it will initially have this size.
getPreferredSize() - Method in class marimba.gui.TextBoxWidget
Get the preferred size of text boxes.
getPreferredSize() - Method in class marimba.gui.ContainerWidget
Get the preferred size of containers.
getPreferredSize() - Method in class marimba.gui.DropDownListBoxWidget
Get the preferred size of URL text widgets.
getPreferredSize() - Method in class marimba.gui.RichTextBoxWidget
Get the preferred size of rich textboxes.
getPreferredSize() - Method in class marimba.gui.CommandButtonWidget
Get the preferred size of command buttons.
getPreferredSize() - Method in class marimba.gui.DropDownTextBoxWidget
Get the preferred size of URL text widgets.
getPreferredSize() - Method in class marimba.gui.ColorButtonWidget
Get the preferred size of color buttons.
getPreferredSize() - Method in class marimba.gui.PopupMenu
Compute the best size for this menu.
getPreferredSize() - Method in class marimba.gui.SpinBoxWidget
Get the preferred size of spinboxes.
getPreferredSize() - Method in class marimba.gui.URLTextWidget
Get the preferred size of URL text widgets.
getPreferredSize() - Method in class marimba.gui.SparseDropDownMenu
Compute the best size for this menu.
getPreferredSize() - Method in class marimba.gui.SpinBoxTextWidget
Get the preferred size of spinboxes.
getPreferredSize() - Method in class marimba.gui.PlayerPanel
Preferred Size.
getPreferredSize() - Method in class marimba.gui.CheckBoxWidget
Get the preferred size of checkboxes.
getPreferredSize() - Method in class marimba.gui.ListBoxWidget
Get the preferred size of list boxes.
getPreferredSize() - Method in class marimba.gui.ProgressIndicatorWidget
Get the preferred size of progress indicators.
getPreferredSize() - Method in class marimba.gui.ScrollbarWidget
Get the preferred size of scrollbars.
getPreferredSize() - Method in class marimba.gui.AnimatedImageWidget
Get the preferred size of animated image widgets.
getPreferredSize() - Method in class marimba.gui.AnimatedTextWidget
Get the preferred size of animated text widgets.
getPreferredSize() - Method in class marimba.gui.PopupMenuItemWidget
Figure out the preferredSize.
getPreferredSize() - Method in class marimba.gui.SliderWidget
Get the preferred size of sliders.
getPreferredSize() - Method in class marimba.gui.LineWidget
Get the preferred size of line widgets.
getPreloadIcon() - Method in class conga.gui.ToolbarButtonWidget
Check whether new icon images are preloaded.
getPresentation() - Method in class marimba.gui.Widget
Get the presentation in which this widget is embedded.
getPresentation() - Method in class marimba.gui.PlayerUtil
Get the current presentation.
getPresentation() - Method in class marimba.gui.PlayerPanel
Get the current presentation.
getPresentation() - Method in class marimba.gui.Presentation
Get the presentation (this).
getPresentation(String) - Static method in class marimba.gui.Presentation
Get a presentation from a file
getPresentation(URL) - Static method in class marimba.gui.Presentation
Get a presentation from a url.
getPresentationInThread(String) - Method in class marimba.gui.Presentation
Get a presentation using the thread that created this.
getPresentationInThread(URL) - Method in class marimba.gui.Presentation
Get a presentation using the thread that created this.
getPresentationValue() - Method in class marimba.gui.PresentationWidget
Get the presentation.
getPrevious() - Method in class marimba.gui.ButtonWidget
Get the previous button in the same group that is not disabled.
getProperties() - Method in class marimba.gui.WidgetPropertyList
Get the properties in this property list.
getProperties(PropertyList) - Method in class opendoors.storage.FileContent
Gets the properties of this instance.
getProperties(PropertyList) - Method in class conga.gui.FieldElement
When getting the properties of this widget, this widget makes sure that a possible key is NOT being persistified.
getProperties(PropertyList) - Method in class conga.gui.FieldWidget
Get the properties of the FieldWidget; the FieldWidget adds the style and alignment options to it, it adds the separator property if separatorProperty is set to true.
getProperties(PropertyList) - Method in class conga.gui.DateFieldWidget
Get the properties of this DateFieldWidget; the DateFieldWidget adds the pattern property to this property list.
getProperties(PropertyList) - Method in class conga.gui.IntegerFieldWidget
Get the properties of the IntegerFieldWidget; this widget adds the boldSeparators, elementCount, value and range properties to it.
getProperties(PropertyList) - Method in class conga.gui.ToolbarWidget
Get the properties of this toolbar.
getProperties(PropertyList) - Method in class conga.gui.LayoutGroupWidget
Retrieves the properties of the widget.
getProperties(PropertyList) - Method in class conga.gui.FileBrowserWidget
Get the properties of this widget.
getProperties(PropertyList) - Method in class conga.gui.FontWidget
Get the properties of this widget.
getProperties(PropertyList) - Method in class conga.gui.FlatDDComboBoxWidget
When getting the properties of this widget, the traversable property is added by this class.
getProperties(PropertyList) - Method in class conga.gui.RichTextEditorWidget
Get the properties of this widget; this method also adds WLM2 support.
getProperties(PropertyList) - Method in class conga.gui.FlatDDListBoxWidget
When getting the properties of this widget, the traversable property is added by this class.
getProperties(PropertyList) - Method in class conga.gui.ClockWidget
 
getProperties(PropertyList) - Method in class conga.gui.HotGroupWidget
 
getProperties(PropertyList) - Method in class conga.gui.MultiLineButtonWidget
Add the multiLine property to the properties of this widget.
getProperties(PropertyList) - Method in class conga.gui.FlatMenuButtonWidget
Get the properties of this menu button: store the menu items in the given property list.
getProperties(PropertyList) - Method in class conga.gui.FlatDDTextBoxWidget
Get the properties; this class adds support for WLM2 here.
getProperties(PropertyList) - Method in class conga.gui.DividerWidget
 
getProperties(PropertyList) - Method in class conga.gui.CalendarWidget
Get the properties of this calendar.
getProperties(PropertyList) - Method in class conga.gui.ToolbarButtonWidget
Get the properties of this toolbar button, which includes the icon and autoSize properties for this class.
getProperties(PropertyList) - Method in class conga.gui.FlatColorButtonWidget
Get the properties; this class adds support for WLM2 here.
getProperties(PropertyList) - Method in class conga.gui.VisualWidget
 
getProperties(PropertyList) - Method in class conga.gui.AudioControlWidget
Get the properties.
getProperties(PropertyList) - Method in class conga.gui.AnimatedGifWidget
Add the delay property to the properties of this widget.
getProperties(PropertyList) - Method in class conga.gui.LabelWidget
Get the properties of this label widget.
getProperties(PropertyList) - Method in class conga.gui.shape.TriangleWidget
Get the properties of this triangle widget.
getProperties(PropertyList) - Method in class conga.gui.shape.TriangleShape
For persistifying this object: get the properties of this triangle.
getProperties(PropertyList) - Method in class marimba.gui.AdapterImpl
 
getProperties(PropertyList) - Method in class marimba.gui.Widget
Get the properties of this widget, by setting them in the given PropertyList.
getProperties(PropertyList) - Method in class marimba.gui.TextWidget
Get the properties of this widget.
getProperties(PropertyList) - Method in class marimba.gui.TextBoxWidget
Get the properties of this widget.
getProperties(PropertyList) - Method in class marimba.gui.GroupWidget
Get the properties.
getProperties(PropertyList) - Method in class marimba.gui.ChoiceWidget
Return the properties of this widget in the given property list.
getProperties(PropertyList) - Method in class marimba.gui.DropDownListBoxWidget
Get the properties of this widget.
getProperties(PropertyList) - Method in class marimba.gui.RichTextBoxWidget
Get the properties of this widget.
getProperties(PropertyList) - Method in class marimba.gui.ButtonWidget
Get the properties of this widget.
getProperties(PropertyList) - Method in class marimba.gui.CommandButtonWidget
Get the properties of this widget.
getProperties(PropertyList) - Method in class marimba.gui.DropDownTextBoxWidget
Get the properties of the dropdown textbox.
getProperties(PropertyList) - Method in class marimba.gui.ColorButtonWidget
Get the properties of the color button.
getProperties(PropertyList) - Method in class marimba.gui.ResourceWidget
Get the properties of this widget.
getProperties(PropertyList) - Method in class marimba.gui.ImageWidget
Get the properties of this widget.
getProperties(PropertyList) - Method in class marimba.gui.ScrollingContainerWidget
Get the properties.
getProperties(PropertyList) - Method in class marimba.gui.TableWidget
Get the properties of this widget and return them in the given property list.
getProperties(PropertyList) - Method in class marimba.gui.SparseTableWidget
Get the properties of a sparse table.
getProperties(PropertyList) - Method in class marimba.gui.ColorPickerWidget
Get the properties of this widget.
getProperties(PropertyList) - Method in interface marimba.gui.WidgetAdapter
After a widget provides its properties, the adapter provides its, possibly updating the widget's values.
getProperties(PropertyList) - Method in class marimba.gui.ShapeWidget
Get the properties of this widget.
getProperties(PropertyList) - Method in class marimba.gui.ValueWidget
Get the properties.
getProperties(PropertyList) - Method in class marimba.gui.SpinBoxWidget
Get the properties of this widget.
getProperties(PropertyList) - Method in class marimba.gui.URLTextWidget
Get the properties of this widget.
getProperties(PropertyList) - Method in class marimba.gui.WidgetPropertyList
Get the properties of this object.
getProperties(PropertyList) - Method in class marimba.gui.SpinBoxTextWidget
Get the properties of the dropdown textbox.
getProperties(PropertyList) - Method in class marimba.gui.StaticTextWidget
 
getProperties(PropertyList) - Method in class marimba.gui.PageWidget
Get the properties.
getProperties(PropertyList) - Method in class marimba.gui.TreeNodeWidget
Retreives the properties of the tree node.
getProperties(PropertyList) - Method in class marimba.gui.CheckBoxWidget
Return the current properties of this checkbox int the given property list.
getProperties(PropertyList) - Method in class marimba.gui.ListBoxWidget
Get the properties of this widget.
getProperties(PropertyList) - Method in class marimba.gui.WidgetPropertyItem
 
getProperties(PropertyList) - Method in class marimba.gui.URLButtonWidget
Get the properties of this widget.
getProperties(PropertyList) - Method in class marimba.gui.Presentation
Retreive the current properties of the presentation.
It also adds a String property with the name "builderVersion" that contains the version of the builder with which this presentation was built; the version is retreived from the system property with the name "marimba.builder.version".
getProperties(PropertyList) - Method in class marimba.gui.ListWidget
Get the properties of this widget.
getProperties(PropertyList) - Method in class marimba.gui.ProgressIndicatorWidget
Get the properties of the ProgressIndicatorWidget.
getProperties(PropertyList) - Method in class marimba.gui.AppletWidget
Get the properties of this widget.
getProperties(PropertyList) - Method in class marimba.gui.ScrollbarWidget
Get the properties.
getProperties(PropertyList) - Method in class marimba.gui.TreeWidget
Retreive the properties of the tree.
getProperties(PropertyList) - Method in class marimba.gui.AnimatedWidget
Get the properties of this widget.
getProperties(PropertyList) - Method in class marimba.gui.AnimatedImageWidget
Get the properties of this widget.
getProperties(PropertyList) - Method in class marimba.gui.ComponentWidget
Get the properties of this widget.
getProperties(PropertyList) - Method in class marimba.gui.WindowWidget
Return the current properties of the window in the given propertylist.
getProperties(PropertyList) - Method in class marimba.gui.AnimatedTextWidget
Get the properties of this widget.
getProperties(PropertyList) - Method in class marimba.gui.AudioWidget
Get the properties of this widget.
getProperties(PropertyList) - Method in class marimba.gui.TableColumn
Get the properties of this TableColumn.
getProperties(PropertyList) - Method in class marimba.gui.MenuButtonWidget
Get the properties of this menu button: store the menu items in the given property list.
getProperties(PropertyList) - Method in class marimba.gui.SliderWidget
Get the properties.
getProperties(PropertyList) - Method in class marimba.gui.TableRow
Get the properties of this TableColumn.
getProperties(PropertyList) - Method in class marimba.gui.LineWidget
Get the properties of this widget.
getProperties(PropertyList) - Method in class marimba.gui.FolderWidget
Get the properties.
getProperties(PropertyList) - Method in class marimba.gui.GroupBoxWidget
Get the properties of this widget.
getProperties(PropertyList) - Method in class marimba.persist.PropertyItem
 
getProperties(PropertyList) - Method in interface marimba.persist.PropertyObject
Get the properties from the object and store them in the property list.
getProperties(PropertyList) - Method in class marimba.text.TextView
Returns the current properties of this text view, by getting those from the superclass and getTextProperties.
getProperty(String) - Method in class marimba.gui.WidgetPropertyList
Get a WidgetPropertyItem by name.
getProperty(String) - Method in class marimba.util.Props
Get a property, ignore case.
getProperty(String, String) - Method in class marimba.util.Props
Get a property, ignore case.
getPropertyValue(String) - Method in class marimba.gui.WidgetPropertyList
Get a property value by name directly, without having to ask a WidgetPropertyItem for it.
getRange() - Method in class conga.gui.IntegerFieldWidget
Get the range of the first integer element.
getRange() - Method in class marimba.gui.ValueWidget
Get the range of the ValueWidget.
getRangeAt(int) - Method in class conga.gui.IntegerFieldWidget
Get the range of the integer element at the given index.
getRangeString() - Method in class conga.gui.IntegerFieldWidget
Get the current range of each integer element as a comma-separated string.
getRelativePath() - Method in class conga.gui.FileBrowserWidget
Get the base path.
getReplaceWithBase() - Method in class conga.gui.FileBrowserWidget
Check whether this widget is automatically use 'base' directories of the presentation.
getResetName() - Method in class conga.gui.FontWidget
Get the name that is at the top of the font list, and which will result in resetting everything if that font name is chosen.
getResizeType(Widget) - Method in class conga.gui.DividerWidget
Returns the current resize type.
getResizeType(Widget) - Method in class conga.gui.layout.PercentLayout
Gets the resize type for the specified widget.
getResource(String) - Method in class marimba.persist.URLClassLoader
Find a resource with a given name.
getResourceAsStream(String) - Method in class marimba.persist.URLClassLoader
Get an InputStream on a given resource.
getResourceEncoding() - Method in class marimba.gui.StringResources
Get the encoding of these StringResources.
getResourceEncoding() - Method in class marimba.util.StringResources
Get the encoding of these StringResources.
getResourceEncoding(String, Locale) - Static method in class marimba.gui.StringResources
Gets the encoding of the given resource file.
getResourceEncoding(String, Locale) - Static method in class marimba.util.StringResources
Gets the encoding of the given resource file.
getResourceLocale() - Method in class marimba.gui.StringResources
Get the locale of these StringResources.
getResourceLocale() - Method in class marimba.util.StringResources
Get the locale of these StringResources.
getResourceName() - Method in class marimba.gui.StringResources
Get the name of the resource that this StringResources uses.
getResourceName() - Method in class marimba.util.StringResources
Get the name of the resource that this StringResources uses.
getResourceURL(String) - Method in class marimba.gui.Presentation
Construct the absolute URL for a resource located in the classpath.
getRestSound() - Method in class marimba.gui.AudioWidget
Get the sound for the rest event.
getRichText() - Method in class marimba.gui.RichTextBoxWidget
Deprecated. This method has been removed, use getText for getting text!
getRichText() - Method in class marimba.text.TextView
Return the text in the rich text format as a byte array.
getRichText() - Method in class marimba.text.Text
Returns a "rich text" representation of the text.
getRichTextBoxBounds() - Method in class conga.gui.MultiLineButtonWidget
Returns the preferred bounds of the RichTextBox that is being used for the multi-line label.
getRichTextBoxBounds() - Method in class conga.gui.FlatMenuButtonWidget
This menu button positions the rich textbox slightly more to the left, to make room for the down arrow.
getRolloverImage() - Method in class marimba.gui.CommandButtonWidget
The rollover image for the command button.
getRoot() - Method in class marimba.gui.TreeNodeWidget
Get the root node of this subtree.
getRoot() - Method in class marimba.gui.TreeWidget
Get the rood node of this tree.
getRootPath() - Method in class marimba.persist.URLClassLoader
 
getRow(int) - Method in class marimba.gui.TableWidget
Get the TableRow with the given actual index.
getRowCount() - Method in class marimba.gui.TableWidget
Get the number of rows.
getRowData(int) - Method in class marimba.gui.TableWidget
Get the data of the row with the given actual index.
getRowHeight() - Method in class marimba.gui.SparseTableWidget
Get the height of a row.
getRowIndex(int) - Method in class marimba.gui.TableWidget
Get the index of the row that is displayed at the given position: convert display -> actual.
getRowMappingString() - Method in class marimba.gui.TableWidget
Returns the current row mapping table as a string.
getRowPadding() - Method in class marimba.gui.TableWidget
Get the number of pixels at the top and bottom of each cell.
getRowsHeight() - Method in class marimba.gui.TableContent
Get the height of all the rows together.
getSavetext() - Method in class marimba.gui.TextBoxWidget
Check whether the text is being saved.
getSavetext() - Method in class marimba.gui.RichTextBoxWidget
Check whether the text is being saved.
getSavetext() - Method in class marimba.text.TextView
 
getScrollbar() - Method in class marimba.gui.RichTextBoxWidget
Get the vertical scrollbar.
getScrollByLines() - Method in class marimba.text.TextView
 
getScrolling() - Method in class marimba.gui.RichTextBoxWidget
Check whether the text can scroll.
getScrolling() - Method in class marimba.text.TextView
 
getScrollMore() - Method in class marimba.gui.ScrollbarWidget
Get the adjustment of the maxValue for the unconstrained mode of this scrollbar.
getScrollSpeed() - Method in class marimba.gui.FolderWidget
Get the speed at which scrolling occurs.
getSeconds() - Method in class conga.gui.ClockWidget
Returns the current number of seconds.
getSelBackground() - Method in class marimba.gui.Widget
Get the selection background color.
getSelBackground() - Method in class marimba.gui.Presentation
Get background selection color.
getSelected() - Method in class marimba.gui.TextWidget
Get the selected part of the text.
getSelected() - Method in class marimba.gui.TextBoxWidget
Get the selected part of the text.
getSelected() - Method in class marimba.gui.RichTextBoxWidget
Get the selected part of the text.
getSelected() - Method in class marimba.gui.TreeNodeWidget
Deprecated. As of Bongo version 1.1.
getSelected() - Method in class marimba.gui.TreeWidget
Deprecated. As of Bongo version 1.1.
getSelectedItem() - Method in class conga.gui.WidgetMenu
The currently selected item.
getSelectedNode() - Method in class marimba.gui.TreeNodeWidget
Get the selected tree node 'below' this node; the selected node is part of this subtree.
getSelectedNode() - Method in class marimba.gui.TreeWidget
Get the selected TreeNode in the tree.
getSelectedRowIndexes() - Method in class marimba.gui.TableWidget
Get the (actual) indexes of the currently selected rows.
getSelectedRows() - Method in class marimba.gui.TableWidget
Get the currently selected rows as a vector containing TableRow objects.
getSelectFont() - Method in class marimba.gui.FolderWidget
Get the font for the selected tab.
getSelection() - Method in class marimba.text.TextView
 
getSelectionEnd() - Method in class marimba.text.TextView
 
getSelectionPivot() - Method in class marimba.text.TextView
 
getSelections() - Method in class marimba.gui.RichTextBoxWidget
Check whether the text can be selected.
getSelections() - Method in class marimba.gui.ListBoxWidget
Check whether selections are allowed in this listbox.
getSelections() - Method in class marimba.text.TextView
 
getSelectionStart() - Method in class marimba.text.TextView
 
getSelectMode() - Method in class marimba.gui.TableWidget
Check the select mode.
getSelectModeOptions() - Static method in class marimba.gui.TableWidget
Get the possible options for the select mode.
getSelectOnWidget() - Method in class marimba.gui.TableWidget
Check whether the table enables row selection when the user clicks on a widget in that row.
getSelEnd() - Method in class marimba.gui.TextWidget
Return the end of the selection.
getSelEnd() - Method in class marimba.gui.TextBoxWidget
Return the end of the selection.
getSelEnd() - Method in class marimba.gui.RichTextBoxWidget
Return the end of the selection.
getSelFocusColor() - Method in class marimba.gui.Widget
Get the selection focus color, which is the color of the focus rectangle around the selection bar.
getSelForeground() - Method in class marimba.gui.Widget
Get the selection foreground color.
getSelForeground() - Method in class marimba.gui.Presentation
Get foreground selection color.
getSelStart() - Method in class marimba.gui.TextWidget
Return the start of the selection.
getSelStart() - Method in class marimba.gui.TextBoxWidget
Return the start of the selection.
getSelStart() - Method in class marimba.gui.RichTextBoxWidget
Return the start of the selection.
getSeparator() - Method in class conga.gui.FieldWidget
Returns the currently used field separator.
getSeparatorChar() - Method in class conga.gui.FieldWidget
Returns the currently used field separator as a character, the character ' ' (a space) is returned if the separator was null.
getSeparatorCount() - Method in class conga.gui.DateFieldWidget
For use in subclasses;
Returns the number of separators needed, based on which elements are shown.
getSettableKeymap() - Method in class marimba.text.TextView
 
getShadowColor() - Method in class conga.gui.CalendarWidget
Get the current shadowColor for the days, the shadow color is null if it's not used.
getShadowColor() - Method in class conga.gui.LabelWidget
Get the current shadowColor of this label, the shadow color is null if it's not used.
getShadowColor() - Method in class marimba.gui.TextBoxWidget
Check the shadowColor of this textBox.
getShadowColor() - Method in class marimba.gui.RichTextBoxWidget
Get the shadow color.
getShadowColor() - Method in class marimba.text.TextView
Get the shadow color.
getShaftSize() - Method in class marimba.gui.ScrollbarWidget
Get the size of the scroll bar shaft in pixels.
getShowDay() - Method in class conga.gui.DateFieldWidget
Check whether the day value is visible.
getShowMonth() - Method in class conga.gui.DateFieldWidget
Check whether the month value is visible.
getShowPercent() - Method in class marimba.gui.ProgressIndicatorWidget
Check whether the progress indicator shows its pecentage
getShowRoot() - Method in class marimba.gui.TreeWidget
Check whether the tree shows the root.
getShowYear() - Method in class conga.gui.DateFieldWidget
Check whether the year value is visible.
getSide() - Method in class conga.gui.ToolbarWidget
Check to which side this toolbar has been attached, which can be UP, LEFT, RIGHT or DOWN.
getSize() - Method in class marimba.gui.Widget
Get the size as a Dimension object.
getSizeToCell() - Method in class marimba.gui.TableWidget
Check whether the widgets are sized to the cell size.
getSortIndex() - Method in class marimba.gui.TableWidget
Get the column index on which the table is currently being sorted.
getSortMethod() - Method in class marimba.gui.TableWidget
Get the current method of sorting, which can be ascending, descending or none.
getSortMode() - Method in class marimba.gui.TableWidget
Get the current sort mode.
getSortModeOptions() - Static method in class marimba.gui.TableWidget
Get the possible options for the sort mode.
getSortSymbol() - Method in class marimba.gui.TableWidget
Check whether a sort symbol is shown in a header.
getSource() - Method in class marimba.gui.CommandButtonWidget
Get the source-file for the image.
getSource() - Method in class marimba.gui.ResourceWidget
Get the source.
getSource() - Method in class marimba.gui.AnimatedImageWidget
Get the source for this animated image.
getSpaces() - Method in class conga.gui.ToolbarWidget
Get the current spaces in this toolbar; this method never returns null.
getSpacesString() - Method in class conga.gui.ToolbarWidget
Get the current Xspaces as a comma-separated string, returns null if no spaces have been defined yet.
getSpacing() - Method in class conga.gui.DividerWidget
Returns the spacing between the frames in pixels..
getSpacing() - Method in class conga.gui.layout.PercentLayout
Returns the number of pixels between each child.
getSparseKeymap(Keymap) - Static method in class marimba.text.keymap.Keymap
 
getSpeed() - Method in class marimba.gui.ScrollbarWidget
Check the repeat rate in times/second for the scroll arrows.
getSpinBoxTextWidget() - Method in class marimba.gui.SpinBoxWidget
Get the textWidget that is used for the SpinBox.
getSrc() - Method in class conga.gui.ToolbarButtonWidget
Get the source-file for the image.
getSrc() - Method in class marimba.gui.TreeNodeWidget
Get the url (relative to the presentation base or absolute) of the image for this node.
getStartframe() - Method in class marimba.gui.AnimatedImageWidget
Get the frame number with which the animation starts.
getStartSound() - Method in class marimba.gui.AudioWidget
Get the sound for starting this widget.
getSticky() - Method in class marimba.gui.ButtonWidget
Deprecated. As of Bongo version 1.1.
getStopSound() - Method in class marimba.gui.AudioWidget
Get the sound for stopping this widget.
getString(Object, String, String) - Method in class marimba.persist.PropertyTracker
 
getString(String) - Method in class marimba.gui.WidgetPropertyList
Get a string directly by name, with default set to null.
getString(String) - Method in class marimba.gui.StringResources
Get the value of the given string, it does not check whether it is a key (starts and ends with '@'), it just does a lookup of the given string using the ResourceBundle class.
getString(String) - Method in class marimba.persist.PropertyItem
 
getString(String) - Method in class marimba.util.StringResources
Get the value of the given string, it does not check whether it is a key (starts and ends with '@'), it just does a lookup of the given string using the ResourceBundle class.
getString(String, String) - Method in class marimba.gui.WidgetPropertyList
Get a string value from this property list.
getString(String, String) - Static method in class marimba.gui.StringResources
Get the value of the given key from the specified resource file.
getString(String, String) - Method in class marimba.persist.PropertyList
 
getString(String, String) - Method in class marimba.persist.PersistentState
 
getString(String, String) - Static method in class marimba.util.StringResources
Get the value of the given key from the specified resource file.
getString(String, String, Locale) - Static method in class marimba.gui.StringResources
Get the value of a key for a specific locale.
getString(String, String, Locale) - Static method in class marimba.util.StringResources
Get the value of a key for a specific locale.
getStringPercentage() - Method in class marimba.gui.ProgressIndicatorWidget
Get the current percentage as a string, for example "50%".
getStringRange() - Method in class conga.gui.IntRange
Returns a string representation of this integer range that can be passed on to a new integer range.
getStringValue() - Method in class conga.gui.FileBrowserWidget
Get the path that is currently the value of the file browse widget.
getStringValue() - Method in class marimba.gui.TextWidget
Get the value of the text.
getStringValue() - Method in class marimba.gui.ChoiceWidget
Get string value of the current choice.
getStringValue() - Method in class marimba.gui.DropDownComboBoxWidget
Get value.
getStringValue() - Method in class marimba.gui.ImageWidget
Get the current image resource string.
getStringValue() - Method in class marimba.gui.PresentationWidget
Get the presentation resource string.
getStringValue() - Method in class marimba.gui.SparseDropDownComboBoxWidget
Get value.
getStringValue() - Method in class marimba.gui.FolderWidget
Get the current page name.
getStringValue() - Method in class marimba.text.TextView
Return the text as a string.
getStyle() - Method in class conga.gui.FieldWidget
Get the style of this field widget.
getStyle() - Method in class conga.gui.FontWidget
Get the current style of this widget.
getStyle() - Method in class marimba.gui.TextBoxWidget
Get the style of this widget.
getStyle() - Method in class marimba.gui.DropDownListBoxWidget
Get style.
getStyle() - Method in class marimba.gui.RichTextBoxWidget
Get the current style.
getStyle() - Method in class marimba.text.TextView
Get the current style of the text.
getStyleAt(int) - Method in class marimba.text.StylePool
Returns the style at the specified index.
getStyleOptions() - Static method in class conga.gui.FieldWidget
Get the possible options for the style.
getStyleOptions() - Static method in class conga.gui.FontWidget
Get the possible options for the style.
getStyleOptions() - Static method in class marimba.gui.TextBoxWidget
Get the possible options for the style.
getStyleOptions() - Static method in class marimba.gui.DropDownListBoxWidget
Get the possible options for the style.
getStyleOptions() - Method in class marimba.gui.RichTextBoxWidget
Get the style options.
getStylePosAt(int) - Method in class marimba.text.StylePool
Returns the position of the style at the specified index.
getStyles() - Method in class marimba.text.Text
 
getSubMenu() - Method in class conga.gui.WidgetMenuItem
Get the optional submenu that is 'attached' to this menu item.
getSystemSeparator() - Method in class conga.gui.FileBrowserWidget
Check whether the system-dependent path separator is being used, or the more url-like '/'.
getTab() - Method in class marimba.text.Text
How wide is a tab?
getTabBounds(int) - Method in class marimba.gui.FolderWidget
Get the bounds of the tab that belongs to the given page.
getTabFont() - Method in class marimba.gui.FolderWidget
Get the font for tabs.
getTabHeight() - Method in class marimba.gui.FolderWidget
Get the height of the tabs.
getTabHeight(int) - Method in class marimba.gui.FolderWidget
Get the height of the tabs on the given layer, layer numbers start at zero; the given layer number is the display index of that layer.
getTabMode() - Method in class marimba.gui.FolderWidget
Get the tab mode.
getTabOptions() - Static method in class marimba.gui.FolderWidget
Get the possible options for the tabMode.
getTabSpace() - Method in class marimba.gui.FolderWidget
Deprecated. As of Bongo version 1.1.
getTabWidth(int) - Method in class marimba.gui.FolderWidget
Get the minimum width of the tab that belongs to the page with the given index.
getTempFile(String) - Static method in class opendoors.storage.FileUtil
Returns a file object that can be used as a temporary file; this method finds an available file name in the given parent directory path for that.
getText() - Method in class conga.gui.DateFieldWidget
Get the current value as text, formatted like specified.
getText() - Method in class conga.gui.IntegerFieldWidget
Get the current value as text, which is a comma-separated list with values (if there's more than one element).
getText() - Method in class conga.gui.FileBrowserWidget
Getting text returns the current value (path) of this file browse widget.
getText() - Method in class conga.gui.WidgetMenu
Get the label of this menu.
getText() - Method in class conga.gui.ClockWidget
Returns a string representation of the current time on the clock.
getText() - Method in class conga.gui.CalendarWidget
Get the current value as text, formatted using a '-' character as separator.
getText() - Method in interface conga.gui.DateInfo
Get the current value as text, formatted using a '-' character or other character as separator.
getText() - Method in class conga.gui.LabelWidget
Get the current text label.
getText() - Method in class conga.gui.WidgetMenuItem
Get the label of this menu item.
getText() - Method in class marimba.gui.Widget
Get the text of the widget.
getText() - Method in class marimba.gui.TextBoxWidget
Get the value of the text.
getText() - Method in class marimba.gui.ChoiceWidget
Get the current choice as it appears on the screen.
getText() - Method in class marimba.gui.RichTextBoxWidget
Get the value of the text.
getText() - Method in class marimba.gui.ButtonWidget
Get the label of the button.
getText() - Method in class marimba.gui.ValueWidget
Return the current value in string representation as the text of value widgets.
getText() - Method in class marimba.gui.URLTextWidget
Get the value of the text.
getText() - Method in class marimba.gui.SpinBoxTextWidget
The text should never return "", as this makes it risky to parse.
getText() - Method in class marimba.gui.PageWidget
Get the title.
getText() - Method in class marimba.gui.TreeNodeWidget
Get the label of this node
getText() - Method in class marimba.gui.WindowWidget
Get the title of the window widget.
getText() - Method in class marimba.gui.ListBoxItemWidget
Get the label.
getText() - Method in class marimba.gui.AnimatedTextWidget
Get the value of the text.
getText() - Method in class marimba.gui.PopupMenuItemWidget
Get the label.
getText() - Method in class marimba.gui.GroupBoxWidget
Get the label.
getText() - Method in class marimba.text.TextView
Return the text as a string.
getText(String) - Method in class marimba.gui.Widget
Get the text of a named widget.
getText(String) - Method in class marimba.gui.PlayerUtil
Get the text of a widget.
getTextAlign() - Method in class conga.gui.FileBrowserWidget
Get the alignment of the text.
getTextChars() - Method in class marimba.gui.TextBoxWidget
Return text characters that are being displayed.
getTextChars() - Method in class marimba.gui.URLTextWidget
Return text characters.
getTextProperties(PropertyList) - Method in class marimba.text.TextView
Returns all the current properties of this text view.
getTextStyle() - Method in class conga.gui.FileBrowserWidget
Get the style of the textbox.
getTextValue() - Method in class marimba.gui.RichTextBoxWidget
Get the Text object associated with this view.
getTextValue() - Method in class marimba.text.TextView
Get this view's text object.
getTextViewValue() - Method in class marimba.gui.RichTextBoxWidget
Get the TextView object associated with this widget.
getTickMarkInterval() - Method in class marimba.gui.SliderWidget
Get the current interval between tick marks.
getTickMarkSize() - Method in class marimba.gui.SliderWidget
Get the current size of the tick marks.
getTip() - Method in class marimba.gui.Widget
Get the help tip of the widget.
getTip(int, int) - Method in class marimba.gui.Widget
Get the tip for a particular x,y location within the widget.
getTip(int, int) - Method in class marimba.gui.FolderWidget
Get the appropriate tip for the tab at the specified coordinate, which is the tip of the page that tab belongs to.
getTipFont() - Method in class marimba.gui.Widget
Get the font for the tips in the widget.
getTipsEnabled() - Method in class marimba.gui.PlayerPanel
Are tips enabled for the whole presentation?
getTipTime() - Method in class marimba.gui.PlayerPanel
Get the delay time for rest events from the PlayerPanel's presentation.
getTipTime() - Method in class marimba.gui.Presentation
Get the time before a tip is shown, it actually affects the delay for all REST_EVENTs.
getTitle() - Method in class marimba.gui.Presentation
Get the title of this presentation.
getTitle() - Method in class marimba.gui.WindowWidget
Get the title.
getTitleColor() - Method in class marimba.gui.WindowWidget
Get the color of the title bar.
getTitleFont() - Method in class marimba.gui.WindowWidget
Get the font of the title.
getTitleHeight() - Method in class marimba.gui.WindowWidget
Get the height of the title bar.
getTopLevelAncestor(Widget) - Static method in class conga.gui.WidgetUtil
Returns the top-level ancestor of the given widget (that is either the containing Window or Applet), or null if the given widget is not inside one yet.
getTrackAll() - Method in class conga.gui.FontWidget
Check if action() is always called.
getTrackWidget() - Method in class marimba.gui.PlayerPanel
Get the current widget that is being tracked for mouse events.
getTranslatedEventLocation(Widget, Event) - Static method in class conga.gui.WidgetUtil
Returns the location of the given event translated to the coordinate system of the given widget: this assumes that the given widget is an ancestor of the target of the given event.
getTranslatedLocation(Widget, Widget) - Static method in class conga.gui.WidgetUtil
Returns the location of the given widget translated to the coordinate system of the given widget: this assumes that the given widget is an ancestor of the other widget.
getTreeWidget() - Method in class marimba.gui.TreeNodeWidget
Get the TreeWidget in which the treenode is embedded; if the tree has not been set, a search all the way up is performed by this method.
getTriangle() - Method in class conga.gui.shape.TriangleWidget
Get the triangle shape, used by this widget.
getType() - Method in class marimba.gui.WidgetPropertyItem
Get the type of this item.
getUnsort() - Method in class marimba.gui.TableWidget
Check whether the user can unsort the data when clicking on a header.
getUrl() - Method in class marimba.persist.URLClassLoader
 
getURL() - Method in class marimba.gui.URLTextWidget
Get the value of the URL.
getURL() - Method in class marimba.gui.URLButtonWidget
Get the value of the URL.
getURL(Object, String, String) - Method in class marimba.persist.PropertyTracker
 
getURL(String) - Method in class marimba.gui.WidgetPropertyList
Get a url directly by name, with default set to null.
getURL(String) - Method in class marimba.gui.Presentation
Construct the absolute URL for a resource.
getURL(String, String) - Method in class marimba.gui.WidgetPropertyList
Get a url from this property list, in the form of a string.
getURL(String, String) - Method in class marimba.persist.PropertyList
 
getURL(String, String) - Method in class marimba.persist.PersistentState
 
getURL(String, String) - Method in class marimba.persist.RenamePersistentState
Get a URL.
getURL(URL, String) - Static method in class marimba.gui.Presentation
Construct the absolute URL for a resource.
getURLClassLoader() - Method in class marimba.gui.Presentation
Get the class loader for this presentation.
getURLClassLoader() - Method in class marimba.persist.ClassLoaderThreadGroup
Get the loader.
getURLParent() - Method in class marimba.persist.URLClassLoader
 
getURLResource(String) - Static method in class marimba.gui.Presentation
Gets a URL but from the resource path.
getUseTickMarks() - Method in class marimba.gui.SliderWidget
Get the value of useTickMarks.
getValue() - Method in class opendoors.storage.FileContent
Gets the byte array which this file represents.
getValue() - Method in class conga.gui.DateFieldWidget
Get the current value of this date widget as an Object.
getValue() - Method in class conga.gui.IntegerFieldWidget
Get the current value of the first element of this integer field as an object (Integer).
getValue() - Method in class conga.gui.FileBrowserWidget
Get the path that is currently the value of the file browse widget.
getValue() - Method in class conga.gui.WidgetMenu
Get the label value of this menu.
getValue() - Method in class conga.gui.FontWidget
Get the current font value.
getValue() - Method in class conga.gui.CalendarWidget
Get the current value of this date widget as an Object.
getValue() - Method in interface conga.gui.DateInfo
Get the current value as an Object.
getValue() - Method in class conga.gui.LabelWidget
Getting the value of this widget returns the current text value.
getValue() - Method in class conga.gui.WidgetMenuItem
Get the label value of this menu item.
getValue() - Method in class marimba.gui.Widget
Get the value of the widget.
getValue() - Method in class marimba.gui.TextWidget
Get the value of the text as an Object that is a String.
getValue() - Method in class marimba.gui.ChoiceWidget
Get the current choice.
getValue() - Method in class marimba.gui.ButtonWidget
Get the value.
getValue() - Method in class marimba.gui.ColorButtonWidget
Get the current color.
getValue() - Method in class marimba.gui.ImageWidget
Get the current image resource string.
getValue() - Method in class marimba.gui.TableWidget
Get the actual index of the first selected row.
getValue() - Method in class marimba.gui.ColorPickerWidget
Get the current color.
getValue() - Method in class marimba.gui.ValueWidget
Get the value of the ValueWidget as an Integer.
getValue() - Method in class marimba.gui.PresentationWidget
Get the presentation resource string.
getValue() - Method in class marimba.gui.WidgetPropertyItem
Get the value of this property item.
getValue() - Method in class marimba.gui.ListWidget
Get the index of the first selected item.
getValue() - Method in class marimba.gui.AnimatedWidget
Get the Frames per second.
getValue() - Method in class marimba.gui.TableColumn
Get the value of this column.
getValue() - Method in class marimba.gui.PopupMenuItemWidget
Get the value.
getValue() - Method in class marimba.gui.FolderWidget
Get the current page number.
getValue() - Method in class marimba.text.TextView
Return the text as a string.
getValue(String) - Method in class opendoors.storage.FileContent
Gets the byte array by reading the file specified.
getValue(String) - Method in class marimba.gui.Widget
Get the value of a named widget.
getValue(String) - Method in class marimba.gui.PlayerUtil
Get the value of a widget.
getValueAt(int) - Method in class conga.gui.IntegerFieldWidget
Get the current value of the element at the given index of this integer field as an object (Integer).
getValueIndex(String) - Method in class marimba.gui.ChoiceWidget
Get index of a value, it will first check for the names and if there is no name that is equal to this value it will check whether there is a choice with the same value.
getVert() - Method in class marimba.gui.ScrollingContainerWidget
Get the vertical scrollbar.
getVertmode() - Method in class marimba.gui.ScrollingContainerWidget
Get the mode for the vertical scrollbar.
getVertmode() - Method in class marimba.gui.ListBoxWidget
Get the mode for the vertical scrollbar.
getVertOptions() - Static method in class marimba.gui.ScrollingContainerWidget
Get the possible options for the vertical scrollbar.
getView() - Method in class marimba.gui.SparseTableWidget
Get the current view: the currently visible rows and columns.
getView() - Method in class marimba.gui.SparseDropDownMenu
Get the index of the first and last visible item.
getView() - Method in class marimba.gui.SparseTableContent
Get the current view: the currently visible rows and columns.
getVisibleElementCount() - Method in class conga.gui.DateFieldWidget
For use in subclasses;
Returns the number of visible elements, based on which elements are shown.
getVisibleRect(Widget) - Static method in class conga.gui.WidgetUtil
Returns the "visible rectangle" of the given widget - the intersection of that widget's visible rectangle (which is its bounds) and all of its ancestor's visible Rectangles.
getWakeSound() - Method in class marimba.gui.AudioWidget
Get the sound for the wake event.
getWhere(int) - Method in class marimba.text.editor.JavaWidget
 
getWidget(String) - Method in class marimba.gui.Widget
Get a widget by name.
getWidget(String) - Method in class marimba.gui.PlayerUtil
Accessing widgets, prints an error message to system.err if the widget is not being found.
getWidget(String, boolean) - Method in class marimba.gui.PlayerUtil
Accessing widgets, print or do not print an error message.
getWidgetAt(int, int) - Method in class marimba.gui.Widget
Locate the topmost widget that contains the specified coordinate.
getWidgetAt(Point) - Method in class marimba.gui.Widget
Locate the topmost widget that contains the specified point.
getWidgetClass() - Method in class marimba.gui.Widget
Get the widget class for this widget.
getWidgetsAt(int, int) - Method in class marimba.gui.Widget
Locate all the widgets that intersect with the given point and append them to the vector, so that the front most ends up first.
getWidgetsAt(int, int, int, int) - Method in class marimba.gui.Widget
Locate all the widgets inside a rectangle.
getWidgetsAt(Point) - Method in class marimba.gui.Widget
Locate all the widgets that intersect with the given point and append them to the vector, so that the front most ends up first.
getWidgetsHash() - Method in class marimba.gui.PlayerUtil
Gets a hashtable with all presentation widgets.
getWordEnd(int, int) - Method in class marimba.text.Text
Returns the position that is the end (or beginning if direction < 0) of the word that POS is part of.
getWrap() - Method in class marimba.gui.RichTextBoxWidget
Get the current wrap.
getWrap() - Method in class marimba.text.TextView
Get the current wrap mode.
getWrap() - Method in class marimba.text.Style
 
getWrapOptions() - Method in class marimba.gui.RichTextBoxWidget
Get the wrap options.
getYear() - Method in class conga.gui.DateFieldWidget
Returns the year represented by the current date widget's value.
getYear() - Method in class conga.gui.CalendarWidget
Returns the year represented by the current calendar widget's value.
getYear() - Method in interface conga.gui.DateInfo
Returns the current year value.
getYearPos() - Method in class conga.gui.DateFieldWidget
For use in subclasses;
Returns the position of the year, based on the current date format.
GFIX - Variable in class marimba.gui.PlayerPanel
 
gotFocus() - Method in class marimba.gui.PlayerPanel
Method that needs to be called when this panel gets the focus, it will only do something if the panel had the focus.
gotFocus(Event, Object) - Method in class marimba.gui.Widget
By default a widget calls this function when a gotFocus event occurs.
gotoLine(int) - Method in class conga.gui.RichTextEditorWidget
Goto the line with the given number
gotoNextNode() - Method in class marimba.gui.TreeNodeWidget
Go to the next node, used in handleEvent.
gotoOption(OptionWidget) - Method in class marimba.gui.OptionWidget
Goto the specified OptionWidget in the same group.
gotoPage(int) - Method in class marimba.gui.FolderWidget
Goto a new page by pagenumber.
gotoPage(int, boolean) - Method in class marimba.gui.FolderWidget
Goto a new page by pagenumber, with or without autoFocus.
gotoPage(String) - Method in class marimba.gui.Widget
Go to a page in the current folder.
gotoPage(String) - Method in class marimba.gui.PlayerUtil
Goto a named page.
gotoPage(String) - Method in class marimba.gui.FolderWidget
Goto a page by name.
gotoPage(String, String) - Method in class marimba.gui.Widget
Goto a page in a named folder.
gotoPage(Widget) - Method in class marimba.gui.FolderWidget
Goto a page by value.
gotoPage(Widget, boolean) - Method in class marimba.gui.FolderWidget
Goto a page by value, with or without the set autoFocus.
gotoPosition() - Method in class marimba.text.Mark
 
gotoPreviousNode() - Method in class marimba.gui.TreeNodeWidget
Go to the previous node, used in handleEvent.
GrayImageFilter - class conga.gui.GrayImageFilter.
A filter that turns an image into a gray image that looks 'disabled'.
GrayImageFilter(boolean, int) - Constructor for class conga.gui.GrayImageFilter
Construct a new filter that turns the image into a grayed out one.
grayOutWhenDisabled - Variable in class conga.gui.ToolbarButtonWidget
Specifies whether the icon of the toolbar button should be grayed out when the button is disabled.
green - Variable in class marimba.gui.ColorPickerWidget
The current value of the green slider.
GREEN - Static variable in interface marimba.gui.WidgetConstants
 
greenImage - Variable in class marimba.gui.ColorPickerWidget
The image for the green slider.
greenpix - Variable in class marimba.gui.ColorPickerWidget
 
greenTop - Variable in class marimba.gui.ColorPickerWidget
 
group - Variable in class conga.gui.MultiLineButtonWidget
Container around richtextbox, so the richtextbox does not overlap the borders of the button.
group - Variable in class marimba.gui.ButtonWidget
Buttons may be grouped.
GroupBoxWidget - class marimba.gui.GroupBoxWidget.
This group has an outline and potentially a label.
GroupBoxWidget() - Constructor for class marimba.gui.GroupBoxWidget
 
groupCount() - Method in class marimba.gui.ButtonWidget
Count the number of widgets in this group.
GroupWidget - class marimba.gui.GroupWidget.
Group widget container.
All widgets are containers, this widget however adds painting of the container background.
GroupWidget() - Constructor for class marimba.gui.GroupWidget
 

H

hadFocus - Variable in class marimba.gui.TreeWidget
The treeWidget needs to get the focus once, to select its first item.
handleCommand(Event, KeyboardCommand) - Method in class marimba.text.TextView
Keyboard commands (such as CutCopyPaste, Page Up/Down, Backward Char, etc, come here to be executed.
handleCommand(Event, KeyboardCommand) - Method in class marimba.text.editor.JavaWidget
 
handleEvent(Event) - Method in class conga.gui.FieldElement
Handle events, which means for the element widget:
When loosing focus, as field widget to adjust this element's value if necessary.
handleEvent(Event) - Method in class conga.gui.FieldWidget
Calls action when this field receives an action event from one of its elements; the action method of the field generates an action event that can be handled from somewhere else as a field action.
handleEvent(Event) - Method in class conga.gui.FileBrowserWidget
Handle the browse button events.
handleEvent(Event) - Method in class conga.gui.AbstractPopupMenu
Handles the necessary key and mouse events, that manipulates menu item in a generic way.
handleEvent(Event) - Method in class conga.gui.WidgetMenu
Handles keyboard events, in case this popup menu has keyboard focus.
handleEvent(Event) - Method in class conga.gui.FontWidget
Handle the events from the various parts of the font widget.
handleEvent(Event) - Method in class conga.gui.RichTextEditorWidget
Handle line-change and caret-change events.
handleEvent(Event) - Method in class conga.gui.SmartDDListBoxWidget
Handle key events, that will enable the smart lookup of the available choices.
handleEvent(Event) - Method in class conga.gui.PlayerWindow
Event handler, which does some tricky focus and window event handling.
handleEvent(Event) - Method in class conga.gui.HotGroupWidget
Tests for a mouse event inside the hot area and fires an event for a transition from hot to not hot.
handleEvent(Event) - Method in class conga.gui.MultiLineButtonWidget
Handle tips like all non-button widgets do it, since the current tip implementation of ButtonWidget seems to have bugs.
handleEvent(Event) - Method in class conga.gui.FlatButtonWidget
Handle the necessary mouse events in order to accomplish the rollover effect.
handleEvent(Event) - Method in class conga.gui.FlatMenuButtonWidget
Handle the necessary focus, mouse and keyboard events.
handleEvent(Event) - Method in class conga.gui.FlatDDTextBoxWidget
Handle the necessary mouse events in order to accomplish the rollover effect.
handleEvent(Event) - Method in class conga.gui.DividerWidget
Handles frame resize events.
handleEvent(Event) - Method in class conga.gui.CalendarWidget
Handle mouse and keyboard events for this calendar.
handleEvent(Event) - Method in class conga.gui.ToolbarButtonWidget
Handle the necessary mouse events in order to accomplish the rollover effect.
handleEvent(Event) - Method in class conga.gui.FlatColorButtonWidget
Handle the necessary mouse events in order to accomplish the rollover effect.
handleEvent(Event) - Method in class conga.gui.ControllerGroupWidget
handleEvent() gets the events and then passes them to the registered event listener.
handleEvent(Event) - Method in class conga.gui.VisualWidget
handleEnvent Call Back for UI Events
handleEvent(Event) - Method in class conga.gui.AudioControlWidget
Handle the button events.
handleEvent(Event) - Method in class conga.gui.WidgetMenuItem
Handles various events, like mouse events, resulting in the needed menu item behavior.
handleEvent(Event) - Method in class marimba.gui.Widget
Lets the widget handle an event.
handleEvent(Event) - Method in class marimba.gui.TextWidget
Change the cursor when necessary.
handleEvent(Event) - Method in class marimba.gui.TextBoxWidget
Handle mouse and character events.
handleEvent(Event) - Method in class marimba.gui.DropDownListBoxWidget
Handle events.
handleEvent(Event) - Method in class marimba.gui.DropDownComboBoxWidget
Handle events.
handleEvent(Event) - Method in class marimba.gui.RichTextBoxWidget
Forward events to the right widget during editing.
handleEvent(Event) - Method in class marimba.gui.ButtonWidget
Handle mouse events.
handleEvent(Event) - Method in class marimba.gui.CommandButtonWidget
Handle keyboard event when pressing return and do some defaultButton operations when it gets the focus.
handleEvent(Event) - Method in class marimba.gui.DropDownTextBoxWidget
Handle mouse and character events.
handleEvent(Event) - Method in class marimba.gui.ColorButtonWidget
Handle mouse events.
handleEvent(Event) - Method in class marimba.gui.ImageWidget
Handle mouse events.
handleEvent(Event) - Method in class marimba.gui.ScrollingContainerWidget
Handle scroll events.
handleEvent(Event) - Method in class marimba.gui.TableWidget
Event handler for mouse events.
handleEvent(Event) - Method in class marimba.gui.PopupMenu
Handle events.
handleEvent(Event) - Method in class marimba.gui.ColorPickerWidget
Handle the events.
handleEvent(Event) - Method in class marimba.gui.SpinBoxWidget
Handle user events.
handleEvent(Event) - Method in class marimba.gui.PlayerDialog
Handle an event.
handleEvent(Event) - Method in class marimba.gui.URLTextWidget
Handle an event.
handleEvent(Event) - Method in class marimba.gui.DropDownMenu
Handle mouse events: the owner receives all mouse drag and mouse up events from this dropdown menu, the user's value is set when an action event occurs by passing its setValue method an Integer object that is the index of the menu item.
handleEvent(Event) - Method in class marimba.gui.SparseDropDownMenu
Handle events.
handleEvent(Event) - Method in class marimba.gui.SpinBoxTextWidget
Handle user events, which means this widget does some things with the SpinBoxWidget it belongs to; SpinBoxTextWidget works very tightly with the SpinBoxWidget.
handleEvent(Event) - Method in class marimba.gui.TableContent
Handle events for selections.
handleEvent(Event) - Method in class marimba.gui.ListItemWidget
Handle events.
handleEvent(Event) - Method in class marimba.gui.StaticTextWidget
 
handleEvent(Event) - Method in class marimba.gui.PlayerPanel
Post an event to this presentation.
handleEvent(Event) - Method in class marimba.gui.TreeNodeWidget
Handle mouse and keyboard events.
handleEvent(Event) - Method in class marimba.gui.ListBoxWidget
Handle the keyboard events for setting the current choice and some other things.
handleEvent(Event) - Method in class marimba.gui.PlayerFrame
Event handler.
handleEvent(Event) - Method in class marimba.gui.Presentation
 
handleEvent(Event) - Method in class marimba.gui.ScrollbarWidget
Event handler for mouse events.
handleEvent(Event) - Method in class marimba.gui.TreeWidget
Handle the GOT_FOCUS event.
handleEvent(Event) - Method in class marimba.gui.AnimatedWidget
Handle mouse events.
handleEvent(Event) - Method in class marimba.gui.ColorPaletteWidget
Handle Events.
handleEvent(Event) - Method in class marimba.gui.WindowWidget
Handle events.
handleEvent(Event) - Method in class marimba.gui.ListBoxItemWidget
Handle events.
handleEvent(Event) - Method in class marimba.gui.AudioWidget
Play the enter/exit/click sound (if any).
handleEvent(Event) - Method in class marimba.gui.PopupMenuItemWidget
Handle mouse move events.
handleEvent(Event) - Method in class marimba.gui.OptionWidget
Handle arrowkey events: look for the next or previous widget in the group.
handleEvent(Event) - Method in class marimba.gui.MenuButtonWidget
Handle events.
handleEvent(Event) - Method in class marimba.gui.WidgetDialog
Handle events: handle the window things and post the other events to the widget.
handleEvent(Event) - Method in class marimba.gui.Tip
Handle mouse moves: make sure that when the parent is exited, the popup is not there anymore.
handleEvent(Event) - Method in class marimba.gui.SliderWidget
Event handler for possible mouse and keyboard events.
When the user tries to change the value, the widget can only take the values allowed by `incrementValue'.
handleEvent(Event) - Method in class marimba.gui.SparseDropDownComboBoxWidget
Handle events.
handleEvent(Event) - Method in class marimba.gui.FolderWidget
Handle mouse and keyboard events for controlling which page is visible in this folder.
handleEvent(Event) - Method in class marimba.text.TextView
 
handleEvent(Event, int) - Method in class marimba.gui.ListItemWidget
Handle an event for a particular column.
handlePreviousLine() - Method in class marimba.text.TextView
 
handsColor - Variable in class conga.gui.ClockWidget
The color of the other hands
hasChildren() - Method in class marimba.gui.TreeNodeWidget
True if the tree node has children.
hasChoice(String) - Method in class marimba.gui.ChoiceWidget
Check whether a choice with the given name exists.
hasCloseBox() - Method in class marimba.gui.WindowWidget
Check whether the window displays a close button in the upper right corner, in the title bar.
hasCorner() - Method in class marimba.gui.ScrollingContainerWidget
Check if this widget leaves the bottom-right corner open.
hasCorner() - Method in class marimba.gui.ListBoxWidget
Check if this widget leaves the bottom-right corner open.
hasDeprecatedFonts() - Method in class conga.gui.FontWidget
Check whether deprecated 1.1 fonts are displayed when running in a 1.1 or higher Java VM.
hasFixedWidth() - Method in class marimba.gui.DropDownListBoxWidget
Check whether the menu has a fixed width.
hasFocus() - Method in class marimba.gui.Widget
True if the current widget has the focus.
hash - Static variable in class marimba.gui.ImageCache
 
hash - Static variable in class marimba.gui.Dash
 
hash - Variable in class marimba.persist.PersistentState
 
hashCode() - Method in class marimba.gui.Pattern
Hashcode
hashCode() - Method in class marimba.gui.Dash
Hash
hashCode() - Method in class marimba.gui.Cell
Returns the hashcode for this Cell coordinate.
hashCode() - Method in class marimba.persist.FastHash
 
hashCode() - Method in class marimba.text.CharString
 
hashCode() - Method in class marimba.text.Style
 
hashCode() - Method in class marimba.text.keymap.KeyboardCommand
 
hasInheritedFont() - Method in class conga.gui.AbstractPopupMenu
Check whether the font of this menu has been explicitly set, or whether it is inherited.
hasInheritedFont() - Method in class conga.gui.WidgetMenuItem
Check whether the font of this menu item has been explicitly set, or whether it is inherited.
hasLine() - Method in class marimba.gui.ShapeWidget
Check if the shape draws a line.
hasScrollbar() - Method in class marimba.gui.RichTextBoxWidget
Check whether the RichTextBox displays a scrollbar.
hasSizeBox() - Method in class marimba.gui.WindowWidget
Check whether the window uses the resize box.
hasSpaceAt(int) - Method in class conga.gui.ToolbarWidget
Check whether this toolbar currently has a space at the specified index.
hasSubMenu() - Method in class conga.gui.WidgetMenuItem
Returns whether this menu item has a submenu.
hasTitels() - Method in class marimba.gui.FolderWidget
Checks if there is a page that has a title.
hDash - Variable in class marimba.gui.Dash
 
hdrFont - Variable in class marimba.gui.TableWidget
The font that has to be used for the header.
hdrFont - Variable in class marimba.gui.ListWidget
The font that has to be used for the header.
hdrHeight - Variable in class marimba.gui.ScrollingContainerWidget
The heigth of the header area above the container.
headerStyle - Variable in class marimba.gui.TableWidget
The current option for column headers.
headerStyleOptions - Static variable in class marimba.gui.TableWidget
The possible options for the column header style, which are none, plain, outline and raised.
height - Variable in class marimba.gui.Widget
The height of this widget.
HELP_ABOUT - Static variable in interface conga.gui.ImageConstants
 
HELP_SEARCH - Static variable in interface conga.gui.ImageConstants
 
hide() - Method in class conga.gui.PlayerWindow
Hide the window, which also stops the player panel.
hide() - Method in class marimba.gui.Widget
Hide the widget.
hide() - Method in class marimba.gui.PlayerDialog
Hides the dialog.
hide() - Method in class marimba.gui.PlayerFrame
Hide the frame.
hilite - Variable in class marimba.gui.Widget
The current hilite color.
hook - Variable in class marimba.gui.PlayerPanel
 
hookEnabled - Variable in class marimba.gui.PlayerPanel
True if keyboard events hook is enabled.
hookEnabled - Variable in class marimba.gui.Presentation
Deprecated. as of 2.2 and false.
hookFocus - Variable in class marimba.gui.PlayerPanel
True if keyboard events hook has focus.
HORIZONTAL - Static variable in interface marimba.gui.WidgetConstants
 
horz - Variable in class marimba.gui.ScrollingContainerWidget
The horizontal scrollbar.
horzmode - Variable in class marimba.gui.ScrollingContainerWidget
The mode for the horizontal scrollbar: never, optional or always.
horzmode - Variable in class marimba.gui.ListBoxWidget
The mode for the horizontal scrollbar: never, optional or always.
horzOptions - Static variable in class marimba.gui.ScrollingContainerWidget
The possible options for the horizontal scrollbar.
HOT_EVENT - Static variable in class conga.gui.HotGroupWidget
The event id, HOT.
hotEntry(Event) - Method in interface conga.intf.HotEventListener
Call back for a hot entry event.
HotEventListener - interface conga.intf.HotEventListener.
An interface allowing a listener to obtain notifiction of 1.0 hot events, entry and exit.
hotExit(Event) - Method in interface conga.intf.HotEventListener
Call back for an hot exit event.
HotGroupWidget - class conga.gui.HotGroupWidget.
This class provides general purpose events about a mouse entering/exiting the hot area of a bounded container.
HotGroupWidget() - Constructor for class conga.gui.HotGroupWidget
The public constructor to actually create a new instance of the HotGroupWidget.
hotInset - Variable in class conga.gui.HotGroupWidget
The inset of the hot area relative to the edge in pixels.
hsbar - Variable in class marimba.gui.RichTextBoxWidget
The horizontal scrollbar that a rich text box has when the no-wrap style is selected.
hsbar - Variable in class marimba.text.TextView
Horizontal Scrollbar associated with this widget.

I

icon - Variable in class conga.gui.ToolbarButtonWidget
Identifies which icon this toolbar button uses.
icon - Variable in class marimba.gui.Presentation
The name of the file containing the icon for this presentation.
iconOptions - Static variable in class conga.gui.ToolbarButtonWidget
The possible icons; this variable maps strings to the various id's as defined in the ImageResource class.
IDENTIFIER - Static variable in class marimba.io.ScannerInputStream
 
ImageCache - class marimba.gui.ImageCache.
This class fetches and caches images.
ImageCache(URL) - Constructor for class marimba.gui.ImageCache
Create a cached image.
ImageConstants - interface conga.gui.ImageConstants.
This interface defines a couple of image id's (constants) that can be used in other classes by implementing this interface.
ImageResource - class conga.gui.ImageResource.
A class that contains several images that are used a lot in applications, like toolbar images (file-open, file-save, etc.).
ImageResource() - Constructor for class conga.gui.ImageResource
This class is not to be instantiated.
imageUpdate(Image, int, int, int, int, int) - Method in class conga.gui.PixelWidget
Update the image.
imageUpdate(Image, int, int, int, int, int) - Method in class conga.gui.AnimatedGifWidget
Check whether the next frame of the image is ready.
imageUpdate(Image, int, int, int, int, int) - Method in class marimba.gui.Widget
Update the widget after more image data arrive.
imageUpdate(Image, int, int, int, int, int) - Method in class marimba.gui.CommandButtonWidget
Update the image.
imageUpdate(Image, int, int, int, int, int) - Method in class marimba.gui.ImageWidget
Update the image.
imageUpdate(Image, int, int, int, int, int) - Method in class marimba.gui.Pattern
More of the original image has arrived.
imageUpdate(Image, int, int, int, int, int) - Method in class marimba.gui.PlayerPanel
Set the icon image once the image has arrived.
imageUpdate(Image, int, int, int, int, int) - Method in class marimba.gui.AnimatedImageWidget
Update the image.
ImageWidget - class marimba.gui.ImageWidget.
A widget that displays an image.
ImageWidget() - Constructor for class marimba.gui.ImageWidget
The constructor uses the default "archiv.gif", from CLASSPATH.
img - Variable in class conga.gui.PixelWidget
the image for this pixel widget
img - Variable in class marimba.gui.CommandButtonWidget
The image that is used for the command button.
img - Variable in class marimba.gui.ImageWidget
The image displayed by this widget.
img - Variable in class marimba.gui.ImageCache
 
img - Variable in class marimba.gui.TreeNodeWidget
The image that is displayed as the tree node icon.
imgHeight - Variable in class marimba.gui.ColorPickerWidget
 
imgLeft - Variable in class marimba.gui.ColorPickerWidget
offsets for drawing
imglen - Variable in class marimba.gui.Dash
 
imgs - Variable in class marimba.gui.AnimatedImageWidget
The array of images to loop through.
imgWidth - Variable in class marimba.gui.ColorPickerWidget
 
imgx - Variable in class marimba.gui.AnimatedImageWidget
The current x-position of the image being displayed.
imgy - Variable in class marimba.gui.AnimatedImageWidget
The current y-position of the image being displayed.
INCLOSE - Static variable in class marimba.gui.WindowWidget
Constant representing the close button
increment - Variable in class marimba.gui.SpinBoxWidget
The increment value.
incrementValue - Variable in class marimba.gui.SliderWidget
The number of values to skip before changing value.
INDENT1 - Static variable in class marimba.gui.TreeNodeWidget
the length of the dashed line before the plus sign of this node
INDENT2 - Static variable in class marimba.gui.TreeNodeWidget
the number of pixels to let child nodes indent
indentTo(int, int) - Method in class marimba.text.Text
Indent to the specified destination column, starting at the specified position, using the smallest combination of Tabs and Spaces as possible.
indexOf(ListItemWidget) - Method in class marimba.gui.ListWidget
Get the index of an item.
indexOf(PopupMenuItemWidget) - Method in class marimba.gui.PopupMenu
Return index of given item.
indexOf(PopupMenuItemWidget) - Method in class marimba.gui.SparseDropDownMenu
Return index of given item.
indexOf(WidgetMenuItem) - Method in class conga.gui.WidgetMenu
Get the index of given item inside this menu.
indHeight - Variable in class marimba.gui.SliderWidget
The height of the slider indicator.
INDRAG - Static variable in class marimba.gui.WindowWidget
Constant representing dragging.
indWidth - Variable in class marimba.gui.SliderWidget
The width of the slider indicator.
inheritFont() - Method in class marimba.gui.Widget
Inherit the font from the widget's parent.
inheritForeground() - Method in class marimba.gui.TextBoxWidget
Inherit the foreground color manually.
init() - Method in class opendoors.storage.FileControllerSA.OpenFile
Establishes references to widgets in the presentation.
init() - Method in class conga.gui.FieldWidget
When initializing, also add the elements by calling createElements and after that do a layout to make sure they are positioned correctly.
init() - Method in class conga.gui.FileBrowserWidget
When initializing, add the textbox and browse button.
init() - Method in class conga.gui.MultiLineButtonWidget
When initializing, add the RichTextBoxWidget if necessary.
init() - Method in class conga.gui.ToolbarButtonWidget
Starts loading the image, which means the image is pre-loaded even before the widget is started.
init() - Method in class conga.gui.VisualWidget
 
init() - Method in class conga.gui.AudioControlWidget
When initialized, this audio control adds itself to the list with controls.
init() - Method in class marimba.gui.AdapterImpl
 
init() - Method in class marimba.gui.Widget
Called to initialize a widget.
init() - Method in class marimba.gui.GroupWidget
Initialize this group widget.
init() - Method in class marimba.gui.ImageWidget
Start loading the image if preload is set.
init() - Method in interface marimba.gui.WidgetAdapter
Invoked once after the widget and its properties have been loaded.
init() - Method in class marimba.gui.Pattern
Initialize this pattern.
init() - Method in class marimba.gui.PresentationWidget
Load the presentation when the widget is started.
init() - Method in class marimba.gui.ListItemWidget
Initialize the item.
init() - Method in class marimba.gui.PlayerApplet
Initialize the applet.
init() - Method in class marimba.gui.AWTWidget
Initialize the widget.
init() - Method in class marimba.gui.AppletWidget
Initialize the applet.
init() - Method in class marimba.gui.AnimatedImageWidget
Load the animation frames.
init() - Method in class marimba.gui.Dash
Initialise this Dash.
init() - Method in class marimba.gui.ComponentWidget
Initialize the component.
init(Widget) - Method in class conga.gui.CongaAdapter
Initializes the controller when the GUI is initialized allowing this class to obtain a handle on the after the GUI has initialized itself and passes in a reference to itself which the specialized controller casts and then manages.
init(Widget) - Method in interface conga.gui.CongaContainerController
Initializes the controller after the GUI has initialized itself and passes in a reference to itself which the specialized controller casts and then manages.
initAdapter(Widget) - Method in class marimba.gui.AdapterImpl
 
initAdapter(Widget) - Method in interface marimba.gui.WidgetAdapter
Call to adapter at creation time to provide a reference to the creating widget.
initAll() - Method in class marimba.gui.TextBoxWidget
Initialise the widget and its children.
initController() - Method in class opendoors.storage.FileController
 
initController() - Method in class conga.gui.CongaAdapter
Convenience method called to initialize references.
initialized - Variable in class marimba.gui.Pattern
 
initPattern(Image) - Method in class marimba.gui.Pattern
Initialize the pattern image from the original.
initTemplate(ContainerWidget, String, String) - Method in class conga.gui.VisualWidget
Initialize a gui object from a file template.
inMenu() - Method in class conga.gui.FlatDDTextBoxWidget
Returns whether the currently focused widget is the dropdown that belongs to the parent of this widget:
if the parent is a FlatDDComboBoxWidget or a FlatDDListBoxWidget it will ask for their currentDropDown, otherwise it will just check whether the currently focused widget is an instance of DropDownMenu.
inputValue - Variable in class marimba.gui.ScrollbarWidget
The value set by the user, but not set as the scrollbarValue.
This is necessary if autoSetValue is false.
insert(char) - Method in class conga.gui.FieldElement
When trying to insert the given character, test whether the new character is allowed by calling isValidValue of the field.
insert(char) - Method in class marimba.gui.TextWidget
Insert a character.
insert(char) - Method in class marimba.gui.TextBoxWidget
Insert a character.
insert(char) - Method in class marimba.gui.RichTextBoxWidget
Insert a character.
insert(char) - Method in class marimba.gui.SpinBoxTextWidget
Insert a character; only integers are allowed! It will do nothing if the new character will result in an invalid number, the new character will overwrite the old character at that position or it will be appended at the end if appropriate of course.
insert(char[], int, int, int) - Method in class marimba.text.Text
Inserts LENGTH bytes from BYTES at offset OFF into this text buffer at POS.
insert(InputStream, int) - Method in class marimba.text.Text
Inserts stream IN at POS, until EOF is reached.
insert(int) - Method in class marimba.text.TextView
 
insert(int, int) - Method in class marimba.text.Text
Inserts character C at POS into this text.
insert(PopupMenuItemWidget, int) - Method in class marimba.gui.PopupMenu
Insert a menu item at the given position by giving the item directly.
insert(String) - M