Index of all Fields and Methods
All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- action().
Method in class marimba.gui.FolderWidget
- A page was turned.
- action().
Method in class marimba.gui.ListItemWidget
- The user has double clicked on this item.
- action().
Method in class marimba.gui.MenuButtonWidget
- Perform the default action.
- action().
Method in class marimba.gui.SpinBoxTextWidget
- The user tried to change the value.
- action().
Method in class marimba.gui.TableWidget
- The user performed an action.
- action().
Method in class marimba.gui.TextBoxWidget
- Perform the default action.
- action().
Method in class marimba.gui.TreeNodeWidget
- The user double clicked this node.
- 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.URLTextWidget
- The url is being followed.
- action().
Method in class marimba.gui.Widget
- Execute the action associated with this widget.
- 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.
- add(ClockClient).
Method in class marimba.gui.Clock
-
- add(ClockClient, long, Object).
Method in class marimba.gui.Clock
-
- add(int, Widget).
Method in class marimba.gui.Widget
- Add a widget at a given position.
- add(PopupMenuItemWidget).
Method in class marimba.gui.PopupMenu
- Add a menu item by giving the menu item directly.
- add(Properties, String).
Method in class marimba.desktop.AppMenuBar
- Add a menu to the menubar from a property.
- add(Properties, String, String).
Method in class marimba.desktop.AppMenuBar
- Add a menu to the menubar.
- add(String).
Method in class marimba.desktop.AppMenuBar
- Add a menu to the menubar from a property.
- add(String).
Method in class marimba.gui.PopupMenu
- Add a menu item.
- add(String, int).
Method in class marimba.persist.Options
- Add a binding from a name to a number.
- add(String, int).
Method in class marimba.persist.PersistentObject
-
- add(String, String).
Method in class marimba.desktop.AppMenuBar
- Add a menu to the menubar given a description.
- 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.
- add(Widget).
Method in class marimba.gui.Widget
- Add a widget.
- 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.
- addChoice(String).
Method in class marimba.gui.ChoiceWidget
- Append a choice to the list of possible choices.
- addColumn().
Method in class marimba.gui.TableWidget
- Append an empty column without header.
- addColumn(String).
Method in class marimba.gui.TableWidget
- Append an empty column to this table.
- addColumn(String, int).
Method in class marimba.gui.ListWidget
- Add a column.
- addColumn(String, int).
Method in class marimba.gui.TableWidget
- Append an empty column with the given width to this table.
- 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.
- addMenuShortcut(String, String, String, String, String).
Method in class marimba.desktop.Desktop
-
- addPage(PageWidget).
Method in class marimba.gui.FolderWidget
- Add a new page.
- addPropsFrom(Props).
Method in class marimba.util.Props
-
- 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.
- addShortcut(String, String, String, String).
Method in class marimba.desktop.Desktop
-
- 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.
- addSynonym(String, int).
Method in class marimba.persist.Options
- Add a synonym that is being fased out...
- addTaskIcon(int, String, String, TaskIconHandler).
Method in class marimba.desktop.Desktop
-
- addView(TextView).
Method in class marimba.text.Text
- Adds a new text view to views.
- adjustSize().
Method in class marimba.gui.URLTextWidget
- Resizes this widget to the size of the text.
- 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.
- advance().
Method in class marimba.gui.AnimatedWidget
- Advance the animation.
- align.
Variable in class marimba.gui.CheckBoxWidget
- The current alignment.
- 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.GroupBoxWidget
- The current alignment of the label.
- align.
Variable in class marimba.gui.SpinBoxWidget
- The value can be displayed at the right, left or centered.
- align.
Variable in class marimba.gui.TableColumn
- The alignment within this column: LEFT, RIGHT or CENTER.
- 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.URLTextWidget
- Text can be aligned to the left, right or can be centered.
- alignOptions.
Static variable in class marimba.gui.CheckBoxWidget
- The available options for the alignment.
- alignOptions.
Static variable in class marimba.gui.DropDownListBoxWidget
- The possible options for the alignment.
- alignOptions.
Static variable in class marimba.gui.GroupBoxWidget
- The possible options for the alignment.
- alignOptions.
Static variable in class marimba.gui.SpinBoxWidget
- The possible options for the alignment.
- alignOptions.
Static variable in class marimba.gui.TextBoxWidget
- The possible options for the align.
- alignOptions.
Static variable in class marimba.text.TextView
-
- alignOptions.
Static variable in class marimba.gui.URLTextWidget
- The possible options for the align.
- alignStrings.
Static variable in class marimba.text.Style
-
- ALWAYS.
Static variable in interface marimba.gui.WidgetConstants
-
- 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().
Constructor for class marimba.gui.AnimatedTextWidget
- Constructor.
- AnimatedWidget().
Constructor for class marimba.gui.AnimatedWidget
-
- ANYWHERE.
Static variable in interface marimba.gui.WidgetConstants
-
- AppCheckboxMenuItem(String, String, String, String).
Constructor for class marimba.desktop.AppCheckboxMenuItem
-
- append(char).
Method in class marimba.gui.RichTextBoxWidget
- Append to the end of text.
- append(char).
Method in class marimba.gui.TextWidget
- Append to the end of text.
- append(String).
Method in class marimba.text.ByteString
-
- append(String).
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.
- appendLog(byte[]).
Method in interface marimba.channel.ApplicationContext
- Logs an array of bytes for the channel.
- appendLog(String).
Method in interface marimba.channel.ApplicationContext
- Logs a String for the channel.
- 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.
- appletResize(int, int).
Method in class marimba.channel.AppletViewer
-
- appletResize(int, int).
Method in class marimba.gui.AppletWidget
-
- AppletViewer().
Constructor for class marimba.channel.AppletViewer
-
- AppletWidget().
Constructor for class marimba.gui.AppletWidget
-
- ApplicationFrame().
Constructor for class marimba.channel.ApplicationFrame
-
- ApplicationPlayerFrame().
Constructor for class marimba.channel.ApplicationPlayerFrame
- Create a new ApplicationPlayerFrame.
- applyProperties(PropertyList).
Method in class marimba.gui.PageWidget
- Repaint the folder after the properties have
been applied, the tabs may have changed.
- 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.Widget
- Apply new properties to an object
- 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.Text
-
- applyStyleChange(StyleChange, int, int).
Method in class marimba.text.TextView
- This applies a style change to the specified region.
- applyStyleChangeCheck(StyleChange, int, int).
Method in class marimba.text.Text
- Applies a style change to the range from POS0 to POS1.
- AppMenuBar().
Constructor for class marimba.desktop.AppMenuBar
- Create an empty menu bar.
- AppMenuBar(Properties, String).
Constructor for class marimba.desktop.AppMenuBar
- Create a menu bar from a resource
- AppMenuBar(String).
Constructor for class marimba.desktop.AppMenuBar
- Create a menu bar from a resource
- AppMenuItem(String, String, String, String).
Constructor for class marimba.desktop.AppMenuItem
-
- ASCENDING.
Static variable in interface marimba.gui.WidgetConstants
-
- AudioCache().
Constructor for 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.
- 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.
- AudioWidget().
Constructor for class marimba.gui.AudioWidget
- Constructor.
- 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.
- available().
Method in class marimba.io.DecoderStream
- How many character remain
- available().
Method in class marimba.io.FastInputStream
-
- available().
Method in class marimba.io.MD5InputStream
-
- available().
Method in class marimba.io.RAFInputStream
-
- AWTWidget().
Constructor for class marimba.gui.AWTWidget
-
- background.
Variable in class marimba.gui.Widget
- The current background.
- 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.
- 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
-
- BinaryPersistentState().
Constructor for class marimba.persist.BinaryPersistentState
-
- BLINK.
Static variable in interface marimba.gui.WidgetConstants
-
- BLOCK.
Static variable in class marimba.util.Checksum
- Unit size in bytes that checksums are calculated by.
- BLOCK_MASK.
Static variable in class marimba.util.Checksum
-
- 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.
- BOTH.
Static variable in interface marimba.gui.WidgetConstants
-
- BOTTOM.
Static variable in interface marimba.gui.WidgetConstants
-
- bounds().
Method in class marimba.gui.Widget
- Get the bounds as a Rectangle object.
- BOXED.
Static variable in interface marimba.gui.WidgetConstants
-
- buf.
Variable in class marimba.io.FastInputStream
-
- buf.
Variable 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
-
- ButtonWidget().
Constructor for class marimba.gui.ButtonWidget
-
- byteAt(int).
Method in class marimba.text.Text
- Returns the byte at POS.
- ByteString().
Constructor for class marimba.text.ByteString
-
- ByteString(byte[], int, int).
Constructor for class marimba.text.ByteString
-
- ByteString(String).
Constructor for class marimba.text.ByteString
-
- CARET.
Static variable in class marimba.text.TextView
-
- caretColor.
Variable in class marimba.text.TextView
-
- caretPos.
Variable in class marimba.gui.TextBoxWidget
- The current position of the caret.
- 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.
- 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
-
- changeTaskIcon(int, String, String).
Method in class marimba.desktop.Desktop
-
- channelFileExists(String).
Method in interface marimba.channel.ApplicationContext
- Returns true if the specified path exists for this channel.
- CHAR.
Static variable in interface marimba.gui.WidgetConstants
-
- CHAR_WRAP.
Static variable in class marimba.text.Style
-
- CHECK.
Static variable in interface marimba.gui.WidgetConstants
-
- CheckBoxWidget().
Constructor for class marimba.gui.CheckBoxWidget
- Default constructor.
- CheckBoxWidget(String, boolean).
Constructor for class marimba.gui.CheckBoxWidget
- Constructor with label
- checkDesktopMethod().
Method in interface marimba.desktop.DesktopSecurity
-
- Checksum().
Constructor for class marimba.util.Checksum
- Create an empty checksum.
- Checksum(char[]).
Constructor for class marimba.util.Checksum
- Create a checksum from an array of characaters.
- Checksum(char[], int, int).
Constructor for class marimba.util.Checksum
- Create a checksum from an array of characaters.
- Checksum(FastInputStream).
Constructor for class marimba.util.Checksum
- Read a checksum from an input stream.
- Checksum(long, long).
Constructor for class marimba.util.Checksum
- Create a checksum from two longs.
- Checksum(long[]).
Constructor for class marimba.util.Checksum
- Create a checksum from an array of two longs.
- Checksum(String).
Constructor for class marimba.util.Checksum
- Create a checksum from a string.
- checksum1.
Variable in class marimba.util.Checksum
- The checksum.
- checksum2.
Variable in class marimba.util.Checksum
-
- checkURL(String).
Method in interface marimba.desktop.DesktopSecurity
-
- ChoiceWidget().
Constructor for class marimba.gui.ChoiceWidget
- Default constructor.
- ChoiceWidget(int, String[]).
Constructor for class marimba.gui.ChoiceWidget
- Constructor for constructing a choiceWidget with
a given number of choices.
- 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 marimba.gui.ListWidget
- Clear all items.
- clear().
Method in class marimba.util.Props
-
- clear().
Method in class marimba.gui.RichTextBoxWidget
- Clear the text.
- clear().
Method in class marimba.text.Text
- Deletes all the text in the buffer.
- clear().
Method in class marimba.gui.TextWidget
- Clear the text.
- clear().
Method in class marimba.gui.TreeNodeWidget
- Remove all the children of this node.
- clear().
Method in class marimba.gui.TreeWidget
- Make the tree empty again: remove all nodes.
- clearDirectory(File).
Static method in class marimba.desktop.FileSystem
- Clear a directory (all files in it, but not the directory
itself).
- 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.
- clearMenuShortcuts(String).
Method in class marimba.desktop.Desktop
-
- clearPopups().
Method in class marimba.gui.PlayerPanel
- Clear all popups.
- clearPopups().
Method in class marimba.gui.Widget
- Clear any popups associated with this widget.
- clearSelection().
Method in class marimba.gui.ListWidget
- Select an item.
- 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.
- CLIPBOARD.
Static variable in class marimba.desktop.Desktop
-
- Clock().
Constructor for class marimba.gui.Clock
-
- clone().
Method in class marimba.desktop.BMP
- I have no clue why I have to put this here, but if
I take this out the image infra structure clones my
filter and I loose my data.
- clone().
Method in class marimba.util.Props
-
- clone().
Method in class marimba.text.Style
-
- close().
Method in class marimba.io.EncoderStream
-
- close().
Method in class marimba.io.FastInputStream
-
- close().
Method in class marimba.io.FastOutputStream
-
- close().
Method in class marimba.io.MD5InputStream
-
- close().
Method in class marimba.io.MD5OutputStream
-
- close().
Method in class marimba.gui.PlayerDialog
- Hide and dispose the frame.
- close().
Method in class marimba.io.RAFInputStream
-
- close().
Method in class marimba.io.RAFOutputStream
-
- closeBox.
Variable in class marimba.gui.WindowWidget
- The window can have a closeBox, which hides the window.
- closeDown.
Variable in class marimba.gui.WindowWidget
-
- cmd.
Variable in class marimba.desktop.AppMenuItem
-
- code.
Variable in class marimba.gui.AppletWidget
- The applet code.
- colHash.
Static variable in class marimba.gui.ColorPaletteWidget
- A hashtable with the default colors.
- colHeaders.
Variable in class marimba.gui.TableWidget
- The current option for column headers.
- colHeadersOptions.
Static variable in class marimba.gui.TableWidget
- The possible options for the column header style,
which are none, plain, outline and raised.
- collapse().
Method in class marimba.gui.TreeNodeWidget
- Collapse the node.
- collapse(boolean).
Method in class marimba.gui.TreeNodeWidget
- Collapse the node.
- collapseAll().
Method in class marimba.gui.TreeNodeWidget
- Collapse all children.
- collapseAll().
Method in class marimba.gui.TreeWidget
- Collapse all.
- collapseAll(boolean).
Method in class marimba.gui.TreeNodeWidget
- Collapse all children.
- collapseAll(boolean).
Method in class marimba.gui.TreeWidget
- Collapse all
- collapsed.
Variable in class marimba.gui.TreeNodeWidget
- True if the node is collapsed, the children are invisible.
- color.
Variable in class marimba.gui.ColorButtonWidget
- The current color value of this button.
- ColorButtonWidget().
Constructor for class marimba.gui.ColorButtonWidget
- Constructor
- ColorButtonWidget(Color).
Constructor for class marimba.gui.ColorButtonWidget
- Constructor which also sets the color.
- ColorPaletteWidget(ColorButtonWidget).
Constructor for class marimba.gui.ColorPaletteWidget
- Constructor, which takes the colorbutton this widget
belongs to and pops up the palette immediatly.
- 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.
- colPadding.
Variable in class marimba.gui.TableWidget
- The number of pixels space at the left and right
of each cell.
- COLS.
Static variable in class marimba.gui.ColorPaletteWidget
- The number of columns for this color palette.
- columnCount.
Variable in class marimba.gui.TableWidget
- The number of columns.
- columnCount().
Method in class marimba.gui.TableWidget
- Get the number of columns.
- 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 column display index to a 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
- Get the width of all the columns together.
- combine(Checksum).
Method in class marimba.util.Checksum
-
- 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 component.
- compareTo(Sortable, Object).
Method in interface marimba.util.Sortable
-
- compareTo(Sortable, Object).
Method in class marimba.gui.TableRow
- Compare this row to another row based on the given column index.
- component.
Variable in class marimba.gui.ComponentWidget
- The string describing what the component is.
- ComponentWidget().
Constructor for class marimba.gui.ComponentWidget
-
- configureServer(String).
Method in class marimba.desktop.Desktop
- Allows the user to configure the properties of the
given dialup connection.
- configureUser(String, String).
Method in class marimba.desktop.Desktop
- Sets the user/password fields for a dialup connection.
- constrained.
Variable in class marimba.gui.ScrollbarWidget
- Constrain to maxValue - pageSize.
- constrained.
Variable in class marimba.gui.ScrollingContainerWidget
- Determines whether the scrollbars should be constrained.
- container.
Variable in class marimba.gui.PopupMenu
- The popupmenu uses a scrolling container to
display the popup menu items.
- ContainerWidget().
Constructor for class marimba.gui.ContainerWidget
- Create the container, and create the content area
if necessary.
- content.
Variable in class marimba.gui.ContainerWidget
-
- CONTENT.
Static variable in interface marimba.gui.WidgetConstants
-
- context.
Variable in class marimba.channel.ApplicationFrame
- The context of this application.
- context.
Variable in class marimba.channel.ApplicationPlayerFrame
- The context of this application.
- contHeight.
Variable in class marimba.gui.ScrollingContainerWidget
- The height of the content.
- contWidth.
Variable in class marimba.gui.ScrollingContainerWidget
- The width of the content.
- COPY.
Static variable in class marimba.text.TextView
-
- corner.
Variable in class marimba.gui.ListBoxWidget
- This widget can leave the bottom-right corner open.
- corner.
Variable in class marimba.gui.ScrollingContainerWidget
- 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
- createClass(byte[]).
Method in class marimba.persist.ScriptClassLoader
- Create a class from an array of bytes.
- createFile(File).
Static method in class marimba.desktop.FileSystem
- Create a file.
- 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 to be used for double buffering.
- createImages().
Method in class marimba.gui.ColorPickerWidget
- Set the colors.
- createPicker().
Method in class marimba.gui.ColorPaletteWidget
- Creates the colorpicker presentation that
is being shown in the colorpicker dialog.
- createPlayerPanel(Object).
Method in class marimba.gui.PlayerDialog
- Create the PlayerPanel.
- createPlayerPanel(Object).
Method in class marimba.gui.PlayerFrame
- Create the PlayerPanel.
- current.
Variable in class marimba.gui.ChoiceWidget
- The current choice.
- current.
Variable in class marimba.gui.FolderWidget
- The number of the current page.
- current.
Variable in class marimba.gui.PopupMenu
- The currently selected item.
- currentFocus().
Method in class marimba.gui.PlayerPanel
- Return the current focus.
- currentFocus().
Method in class marimba.gui.Widget
- Get the widget that has 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.
- 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.
- 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
-
- Dash(int, int, Color, Color).
Constructor for class marimba.gui.Dash
- Create a new dask of a given length, width and color combination.
- 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.
- data.
Variable in class marimba.text.ByteString
-
- data.
Variable in class marimba.gui.TableRow
- A row stores its data.
- data.
Variable in class marimba.text.Text
- The actual characters.
- DATA_AVAILABLE_EVENT.
Static variable in interface marimba.channel.Application
- An event with this ID is posted to the Application when new
application data is available for installation.
- DATA_INSTALLED_EVENT.
Static variable in interface marimba.channel.Application
-
- DATA_NOTIFY_EVENT.
Static variable in interface marimba.channel.Application
-
- DATA_UPDATE_EVENT.
Static variable in interface marimba.channel.Application
-
- DecoderStream(InputStream).
Constructor for class marimba.io.DecoderStream
- Constructor
- defaultBackground.
Static variable in class marimba.gui.Widget
- The default background color.
- defaultCursor.
Variable in class marimba.gui.Presentation
- The mouse cursor for this presentation.
- defaultFont.
Static variable in class marimba.gui.Widget
- The default font.
- defaultForeground.
Static variable in class marimba.gui.Widget
- The default foreground color.
- 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
-
- defaultKeymap.
Static variable in class marimba.text.TextView
- The default keymap to use.
- defaultSelectFont.
Static variable in class marimba.gui.FolderWidget
-
- defaultTabFont.
Static variable in class marimba.gui.FolderWidget
-
- delete().
Method in class marimba.gui.RichTextBoxWidget
- Clear the current selection.
- delete().
Method in class marimba.gui.TextBoxWidget
- Clear the current selection.
- delete().
Method in class marimba.gui.TextWidget
- 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.
- 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
-
- deleteItem(int).
Method in class marimba.gui.ListWidget
- Delete an item
- 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
-
- deleteTaskIcon(int).
Method in class marimba.desktop.Desktop
-
- 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.
- DESCENDING.
Static variable in interface marimba.gui.WidgetConstants
-
- deselectAllRows().
Method in class marimba.gui.TableWidget
- Deselect all rows.
- 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.
- Desktop().
Constructor for class marimba.desktop.Desktop
-
- destroy().
Method in class marimba.gui.AppletWidget
- Destroy the applet.
- destroy().
Method in class marimba.gui.AWTWidget
- Destroy the AWT component.
- destroy().
Method in class marimba.gui.ListItemWidget
- Destroy the item.
- destroy().
Method in class marimba.gui.PlayerApplet
- Destroy the applet.
- destroy().
Method in class marimba.gui.PlayerPanel
- Call this when the panel is disposed.
- destroy().
Method in class marimba.gui.Widget
- Called to destroy a widget.
- DETACHED.
Static variable in interface marimba.gui.WidgetConstants
-
- detectFollow.
Variable in class marimba.gui.URLTextWidget
- A link can detect whether it has been followed.
- diagonal.
Variable in class marimba.gui.LineWidget
- When a line is diagonal, it can go up or down.
- DIAGONAL.
Static variable in interface marimba.gui.WidgetConstants
-
- diagonalOptions.
Static variable in class marimba.gui.LineWidget
- The possible options when a line is diagonal.
- DIALUP_NO_PASSWORD.
Static variable in class marimba.desktop.Desktop
-
- DIALUP_NO_USERNAME.
Static variable in class marimba.desktop.Desktop
-
- DIALUP_OK.
Static variable in class marimba.desktop.Desktop
-
- DIALUP_SERVER_ERROR.
Static variable in class marimba.desktop.Desktop
-
- DIALUP_SERVER_UNKNOWN.
Static variable in class marimba.desktop.Desktop
-
- DIALUPNET.
Static variable in class marimba.desktop.Desktop
-
- 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.
- 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.AnimatedWidget
- When disabling also stop the animation,
otherwise start the animation again.
- disable(boolean).
Method in class marimba.gui.DropDownListBoxWidget
- Disable the textbox too, if there is one.
- disable(boolean).
Method in class marimba.gui.ListBoxWidget
- Disable the list, when disabling/enabling.
- disable(boolean).
Method in class marimba.gui.RichTextBoxWidget
- Disable this text
- disable(boolean).
Method in class marimba.gui.ScrollingContainerWidget
- Disable/enable the scrollbarst, when disabling/enabling.
- disable(boolean).
Method in class marimba.gui.SpinBoxWidget
- When this widget is disabled, the SpinBoxTextWidget is disabled.
- disable(boolean).
Method in class marimba.gui.Widget
- Disable the widget.
- disabled.
Variable in class marimba.gui.Widget
- A disabled widget does not accept any user input.
- DisableNetwork().
Method in class marimba.desktop.Desktop
- Signals that the caller is done using the network connection.
- displayIndex.
Variable in class marimba.gui.TableColumn
- The index when displaying this column.
- dispose().
Method in class marimba.desktop.Desktop
-
- dispose().
Method in class marimba.gui.PlayerDialog
- Dispose the frame
- dispose().
Method in class marimba.gui.PlayerFrame
- Dispose the frame
- down.
Variable in class marimba.gui.ButtonWidget
-
- down.
Variable in class marimba.gui.ColorButtonWidget
- indicates whether the button is currently down
- down.
Variable in class marimba.gui.SpinBoxTextWidget
- Indicates whether one of the buttons is lowered.
- DOWN.
Static variable in interface marimba.gui.WidgetConstants
-
- DRAG.
Static variable in interface marimba.gui.WidgetConstants
-
- 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, int, int, int, int).
Static method in class marimba.gui.Bevel
- Paint a PC-style 3D 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
- 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 Border.
- DRIVE_CDROM.
Static variable in class marimba.desktop.Desktop
-
- DRIVE_FIXED.
Static variable in class marimba.desktop.Desktop
-
- DRIVE_INVALID.
Static variable in class marimba.desktop.Desktop
-
- DRIVE_REMOTE.
Static variable in class marimba.desktop.Desktop
-
- DRIVE_REMOVABLE.
Static variable in class marimba.desktop.Desktop
-
- 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().
Constructor for class marimba.gui.DropDownListBoxWidget
- Constructor.
- DropDownListBoxWidget(String, int, int, String).
Constructor for class marimba.gui.DropDownListBoxWidget
- Constructor.
- DropDownMenu(Widget, String[], boolean).
Constructor for class marimba.gui.DropDownMenu
- Constructor without setting the max number of visible items.
- DropDownMenu(Widget, String[], boolean, int).
Constructor for class marimba.gui.DropDownMenu
- Constructor: Show a dropDownMenu that belongs to the given widget.
- 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.
- 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.
- editable.
Variable in class marimba.gui.TextWidget
- A textWidget can be editable or not editable.
- 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.
- editor.
Variable in class marimba.gui.Widget
- The editor for inline editing.
- enable().
Method in class marimba.gui.Widget
- Enable the widget.
- enable(String, boolean).
Method in class marimba.desktop.AppMenuBar
- Enable the named menu or menu item.
- EnableNetwork(NetWatcher).
Method in class marimba.desktop.Desktop
- Checks whether the network is enabled.
- encode(byte[], int).
Static method in class marimba.io.EncoderStream
- Encode a buffer.
- EncoderStream(OutputStream).
Constructor for class marimba.io.EncoderStream
-
- 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.
- Environment().
Constructor for class marimba.util.Environment
-
- EOF.
Static variable in class marimba.io.ScannerInputStream
-
- equals(long, long).
Method in class marimba.util.Checksum
- Check if a checksum is equal to two longs.
- equals(Object).
Method in class marimba.text.ByteString
-
- equals(Object).
Method in class marimba.util.Checksum
- Check if a checksum is equal to another object.
- equals(Object).
Method in class marimba.gui.Dash
- Equality
- equals(Object).
Method in class marimba.gui.Pattern
- Equality.
- equals(Object).
Method in class marimba.text.Style
-
- error.
Variable in class marimba.persist.PersistentState
-
- error.
Static variable in class marimba.gui.Presentation
-
- 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 marimba.gui.RichTextBoxWidget
- Checks whether the given event is within the text view.
- eventInText(Event).
Method in class marimba.gui.SpinBoxTextWidget
- Event is not in text area when it is on button.
- 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.URLTextWidget
- Checks whether the coordinates of the given event are
within the area where the text is.
- ex.
Static variable in class marimba.desktop.Desktop
-
- exclusive.
Variable in class marimba.gui.ListWidget
- If a ListWidget is exclusive and it has ListItemWidgets,
then more ListItemWidgets can be selected at the same time,
because ListItems check this property in their List.
- EXCLUSIVE.
Static variable in interface marimba.gui.WidgetConstants
-
- exitSound.
Variable in class marimba.gui.AudioWidget
- The URL of the sound that is played
when the mouse exits this widget.
- expand().
Method in class marimba.gui.TreeNodeWidget
- Expand the node.
- expandAll().
Method in class marimba.gui.TreeNodeWidget
- Expand all children.
- expandAll().
Method in class marimba.gui.TreeWidget
- Collapse all.
- expect(int).
Method in class marimba.io.ScannerInputStream
-
- extendSelection(int).
Method in class marimba.text.TextView
-
- 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
-
- 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().
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, 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.
- FILL.
Static variable in interface marimba.gui.WidgetConstants
-
- 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.
- fillButtons.
Variable in class marimba.gui.SpinBoxTextWidget
- A SpinBoxTextWidget can hide the background from the buttons
by filling the buttons with the background color.
- filled.
Variable in class marimba.gui.ColorPickerWidget
- A color picker can be filled.
- filled.
Variable in class marimba.gui.ProgressIndicatorWidget
- A progress indicator can be filled.
- filled.
Variable in class marimba.gui.ShapeWidget
- The shape can fill itself.
- 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 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.
- fillMode.
Variable in class marimba.gui.ListBoxWidget
- The fillmode of the ListBox: none, content, scrollbar or filled.
- 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: none, left, right 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.ListBoxWidget
- 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.
- 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 Border.
- filterRGB(int, int, int).
Method in class marimba.desktop.BMP
- Handle incoming pixels.
- find(String, String, boolean).
Static method in class marimba.desktop.FileSystem
- Find a file.
- 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
- Find the coordinates of the cell in which the event took place.
- findColumn(Event).
Method in class marimba.gui.TableContent
- Find the display index of the column in which
the event took place.
- findColumn(int).
Method in class marimba.gui.TableWidget
- Returns the display index of the column the given x-coordinate
corresponds with.
- findResizeArea(Event).
Method in class marimba.gui.WindowWidget
- Check in which resize area of the Window the event occured.
- findRow(Event).
Method in class marimba.gui.SparseTableContent
- Find the display index of the row in which
the event took place.
- findRow(Event).
Method in class marimba.gui.TableContent
- 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
- Find out which tab the mouse was clicked in.
- 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.
- findWidget(String).
Method in class marimba.gui.ContainerWidget
- Find the widget in the content.
- findWidget(String).
Method in class marimba.gui.FolderWidget
- Find a widget in this presentation.
- findWidget(String).
Method in class marimba.gui.Presentation
- Find a widget in this presentation.
- findWidget(String).
Method in class marimba.gui.Widget
- Find a widget in this container.
- finish().
Method in class marimba.io.EncoderStream
-
- firstFocus().
Method in class marimba.gui.PlayerPanel
- Focus on the first widget.
- firstFocus().
Method in class marimba.gui.Widget
- Assign the focus to the first widget.
- firstInFocus().
Method in class marimba.gui.ContainerWidget
- Assign the focus to the first widget within this container.
- firstPage().
Method in class marimba.gui.FolderWidget
- Goto the first page.
- firstTitledPage().
Method in class marimba.gui.FolderWidget
- Goto the first page with a title.
- fit().
Method in class marimba.gui.PlayerPanel
- Fit the presentation in the player.
- fit().
Method in class marimba.gui.PopupMenu
- Fit the menu in the visible area of the parent window.
- fit().
Method in class marimba.gui.PopupWidget
- Fit the menu in the visible area of the parent window.
- flush().
Method in class marimba.gui.BackingStore
- Flush the backing store.
- flush().
Method in class marimba.gui.Dash
- Flush the dash cache.
- flush().
Method in class marimba.io.FastOutputStream
-
- flush().
Method in class marimba.gui.ImageWidget
- Flush the image from the cache.
- flush().
Static method in class marimba.gui.PlayerPanel
- Flush the backing store
- flush().
Method in class marimba.io.RAFOutputStream
-
- 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.SparseTableWidget
- Flush the cache which stores the last data and view.
- flush().
Method in class marimba.gui.TextOutputStream
- Flush
- flush().
Method in class marimba.persist.URLClassLoader
- Flush all classes from this 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.AudioCache
- Flush some audio clips from the cache.
- 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.
- 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().
Method in class marimba.gui.TreeNodeWidget
- Focus on this widget.
- focus(int).
Method in class marimba.gui.RichTextBoxWidget
- 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.TextWidget
- Focus on a character position.
- focus(TreeNodeWidget).
Method in class marimba.gui.TreeWidget
- Focus on a TreeNodeWidget.
- focusAtRow(int).
Method in class marimba.gui.SparseTableWidget
- Focus the content at the row with the given actual index.
- focusAtRow(int).
Method in class marimba.gui.TableWidget
- Focus the content at the row with the given actual 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.
- 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.
- focusInterest().
Method in class marimba.gui.FolderWidget
- This widget supports input focus.
- focusInterest().
Method in class marimba.gui.ListBoxWidget
- Supports input focus.
- 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.PopupMenu
- Supports input focus.
- focusInterest().
Method in class marimba.gui.RichTextBoxWidget
- This widget is not interested in the character focus.
- focusInterest().
Method in class marimba.gui.SliderWidget
- This widget supports input focus.
- focusInterest().
Method in class marimba.gui.TableWidget
- The table widget supports input focus when it is not
disabled and there are rows.
- focusInterest().
Method in class marimba.text.TextView
- Keyboard input handling.
- focusInterest().
Method in class marimba.gui.TextWidget
- This widget is interested in getting the character focus.
- focusInterest().
Method in class marimba.gui.TreeNodeWidget
- A treeNode is interested in the focus if it is selected.
- 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.Widget
- True if this widget is potentially interested in getting the focus.
- 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 control get the focus.
- focusOptions.
Static variable in class marimba.gui.FolderWidget
- The possible options for the autofocus.
- 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
-
- 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.
- formatLabel(String).
Static method in class marimba.desktop.AppMenuBar
- Format the given menu label; currently it just removes
'&' characters when the platform is not the pc.
- 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
- The frames per second that are displayed.
- 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.
- fromStream(int, InputStream).
Method in class marimba.text.Style
- Inputs all the parameters of this style from a stream.
- 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).
Method in class marimba.desktop.AppMenuBar
- Get a menu or menu item by name.
- 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.AudioCache
- Get an audioclip.
- get(URL).
Static method in class marimba.gui.ImageCache
- Get an image given a url.
- getAlign().
Method in class marimba.gui.CheckBoxWidget
- Get the align of this button (LEFT or RIGHT).
- getAlign().
Method in class marimba.gui.DropDownListBoxWidget
- Get align.
- getAlign().
Method in class marimba.gui.GroupBoxWidget
- Get the current alignment of the label.
- getAlign().
Method in class marimba.gui.RichTextBoxWidget
- Get the current align of the text.
- getAlign().
Method in class marimba.gui.SpinBoxWidget
- Get align.
- getAlign().
Method in class marimba.text.Style
-
- getAlign().
Method in class marimba.gui.TextBoxWidget
- Get the alignment of this widget.
- getAlign().
Method in class marimba.text.TextView
- Get the align of the text.
- getAlign().
Method in class marimba.gui.URLTextWidget
- Get the alignment of this widget.
- getAlignOptions().
Method in class marimba.gui.CheckBoxWidget
- Get the possible align options.
- getAlignOptions().
Method in class marimba.gui.DropDownListBoxWidget
- Get the possible options for the alignment.
- getAlignOptions().
Method in class marimba.gui.GroupBoxWidget
- Get the possible options for the alignment.
- getAlignOptions().
Method in class marimba.gui.RichTextBoxWidget
- Get the align options.
- getAlignOptions().
Method in class marimba.gui.SpinBoxWidget
- Get the possible options for the alignment.
- getAlignOptions().
Method in class marimba.gui.TextBoxWidget
- Get the possible options for align.
- getAlignOptions().
Method in class marimba.gui.URLTextWidget
- Get the possible options for align.
- getAllNodes().
Method in class marimba.gui.TreeNodeWidget
- Return a vector of all nodes, in linear order.
- getAllNodes().
Method in class marimba.gui.TreeWidget
- Return a vector of all nodes, in linear order.
- getApplet().
Method in class marimba.channel.AppletViewer
- Return the applet.
- getApplet(String).
Method in class marimba.channel.AppletViewer
-
- getApplet(String).
Method in class marimba.gui.AppletWidget
-
- getAppletContext().
Method in class marimba.channel.AppletViewer
-
- getAppletContext().
Method in class marimba.gui.AppletWidget
-
- getApplets().
Method in class marimba.channel.AppletViewer
-
- getApplets().
Method in class marimba.gui.AppletWidget
-
- getApplicationContext().
Method in interface marimba.channel.AppletContext
- Return the channel for this applet.
- getApplicationContext().
Method in class marimba.channel.AppletViewer
-
- getAudioClip(String).
Method in class marimba.gui.Presentation
- Get an audio clip.
- getAudioClip(String).
Method in class marimba.gui.Widget
- Get an audio clip.
- getAudioClip(URL).
Method in class marimba.channel.AppletViewer
-
- getAudioClip(URL).
Method in class marimba.gui.AppletWidget
-
- getAudioClip(URL).
Method in interface marimba.channel.ApplicationContext
- Get an audio clip.
- getAudioClipAt(URL).
Method in class marimba.gui.Presentation
- Get an audio clip using a url.
- getAudioClipAt(URL).
Method in class marimba.gui.Widget
- Get an audio clip using a url.
- getAutoSetValue().
Method in class marimba.gui.ScrollbarWidget
- Check if this scrollbar has to set the value based on the
action automatically.
- getBackground().
Method in class marimba.gui.Widget
- Get the background color.
- getBarColor().
Method in class marimba.gui.ProgressIndicatorWidget
- Get the color of the bar.
- getBase().
Method in interface marimba.channel.ApplicationContext
- Get the base URL of this channel.
- getBase().
Method in class marimba.gui.Presentation
- Get the base of this presentation
- 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.
- getBoolean(String).
Method in class marimba.gui.PlayerUtil
- Get the value of a named CheckBoxWidget.
- getBoolean(String, boolean).
Method in class marimba.persist.PersistentState
-
- getBoolean(String, boolean).
Method in class marimba.persist.PropertyList
-
- getBoolean(String, boolean).
Method in class marimba.util.Props
-
- getBooleanValue().
Method in class marimba.gui.ButtonWidget
- Get the value as a boolean.
- 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.
- getBrighter(Color, boolean).
Static method in class marimba.gui.Bevel
- Get the bright color.
- getButtonHeight().
Method in class marimba.gui.SpinBoxTextWidget
- Get the height of the buttons.
- getButtonWidth().
Method in class marimba.gui.SpinBoxTextWidget
- Get the width of the buttons.
- getByteArray().
Method in class marimba.io.FastOutputStream
-
- getByteArray(String, byte[]).
Method in class marimba.persist.PersistentState
-
- getByteArray(String, byte[]).
Method in class marimba.persist.PropertyList
-
- getBytes().
Method in class marimba.text.Text
- Returns the byte array.
- 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 data in 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.
- getChannelDirectory().
Method in interface marimba.channel.ApplicationContext
- OBSOLETE.
- getChannelName().
Method in interface marimba.channel.ApplicationContext
- Get the name of this channel.
- getChannelStatus(String).
Method in interface marimba.channel.ApplicationContext
- Get the status of a channel on this transmitter.
- getChecksum().
Method in class marimba.io.MD5InputStream
- Return the checksum of this stream.
- getChecksum().
Method in class marimba.io.MD5OutputStream
- Return the checksum of this stream.
- getChecksum1().
Method in class marimba.util.Checksum
- Get the first 64 bits of the checksum.
- getChecksum2().
Method in class marimba.util.Checksum
- Get the second 64 bits of the checksum.
- getChildProperties(PropertyList).
Method in class marimba.gui.ChoiceWidget
- 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.PresentationWidget
- Don't bother saving the content.
- 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.TableContent
- This method gets the properties for the children of this widget.
- getChildProperties(PropertyList).
Method in class marimba.gui.Widget
- Get 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.
- getChoices().
Method in class marimba.gui.ChoiceWidget
- Get the choices, these are the strings that represent
the choices on screen.
- 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().
Method in class marimba.desktop.Desktop
-
- 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.
- getCodeBase().
Method in class marimba.channel.AppletViewer
-
- getCodeBase().
Method in class marimba.gui.AppletWidget
-
- getCodeBase().
Method in interface marimba.channel.ApplicationContext
- Get the code base URL of this channel.
- getColHeaders().
Method in class marimba.gui.TableWidget
- Get the current option for the colHeaders.
- getColHeadersOptions().
Method in class marimba.gui.TableWidget
- Get the possible options for the column headers.
- getColor(String, Color).
Method in class marimba.persist.PersistentState
-
- getColor(String, Color).
Method in class marimba.persist.PropertyList
-
- 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.
- getColumn(int).
Method in class marimba.gui.TableWidget
- Get the TableColumn with info about the column
with the given index, not dealing with columns
being switched.
- getColumnAlignAt(int).
Method in class marimba.gui.TableWidget
- Get the alignment of the given column.
- getColumnData(int).
Method in class marimba.gui.TableWidget
- Get the data of the column with the given 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.
- getColumnLabelAt(int).
Method in class marimba.gui.TableWidget
- Get the label of the given column.
- getColumnLine().
Method in class marimba.gui.TableWidget
- Check whether the columns are separated by a line.
- getColumnResize().
Method in class marimba.gui.TableWidget
- Check whether the columns are resizable 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.
- 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.
- getContext().
Method in class marimba.channel.ApplicationFrame
- Get the ApplicationContext used by this Channel.
- getContext().
Method in class marimba.channel.ApplicationPlayerFrame
- Get the ApplicationContext used by this Application.
- 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.
- getContWidth().
Method in class marimba.gui.ScrollingContainerWidget
- Get the width of the content.
- getCreates().
Method in class marimba.channel.Updates
- Returns the enumeration of all the creations that are pending,
or null if there are none.
- 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.Presentation
- Get the current mouse cursor.
- getCursor().
Method in class marimba.gui.Widget
- Get the current mouse cursor of the presentation.
- getCursorOptions().
Method in class marimba.gui.Presentation
- Get the possible options for the mouse cursor.
- 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, 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.
- getData(int[], Vector[], int[]).
Method in class marimba.gui.SparseTableContent
- Get data based for the specified old view, old data and new view.
- getDataBase().
Method in interface marimba.channel.ApplicationContext
- Get the base URL for the data directory of this channel.
- getDataDirectory().
Method in interface marimba.channel.ApplicationContext
- Gets the base data directory for this channel.
- getDefaultButton().
Method in class marimba.gui.PlayerPanel
- Get the default button.
- getDefaultButton().
Method in class marimba.gui.Widget
- Get the default button.
- getDefaultButton(Widget).
Method in class marimba.gui.PlayerPanel
- Search for default button recursive.
- getDefaultCursor().
Method in class marimba.gui.Presentation
- Get the default mouse cursor.
- getDefaultStyle().
Method in class marimba.text.TextView
-
- getDeletes().
Method in class marimba.channel.Updates
- Returns the enumeration of all the deletions that are pending,
or null if there are none.
- getDescription().
Method in class marimba.gui.Widget
- Get a short description of the widget.
- getDesktop().
Static method in class marimba.desktop.Desktop
- Return a platform-specific desktop by looking for
a class named "marimba.desktop.Desktop".
- 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().
Method in class marimba.gui.LineWidget
- Get the possible options when a line is diagonal.
- getDialupPassword(String).
Method in class marimba.desktop.Desktop
-
- getDialupServers().
Method in class marimba.desktop.Desktop
-
Returns a list of dialup networking servers currently
configured on the machine
- getDialupUser(String).
Method in class marimba.desktop.Desktop
-
- getDigest().
Method in class marimba.io.MD5InputStream
- Get the current digest for the stream.
- getDigest().
Method in class marimba.io.MD5OutputStream
- Get the current digest for the stream.
- getDirection().
Method in class marimba.gui.SliderWidget
- Get the direction.
- getDirectionOptions().
Method in class marimba.gui.SliderWidget
- Get the possible options for the direction.
- getDocumentBase().
Method in class marimba.channel.AppletViewer
-
- getDocumentBase().
Method in class marimba.gui.AppletWidget
-
- getDriveType(String).
Method in class marimba.desktop.Desktop
- Return the type of a logical drive.
- 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 marimba.gui.AppletWidget
- Get the editor for this widget.
- getEditor().
Method in class marimba.gui.CheckBoxWidget
- Get the editor.
- getEditor().
Method in class marimba.gui.CommandButtonWidget
- Get the editor.
- 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.TextBoxWidget
- Get the editor for this widget.
- getEditor().
Method in class marimba.text.TextView
- Get the name of the class that can be used for
in-place editing.
- getEditor().
Method in class marimba.gui.Widget
- Get the name of the class that can be used for
in-place editing.
- 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.
- getFile().
Method in class marimba.util.Props
-
- getFilePointer().
Method in class marimba.io.FastInputStream
-
- getFilePointer().
Method in class marimba.io.FastOutputStream
-
- getFillButton().
Method in class marimba.gui.DropDownListBoxWidget
- 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.ListBoxWidget
- Check what the ListBoxWidget fills.
- 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.
- getFillOptions().
Method in class marimba.gui.GroupWidget
- Get the possible options for the fillMode.
- getFillOptions().
Method in class marimba.gui.ListBoxWidget
- Get the possible options for the fillMode.
- getFillOptions().
Method in class marimba.gui.ScrollingContainerWidget
- Get the possible options for the fillMode.
- getFillOptions().
Method in class marimba.gui.SpinBoxWidget
- 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().
Method in class marimba.gui.FolderWidget
- Get the possible options for the focusMode.
- getFont().
Method in class marimba.gui.Widget
- Get the font.
- getFont(String, Font).
Method in class marimba.persist.PersistentState
-
- getFont(String, Font).
Method in class marimba.persist.PropertyList
-
- getFontMetrics(Font).
Method in class marimba.gui.Widget
- Get font metrics for a font.
- getForeground().
Method in class marimba.gui.Widget
- Get the foreground color.
- getFps().
Method in class marimba.gui.AnimatedWidget
- Get the frames per second.
- getFrame().
Method in class marimba.gui.AnimatedWidget
- Get the current frame.
- getGraphics(Component).
Method in class marimba.gui.BackingStore
- Get the offscreen image.
- getGroup().
Method in class marimba.gui.ButtonWidget
- Get the group.
- getHdrFont().
Method in class marimba.gui.ListWidget
- Get the font for the header.
- getHdrFont().
Method in class marimba.gui.TableWidget
- Get the font for the header.
- getHdrHeight().
Method in class marimba.gui.ScrollingContainerWidget
- Get the height of the header area above the container.
- getHeight().
Method in class marimba.gui.SliderWidget
- The height of the Slider.
- getHilite().
Method in class marimba.gui.Widget
- Get the hilite color.
- getHorz().
Method in class marimba.gui.ScrollingContainerWidget
- Get the horizontal scrollbar.
- getHorzmode().
Method in class marimba.gui.ListBoxWidget
- Get the mode for the horizontal scrollbar.
- getHorzmode().
Method in class marimba.gui.ScrollingContainerWidget
- Get the mode for the horizontal scrollbar.
- getHorzOptions().
Method in class marimba.gui.ScrollingContainerWidget
- Get the possible options for the horizontal scrollbar.
- getIcon().
Method in class marimba.gui.Presentation
- Get the icon.
- getImage().
Method in class marimba.gui.CommandButtonWidget
- The image for the command button.
- getImage().
Method in class marimba.gui.TreeNodeWidget
- Get the image for this node
- getImage(String).
Method in class marimba.gui.Presentation
- Get an image.
- getImage(String).
Method in class marimba.gui.Widget
- Get an image.
- getImage(URL).
Method in class marimba.channel.AppletViewer
-
- getImage(URL).
Method in class marimba.gui.AppletWidget
-
- getImage(URL).
Method in interface marimba.channel.ApplicationContext
- Get an image.
- getImageValue().
Method in class marimba.gui.ImageWidget
- Get the current image resource string.
- 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.
- getIndicatorWidth().
Method in class marimba.gui.SliderWidget
- The width of the Slider indicator.
- getIndWidth().
Method in class marimba.gui.SliderWidget
- Get the current indicator width.
- 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
-
- getInteger(String, int).
Method in class marimba.persist.PersistentState
-
- getInteger(String, int).
Method in class marimba.persist.PropertyList
-
- getInteger(String, int).
Method in class marimba.util.Props
-
- getIntegerValue().
Method in class marimba.gui.AnimatedWidget
- Get the Frames per second.
- getIntegerValue().
Method in class marimba.gui.ChoiceWidget
- Get the current choice.
- getIntegerValue().
Method in class marimba.gui.FolderWidget
- Return the current page number.
- getIntegerValue().
Method in class marimba.gui.ListWidget
- Get the index of the first selected item.
- getIntegerValue().
Method in class marimba.gui.TableWidget
- Get the index of the first selected row.
- getIntegerValue().
Method in class marimba.gui.ValueWidget
- Get the integer value of the ValueWidget.
- getItem(int).
Method in class marimba.gui.ListWidget
- Get item by index
- getItem(int).
Method in class marimba.gui.PopupMenu
- Get the item with the given index.
- getItem(String).
Method in class marimba.gui.ListWidget
- Get item by key.
- getItemCount().
Method in class marimba.gui.PopupMenu
- 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.
- 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.
- getLabelFont().
Method in class marimba.gui.GroupBoxWidget
- Get the font of the label.
- getLabelHeight().
Method in class marimba.gui.TreeNodeWidget
- Compute the height of the Label
- getLabelWidth().
Method in class marimba.gui.TreeNodeWidget
- Compute the width of the Label
- getLayoutMgr().
Method in class marimba.gui.Widget
- Get the layout manager for this widget.
- getLength().
Method in class marimba.gui.RichTextBoxWidget
- 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.TextWidget
- Get the length of the text.
- getLength().
Method in class marimba.gui.URLTextWidget
- Get the length of the text.
- getLineMode().
Method in class marimba.gui.GroupWidget
- Get the line mode
- getLineOptions().
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.
- 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.
- getLogicalDrives().
Method in class marimba.desktop.Desktop
- Return a list of strings representing logical drives on the
local system (if it makes sense in the platform).
- getLong(String, long).
Method in class marimba.persist.PersistentState
-
- getLong(String, long).
Method in class marimba.persist.PropertyList
-
- getLong(String, long).
Method in class marimba.util.Props
-
- getMark(int).
Method in class marimba.text.TextView
-
- 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 marimba.gui.DropDownListBoxWidget
- Get the maximum number of visible items.
- 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.
- getMenu().
Method in class marimba.gui.MenuButtonWidget
- Get the menu.
- getMenu().
Method in class marimba.gui.PopupMenuItemWidget
- Get the popup menu to which this item belongs.
- getMinValue().
Method in class marimba.gui.ValueWidget
- Get the minimum value of the ValueWidget.
- getMode().
Method in class marimba.gui.ColorButtonWidget
- Get the mode of this button.
- getMode().
Method in class marimba.gui.CommandButtonWidget
- Get the mode of this button.
- getMode().
Method in class marimba.gui.ImageWidget
- Get the current mode.
- getModeOptions().
Method in class marimba.gui.ColorButtonWidget
- Get the possible options for the mode.
- getModeOptions().
Method in class marimba.gui.CommandButtonWidget
- Get the possible options for the mode.
- getModeOptions().
Method in class marimba.gui.ImageWidget
- Get the possible options for the mode.
- getName().
Method in class marimba.gui.Widget
- Get the name.
- 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.
- 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 nodes that are visible, in linear order.
- getNodes().
Method in class marimba.gui.TreeWidget
- Return a vector of nodes that are visible, in linear order.
- getObject(String, Object).
Method in class marimba.persist.PersistentState
-
- getObject(String, Object).
Method in class marimba.persist.PropertyList
-
- getObjectArray(String, Object[]).
Method in class marimba.persist.PersistentState
-
- getObjectArray(String, Object[]).
Method in class marimba.persist.PropertyList
-
- getOption(String, Options, int).
Method in class marimba.persist.PersistentState
-
- getOption(String, Options, int).
Method in class marimba.persist.PropertyList
-
- getOptions().
Method in class marimba.persist.Options
- Get them all...
- getOptionsString().
Method in class marimba.persist.Options
- Get them as a comma seperated list
- getOrientation().
Method in class marimba.gui.LineWidget
- Get 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.
- getOrientationOptions().
Method in class marimba.gui.LineWidget
- Get the possible options for the orientation.
- getOrientationOptions().
Method in class marimba.gui.ScrollbarWidget
- Get the possible options for the orientation.
- getOrientationOptions().
Method in class marimba.gui.SliderWidget
- Get the possible options for the orientation.
- getOSString().
Static method in class marimba.desktop.Desktop
-
- 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 owners handleEvent.
- getPage(int).
Method in class marimba.gui.FolderWidget
- Get the given page.
- getPage(String).
Method in class marimba.gui.FolderWidget
- Get a page by name.
- 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.channel.AppletViewer
-
- getParameter(String).
Method in class marimba.gui.AppletWidget
-
- getParameter(String).
Method in interface marimba.channel.ApplicationContext
- Get an application parameter.
- getParameters().
Method in class marimba.gui.AppletWidget
- Get the parameters of this widget (as a string seperated by
newlines).
- getParent().
Method in class marimba.persist.ScriptClassLoader
-
- getParent().
Method in class marimba.persist.URLClassLoader
-
- 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.
- getPendingUpdates().
Method in interface marimba.channel.ApplicationContext
- Gets the UpdateReport for this channel.
- getPercentage().
Method in class marimba.gui.ProgressIndicatorWidget
- Get the current percentage of the progress indicator.
- getPlayerPanel().
Method in class marimba.gui.PlayerApplet
- Get the PlayerPanel.
- getPlayerPanel().
Method in class marimba.gui.PlayerDialog
- Get the playerPanel
- getPlayerPanel().
Method in class marimba.gui.PlayerUtil
- Get the PlayerPanel.
- getPlayerPanel().
Method in class marimba.gui.PopupWidget
- Get the player.
- getPlayerPanel().
Method in class marimba.gui.Widget
- Get the current player.
- getPlayerUtil().
Method in class marimba.gui.PlayerDialog
- Get the playerUtil
- getPosFor(int, int).
Method in class marimba.text.Text
- Returns the buffer position that hits the specified column on
the line containing POS.
- getPresentation().
Method in class marimba.gui.PlayerPanel
- Get the current presentation.
- getPresentation().
Method in class marimba.gui.PlayerUtil
- Get the current presentation.
- getPresentation().
Method in class marimba.gui.Presentation
- Get the presentation.
- getPresentation().
Method in class marimba.gui.Widget
- Get the presentation.
- 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.
- 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.
- getProfile().
Method in interface marimba.channel.ApplicationContext
- Get the profile data associated with this channel.
- getProperties(PropertyList).
Method in class marimba.gui.AnimatedImageWidget
- Get the properties of this widget.
- getProperties(PropertyList).
Method in class marimba.gui.AnimatedTextWidget
- Get the properties of this widget.
- getProperties(PropertyList).
Method in class marimba.gui.AnimatedWidget
- Get the properties of this widget.
- getProperties(PropertyList).
Method in class marimba.gui.AppletWidget
- 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.ButtonWidget
- Get the properties of this widget.
- getProperties(PropertyList).
Method in class marimba.gui.CheckBoxWidget
- Get the properties of the checkbox.
- getProperties(PropertyList).
Method in class marimba.gui.ChoiceWidget
- Get the properties of this widget.
- getProperties(PropertyList).
Method in class marimba.gui.ColorButtonWidget
- Get the properties of the color button.
- getProperties(PropertyList).
Method in class marimba.gui.ColorPickerWidget
- 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.ComponentWidget
- Get the properties of this widget.
- getProperties(PropertyList).
Method in class marimba.gui.DropDownListBoxWidget
- 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.gui.GroupWidget
- Get the properties.
- getProperties(PropertyList).
Method in class marimba.gui.ImageWidget
- Get the properties of this widget.
- getProperties(PropertyList).
Method in class marimba.gui.LineWidget
- Get the properties of this widget.
- getProperties(PropertyList).
Method in class marimba.gui.ListBoxWidget
- Get the properties of this widget.
- getProperties(PropertyList).
Method in class marimba.gui.ListWidget
- Get the properties of this widget.
- getProperties(PropertyList).
Method in class marimba.gui.MenuButtonWidget
- Get the properties of this widget.
- getProperties(PropertyList).
Method in class marimba.gui.PageWidget
- Get the properties.
- getProperties(PropertyList).
Method in class marimba.gui.Presentation
- Get properties.
- getProperties(PropertyList).
Method in class marimba.gui.ProgressIndicatorWidget
- Get the properties of the ProgressIndicatorWidget.
- 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.gui.ResourceWidget
- 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.ScrollbarWidget
- Get the properties.
- getProperties(PropertyList).
Method in class marimba.gui.ScrollingContainerWidget
- Get the properties.
- getProperties(PropertyList).
Method in class marimba.gui.ShapeWidget
- Get the properties of this widget.
- getProperties(PropertyList).
Method in class marimba.gui.SliderWidget
- Get the properties.
- getProperties(PropertyList).
Method in class marimba.gui.SparseTableWidget
- Get the properties of a sparse table.
- getProperties(PropertyList).
Method in class marimba.gui.SpinBoxTextWidget
- Get the properties of the dropdown textbox.
- getProperties(PropertyList).
Method in class marimba.gui.SpinBoxWidget
- 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.TableRow
- Get the properties of this TableColumn.
- getProperties(PropertyList).
Method in class marimba.gui.TableWidget
- 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.text.TextView
- Get the properties of this widget.
- getProperties(PropertyList).
Method in class marimba.gui.TextWidget
- Get the properties of this widget.
- getProperties(PropertyList).
Method in class marimba.gui.TreeNodeWidget
- Get the properties of this widget.
- getProperties(PropertyList).
Method in class marimba.gui.TreeWidget
- Get the properties of this widget.
- getProperties(PropertyList).
Method in class marimba.gui.URLButtonWidget
- 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.ValueWidget
- Get the properties.
- getProperties(PropertyList).
Method in class marimba.gui.Widget
- Get the properties of this widget.
- getProperties(PropertyList).
Method in class marimba.gui.WindowWidget
- Get the properties of this widget.
- 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.
- getRAF().
Method in class marimba.io.RAFOutputStream
-
- getRange().
Method in class marimba.gui.ValueWidget
- Get the range of the ValueWidget.
- getRestSound().
Method in class marimba.gui.AudioWidget
- Get the sound for the rest event.
- getRichText().
Method in class marimba.gui.RichTextBoxWidget
-
- getRichText().
Method in class marimba.text.Text
- Returns a "rich text" representation of the text.
- getRichText().
Method in class marimba.text.TextView
- Get the value of the view as rich text
- getRoot().
Method in class marimba.gui.TreeNodeWidget
- Get root of the Tree.
- 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 info about the row
with the given index, not dealing with rows
being sorted.
- getRowData(int).
Method in class marimba.gui.TableWidget
- Get the data of the row with the given 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.
- 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.RichTextBoxWidget
- Check whether the text is being saved.
- getSavetext().
Method in class marimba.gui.TextBoxWidget
- 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.
- 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.
- getSelBackground().
Method in class marimba.gui.Presentation
- Get background selection color.
- getSelBackground().
Method in class marimba.gui.Widget
- Get the selection background color.
- getSelected().
Method in class marimba.gui.RichTextBoxWidget
- 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.TextWidget
- Get the selected part of the text.
- getSelected().
Method in class marimba.gui.TreeNodeWidget
- Get the selected widget in this subtree.
- getSelected().
Method in class marimba.gui.TreeWidget
- Get the selected Tree node.
- getSelectedRowIndexes().
Method in class marimba.gui.TableWidget
- Get the 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 control.
- 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.text.TextView
-
- getSelectionStart().
Method in class marimba.text.TextView
-
- getSelectMode().
Method in class marimba.gui.TableWidget
- Check the select mode.
- getSelectModeOptions().
Method in class marimba.gui.TableWidget
- Get the possible options for the select mode.
- getSelEnd().
Method in class marimba.gui.RichTextBoxWidget
- 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.TextWidget
- 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.Presentation
- Get foreground selection color.
- getSelForeground().
Method in class marimba.gui.Widget
- Get the selection foreground color.
- getSelStart().
Method in class marimba.gui.RichTextBoxWidget
- 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.TextWidget
- Return the start of the selection.
- getServerName().
Method in interface marimba.channel.ApplicationContext
- Get the name of the server of this channel.
- getSettableKeymap().
Method in class marimba.text.TextView
-
- getShadowColor().
Method in class marimba.gui.RichTextBoxWidget
- Get the shadow color.
- getShadowColor().
Method in class marimba.gui.TextBoxWidget
- Check the shadowColor of this textBox.
- 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.
- getShowRoot().
Method in class marimba.gui.TreeWidget
- Check whether the tree shows the root.
- 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 currently is being sorted,
which is the actual index and not the display index.
- 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().
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.AnimatedImageWidget
- Get the source for this animated image.
- getSource().
Method in class marimba.gui.CommandButtonWidget
- Get the source-file for the image.
- getSource().
Method in class marimba.gui.ResourceWidget
- Get the source.
- 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.
- 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
- Get the sticky-ness.
- getSticky().
Method in class marimba.gui.CommandButtonWidget
- This function has been replaced by isSticky().
- getStopSound().
Method in class marimba.gui.AudioWidget
- Get the sound for stopping this widget.
- getString(String, String).
Method in class marimba.persist.PersistentState
-
- getString(String, String).
Method in class marimba.persist.PropertyList
-
- getStringPercentage().
Method in class marimba.gui.ProgressIndicatorWidget
- Get the current percentage as a string, for example "50%".
- getStringValue().
Method in class marimba.gui.ChoiceWidget
- Get the current choice.
- getStringValue().
Method in class marimba.gui.DropDownComboBoxWidget
- Get value.
- getStringValue().
Method in class marimba.gui.FolderWidget
- Get the current page name.
- 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.text.TextView
- Return the text as a string.
- getStringValue().
Method in class marimba.gui.TextWidget
- Get the value of the text.
- 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.gui.TextBoxWidget
- Get the style of this widget.
- 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().
Method in class marimba.gui.DropDownListBoxWidget
- Get the possible options for the style.
- getStyleOptions().
Method in class marimba.gui.RichTextBoxWidget
- Get the style options.
- getStyleOptions().
Method in class marimba.gui.TextBoxWidget
- Get the possible options for the style.
- 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
-
- getTabFont().
Method in class marimba.gui.FolderWidget
- Get the font for tab controls.
- getTabMode().
Method in class marimba.gui.FolderWidget
- Get the tab mode.
- getTabOptions().
Method in class marimba.gui.FolderWidget
- Get the possible options for the tabMode.
- getText().
Method in class marimba.gui.AnimatedTextWidget
- 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.ChoiceWidget
- Get the current choice.
- getText().
Method in class marimba.gui.GroupBoxWidget
- Get the label.
- getText().
Method in class marimba.gui.ListBoxItemWidget
- Get the label.
- getText().
Method in class marimba.gui.PageWidget
- Get the title.
- getText().
Method in class marimba.gui.PopupMenuItemWidget
- Get the label.
- getText().
Method in class marimba.gui.RichTextBoxWidget
- Get the value of the text.
- getText().
Method in class marimba.gui.TextBoxWidget
- Get the value of the text.
- getText().
Method in class marimba.text.TextView
- Return the text as a string.
- getText().
Method in class marimba.gui.TreeNodeWidget
- Get the label of this node
- getText().
Method in class marimba.gui.URLTextWidget
- Get the value of the text.
- 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.Widget
- Get the text of the widget.
- getText().
Method in class marimba.gui.WindowWidget
- Get the title.
- getText(String).
Method in class marimba.gui.PlayerUtil
- Get the text of a widget.
- getText(String).
Method in class marimba.gui.Widget
- Get the text of a named widget.
- getTextChars().
Method in class marimba.gui.TextBoxWidget
- Return text characters that are being displayed,
overriding this method changes the characters
that are being displayed.
- getTextChars().
Method in class marimba.gui.URLTextWidget
- Return text characters.
- getTextProperties(PropertyList).
Method in class marimba.text.TextView
-
- 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 tip.
- getTip(int, int).
Method in class marimba.gui.FolderWidget
- Get the tip for the tabs...
- getTip(int, int).
Method in class marimba.gui.Widget
- Get the tip for a particular x,y location within the widget.
- 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.
- getTreeWidget().
Method in class marimba.gui.TreeNodeWidget
- Get the TreeWidget in which this treenode is embedded;
if the tree has not been set, a search all the way up
is performed by this method and the tree is set.
- getUnsort().
Method in class marimba.gui.TableWidget
- Check whether the user can unsort the data when
clicking on a header.
- getUpdates().
Method in class marimba.channel.Updates
- Returns the enumeration of all the updates that are pending,
or null if there are none.
- getURL().
Method in class marimba.gui.URLButtonWidget
- Get the value of the URL.
- getUrl().
Method in class marimba.persist.URLClassLoader
-
- getURL().
Method in class marimba.gui.URLTextWidget
- Get the value of the URL.
- getURL(String).
Method in class marimba.gui.Presentation
- Construct the absolute URL for a resource.
- getURL(String, String).
Method in class marimba.persist.PersistentState
-
- getURL(String, String).
Method in class marimba.persist.PropertyList
-
- 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.persist.ClassLoaderThreadGroup
- Get the loader.
- getURLClassLoader().
Method in class marimba.gui.Presentation
- Get the class loader for this presentation.
- getUseTickMarks().
Method in class marimba.gui.SliderWidget
- Get the value of useTickMarks.
- getValue().
Method in class marimba.gui.AnimatedWidget
- Get the Frames per second.
- getValue().
Method in class marimba.gui.ButtonWidget
- Get the value.
- getValue().
Method in class marimba.gui.ChoiceWidget
- Get the current choice.
- getValue().
Method in class marimba.gui.ColorButtonWidget
- Get the current color.
- getValue().
Method in class marimba.gui.ColorPickerWidget
- Get the current color.
- getValue().
Method in class marimba.gui.FolderWidget
- Get the current page number.
- getValue().
Method in class marimba.gui.ImageWidget
- Get the current image resource string.
- getValue().
Method in class marimba.gui.ListWidget
- Get the index of the first selected item.
- getValue().
Method in class marimba.gui.PopupMenuItemWidget
- Get the value.
- getValue().
Method in class marimba.gui.PresentationWidget
- Get the presentation resource string.
- getValue().
Method in class marimba.gui.TableWidget
- Get the index of the first selected row.
- getValue().
Method in class marimba.text.TextView
- Return the text as a string.
- getValue().
Method in class marimba.gui.TextWidget
- Get the value of the text.
- getValue().
Method in class marimba.gui.ValueWidget
- Get the value of the ValueWidget.
- getValue().
Method in class marimba.gui.Widget
- Get the value of the widget.
- getValue(String).
Method in class marimba.gui.PlayerUtil
- Get the value of a widget.
- getValue(String).
Method in class marimba.gui.Widget
- Get the value of a named widget.
- getValueIndex(String).
Method in class marimba.gui.ChoiceWidget
- Get index of a value.
- getVert().
Method in class marimba.gui.ScrollingContainerWidget
- Get the vertical scrollbar.
- getVertmode().
Method in class marimba.gui.ListBoxWidget
- Get the mode for the vertical scrollbar.
- getVertmode().
Method in class marimba.gui.ScrollingContainerWidget
- Get the mode for the vertical scrollbar.
- getVertOptions().
Method in class marimba.gui.ScrollingContainerWidget
- Get the possible options for the vertical scrollbar.
- getView().
Method in class marimba.gui.SparseTableContent
- Get the current view: the currently visible rows and columns.
- getView().
Method in class marimba.gui.SparseTableWidget
- Get the current view: the currently visible rows and columns.
- getView(ScrollingContainerWidget).
Method in class marimba.gui.DropDownListBoxWidget
- Get the current view, which are the items that are
currently visible in the dropdown menu, based on
the ScrollingContainer of the dropdown that is passed.
- getWakeSound().
Method in class marimba.gui.AudioWidget
- Get the sound for the wake event.
- 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).
Method in class marimba.gui.Widget
- Get a widget by name.
- getWidget(String, boolean).
Method in class marimba.gui.PlayerUtil
- Accessing widgets, print or do not print an error message.
- getWidgetClass().
Method in class marimba.gui.Widget
- Gets the widget class for this widget.
- 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.Style
-
- getWrap().
Method in class marimba.text.TextView
- Get the current wrap mode.
- getWrapOptions().
Method in class marimba.gui.RichTextBoxWidget
- Get the wrap options.
- GFIX.
Static variable in class marimba.gui.PlayerPanel
-
- gotFocus(Event, Object).
Method in class marimba.gui.Widget
- By default a widget calls this function when a
gotFocus event occurs.
- gotoNextNode().
Method in class marimba.gui.TreeNodeWidget
- Goto 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(String).
Method in class marimba.gui.FolderWidget
- Goto a page by name.
- gotoPage(String).
Method in class marimba.gui.PlayerUtil
- Goto a named page.
- gotoPage(String).
Method in class marimba.gui.Widget
- Goto a page in the current folder.
- 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.
- gotoPosition().
Method in class marimba.text.Mark
-
- gotoPreviousNode().
Method in class marimba.gui.TreeNodeWidget
- Goto the previous node, used in handleEvent.
- 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.
- group.
Variable in class marimba.gui.ButtonWidget
-
- GroupBoxWidget().
Constructor for class marimba.gui.GroupBoxWidget
-
- groupCount().
Method in class marimba.gui.ButtonWidget
- Count the number of widgets in this group.
- GroupWidget().
Constructor for class marimba.gui.GroupWidget
-
- handleCommand(Event, KeyboardCommand).
Method in class marimba.text.TextView
-
- handleEvent(Event).
Method in class marimba.gui.AnimatedWidget
- Handle mouse events.
- handleEvent(Event).
Method in class marimba.channel.AppletViewer
- Event handler for Window Management events: Asks for the
channel to be stopped (and soon destroyed) when the presentation
is closed.
- handleEvent(Event).
Method in interface marimba.channel.Application
- Handle an event.
- handleEvent(Event).
Method in class marimba.channel.ApplicationFrame
- Event handler for Window Management events: Asks for the
channel to be stopped (and soon destroyed) when the presentation
is closed.
- handleEvent(Event).
Method in class marimba.channel.ApplicationPlayerFrame
- Event handler for Window Management events: Asks for the
channel to be stopped (and soon destroyed) when the presentation
is closed.
- handleEvent(Event).
Method in class marimba.gui.AudioWidget
- Play the enter/exit/click sound (if any)
- handleEvent(Event).
Method in class marimba.gui.ButtonWidget
- Handle mouse events.
- handleEvent(Event).
Method in class marimba.gui.ColorButtonWidget
- Handle mouse events.
- handleEvent(Event).
Method in class marimba.gui.ColorPaletteWidget
- Handle Events.
- handleEvent(Event).
Method in class marimba.gui.ColorPickerWidget
- Handle the 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.DropDownComboBoxWidget
- Handle events.
- handleEvent(Event).
Method in class marimba.gui.DropDownListBoxWidget
- Handle events.
- handleEvent(Event).
Method in class marimba.gui.DropDownMenu
- Handle mouse events.
- handleEvent(Event).
Method in class marimba.gui.FolderWidget
- Handle Events.
- handleEvent(Event).
Method in class marimba.gui.ImageWidget
- Handle mouse events.
- handleEvent(Event).
Method in class marimba.desktop.LicenseDialog
- Event handler
- 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.ListItemWidget
- Handle events.
- handleEvent(Event).
Method in class marimba.gui.MenuButtonWidget
- Handle events.
- handleEvent(Event).
Method in class marimba.gui.OptionWidget
- Handle arrowkey events.
- handleEvent(Event).
Method in class marimba.gui.PlayerDialog
- Handle an event.
- handleEvent(Event).
Method in class marimba.gui.PlayerFrame
- Event handler.
- handleEvent(Event).
Method in class marimba.gui.PlayerPanel
- Post an event to this presentation.
- handleEvent(Event).
Method in class marimba.gui.PopupMenu
- Handle events.
- handleEvent(Event).
Method in class marimba.gui.Presentation
- Handle an event.
- handleEvent(Event).
Method in class marimba.gui.RichTextBoxWidget
- Forward events to the right widget during editing.
- handleEvent(Event).
Method in class marimba.gui.ScrollbarWidget
- Event handler for mouse events.
- handleEvent(Event).
Method in class marimba.gui.ScrollingContainerWidget
- Handle scroll events.
- handleEvent(Event).
Method in class marimba.gui.SliderWidget
- Event handler for possible mouse and keyboard events.
- handleEvent(Event).
Method in class marimba.gui.SpinBoxTextWidget
- Handle user events.
- handleEvent(Event).
Method in class marimba.gui.SpinBoxWidget
- Handle user events.
- handleEvent(Event).
Method in class marimba.gui.TableContent
- Handle events for selections.
- handleEvent(Event).
Method in class marimba.gui.TableWidget
- Event handler for mouse events.
- handleEvent(Event).
Method in class marimba.gui.TextBoxWidget
- Handle mouse and character events.
- handleEvent(Event).
Method in class marimba.text.TextView
- Handle an event.
- handleEvent(Event).
Method in class marimba.gui.TextWidget
- Change the cursor when necessary.
- handleEvent(Event).
Method in class marimba.gui.TreeNodeWidget
- Handle mouse events.
- handleEvent(Event).
Method in class marimba.gui.TreeWidget
- Handle the GOT_FOCUS event.
- handleEvent(Event).
Method in class marimba.gui.URLTextWidget
- Handle an event.
- handleEvent(Event).
Method in class marimba.gui.Widget
- Handle an event.
- 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.WindowWidget
- HandleEvent
- handleEvent(Event, int).
Method in class marimba.gui.ListItemWidget
- Handle an event for a particular column.
- hasChildren().
Method in class marimba.gui.TreeNodeWidget
- True if the node has children.
- 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.ListBoxWidget
- Check if this widget leaves the bottom-right corner open.
- hasCorner().
Method in class marimba.gui.ScrollingContainerWidget
- Check if this widget leaves the bottom-right corner open.
- hasFocus().
Method in class marimba.gui.Widget
- True if the current widget has the focus.
- hashCode().
Method in class marimba.text.ByteString
-
- hashCode().
Method in class marimba.util.Checksum
- Compute a hash code for the checksum.
- hashCode().
Method in class marimba.gui.Dash
- Hash
- hashCode().
Method in class marimba.gui.Pattern
- Hashcode
- hashCode().
Method in class marimba.text.Style
-
- 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.
- hdrFont.
Variable in class marimba.gui.ListWidget
- The font that has to be used for the header.
- hdrFont.
Variable in class marimba.gui.TableWidget
- 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.
- height.
Variable in class marimba.gui.Widget
- The height of this widget.
- hide().
Method in class marimba.gui.PlayerDialog
- Hide the frame.
- hide().
Method in class marimba.gui.PlayerFrame
- Hide the frame.
- hide().
Method in class marimba.gui.Widget
- Hide this widget.
- hilite.
Variable in class marimba.gui.Widget
- The current hilite color.
- HORIZONTAL.
Static variable in interface marimba.gui.WidgetConstants
-
- horz.
Variable in class marimba.gui.ScrollingContainerWidget
- The horizontal scrollbar.
- horzmode.
Variable in class marimba.gui.ListBoxWidget
- The mode for the horizontal scrollbar:
never, optional or always.
- horzmode.
Variable in class marimba.gui.ScrollingContainerWidget
- 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.
- icon.
Variable in class marimba.gui.Presentation
- The name of the file containing the icon for this
presentation.
- iconNotify(int).
Method in interface marimba.desktop.TaskIconHandler
-
- IDENTIFIER.
Static variable in class marimba.io.ScannerInputStream
-
- imageUpdate(Image, int, int, int, int, int).
Method in class marimba.gui.AnimatedImageWidget
- Update the image.
- imageUpdate(Image, int, int, int, int, int).
Method in class marimba.desktop.BMP
- Update the image.
- 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.TreeNodeWidget
- Update the image.
- imageUpdate(Image, int, int, int, int, int).
Method in class marimba.gui.Widget
- Update the widget after more image data arrives.
- ImageWidget().
Constructor for class marimba.gui.ImageWidget
- Constructor
- 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.
- img2bmp(Image, OutputStream).
Static method in class marimba.desktop.BMP
- Convert a image 2 a BMP file.
- 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
-
- incrementValue.
Variable in class marimba.gui.SliderWidget
- The number of values to skip before changing value.
- INDENT1.
Static variable in class marimba.gui.TreeNodeWidget
-
- INDENT2.
Static variable in class marimba.gui.TreeNodeWidget
-
- 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.
- indHeight.
Variable in class marimba.gui.SliderWidget
- The height of the slider indicator.
- INDRAG.
Static variable in class marimba.gui.WindowWidget
-
- indWidth.
Variable in class marimba.gui.SliderWidget
- The width of the slider indicator.
- init().
Method in class marimba.gui.AnimatedImageWidget
- Load the animation frames.
- init().
Method in class marimba.gui.AppletWidget
- Initialize the applet.
- init().
Method in class marimba.gui.AWTWidget
- Initialize the widget.
- init().
Method in class marimba.gui.ComponentWidget
- Initialize the component.
- init().
Method in class marimba.desktop.Desktop
-
- init().
Method in class marimba.gui.GroupWidget
- Initialize.
- init().
Method in class marimba.gui.ImageWidget
- Start loading the image if preload is set.
- 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.PresentationWidget
- Load the presentation when the widget is started.
- init().
Method in class marimba.gui.Widget
- Called to initialize a widget.
- insert(byte[], int, int, int).
Method in class marimba.text.Text
- Inserts LENGTH bytes from BYTES at offset OFF into this text
buffer at POS.
- 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).
Method in class marimba.gui.TextBoxWidget
- Insert a character.
- insert(char).
Method in class marimba.gui.TextWidget
- Insert a character.
- 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(String).
Method in class marimba.gui.RichTextBoxWidget
- Insert a string at the current cursor position.
- insert(String).
Method in class marimba.gui.TextBoxWidget
- Insert a string at the current caret position.
- insert(String).
Method in class marimba.text.TextView
-
- insert(String).
Method in class marimba.gui.TextWidget
- Insert a string at the current cursor position.
- insert(String, int).
Method in class marimba.text.Text
- Inserts string S at POS.
- insert(String, int, int).
Method in class marimba.text.Text
- Inserts LENGTH characters of string S at POS.
- insertChoiceAt(String, int).
Method in class marimba.gui.ChoiceWidget
- Insert a choice before the choice at the position.
- insertChoiceAt(String, int).
Method in class marimba.gui.ListBoxWidget
- When inserting a choice also update the list.
- insertColumnAt(String, int).
Method in class marimba.gui.TableWidget
- Insert an empty column at the given position to this table.
- insertColumnAt(String, int, int).
Method in class marimba.gui.SparseTableWidget
- When inserting an empty column flush the content if
the current view is affected.
- insertColumnAt(String, int, int).
Method in class marimba.gui.TableWidget
- Insert an empty column at the given position and
with the given width to this table.
- insertRowAt(TableRow, int).
Method in class marimba.gui.SparseTableWidget
- When inserting a row flush the content if the
view is affected.
- insertRowAt(TableRow, int).
Method in class marimba.gui.TableWidget
- Insert a row at the given position to this table.
- insertRowAt(Vector, int).
Method in class marimba.gui.TableWidget
- Insert a row at the given position to this table.
- insets.
Variable in class marimba.text.TextView
- Insets.
- INSIDE.
Static variable in interface marimba.gui.WidgetConstants
-
- inside(int, int).
Method in class marimba.gui.Widget
- Check if a point is inside the widget.
- inside(int, int, int, int).
Method in class marimba.gui.Widget
- Check if the widget is inside a rectangle.
- INSIZE.
Static variable in class marimba.gui.WindowWidget
-
- installData(String).
Method in interface marimba.channel.ApplicationContext
- Request the installation of new all new data or just part
in the given directory.
- INTEGER.
Static variable in class marimba.io.ScannerInputStream
-
- intValue.
Variable in class marimba.io.ScannerInputStream
-
- invalidate().
Method in class marimba.gui.RichTextBoxWidget
- Invalidate the widget (the size has changed).
- invalidate().
Method in class marimba.text.TextView
- Invalidate the widget (the size has changed).
- invalidate().
Method in class marimba.gui.TreeNodeWidget
- Invalidate this widget (and its parent)
- invalidate().
Method in class marimba.gui.Widget
- Invalidate the widget (the size has changed).
- inView(int, int).
Method in class marimba.gui.SparseTableWidget
- Check whether the given cell (column/row combination)
is in the current view.
- INVISIBLE.
Static variable in interface marimba.gui.WidgetConstants
-
- invoke(String, String[]).
Method in interface marimba.desktop.ServiceHandler
-
- is3D().
Method in class marimba.gui.LineWidget
- Check whether the line is three-dimensional.
- isActive().
Method in class marimba.channel.AppletViewer
-
- isActive().
Method in class marimba.gui.AppletWidget
-
- isCollapsed().
Method in class marimba.gui.TreeNodeWidget
- True if the node is collapsed.
- isConstrained().
Method in class marimba.gui.ScrollbarWidget
- Check if this scrollbar is constrained.
- isConstrained().
Method in class marimba.gui.ScrollingContainerWidget
- Check if the scrollbars are constrained.
- isDefault.
Variable in class marimba.gui.CommandButtonWidget
- A button can be the default button.
- isDefault().
Method in class marimba.gui.CommandButtonWidget
- Check if this commandbutton is the default one.
- isDigit(int).
Static method in class marimba.text.Text
-
- isDisabled().
Method in class marimba.gui.Widget
- Check if disabled.
- isEditable().
Method in class marimba.gui.TextWidget
- Check if this text is editable.
- isExclusive().
Method in class marimba.gui.ListWidget
- Check if this ListWidget is exlusive.
- isFilled().
Method in class marimba.gui.ColorPickerWidget
- Check whether the color picker is filled.
- isFilled().
Method in class marimba.gui.ProgressIndicatorWidget
- Check whether the progress indicator is filled.
- isFilled().
Method in class marimba.gui.ScrollbarWidget
- Check if the scrollbar is filled.
- isFilled().
Method in class marimba.gui.ShapeWidget
- Check if the shape is filled.
- isFilled().
Method in class marimba.gui.SliderWidget
- Check if the sliderwidget is filled.
- isFollowed().
Method in class marimba.gui.URLTextWidget
- Check whether this link has been followed
- isIconic(String).
Method in class marimba.desktop.Desktop
-
- isLetter(int).
Static method in class marimba.text.Text
-
- isLoop().
Method in class marimba.gui.AudioWidget
- Check whether the widget loops.
- isMoveable().
Method in class marimba.gui.WindowWidget
- Check whether the window is moveable.
- isProportional().
Method in class marimba.gui.ScrollbarWidget
- Check whether this scroll bar is proportional.
- isResizable().
Method in class marimba.gui.Presentation
- Check whether this presentation is resizable.
- isResizable().
Method in class marimba.gui.WindowWidget
- Check whether this window is resizable.
- isReversed().
Method in class marimba.gui.SliderWidget
- Returns if the slider uses the opposite direction of the
one this slider was initially designed for.
- isRoot().
Method in class marimba.gui.TreeNodeWidget
- Check whether this tree node is the root.
- isSelected().
Method in class marimba.gui.ListItemWidget
- Check if this ListItem is selected.
- isSelected().
Method in class marimba.gui.TreeNodeWidget
- Check if this node is selected.
- isSet(int).
Method in class marimba.text.TextView
-
- isShowing().
Method in class marimba.gui.PopupWidget
- True if the player is set.
- isShowing().
Method in class marimba.gui.Widget
- Check if showing on screen.
- isSticky().
Method in class marimba.gui.CommandButtonWidget
- Get the sticky-ness.
- isTransparent().
Method in class marimba.gui.Widget
- Check whether this widget is transparent.
- isUnderlined().
Method in class marimba.gui.URLTextWidget
- Check whether the link should be underlined.
- isVisible().
Method in class marimba.gui.Widget
- Check if visible.
- isWord(char).
Static method in class marimba.gui.TextWidget
- Determine which characters are part of a word.
- isWordChar(int).
Static method in class marimba.text.Text
-
- itemFocus.
Variable in class marimba.gui.PopupMenu
- The items can be drawn with or without
a focus rectangle around it when they
are selected.
- justClose().
Method in class marimba.io.FastOutputStream
- Version of close which doesn't throw an exception.
- key.
Variable in class marimba.desktop.AppMenuItem
-
- key().
Method in class marimba.gui.ListBoxItemWidget
- The key to this widget.
- key().
Method in class marimba.gui.ListItemWidget
- The key by which this widget is sorted.
- key().
Method in class marimba.gui.TreeNodeWidget
- The key by which this item is sorted.
- keyDown(Event, int).
Method in class marimba.gui.Widget
- By default a widget calls this function when a
keyDown event occurs.
- keyUp(Event, int).
Method in class marimba.gui.Widget
- By default a widget calls this function when a
keyUp event occurs.
- KILL_REGION.
Static variable in class marimba.text.TextView
-
- KILL_TO_EOL.
Static variable in class marimba.text.TextView
-
- label.
Variable in class marimba.desktop.AppMenuItem
-
- label.
Variable in class marimba.gui.ButtonWidget
- The label that is displayed on the button.
- label.
Variable in class marimba.gui.ComponentWidget
- The label for this component.
- label.
Variable in class marimba.gui.GroupBoxWidget
- The label of this group box, that appears at the top.
- label.
Variable in class marimba.gui.ListBoxItemWidget
- The label of this listbox item.
- label.
Variable in class marimba.gui.PopupMenuItemWidget
- The label of this popupMenuItem
- label.
Variable in class marimba.gui.TableColumn
- The label for this column.
- label.
Variable in class marimba.gui.TreeNodeWidget
- The label of this node.
- labelFont.
Variable in class marimba.gui.GroupBoxWidget
- The font of the label.
- lastData.
Variable in class marimba.gui.SparseTableContent
- Store the last visible data when layout() was executed.
- lastPage().
Method in class marimba.gui.FolderWidget
- Goto the last page.
- lastPaintData.
Variable in class marimba.gui.SparseTableContent
- Store the last visible data when paint() was executed.
- lastPaintView.
Variable in class marimba.gui.SparseTableContent
- Store the last view when paint() was executed.
- lastTitledPage().
Method in class marimba.gui.FolderWidget
- Goto the last page with a title.
- lastView.
Variable in class marimba.gui.SparseTableContent
- Store the last view when layout() was executed.
- layout().
Method in class marimba.gui.ContainerWidget
- Default layout algorithm simply fits the content area
to the entire container.
- layout().
Method in class marimba.gui.DropDownListBoxWidget
- Layout the container.
- layout().
Method in class marimba.gui.FolderWidget
- Layout the page.
- layout().
Method in class marimba.gui.GroupBoxWidget
- Layout the widget itself.
- layout().
Method in class marimba.gui.ListBoxWidget
- Reshape the list that is used for this choice widget.
- layout().
Method in class marimba.gui.ListWidget
- Layout the widget itself.
- layout().
Method in class marimba.gui.PlayerPanel
- Layout this panel.
- layout().
Method in class marimba.gui.PopupMenu
- Layout the menu items.
- layout().
Method in class marimba.gui.RichTextBoxWidget
- Layout
- layout().
Method in class marimba.gui.ScrollingContainerWidget
- Layout the container.
- layout().
Method in class marimba.gui.SparseTableContent
- Layout the sparse table content, the widgets in the
content are being reshaped and added to show them
correctly.
- layout().
Method in class marimba.gui.SpinBoxWidget
- Reshape the SpinBoxTextWidget to the correct size.
- layout().
Method in class marimba.gui.TableContent
- Layout the content and add widgets in the data to the content.
- layout().
Method in class marimba.gui.TableWidget
- Layout the widget, which means setting the
content height and width and laying out the content.
- layout().
Method in class marimba.gui.TreeNodeWidget
- Layout the children of the node.
- layout().
Method in class marimba.gui.Widget
- Layout the widget.
- layout().
Method in class marimba.gui.WindowWidget
- Layout the widget itself.
- layout(Widget).
Method in class marimba.gui.ListWidget
- Layout the content.
- layout(Widget).
Method in class marimba.gui.TreeWidget
- Layout the content
- layout(Widget).
Method in interface marimba.gui.WidgetLayoutMgr
-
- layoutMgr.
Variable in class marimba.gui.Widget
- The layout manager for this widget.
- LEFT.
Static variable in interface marimba.gui.WidgetConstants
-
- leftMargin().
Method in class marimba.gui.TextBoxWidget
- Left margin.
- leftMargin().
Method in class marimba.gui.URLTextWidget
- Left margin.
- len.
Variable in class marimba.gui.TextBoxWidget
- The length of the text.
- length.
Variable in class marimba.text.ByteString
-
- length().
Method in class marimba.text.Text
- Returns the length of the text.
- level.
Variable in class marimba.text.TextView
-
- line.
Variable in class marimba.gui.ShapeWidget
- The shape can draw a line in the foreground color.
- lineMode.
Variable in class marimba.gui.GroupWidget
- The type of line that is being displayed.
- lineOptions.
Static variable in class marimba.gui.GroupWidget
- The possible options for the lineMode.
- lineSize.
Variable in class marimba.gui.ScrollbarWidget
- This controls how much you scroll when pressing
a scroll arrow.
- LineWidget().
Constructor for class marimba.gui.LineWidget
- Constructor.
- lineWidth.
Variable in class marimba.gui.LineWidget
- The linewidth in pixels.
- list.
Variable in class marimba.gui.ListBoxWidget
- The ListWidget used to display the list of choices.
- list().
Method in class marimba.gui.Widget
- Print the widget for debugging.
- list(PrintStream, int).
Method in class marimba.gui.PlayerPanel
- Debugging only.
- list(PrintStream, int).
Method in class marimba.gui.Widget
- Print the widget with indentation for debugging.
- ListBoxItemWidget(String).
Constructor for class marimba.gui.ListBoxItemWidget
- Create an item for a ListBox
- ListBoxWidget().
Constructor for class marimba.gui.ListBoxWidget
- Constructor.
- ListBoxWidget(int, String[]).
Constructor for class marimba.gui.ListBoxWidget
- Constructor for a ListBox with given choices.
- listChannelDirectory(String).
Method in interface marimba.channel.ApplicationContext
- Returns an array of strings which are the names of files in
the specified directory.
- listChannels().
Method in interface marimba.channel.ApplicationContext
- Get a list of all the channels on this transmitter
which have been subscribed to by the user.
- ListItemWidget().
Constructor for class marimba.gui.ListItemWidget
-
- ListWidget().
Constructor for class marimba.gui.ListWidget
- Constructor.
- ln.
Variable in class marimba.io.ScannerInputStream
-
- load().
Method in class marimba.util.Props
- Load from the file.
- load(InputStream, int).
Method in class marimba.persist.URLClassLoader
- Load a class from an input stream.
- load(String).
Method in class marimba.persist.URLClassLoader
- Load a class.
- loadClass(String).
Method in class marimba.persist.ScriptClassLoader
- Load a class from this class loader.
- loadClass(String).
Method in class marimba.persist.URLClassLoader
- Load a class from this class loader.
- loadClass(String, boolean).
Method in class marimba.persist.ScriptClassLoader
- Load and resolve a class.
- loadClass(String, boolean).
Method in class marimba.persist.URLClassLoader
- Load and resolve a class.
- loader.
Variable in class marimba.gui.Presentation
- The class loader for this presentation.
- loadObject(FastInputStream).
Method in class marimba.persist.BinaryPersistentState
- Load and thaw an object from a stream.
- loadObject(ScannerInputStream).
Method in class marimba.persist.TextPersistentState
- Load and thaw an object from a stream.
- loadPersistentObject(FastInputStream).
Method in class marimba.persist.BinaryPersistentState
- Load state from a stream.
- loadPersistentObject(ScannerInputStream).
Method in class marimba.persist.TextPersistentState
- Load state from a stream.
- LOCATE.
Variable in class marimba.text.TextView
-
- locateHit(int, int).
Method in class marimba.text.TextView
- Returns the buffer position that corresponds to the specified
x/y position.
- locateLineContainingY(int).
Method in class marimba.text.TextView
- Locates a line object based on a Y position.
- locateWidget(int, int).
Method in class marimba.gui.PlayerPanel
- Locate the top most widget located at position x,y
in global coordinates.
- locateWidget(int, int).
Method in class marimba.gui.Widget
- Locate the topmost widget that contains the specified coordinate.
- locateWidgets(Vector, 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.
- locateWidgets(Vector, int, int, int, int).
Method in class marimba.gui.Widget
- Locate all the widgets inside a rectangle.
- location().
Method in class marimba.gui.Widget
- Get the location as a Point object.
- lookup(Color).
Static method in class marimba.gui.ColorPaletteWidget
- Lookup a color in the color table, returns
the index of the given color.
- lookupCmd(String).
Static method in class marimba.text.TextView
-
- loop.
Variable in class marimba.gui.AudioWidget
- Loop the audio
- lostFocus(Event, Object).
Method in class marimba.gui.Widget
- By default a widget calls this function when a
lostFocus event occurs.
- LOWERED.
Static variable in interface marimba.gui.WidgetConstants
-
- main(String[]).
Static method in class marimba.desktop.BMP
- Convert an image to BMP
- main(String[]).
Static method in class marimba.util.Checksum
- For testing purposes only.
- main(String[]).
Static method in class marimba.io.DecoderStream
- Test program.
- main(String[]).
Static method in class marimba.desktop.FileSystem
-
- main(String[]).
Static method in class marimba.desktop.LicenseDialog
- Main program
- main(String[]).
Static method in class marimba.io.MD5InputStream
- For testing purposes only.
- main(String[]).
Static method in class marimba.io.MD5OutputStream
- For testing purposes only.
- main(String[]).
Static method in class marimba.gui.PlayerFrame
- Main program for showing presentations from a file.
- main(String[]).
Static method in class marimba.io.ScannerInputStream
-
- main(String[]).
Static method in class marimba.persist.TextPersistentState
- Encode or decode a file.
- MAKE_BOLD.
Static variable in class marimba.text.TextView
-
- MAKE_EMBOSS.
Static variable in class marimba.text.TextView
-
- MAKE_ITALICS.
Static variable in class marimba.text.TextView
-
- MAKE_LARGER.
Static variable in class marimba.text.TextView
-
- MAKE_PLAIN.
Static variable in class marimba.text.TextView
-
- MAKE_SMALLER.
Static variable in class marimba.text.TextView
-
- makeBold().
Method in class marimba.text.StyleChange
-
- makeEmbossed().
Method in class marimba.text.StyleChange
-
- makeItalic().
Method in class marimba.text.StyleChange
-
- makeItems().
Method in class marimba.gui.ListBoxWidget
- Create the items using the current choices.
- makePlain().
Method in class marimba.text.StyleChange
-
- makePosVisible.
Variable in class marimba.text.TextView
- A buffer position that must be visible after the next
redisplay.
- mark(int).
Method in class marimba.io.FastInputStream
-
- markList.
Variable in class marimba.text.TextView
- List of markers on this text.
- markpos.
Variable in class marimba.io.FastInputStream
-
- markSupported().
Method in class marimba.io.FastInputStream
-
- master.
Static variable in class marimba.gui.Clock
-
- master.
Static variable in class marimba.util.Timer
- The master clock.
- maxValue.
Variable in class marimba.gui.ValueWidget
- The highest possible value.
- maxVisible.
Variable in class marimba.gui.DropDownListBoxWidget
- The maximum number of visible items, if there are more
items a scrollbar is used.
- maxVisible.
Variable in class marimba.gui.PopupMenu
- The maximum number of visible items, if there are more
items a scrollbar is used.
- MD5(byte[], int, int).
Static method in class marimba.util.Checksum
- Compute the MD5 checksum for a buffer of bytes.
- MD5(InputStream).
Static method in class marimba.util.Checksum
- Compute the MD5 checksum for an input stream.
- MD5Add(byte[], int, int[]).
Static method in class marimba.util.Checksum
- Add 64 bytes to the digest.
- MD5Add(byte[], int, int[]).
Method in class marimba.desktop.Desktop
- Add 64 bytes to the digest.
- MD5Digest().
Static method in class marimba.util.Checksum
- Create a new digest
- MD5Finish(byte[], int, int, long, int[]).
Static method in class marimba.util.Checksum
- Finish computation of the digest.
- MD5InputStream(File).
Constructor for class marimba.io.MD5InputStream
-
- MD5InputStream(InputStream).
Constructor for class marimba.io.MD5InputStream
-
- MD5InputStream(InputStream, int[]).
Constructor for class marimba.io.MD5InputStream
-
- MD5InputStream(String).
Constructor for class marimba.io.MD5InputStream
-
- MD5OutputStream(File).
Constructor for class marimba.io.MD5OutputStream
-
- MD5OutputStream(OutputStream).
Constructor for class marimba.io.MD5OutputStream
-
- MD5OutputStream(OutputStream, int[], int).
Constructor for class marimba.io.MD5OutputStream
-
- MD5OutputStream(String).
Constructor for class marimba.io.MD5OutputStream
-
- measureLine(Line, float, int).
Method in class marimba.text.TextView
-
- menu.
Variable in class marimba.gui.MenuButtonWidget
- The menu used for this menuButton.
- MENU_EVENT.
Static variable in class marimba.desktop.AppMenuBar
-
- MenuButtonWidget().
Constructor for class marimba.gui.MenuButtonWidget
- Create a menuButton with 5 default items.
- MenuButtonWidget(int, String[]).
Constructor for class marimba.gui.MenuButtonWidget
- Create a menu with the specified items.
- menuEvent(Event).
Method in class marimba.desktop.AppMenuBar
- Pre-process an event.
- MENUSHORTCUTS.
Static variable in class marimba.desktop.Desktop
-
- minimumSize().
Method in class marimba.gui.PlayerPanel
- Minimum Size.
- minValue.
Variable in class marimba.gui.ValueWidget
- The lowest possible value.
- mode.
Variable in class marimba.gui.ColorButtonWidget
- The mode of the button, which can be raised or square.
- mode.
Variable in class marimba.gui.CommandButtonWidget
- A CommandButton can be invisible, raised, filled, square,
rounded and can contain a picture.
- mode.
Variable in class marimba.gui.ImageWidget
- An imageWidget can display its image centered, scaled or topleft.
- modeOptions.
Static variable in class marimba.gui.ColorButtonWidget
- The possible options for the mode.
- modeOptions.
Static variable in class marimba.gui.CommandButtonWidget
- The possible options for the mode.
- modeOptions.
Static variable in class marimba.gui.ImageWidget
- The possible options for the mode.
- mouseDown(Event, int, int).
Method in class marimba.text.TextView
- By default a widget calls this function when a
mouseDown event occurs.
- mouseDown(Event, int, int).
Method in class marimba.gui.Widget
- By default a widget calls this function when a
mouseDown event occurs.
- mouseDrag(Event, int, int).
Method in class marimba.text.TextView
- By default a widget calls this function when a
mouseDrag event occurs.
- mouseDrag(Event, int, int).
Method in class marimba.gui.Widget
- By default a widget calls this function when a
mouseDrag event occurs.
- mouseEnter(Event, int, int).
Method in class marimba.gui.Widget
- By default a widget calls this function when a
mouseEnter event occurs.
- mouseExit(Event, int, int).
Method in class marimba.gui.Widget
- By default a widget calls this function when a
mouseExit event occurs.
- mouseLocation().
Method in class marimba.gui.PlayerPanel
- Mouse location.
- mouseMove(Event, int, int).
Method in class marimba.gui.Widget
- By default a widget calls this function when a
mouseMove event occurs.
- mouseUp(Event, int, int).
Method in class marimba.text.TextView
- By default a widget calls this function when a
mouseUp event occurs.
- mouseUp(Event, int, int).
Method in class marimba.gui.Widget
- By default a widget calls this function when a
mouseUp event occurs.
- move(int, int).
Method in class marimba.gui.Widget
- Move the widget.
- moveable.
Variable in class marimba.gui.WindowWidget
- The window can be moveable or stay on one position.
- moveColumn(int, int).
Method in class marimba.gui.TableWidget
- Move the 'from' column before the 'to' column.
- msgFont.
Static variable in class marimba.gui.ComponentWidget
-
- MULTIPLE.
Static variable in interface marimba.gui.WidgetConstants
-
- mwhere.
Variable in class marimba.gui.WindowWidget
-
- mx.
Variable in class marimba.gui.WindowWidget
-
- my.
Variable in class marimba.gui.WindowWidget
-
- name.
Variable in class marimba.desktop.AppMenuItem
-
- name.
Variable in class marimba.gui.Widget
- The name of this widget.
- NETWORK_AUTHENTICATED.
Static variable in class marimba.desktop.Desktop
-
- NETWORK_AUTHENTICATING.
Static variable in class marimba.desktop.Desktop
-
- NETWORK_CONNECT_ERROR.
Static variable in class marimba.desktop.Desktop
-
- NETWORK_CONNECTED.
Static variable in class marimba.desktop.Desktop
-
- NETWORK_CONNECTING.
Static variable in class marimba.desktop.Desktop
-
- NETWORK_DISCONNECTED.
Static variable in class marimba.desktop.Desktop
-
- NETWORK_WAITING.
Static variable in class marimba.desktop.Desktop
-
- networkStateChanged(int).
Method in interface marimba.desktop.NetWatcher
-
- NEVER.
Static variable in interface marimba.gui.WidgetConstants
-
- newComponent().
Method in class marimba.gui.AppletWidget
- Create the AWT component.
- newComponent().
Method in class marimba.gui.AWTWidget
- Create the AWT component.
- newComponent().
Method in class marimba.gui.ComponentWidget
- Create the AWT component.
- newContent().
Method in class marimba.gui.ContainerWidget
- Create the content for this container.
- newContent().
Method in class marimba.gui.GroupBoxWidget
- Allocate the content.
- newContent().
Method in class marimba.gui.ListWidget
- Allocate the content.
- newContent().
Method in class marimba.gui.ScrollingContainerWidget
- Allocate content container.
- newContent().
Method in class marimba.gui.SparseTableWidget
- Allocate a sparse content container.
- newContent().
Method in class marimba.gui.TableWidget
- Allocate content container.
- newContent().
Method in class marimba.gui.TreeWidget
- Allocate the content.
- newContent().
Method in class marimba.gui.WindowWidget
- Allocate the content.
- newDropDown().
Method in class marimba.gui.DropDownComboBoxWidget
- Display and return a new dropdown that also paints
a focus rectangle around a selected item.
- newDropDown().
Method in class marimba.gui.DropDownListBoxWidget
- Display and return a new dropdownmenu with the required settings
for letting it behave like the dropdownlistbox wants it to.
- newInstance(String).
Method in class marimba.gui.Presentation
- Create an instance of a class in the context of this
presentation.
- NEWLINE_AND_BACKUP.
Static variable in class marimba.text.TextView
-
- newLines.
Variable in class marimba.text.TextView
- "New" lines, used for doing smart screen updates.
- newList().
Method in class marimba.gui.ListBoxWidget
- Create a new List.
- newPage().
Method in class marimba.gui.FolderWidget
- Add a new empty page.
- newScrollbar(int).
Method in class marimba.gui.ScrollingContainerWidget
- Create a new scrollbar with all the necessary properties.
- newScrollbar(int).
Method in class marimba.gui.TableWidget
- Create a new scrollbar with all the necessary properties.
- newTextBox().
Method in class marimba.gui.DropDownComboBoxWidget
- New TextBox that is editable.
- newTextBox().
Method in class marimba.gui.DropDownListBoxWidget
- Returns a new textbox with the necessary properties set
to let it behave like the dropdownlist wants it to.
- newTextBox().
Method in class marimba.gui.SpinBoxWidget
- Creates a new SpinBoxTextWidget.
- newTextView().
Method in class marimba.gui.RichTextBoxWidget
-
- next(int).
Method in class marimba.io.ScannerInputStream
-
- NEXT_FOCUS.
Static variable in class marimba.text.TextView
-
- NEXT_LINE.
Static variable in class marimba.text.TextView
-
- NEXT_PAGE.
Static variable in class marimba.text.TextView
-
- nextFocus().
Method in class marimba.gui.Widget
- Assign the focus to the next widget that is located
to the right or below the current focus.
- nextInFocus().
Method in class marimba.gui.ContainerWidget
- Assign the focus to the next widget that is located in this
container and to the right or below the current focus.
- nextItem().
Method in class marimba.gui.DropDownMenu
- Select next item, do not loop around when
the last item has been reached.
- nextItem().
Method in class marimba.gui.PopupMenu
- Select next item.
- nextPage().
Method in class marimba.gui.FolderWidget
- Goto the next page.
- nextText.
Variable in class marimba.gui.AnimatedTextWidget
- The text that is being displayed when 'text' is ready animating.
- nextTitledPage().
Method in class marimba.gui.FolderWidget
- Goto the next page with a title.
- nextWordPos(int).
Method in class marimba.gui.TextBoxWidget
- The starting position of the next word.
- NONE.
Static variable in interface marimba.gui.WidgetConstants
-
- north.
Variable in class marimba.gui.Widget
- The number of pixels that the distance between the northern
side and this widget has to be.
- notifyAvailable(String).
Method in class marimba.channel.ApplicationFrame
- Updated data is available.
- notifyAvailable(String).
Method in class marimba.channel.ApplicationPlayerFrame
- Updated data is available.
- notifyDelete(int, int).
Method in class marimba.text.Text
- Notifies views of a deletion just before it occurs.
- notifyDelete(int, int).
Method in class marimba.text.TextView
- Updates the line structures and styles list based on LENGTH
characters being deleted from position POS.
- notifyDeleteAfter(int, int).
Method in class marimba.text.Text
- Notifies views of a deletion after the fact.
- notifyDirtyRegion(int, int).
Method in class marimba.text.Text
- Notifies views that a region of characters have changed (due to
a style change, most likely).
- notifyDirtyRegion(int, int).
Method in class marimba.text.TextView
- Text object notifies us that a region of text has changed,
probably because of a style change.
- notifyInsert(int, int).
Method in class marimba.text.Text
- Notifies views of an insertion.
- notifyInsert(int, int).
Method in class marimba.text.TextView
- Updates the line structures and styles list based on LENGTH
characters being inserted at POS.
- notifyInstall(String).
Method in class marimba.channel.ApplicationFrame
- Data has been installed.
- notifyInstall(String).
Method in class marimba.channel.ApplicationPlayerFrame
- Data has been installed.
- NPOS.
Static variable in class marimba.text.TextView
-
- nrOfIncrements().
Method in class marimba.gui.SliderWidget
- Calculates the number of increments that can be done given `incrementValue'.
- NT.
Static variable in interface marimba.gui.WidgetConstants
-
- nullChecksum.
Static variable in class marimba.util.Checksum
-
- nwidgets.
Variable in class marimba.gui.PlayerPanel
-
- nwidgets.
Variable in class marimba.gui.Widget
- The number of widgets that are in this widget.
- off.
Variable in class marimba.text.ByteString
-
- OPTIONAL.
Static variable in interface marimba.gui.WidgetConstants
-
- Options().
Constructor for class marimba.persist.Options
-
- OptionWidget().
Constructor for class marimba.gui.OptionWidget
- Constructor.
- orientation.
Variable in class marimba.gui.LineWidget
- A line can have a horizontal, vertical or diagonal orientation.
- orientation.
Variable in class marimba.gui.ScrollbarWidget
- A scrollbar can be horizontal and vertical.
- orientation.
Variable in class marimba.gui.SliderWidget
- A Slider can have a horizontal or vertical orientation.
- orientationOptions.
Static variable in class marimba.gui.LineWidget
- The possible options for the orientation.
- orientationOptions.
Static variable in class marimba.gui.ScrollbarWidget
- The possible options for the orientation.
- out.
Variable in class marimba.io.FastOutputStream
-
- OUTLINE.
Static variable in interface marimba.gui.WidgetConstants
-
- OUTPUT.
Variable in class marimba.text.TextView
-
- OvalWidget().
Constructor for class marimba.gui.OvalWidget
-
- overlap(int, int, int, int).
Method in class marimba.gui.Widget
- Check if the widget overlaps with rectangle.
- owner.
Variable in class marimba.gui.PopupMenu
- The owner of this widget.
- pack().
Method in class marimba.channel.AppletViewer
-
- PAGE_DOWN.
Static variable in interface marimba.gui.WidgetConstants
-
- PAGE_EVENT.
Static variable in interface marimba.gui.WidgetConstants
-
- PAGE_UP.
Static variable in interface marimba.gui.WidgetConstants
-
- pageSize.
Variable in class marimba.gui.ScrollbarWidget
- Determines the visible portion of the scrollbar.
- PageWidget().
Constructor for class marimba.gui.PageWidget
-
- paint(Graphics).
Method in class marimba.gui.AnimatedImageWidget
- Paint the current frame of animation.
- paint(Graphics).
Method in class marimba.gui.AnimatedTextWidget
- Paint the message.
- paint(Graphics).
Method in class marimba.gui.AppletWidget
- Paint the widget (if the awt component is not visible).
- paint(Graphics).
Method in class marimba.gui.BackingStore
- Paint the backing store to the window.
- paint(Graphics).
Method in class marimba.gui.ButtonWidget
- Paint the button.
- paint(Graphics).
Method in class marimba.gui.ColorButtonWidget
- Paint the button with the current color.
- paint(Graphics).
Method in class marimba.gui.ColorPaletteWidget
- Paint the colors.
- paint(Graphics).
Method in class marimba.gui.ColorPickerWidget
- Paint this color picker.
- paint(Graphics).
Method in class marimba.gui.ComponentWidget
- Paint the widget (if the awt component is not visible).
- paint(Graphics).
Method in class marimba.gui.ImageWidget
- Paint the image.
- paint(Graphics).
Method in class marimba.gui.LineWidget
- Paint the line.
- paint(Graphics).
Method in class marimba.gui.ListBoxItemWidget
- Paint the item and all of its columns.
- paint(Graphics).
Method in class marimba.gui.ListItemWidget
- Paint the item and all of its columns.
- paint(Graphics).
Method in class marimba.gui.OvalWidget
- Paint the oval.
- paint(Graphics).
Method in class marimba.gui.PlayerPanel
- Paint the panel
- paint(Graphics).
Method in class marimba.gui.PopupMenuItemWidget
- Paint the item.
- paint(Graphics).
Method in class marimba.gui.ProgressIndicatorWidget
- Paint the progress indicator.
- paint(Graphics).
Method in class marimba.gui.RectangleWidget
- Paint the rectangle.
- paint(Graphics).
Method in class marimba.gui.ScrollbarWidget
- Paint the scrollbar.
- paint(Graphics).
Method in class marimba.gui.SliderWidget
- Paint the Slider.
- paint(Graphics).
Method in class marimba.gui.SparseTableContent
- Paint the sparse table content.
- paint(Graphics).
Method in class marimba.gui.TableContent
- Paint the items in the content which are not widgets.
- paint(Graphics).
Method in class marimba.gui.TextBoxWidget
- Paint the text widget.
- paint(Graphics).
Method in class marimba.text.TextView
- Paint from scratch.
- paint(Graphics).
Method in class marimba.gui.Tip
- Paint the tip widget.
- paint(Graphics).
Method in class marimba.gui.URLTextWidget
- Paint the text widget.
- paint(Graphics).
Method in class marimba.gui.Widget
- Paint from scratch.
- paint(Graphics, int, int, int).
Method in class marimba.gui.ListBoxItemWidget
- Paint this item
- paint(Graphics, int, int, int).
Method in class marimba.gui.ListItemWidget
- Draw a column of this item.
- paint(Graphics, int, int, int, int).
Method in class marimba.gui.FolderWidget
- Paint the folders.
- paint(Graphics, int, int, int, int).
Method in class marimba.gui.GroupBoxWidget
- Paint the outline.
- paint(Graphics, int, int, int, int).
Method in class marimba.gui.GroupWidget
- Paint the background
- paint(Graphics, int, int, int, int).
Method in class marimba.gui.ListWidget
- Paint the widget.
- paint(Graphics, int, int, int, int).
Method in class marimba.gui.TableWidget
- Paint the headers of the table.
- paint(Graphics, int, int, int, int).
Method in class marimba.gui.Tip
- Paint the background
- paint(Graphics, int, int, int, int).
Method in class marimba.gui.TreeNodeWidget
- Paint the node: the label, the lines to the child widgets.
- paint(Graphics, int, int, int, int).
Method in class marimba.gui.Widget
- Paint part of the screen.
- paint(Graphics, int, int, int, int).
Method in class marimba.gui.WindowWidget
- Paint the outline.
- paintAll(Graphics, int, int, int, int).
Method in class marimba.gui.Widget
- Paint everyting in the indicated area.
- paintBackground(Graphics).
Method in class marimba.gui.SpinBoxTextWidget
- Paint the background and the two buttons.
- paintBackground(Graphics).
Method in class marimba.gui.TextBoxWidget
- Paint the text widget.
- paintBrightPattern(Graphics, int, int, int, int).
Method in class marimba.gui.SliderWidget
- Paint a bright pattern on the indicator,
showing that the slider indicator is selected.
- paintButton(Graphics).
Method in class marimba.gui.ButtonWidget
- Paint the button itself.
- paintButton(Graphics).
Method in class marimba.gui.CheckBoxWidget
- Paint the checkbox and also the focus rectangle if there is no label.
- paintButton(Graphics).
Method in class marimba.gui.CommandButtonWidget
- Paint the button.
- paintButton(Graphics).
Method in class marimba.gui.OptionWidget
- Paint the option box and also the focus rectangle if there is no label.
- paintButton(Graphics, int, int, int, int, int, int).
Method in class marimba.gui.SpinBoxTextWidget
- Paint a button raised or lowered and with an up or down arrow.
- paintColorField(Graphics, Color, int, int, boolean).
Method in class marimba.gui.ColorPaletteWidget
- Paint a 3D style colorfield at the given position
selected or unselected.
- paintColumnLines(Graphics).
Method in class marimba.gui.TableContent
- Paint lines at the right of every column if table wants that.
- paintFocus(Graphics).
Method in class marimba.gui.CommandButtonWidget
- Paint something more when focused.
- paintIcon(Graphics).
Method in class marimba.gui.TreeNodeWidget
- Paint the label.
- paintLabel(Graphics).
Method in class marimba.gui.ButtonWidget
- Paint the button label.
- paintLabel(Graphics).
Method in class marimba.gui.CheckBoxWidget
- Paint the label and also the input focus rectangle, if there is a label.
- paintLabel(Graphics).
Method in class marimba.gui.CommandButtonWidget
- Paint the button label.
- paintLabel(Graphics).
Method in class marimba.gui.TreeNodeWidget
- Paint the label.
- paintLabel(Graphics, String, int, int).
Method in class marimba.gui.CommandButtonWidget
- Paint the button label.
- paintLabel(Graphics, String, int, int).
Method in class marimba.gui.MenuButtonWidget
- Paint the button label.
- paintLine(Graphics, Line, boolean).
Method in class marimba.text.TextView
- Paint a line.
- paintNullColor(Graphics, int, int, int, int).
Method in class marimba.gui.ColorButtonWidget
- Paint the null color area, which are diagonal lines.
- paintOverlay(Graphics, int, int, int, int).
Method in class marimba.gui.PlayerPanel
- Paint the editor overlay.
- paintScrollBox(Graphics, int, int, int, int).
Method in class marimba.gui.ScrollbarWidget
- Paint the scroll box at the given position and fill the scroll shaft
above and below the box with the hilite color if the scroll bar is filled.
- paintSelection(Graphics).
Method in class marimba.gui.ListItemWidget
- Paint the selection.
- paintSliderIndicator(Graphics, int, int).
Method in class marimba.gui.SliderWidget
- Paint the Slider indicator at the correct position.
- paintSortSymbol(Graphics, int, int, int, int).
Method in class marimba.gui.TableWidget
- Paint the sort symbol at the given coordinates.
- paintTickMarks(Graphics).
Method in class marimba.gui.SliderWidget
- Paint the tick marks,
using tickMarkInterval to determine interval between marks.
- param.
Variable in class marimba.gui.AppletWidget
- The parameters for the applet stored in a properties object.
- parameters.
Variable in class marimba.gui.AppletWidget
- The parameters for the applet.
- paramString(StringBuffer).
Method in class marimba.gui.AnimatedWidget
- Debugging
- paramString(StringBuffer).
Method in class marimba.gui.AudioWidget
- Debugging.
- paramString(StringBuffer).
Method in class marimba.gui.ButtonWidget
- Debugging.
- paramString(StringBuffer).
Method in class marimba.gui.CheckBoxWidget
- Debugging.
- paramString(StringBuffer).
Method in class marimba.gui.ChoiceWidget
- Debugging.
- paramString(StringBuffer).
Method in class marimba.gui.CommandButtonWidget
- Debugging.
- paramString(StringBuffer).
Method in class marimba.gui.GroupBoxWidget
- Debugging.
- paramString(StringBuffer).
Method in class marimba.gui.GroupWidget
- Parameters.
- paramString(StringBuffer).
Method in class marimba.gui.ImageWidget
- Debugging.
- paramString(StringBuffer).
Method in class marimba.gui.ListItemWidget
- Debugging.
- paramString(StringBuffer).
Method in class marimba.gui.PopupMenuItemWidget
- Debugging.
- paramString(StringBuffer).
Method in class marimba.gui.PopupWidget
- For debugging only.
- paramString(StringBuffer).
Method in class marimba.gui.Presentation
- For debugging only.
- paramString(StringBuffer).
Method in class marimba.gui.ProgressIndicatorWidget
- Debugging.
- paramString(StringBuffer).
Method in class marimba.gui.ResourceWidget
- Debugging.
- paramString(StringBuffer).
Method in class marimba.gui.ScrollbarWidget
- Debugging.
- paramString(StringBuffer).
Method in class marimba.gui.SliderWidget
- Debugging.
- paramString(StringBuffer).
Method in class marimba.gui.TableWidget
- Debugging.
- paramString(StringBuffer).
Method in class marimba.gui.TreeNodeWidget
- Debugging
- paramString(StringBuffer).
Method in class marimba.gui.URLButtonWidget
- Debugging.
- paramString(StringBuffer).
Method in class marimba.gui.ValueWidget
- Debugging.
- paramString(StringBuffer).
Method in class marimba.gui.Widget
- Build a string describing the widget's parameters.
- paramString(StringBuffer).
Method in class marimba.gui.WindowWidget
- Debugging.
- parent.
Variable in class marimba.persist.ScriptClassLoader
-
- parent.
Variable in class marimba.persist.URLClassLoader
-
- parent.
Variable in class marimba.gui.Widget
- The parent container of this class.
- parentFirst.
Variable in class marimba.persist.URLClassLoader
-
- PASTE.
Static variable in class marimba.text.TextView
-
- patsrc.
Variable in class marimba.gui.GroupWidget
- The source of the pattern.
- pattern.
Variable in class marimba.gui.GroupWidget
- The pattern for the background.
- PATTERN.
Static variable in interface marimba.gui.WidgetConstants
-
- PC.
Static variable in interface marimba.gui.WidgetConstants
-
- PersistentState().
Constructor for class marimba.persist.PersistentState
- Create a new PersistentState, figure out what class loader to use.
- pickerDialog.
Variable in class marimba.gui.ColorPaletteWidget
- The dialog that pops up when the "other..." button is clicked.
- PICTURE.
Static variable in interface marimba.gui.WidgetConstants
-
- pivot.
Variable in class marimba.text.TextView
- Mouse handling.
- pixelsToValue(int).
Method in class marimba.gui.ScrollbarWidget
- Returns the scrollbar value given the specified pixelValue.
- pixelsToValue(int).
Method in class marimba.gui.SliderWidget
- Number of pixels translated into a value.
- PLAIN.
Static variable in interface marimba.gui.WidgetConstants
-
- play(String).
Method in class marimba.gui.AudioWidget
- Play a sound.
- play(String).
Method in class marimba.gui.Widget
- THIS METHOD WILL BE REMOVED IN the beta4 release,
It is still here for backward compatibility.
- player.
Variable in class marimba.gui.PlayerApplet
- The playerpanel for this applet.
- player.
Variable in class marimba.gui.PlayerDialog
- The PlayerPanel for this dialog.
- player.
Variable in class marimba.gui.PlayerFrame
-
- player.
Variable in class marimba.gui.PlayerUtil
- The PlayerPanel on which this util operates.
- PlayerApplet().
Constructor for class marimba.gui.PlayerApplet
-
- PlayerDialog(Frame).
Constructor for class marimba.gui.PlayerDialog
- Construct a new player dialog.
- PlayerDialog(Frame, Object, Presentation).
Constructor for class marimba.gui.PlayerDialog
- Construct a new player fialog, exit on destroy.
- PlayerDialog(Frame, Object, URL).
Constructor for class marimba.gui.PlayerDialog
- Construct a new player fialog, exit on destroy.
- PlayerDialog(Frame, URL).
Constructor for class marimba.gui.PlayerDialog
- Construct a new player dialog and show a presentation in it.
- PlayerFrame().
Constructor for class marimba.gui.PlayerFrame
- Construct a new player frame.
- PlayerFrame(boolean).
Constructor for class marimba.gui.PlayerFrame
- Construct a new player frame, exit on destroy.
- PlayerFrame(Object, boolean).
Constructor for class marimba.gui.PlayerFrame
- Construct a new player frame, exit on destroy.
- PlayerFrame(Presentation).
Constructor for class marimba.gui.PlayerFrame
- Construct a new player frame.
- PlayerFrame(URL).
Constructor for class marimba.gui.PlayerFrame
- Construct a new player frame.
- PlayerPanel().
Constructor for class marimba.gui.PlayerPanel
- Constructor
- PlayerPanel(Object).
Constructor for class marimba.gui.PlayerPanel
- Constructor with context
- PlayerUtil(PlayerPanel).
Constructor for class marimba.gui.PlayerUtil
- Constructor.
- popdown().
Method in class marimba.gui.PopupMenu
- Hide the PopupMenu.
- popdown().
Method in class marimba.gui.PopupWidget
- Hide the PopupWidget.
- popup(Widget, int, int).
Method in class marimba.gui.PopupMenu
- Show the menu.
- popup(Widget, int, int).
Method in class marimba.gui.PopupWidget
- Show the Popup Widget.
- popup(Widget, int, int, int).
Method in class marimba.gui.PopupMenu
- Show the menu, fixed width.
- popup(Widget, int, int, int, int).
Method in class marimba.gui.PopupWidget
- Show the Popup Widget.
- popupMenu().
Method in class marimba.gui.MenuButtonWidget
- Popup the dropDownMenu, setting some properties to make
it appear the way it should.
- PopupMenu().
Constructor for class marimba.gui.PopupMenu
-
- PopupMenuItemWidget(String).
Constructor for class marimba.gui.PopupMenuItemWidget
- Create a PopupMenuItemWidget with the given label.
- PopupMenuItemWidget(String, String).
Constructor for class marimba.gui.PopupMenuItemWidget
- Create a PopupMenuItemWidget with the given name and label.
- PopupWidget().
Constructor for class marimba.gui.PopupWidget
- Create a popup.
- pos.
Variable in class marimba.io.FastInputStream
-
- pos.
Variable in class marimba.gui.TableColumn
- The coordinate.
- POSITION.
Variable in class marimba.text.TextView
-
- positions.
Variable in class marimba.text.TextView
- Various text position of interest which need updating as
characters are inserted into and deleted from the buffer.
- postEvent(Event).
Method in class marimba.gui.PlayerPanel
- Put an event in the queue.
- postEvent(Event).
Method in class marimba.gui.PopupWidget
- Post an event to this widget.
- postEvent(Event).
Method in class marimba.gui.Widget
- Post an event to this widget.
- posVisible(int).
Method in class marimba.text.TextView
-
- preferredSize().
Method in class marimba.gui.PlayerPanel
- Preferred Size
- preferredSize().
Method in class marimba.gui.PopupMenu
- Compute the best size for this menu.
- preferredSize().
Method in class marimba.gui.PopupMenuItemWidget
- Figure out the preferredSize.
- preferredSize().
Method in class marimba.gui.RichTextBoxWidget
-
- preferredSize().
Method in class marimba.text.TextView
-
- preload.
Variable in class marimba.gui.AnimatedImageWidget
- Preload the animation frames when the animation is
first created.
- preload.
Variable in class marimba.gui.ResourceWidget
- Preload.
- presentation.
Variable in class marimba.gui.PlayerPanel
-
- Presentation().
Constructor for class marimba.gui.Presentation
- Constructor.
- Presentation(URL).
Constructor for class marimba.gui.Presentation
- Construct a new presentation.
- PresentationWidget().
Constructor for class marimba.gui.PresentationWidget
- Constructor
- pressedButton.
Variable in class marimba.gui.SpinBoxWidget
- The button that has been pressed: UP, DOWN or NONE.
- PREVIOUS_LINE.
Static variable in class marimba.text.TextView
-
- PREVIOUS_PAGE.
Static variable in class marimba.text.TextView
-
- previousFocus().
Method in class marimba.gui.Widget
- Assign the focus to the previous widget that is located
to the left or above the current focus.
- previousInFocus().
Method in class marimba.gui.ContainerWidget
- Assign the focus to the previous widget that is located within
this container and to the left or above the current focus.
- previousItem().
Method in class marimba.gui.DropDownMenu
- Select previous item, do not loop around when
the first item has been reached.
- previousItem().
Method in class marimba.gui.PopupMenu
- Select previous item.
- previousPage().
Method in class marimba.gui.FolderWidget
- Goto the previous page.
- previousTitledPage().
Method in class marimba.gui.FolderWidget
- Goto the previous page with a title.
- previousWordPos(int).
Method in class marimba.gui.TextBoxWidget
- The starting, position of the previous word.
- print(char).
Method in class marimba.io.FastOutputStream
-
- print(long).
Method in class marimba.io.FastOutputStream
-
- print(Object).
Method in class marimba.io.FastOutputStream
-
- print(String).
Method in class marimba.io.FastOutputStream
-
- println().
Method in class marimba.io.FastOutputStream
-
- println(char).
Method in class marimba.io.FastOutputStream
-
- println(long).
Method in class marimba.io.FastOutputStream
-
- println(Object).
Method in class marimba.io.FastOutputStream
-
- println(String).
Method in class marimba.io.FastOutputStream
-
- ProgressIndicatorWidget().
Constructor for class marimba.gui.ProgressIndicatorWidget
- Constructor.
- ProgressIndicatorWidget(int, int, int).
Constructor for class marimba.gui.ProgressIndicatorWidget
- Constructor; sets minValue, maxValue and value.
- PropertyList().
Constructor for class marimba.persist.PropertyList
-
- proportional.
Variable in class marimba.gui.ScrollbarWidget
- A scrollbar can be proportional, which means that the
size of the scroll box represents the pagesize.
- PROPORTIONAL.
Static variable in interface marimba.gui.WidgetConstants
-
- Props(Properties, String, String).
Constructor for class marimba.util.Props
- Construct from parent.
- Props(String, File, boolean).
Constructor for class marimba.util.Props
- Constructor.
- Props(String, String).
Constructor for class marimba.util.Props
- Constructor.
- Props(String, String, boolean).
Constructor for class marimba.util.Props
- Constructor.
- publishTime().
Method in interface marimba.channel.ApplicationContext
- Return the time at which this version of the
channel was published.
- put(Object, Object).
Method in class marimba.util.Props
- Store a property.
- RADIO.
Static variable in interface marimba.gui.WidgetConstants
-
- RAFInputStream(RandomAccessFile).
Constructor for class marimba.io.RAFInputStream
-
- RAFOutputStream(File).
Constructor for class marimba.io.RAFOutputStream
-
- RAFOutputStream(RandomAccessFile).
Constructor for class marimba.io.RAFOutputStream
-
- RAFOutputStream(String).
Constructor for class marimba.io.RAFOutputStream
-
- RAISED.
Static variable in interface marimba.gui.WidgetConstants
-
- read().
Method in class marimba.io.DecoderStream
- Read a character.
- read().
Method in class marimba.io.FastInputStream
-
- read().
Method in class marimba.io.MD5InputStream
-
- read().
Method in class marimba.io.RAFInputStream
-
- read(byte[]).
Method in class marimba.io.MD5InputStream
-
- read(byte[]).
Method in class marimba.io.RAFInputStream
-
- read(byte[], int, int).
Method in class marimba.io.DecoderStream
- Read a buffer
- read(byte[], int, int).
Method in class marimba.io.FastInputStream
-
- read(byte[], int, int).
Method in class marimba.io.MD5InputStream
-
- read(byte[], int, int).
Method in class marimba.io.RAFInputStream
-
- readBoolean().
Method in class marimba.io.FastInputStream
-
- readByte().
Method in class marimba.io.FastInputStream
-
- readChar().
Method in class marimba.io.FastInputStream
-
- readDouble().
Method in class marimba.io.FastInputStream
-
- readFloat().
Method in class marimba.io.FastInputStream
-
- readFully(byte[]).
Method in class marimba.io.FastInputStream
-
- readFully(byte[], int, int).
Method in class marimba.io.FastInputStream
-
- readInt().
Method in class marimba.io.FastInputStream
-
- readLine().
Method in class marimba.io.FastInputStream
-
- readLong().
Method in class marimba.io.FastInputStream
-
- readObject().
Method in class marimba.io.FastInputStream
-
- readShort().
Method in class marimba.io.FastInputStream
-
- readStyles(ByteString, InputStream).
Method in class marimba.text.StylePool
- Read a bunch of text, with embedded style references, into this
style pool.
- readUnsignedByte().
Method in class marimba.io.FastInputStream
-
- readUnsignedShort().
Method in class marimba.io.FastInputStream
-
- readUTF().
Method in class marimba.io.FastInputStream
-
- recent.
Variable in class marimba.gui.AudioWidget
- The most recent sound that was played.
- RectangleWidget().
Constructor for class marimba.gui.RectangleWidget
-
- red.
Variable in class marimba.gui.ColorPickerWidget
- The current value of the red slider.
- RED.
Static variable in interface marimba.gui.WidgetConstants
-
- redImage.
Variable in class marimba.gui.ColorPickerWidget
- The image for the red slider.
- registerService(String, String, ServiceHandler).
Method in class marimba.desktop.Desktop
-
- remove().
Method in class marimba.gui.Widget
- Remove this widget from its container.
- remove(ClockClient).
Method in class marimba.gui.Clock
-
- remove(ClockClient, Object).
Method in class marimba.gui.Clock
-
- remove(File).
Static method in class marimba.desktop.FileSystem
- Remove a file or directory
- remove(File, boolean).
Static method in class marimba.desktop.FileSystem
- Remove a file or a directory, synchronous or asynchronous.
- remove(Object).
Method in class marimba.util.Props
- Remove a key.
- remove(String).
Static method in class marimba.desktop.FileSystem
- Remove a file or directory.
- remove(String, boolean).
Static method in class marimba.desktop.FileSystem
- Remove a file or director, synchronous or asynchronous.
- remove(TimerClient).
Method in class marimba.util.Timer
- Remove a client from this Timer.
- remove(TimerClient, Object).
Method in class marimba.util.Timer
- Remove a client from this clock.
- remove(Widget).
Method in class marimba.gui.Widget
- Remove a widget from this widget.
- remove(Widget, int).
Method in class marimba.gui.Widget
- Removes the widget, assuming that the given index
is the index of the widget in the widgets array.
- removeAll().
Method in class marimba.gui.Widget
- Remove all widgets from this widget.
- removeAllChoices().
Method in class marimba.gui.ChoiceWidget
- Remove all the choices from this widget.
- removeAllChoices().
Method in class marimba.gui.ListBoxWidget
- When removing all choices also clear the list.
- removeAllColumns().
Method in class marimba.gui.TableWidget
- Remove all columns with their data.
- removeAllRows().
Method in class marimba.gui.TableWidget
- Remove all the rows.
- removeChannel(String).
Method in interface marimba.channel.ApplicationContext
- Remove a channel from this transmitter
- removeChoice(String).
Method in class marimba.gui.ChoiceWidget
- Remove the first choice with the given name.
- removeChoiceAt(int).
Method in class marimba.gui.ChoiceWidget
- Remove the choice with the given index.
- removeChoiceAt(int).
Method in class marimba.gui.ListBoxWidget
- When removing a choice also update the list.
- removeColumnAt(int).
Method in class marimba.gui.SparseTableWidget
- When removing a column flush the content if
the current view is affected.
- removeColumnAt(int).
Method in class marimba.gui.TableWidget
- Remove the column at the given position, which is
the actual index and not the display index.
- removeMenuShortcut(String, String).
Method in class marimba.desktop.Desktop
-
- removeRow(TableRow).
Method in class marimba.gui.SparseTableWidget
- When removing a row flush the content
if the view is affected.
- removeRow(TableRow).
Method in class marimba.gui.TableWidget
- Remove the given row.
- removeRowAt(int).
Method in class marimba.gui.TableWidget
- Remove the row at the given position, which is the
actual and not the display index.
- removeView(TextView).
Method in class marimba.text.Text
- Removes a text view from views.
- renameFile(File, File).
Static method in class marimba.desktop.FileSystem
- Rename a file.
- RenamePersistentState(URL).
Constructor for class marimba.persist.RenamePersistentState
- Constructor, makes active URLs absolute.
- RenamePersistentState(URL, URL).
Constructor for class marimba.persist.RenamePersistentState
- Constructor, you need to specify the URL to which all
URLS are relative.
- repaint().
Method in class marimba.gui.PlayerPanel
- Repaint everything.
- repaint().
Method in class marimba.text.TextView
- Repaint the entrire widget as soon as possible.
- repaint().
Method in class marimba.gui.Widget
- Repaint the entrire widget as soon as possible.
- repaint(int, int, int).
Method in class marimba.gui.ValueWidget
- Checks whether the given value and range would require a repaint
when they would become the new value and range.
- repaint(int, int, int, int).
Method in class marimba.gui.Widget
- This will repaint the indicated area of
the screen (local coordinates).
- repaint(long).
Method in class marimba.gui.Widget
- Repaint this widget.
- repaint(long, int, int, int, int).
Method in class marimba.gui.PlayerPanel
- Repaint an area of the screen.
- repaint(long, int, int, int, int).
Method in class marimba.gui.PopupWidget
- This will repaint part of the screen.
- repaint(long, int, int, int, int).
Method in class marimba.gui.Widget
- This will repaint the indicated area of
the screen (local coordinates).
- repaintFor(int, int, int).
Method in class marimba.gui.ProgressIndicatorWidget
- Assumes the given values are valid.
- repaintFor(int, int, int).
Method in class marimba.gui.ScrollbarWidget
- Assumes the given values are valid.
- repaintFor(int, int, int).
Method in class marimba.gui.SliderWidget
- Assumes the given values are valid.
- repaintFor(int, int, int).
Method in class marimba.gui.ValueWidget
- Assumes the given values are valid.
- repaintParent(long, int, int, int, int).
Method in class marimba.gui.PopupWidget
- This will repaint part of the screen.
- repaintParent(long, int, int, int, int).
Method in class marimba.gui.Widget
- Repaint a part of the parent window.
- repaintRegion(int, int, boolean).
Method in class marimba.text.TextView
-
- replace(int, Widget).
Method in class marimba.gui.Widget
- Replace a widget at a given position.
- replace(Widget).
Method in class marimba.gui.PopupWidget
- Replace the widget with a newer version.
- replace(Widget).
Method in class marimba.gui.Presentation
- Make sure to set the right presentation in the
player if this one is replaced.
- replace(Widget).
Method in class marimba.gui.Widget
- Replace this widget with another widget.
- replace(Widget, Widget).
Method in class marimba.gui.Widget
- Replace a widget by another widget.
- replacePresentation(Presentation).
Method in class marimba.gui.PlayerPanel
- Replace the current presentation.
- report(String).
Method in class marimba.persist.ScriptClassLoader
- Print a message or report an error.
- report(String).
Method in class marimba.persist.URLClassLoader
- Print a message or report an error.
- requestFocus().
Method in class marimba.gui.CommandButtonWidget
- A sticky commandButton cannot request the focus.
- requestFocus().
Method in class marimba.gui.RichTextBoxWidget
- Request focus
- requestFocus().
Method in class marimba.gui.Widget
- Ask the playerPanel for the focus.
- reset().
Method in class marimba.io.FastInputStream
-
- resetCursor().
Method in class marimba.gui.Presentation
- Reset the current cursor to the default one.
- resetCursor().
Method in class marimba.gui.Widget
- Reset the current cursor to the default cursor
of the presentation.
- reshape(int, int, int, int).
Method in class marimba.gui.Widget
- Reshape the widget.
- reshape(int, int, int, int, boolean).
Method in class marimba.gui.Widget
- Reshape the widget.
- resizable.
Variable in class marimba.gui.Presentation
- Determines whether this presentation can be resized.
- resizable.
Variable in class marimba.gui.WindowWidget
- A window widget can allow resizing or disable it.
- resize(Dimension).
Method in class marimba.gui.Widget
- Resize the widget.
- resize(int, int).
Method in class marimba.gui.Widget
- Resize the widget.
- ResourceWidget().
Constructor for class marimba.gui.ResourceWidget
-
- REST_EVENT.
Static variable in interface marimba.gui.WidgetConstants
-
- restart().
Method in interface marimba.channel.ApplicationContext
- Restart the application.
- restSound.
Variable in class marimba.gui.AudioWidget
- The URL of the sound that is played on a rest event.
- RichTextBoxWidget().
Constructor for class marimba.gui.RichTextBoxWidget
- Constructor
- RIGHT.
Static variable in interface marimba.gui.WidgetConstants
-
- rightMargin().
Method in class marimba.gui.SpinBoxTextWidget
- Right margin.
- rightMargin().
Method in class marimba.gui.TextBoxWidget
- Right margin.
- rightMargin().
Method in class marimba.gui.URLTextWidget
- Right margin.
- rindex(int).
Method in class marimba.text.ByteString
-
- rmove(int, int).
Method in class marimba.gui.Widget
- Move relative.
- ROUNDED.
Static variable in interface marimba.gui.WidgetConstants
-
- rowCount.
Variable in class marimba.gui.TableWidget
- The number of rows.
- rowCount().
Method in class marimba.gui.TableWidget
- Get the number of rows.
- rowHeight.
Variable in class marimba.gui.SparseTableWidget
- The height of every row.
- rowIsSelected(TableRow).
Method in class marimba.gui.TableWidget
- Check whether the given table row is selected.
- rowIsSelectedAt(int).
Method in class marimba.gui.TableWidget
- Check whether the row with the given actual index
is selected.
- rowMap.
Variable in class marimba.gui.TableWidget
- Array for mapping row display index to an actual row index.
- rowPadding.
Variable in class marimba.gui.TableWidget
- The number of pixels space at the top and bottom
of each cell.
- ROWS.
Static variable in class marimba.gui.ColorPaletteWidget
- The number of rows for this color palette.
- rows.
Variable in class marimba.gui.TableWidget
- The information about the rows is stored in this array.
- rowsHeight.
Variable in class marimba.gui.TableContent
- The height of all the rows together.
- rowsHeight().
Method in class marimba.gui.TableWidget
- Get the height of all the rows together.
- rscroll(int, int).
Method in class marimba.gui.Widget
- Scroll the contents of this widget relative.
- run().
Method in class marimba.desktop.FileSystem
- Remove directories and files in the background.
- run().
Method in class marimba.gui.Pattern
- Notify observers.
- run().
Method in class marimba.util.Timer
- The clock is ticking....
- save().
Method in class marimba.util.Props
- Save to the file.
- save(FastOutputStream, PersistentObject).
Method in class marimba.persist.BinaryPersistentState
- Save an persistent object to a stream.
- save(FastOutputStream, PersistentObject).
Method in class marimba.persist.TextPersistentState
- Save an persistent object to a stream.
- save(FastOutputStream, PropertyObject).
Method in class marimba.persist.BinaryPersistentState
- Save an object to a stream.
- save(FastOutputStream, PropertyObject).
Method in class marimba.persist.TextPersistentState
- Save an object to a stream.
- save(FastOutputStream, String).
Method in class marimba.util.Props
- Save properties to an OutputStream.
- saved.
Variable in class marimba.gui.Presentation
-
- savetext.
Variable in class marimba.gui.TextBoxWidget
- The textboxwidget can retrieve its content in a future
session or start blank again.
- sbar.
Variable in class marimba.text.TextView
- Scrollbar associated with this widget.
- SCALE.
Static variable in interface marimba.gui.WidgetConstants
-
- scan().
Method in class marimba.io.ScannerInputStream
-
- scan(int, int, int).
Method in class marimba.text.Text
- Searches for the first instance of the specified character C,
starting from POS, in the specified direction.
- scanHexByte().
Method in class marimba.io.ScannerInputStream
-
- scanLine(Line, Graphics, int, float, int).
Method in class marimba.text.TextView
- This is a duplicate of the measureLine method without the
measuring overhead.
- ScannerInputStream(File).
Constructor for class marimba.io.ScannerInputStream
-
- ScannerInputStream(InputStream).
Constructor for class marimba.io.ScannerInputStream
-
- ScannerInputStream(String).
Constructor for class marimba.io.ScannerInputStream
-
- script.
Variable in class marimba.gui.Widget
- The current script of the widget which reflects the current
state of the widget.
- ScriptClassLoader(URLClassLoader).
Constructor for class marimba.persist.ScriptClassLoader
- Create a file class loader.
- scroll(int, int).
Method in class marimba.gui.SparseTableContent
- When scrolling the sparse table content, also do a
sparse layout.
- scroll(int, int).
Method in class marimba.gui.Widget
- Scroll the contents of this widget.
- scrollAbsolute(int, int).
Method in class marimba.text.TextView
-
- SCROLLBAR.
Static variable in interface marimba.gui.WidgetConstants
-
- ScrollbarWidget().
Constructor for class marimba.gui.ScrollbarWidget
- Constructor.
- ScrollbarWidget(int).
Constructor for class marimba.gui.ScrollbarWidget
- Constructor with orientation.
- scrollContent(int, int).
Method in class marimba.gui.ScrollingContainerWidget
- Scroll the content to a given position, limited by
contHeight and contWidth.
- scrollContent(int, int).
Method in class marimba.gui.TableWidget
- When scrolling the content to a given position
generate a repaint for the headers-area if necessary.
- ScrollingContainerWidget().
Constructor for class marimba.gui.ScrollingContainerWidget
- Constructor.
- scrollLine(int).
Method in class marimba.text.TextView
-
- scrollMore.
Variable in class marimba.gui.ScrollbarWidget
- The maximum value of the scrollbar when pressing the down/right
arrow can be made larger using this variable.
- scrollPage(int).
Method in class marimba.text.TextView
-
- scrollPage(int, boolean).
Method in class marimba.text.TextView
-
- SCROLLSIZ.
Variable in class marimba.gui.ScrollingContainerWidget
-
- scrollTo(int, int).
Method in class marimba.text.TextView
- Try to get the line containing pos positioned at Y in the
window.
- search(String, int, int).
Method in class marimba.text.Text
- Searches for string S starting at POS moving forward if
DIRECTION is > 0, backwards otherwise.
- seek(long).
Method in class marimba.io.FastInputStream
-
- seek(long).
Method in class marimba.io.FastOutputStream
-
- seek(long).
Method in class marimba.io.RAFOutputStream
-
- selBackground.
Variable in class marimba.gui.Presentation
- The background color for selections.
- selColor.
Variable in class marimba.gui.URLTextWidget
- The color to highlight the text with when the mouse is down.
- select().
Method in class marimba.gui.ListItemWidget
- Select this item.
- select().
Method in class marimba.gui.TreeNodeWidget
- Select this widget.
- select(boolean).
Method in class marimba.gui.ListItemWidget
- Select or unselect this item.
- select(boolean).
Method in class marimba.gui.PopupMenuItemWidget
- Select the item.
- select(boolean).
Method in class marimba.gui.TreeNodeWidget
- Select this widget.
- select(int).
Method in class marimba.gui.PopupMenu
- Set the current item to the index-th item, with index in [0 ..
- select(int).
Method in class marimba.gui.TextWidget
- Select a postition.
- select(int, int).
Method in class marimba.gui.RichTextBoxWidget
- Select a portion of the text.
- select(int, int).
Method in class marimba.text.TextView
-
- select(int, int).
Method in class marimba.gui.TextWidget
- Select a portion of the text.
- select(int, int, int).
Method in class marimba.gui.RichTextBoxWidget
- Select a portion of the text.
- select(int, int, int).
Method in class marimba.gui.TextBoxWidget
- Select a portion of the text.
- select(int, int, int).
Method in class marimba.text.TextView
- Sets the selection, expanding it to words or lines if level is
2 or 3 respectively.
- select(int, int, int).
Method in class marimba.gui.TextWidget
- Select a portion of the text.
- selectAll().
Method in class marimba.gui.RichTextBoxWidget
- Select the entire text.
- selectAll().
Method in class marimba.gui.TextWidget
- Select the entire text.
- selected.
Variable in class marimba.gui.ColorPaletteWidget
- The index of the currently selected color.
- selected.
Variable in class marimba.gui.ListItemWidget
- A ListItem can be selected.
- selected.
Variable in class marimba.gui.PopupMenuItemWidget
- A popupMenuItem can be selected.
- selected.
Variable in class marimba.gui.TreeNodeWidget
- True if this node is currently selected.
- selectedItem().
Method in class marimba.gui.ListWidget
- Get the first selected item.
- selectedRows.
Variable in class marimba.gui.TableWidget
- The currently selected rows, this vector contains the
actual index of every selected row.
- selectFont.
Variable in class marimba.gui.FolderWidget
- The font used for the text in the tab controls when
the page related with that tab control is shown.
- SELECTION_END.
Static variable in class marimba.text.TextView
-
- SELECTION_START.
Static variable in class marimba.text.TextView
-
- selectionLength().
Method in class marimba.text.TextView
-
- selectMode.
Variable in class marimba.gui.TableWidget
- The type of selections that can be made:
none, exclusive or multiple selections.
- selectModeOptions.
Static variable in class marimba.gui.TableWidget
- The possible options for selecting,
which are none, exclusive or multiple.
- selectRow(TableRow).
Method in class marimba.gui.TableWidget
- Select the given row.
- selectRowAt(int).
Method in class marimba.gui.TableWidget
- Select the row with the given (actual) index.
- selEnd.
Variable in class marimba.gui.TextBoxWidget
- The ending position of the selection.
- SELF_INSERT.
Static variable in class marimba.text.TextView
-
- selForeground.
Variable in class marimba.gui.Presentation
- The foreground color for selections.
- selStart.
Variable in class marimba.gui.TextBoxWidget
- The starting position of the selection.
- sendToService(String, String, String).
Method in class marimba.desktop.Desktop
-
- SERVICES.
Static variable in class marimba.desktop.Desktop
-
- set(byte[], int, int).
Method in class marimba.text.ByteString
-
- set3D(boolean).
Method in class marimba.gui.LineWidget
- Toggle the 3D mode.
- SET_MARK.
Static variable in class marimba.text.TextView
-
- setAlign(int).
Method in class marimba.gui.CheckBoxWidget
- Set the mode for the button.
- setAlign(int).
Method in class marimba.gui.DropDownListBoxWidget
- Set align.
- setAlign(int).
Method in class marimba.gui.GroupBoxWidget
- Set the alignment of the label.
- setAlign(int).
Method in class marimba.gui.RichTextBoxWidget
- Set the alignment.
- setAlign(int).
Method in class marimba.gui.SpinBoxWidget
- Set align.
- setAlign(int).
Method in class marimba.text.Style
-
- setAlign(int).
Method in class marimba.gui.TextBoxWidget
- Set the style of this widget.
- setAlign(int).
Method in class marimba.text.TextView
- Set the align of the text.
- setAlign(int).
Method in class marimba.gui.URLTextWidget
- Set the style of this widget.
- setAppletContext(AppletContext).
Static method in class marimba.util.Environment
- Set the context in case of an applet
- setAttach(int, int, int, int).
Method in class marimba.gui.Widget
- Set the attachments of this widget to the given
number of pixels.
- setAutoSetValue(boolean).
Method in class marimba.gui.ScrollbarWidget
- Turn on or off automatically setting the value based on the
action.
- setBackground(Color).
Method in class marimba.gui.Widget
- Set the background color.
- setBarColor(Color).
Method in class marimba.gui.ProgressIndicatorWidget
- Set the color of the bar.
- setBase(URL).
Method in class marimba.gui.Presentation
- Set the base of this presentation, the loader is set to the
current class loader from the threadgroup.
- setBase(URL, URLClassLoader).
Method in class marimba.gui.Presentation
- Set the base and class loader of this presentation
- setBlockMode(boolean).
Method in class marimba.gui.ProgressIndicatorWidget
- Let the progress indicator use blocks or not.
- setBlockWidth(int).
Method in class marimba.gui.ProgressIndicatorWidget
- Set the width of the blocks to a certain no.
- setBoolean(String, boolean).
Method in class marimba.gui.PlayerUtil
- Set the value of a named CheckBoxWidget.
- setBoolean(String, boolean, boolean).
Method in class marimba.persist.PersistentState
-
- setBoolean(String, boolean, boolean).
Method in class marimba.persist.PropertyList
-
- setBoxed(boolean).
Method in class marimba.text.TextView
-
- setByteArray(String, byte[], byte[]).
Method in class marimba.persist.PersistentState
-
- setByteArray(String, byte[], byte[]).
Method in class marimba.persist.PropertyList
-
- setCaret(int).
Method in class marimba.text.TextView
-
- setCaretColor(Color).
Method in class marimba.gui.RichTextBoxWidget
- Set the color of the caret.
- setCaretColor(Color).
Method in class marimba.text.TextView
- Set the color of the caret.
- setCell(Object, int, int).
Method in class marimba.gui.SparseTableWidget
- When setting the content of a cell in the current view,
flush the cache of the content, since it does not show
the new content if the view does not change.
- setCell(Object, int, int).
Method in class marimba.gui.TableWidget
- Set the content of the cell that corresponds with
the given (column, row) pair.
- setChangeCursor(boolean).
Method in class marimba.gui.URLTextWidget
- Let the link change the mouse cursor or not.
- setChecksum0(Checksum).
Method in class marimba.util.Checksum
- Set the checksum to the value of another checksum.
- setChoice(String, String).
Method in class marimba.gui.PlayerUtil
- Set the value of a named ChoiceWidget.
- setChoices(String).
Method in class marimba.gui.ChoiceWidget
- Set choices from a comma seperated list.
- setChoices(String[]).
Method in class marimba.gui.ChoiceWidget
- Set the choices by specifying the strings
that appear on screen.
- setChoices(String[], String[]).
Method in class marimba.gui.ChoiceWidget
- Set the choices by specifying the choices and the
names by which they can be referenced.
- setChoices(String[], String[]).
Method in class marimba.gui.ListBoxWidget
- Set choices and update the list.
- setChoices(Vector).
Method in class marimba.gui.ChoiceWidget
- Set the choices by specifying a Vector
containing the strings that represent
the choices.
- setClassLoader(URLClassLoader).
Method in class marimba.persist.PersistentState
- Set a class loader.
- setClickSound(String).
Method in class marimba.gui.AudioWidget
- Set the sound for clicking this widget.
- setClipboard(Object).
Method in class marimba.desktop.Desktop
-
- setClipboard(Object).
Static method in class marimba.util.Environment
- Put something on the clipboard
- setCloseBox(boolean).
Method in class marimba.gui.WindowWidget
- Display or do not display the close box.
- setCode(String).
Method in class marimba.gui.AppletWidget
- Set the code of the applet.
- setColHeaders(int).
Method in class marimba.gui.TableWidget
- Set the colHeaders to be none, plain, outline or raised.
- setColor(Color).
Method in class marimba.text.Style
-
- setColor(Color).
Method in class marimba.text.StyleChange
-
- setColor(String, Color, Color).
Method in class marimba.persist.PersistentState
-
- setColor(String, Color, Color).
Method in class marimba.persist.PropertyList
-
- setColPadding(int).
Method in class marimba.gui.TableWidget
- Set the number of pixels at the left and
right of each cell.
- setColumnAlignAt(int, int).
Method in class marimba.gui.TableWidget
- Set the alignment of the given column to right, left or center.
- setColumnDrag(boolean).
Method in class marimba.gui.TableWidget
- Set dragging of columns to true or false.
- setColumnHeaders(String).
Method in class marimba.gui.TableWidget
- Base the columns on these column headers.
- setColumnLabelAt(String, int).
Method in class marimba.gui.TableWidget
- Set the label of the given column.
- setColumnLine(boolean).
Method in class marimba.gui.TableWidget
- Show/hide the lines between columns.
- setColumnResize(boolean).
Method in class marimba.gui.TableWidget
- Disable or enable column resizing in the header area.
- setColumns(String).
Method in class marimba.gui.ListWidget
- Add columns
- setColumnWidth(int, int).
Method in class marimba.gui.TableWidget
- Set the column width of the column with the given actual index
and adjust the x positions of the other columns.
- setComponentSource(String).
Method in class marimba.gui.ComponentWidget
- Set the source of the component.
- setConstrained(boolean).
Method in class marimba.gui.ScrollbarWidget
- Turn on or off automatically constraining
the value based on the page size.
- setConstrained(boolean).
Method in class marimba.gui.ScrollingContainerWidget
- Let the scrollbars be constrained or not.
- setContentSize(int, int).
Method in class marimba.gui.ScrollingContainerWidget
- Set the size of the content
- setContext(ApplicationContext).
Method in interface marimba.channel.Application
- This methods is called by the system to initialize the ChannelApplication.
- setContext(ApplicationContext).
Method in class marimba.channel.ApplicationFrame
- This methods is called by the system to initialize the Application.
- setContext(ApplicationContext).
Method in class marimba.channel.ApplicationPlayerFrame
- This methods is called by the system to initialize the Application.
- setContext(Object).
Method in class marimba.gui.PlayerPanel
- Set the player's context.
- setContHeight(int).
Method in class marimba.gui.ScrollingContainerWidget
- Set the height of the content.
- setContWidth(int).
Method in class marimba.gui.ScrollingContainerWidget
- Set the width of the content.
- setCorner(boolean).
Method in class marimba.gui.ListBoxWidget
- Let this widget have a corner or not.
- setCorner(boolean).
Method in class marimba.gui.ScrollingContainerWidget
- Let this widget have a corner or not.
- setCurrentRow(TableRow).
Method in class marimba.gui.TableWidget
- Set the current row with the focus to the given row.
- setCurrentRowIndex(int).
Method in class marimba.gui.TableWidget
- Set the current display row index to the given (display) row index.
- setCursor(int).
Method in class marimba.gui.PlayerFrame
- Work around for cursor flashing...
- setCursor(int).
Method in class marimba.gui.Presentation
- Set the current mouse cursor.
- setCursor(int).
Method in class marimba.gui.URLTextWidget
- Change the cursor in the current frame if changeCursor is set to true.
- setCursor(int).
Method in class marimba.gui.Widget
- Set the current mouse cursor in the presentation.
- setDefault(boolean).
Method in class marimba.gui.CommandButtonWidget
- Set if this button is the default button or not.
- setDefaultCursor(int).
Method in class marimba.gui.Presentation
- Set the default mouse cursor.
- setDefaultStyle(Style).
Method in class marimba.text.StylePool
- Adjust the styles in the style pool based on a new default (or
initial) style.
- setDefaultStyle(Style).
Method in class marimba.text.TextView
-
- setDetectFollow(boolean).
Method in class marimba.gui.URLTextWidget
- A link can detect whether it has been followed.
- setDiagonal(int).
Method in class marimba.gui.LineWidget
- Set the direction to up or down when the line is diagonal.
- setDialupServer(String).
Method in class marimba.desktop.Desktop
- Sets the given serverName as the default dialup server to
use by the EnableNetwork method.
- setDirection(int).
Method in class marimba.gui.SliderWidget
- Set the direction, using the integers UP/DOWN defined in
the class WidgetConstants.
- setDirection(int, int).
Method in class marimba.gui.AnimatedImageWidget
- Set the direction.
- setDirection(int, int).
Method in class marimba.gui.AnimatedTextWidget
- Set the direction.
- setDx(int).
Method in class marimba.gui.AnimatedImageWidget
- Set the number of pixels to be skipped in the x-direction.
- setDx(int).
Method in class marimba.gui.AnimatedTextWidget
- Set the number of pixels to be skipped in the x-direction.
- setDy(int).
Method in class marimba.gui.AnimatedImageWidget
- Set the number of pixels to be skipped in the y-direction.
- setDy(int).
Method in class marimba.gui.AnimatedTextWidget
- Set the number of pixels to be skipped in the y-direction.
- setEchoCharacter(Character).
Method in class marimba.gui.TextBoxWidget
- Set the character that is echoed to the screen
for every character in the user input.
- setEditable(boolean).
Method in class marimba.gui.RichTextBoxWidget
- Make this text editable.
- setEditable(boolean).
Method in class marimba.text.TextView
-
- setEditable(boolean).
Method in class marimba.gui.TextWidget
- Make this text editable.
- setEditing(boolean).
Method in class marimba.gui.GroupWidget
- Enable or disable the use of the inline editor.
- setEditor(Object).
Method in class marimba.gui.RichTextBoxWidget
- Set the editor.
- setEditor(Object).
Method in class marimba.gui.Widget
- Set the editor for this widget.
- setEndframe(int).
Method in class marimba.gui.AnimatedImageWidget
- Set the frame number with which the animation ends.
- setEnterSound(String).
Method in class marimba.gui.AudioWidget
- Set the sound for entering this widget.
- setExclusive(boolean).
Method in class marimba.gui.ListWidget
- Set the ListWidget to be exclusive or not.
- setExitSound(String).
Method in class marimba.gui.AudioWidget
- Set the sound for exiting this widget.
- setFillButton(boolean).
Method in class marimba.gui.DropDownListBoxWidget
- Fill the dropdown button or not.
- setFillButtons(boolean).
Method in class marimba.gui.SpinBoxTextWidget
- Let the buttons of the spinboxtextwidget fill itself or not.
- setFilled(boolean).
Method in class marimba.gui.ColorPickerWidget
- Let the color picker fill itself or not.
- setFilled(boolean).
Method in class marimba.gui.ProgressIndicatorWidget
- Let the progress indicator fill itself or not.
- setFilled(boolean).
Method in class marimba.gui.ScrollbarWidget
- Let the scrollbar fill itself.
- setFilled(boolean).
Method in class marimba.gui.ShapeWidget
- Let the shape fill itself or not.
- setFilled(boolean).
Method in class marimba.gui.SliderWidget
- Let the sliderwidget fill itself or not.
- setFillHeaders(boolean).
Method in class marimba.gui.TableWidget
- Fill the headers area or let the area be transparent.
- setFillMode(int).
Method in class marimba.gui.GroupWidget
- Set the line mode
- setFillMode(int).
Method in class marimba.gui.ListBoxWidget
- Let the ListBoxWidget fill something.
- setFillMode(int).
Method in class marimba.gui.ScrollingContainerWidget
- Let the scrollbars fill or not.
- setFillMode(int).
Method in class marimba.gui.SpinBoxWidget
- Let the SpinBoxWidget fill something.
- setFillScrollbar(boolean).
Method in class marimba.gui.RichTextBoxWidget
- Fill the scrollbar or not.
- setFlag(int, boolean).
Method in class marimba.text.TextView
-
- setFocusMode(int).
Method in class marimba.gui.FolderWidget
- Set the focus mode.
- setFollowed(boolean).
Method in class marimba.gui.URLTextWidget
- Set followed to true or false.
- setFont(Font).
Method in class marimba.text.Style
-
- setFont(Font).
Method in class marimba.gui.Widget
- Set the font.
- setFont(String, Font, Font).
Method in class marimba.persist.PersistentState
-
- setFont(String, Font, Font).
Method in class marimba.persist.PropertyList
-
- setFontFamily(FontFamily).
Method in class marimba.text.Style
-
- setFontFamily(FontFamily).
Method in class marimba.text.TextView
-
- setForeground(Color).
Method in class marimba.gui.RichTextBoxWidget
- Set the foreground color.
- setForeground(Color).
Method in class marimba.gui.TextBoxWidget
- When setting the foreground color also
update the color of the text.
- setForeground(Color).
Method in class marimba.gui.Widget
- Set the foreground color.
- setFps(int).
Method in class marimba.gui.AnimatedWidget
- Set the Frames Per Second.
- setFPS(int).
Method in class marimba.gui.AnimatedWidget
- Another method for setting Frames Per Second,
'fps' in capitals.
- setFPS(String, int).
Method in class marimba.gui.PlayerUtil
- Set the Frames per second for a named AnimatedWidget.
- setFrame(int).
Method in class marimba.gui.AnimatedWidget
- Set the current frame.
- setGroup(String).
Method in class marimba.gui.ButtonWidget
- Set the group.
- setHdrFont(Font).
Method in class marimba.gui.ListWidget
- Set the font for the header.
- setHdrFont(Font).
Method in class marimba.gui.TableWidget
- Set the font for the header.
- setHdrHeight(int).
Method in class marimba.gui.ScrollingContainerWidget
- Set the height of the header area above the container.
- setHilite(Color).
Method in class marimba.gui.Widget
- Set the hilite color.
- setHorzmode(int).
Method in class marimba.gui.ListBoxWidget
- Set the mode for the horizontal scrollbar.
- setHorzmode(int).
Method in class marimba.gui.ScrollingContainerWidget
- Set the mode for the horizontal scrollbar.
- setIcon(String).
Method in class marimba.gui.Presentation
- Set the icon.
- setIdleTimeout(int).
Method in class marimba.desktop.Desktop
- Sets the amount in milliseconds to wait before the connection
is timed out when idle.
- setImage(Image).
Method in class marimba.gui.CommandButtonWidget
- Set the image for the command button.
- setImage(String).
Method in class marimba.gui.TreeNodeWidget
- Set the image for this node
- setIncrementValue(int).
Method in class marimba.gui.SliderWidget
- Set the increment value to the given value.
- setIndHeight(int).
Method in class marimba.gui.SliderWidget
- Set the indicator height to the given number of pixels.
- setIndWidth(int).
Method in class marimba.gui.SliderWidget
- Set the indicator width to the given number of pixels.
- setInputValue(int).
Method in class marimba.gui.ScrollbarWidget
- Sets the value of the scrollbar only if autoSetValue is true.
- setInset(int).
Method in class marimba.gui.RichTextBoxWidget
- Set the inset of the rich text box.
- setInset(int).
Method in class marimba.text.TextView
-
- setInsets(Insets).
Method in class marimba.text.TextView
-
- setInteger(String, int, int).
Method in class marimba.persist.PersistentState
-
- setInteger(String, int, int).
Method in class marimba.persist.PropertyList
-
- setItemFocus(boolean).
Method in class marimba.gui.PopupMenu
- Let the selected item paint with a focus
rectangle or not.
- setKeymap(Keymap).
Method in class marimba.text.TextView
-
- setLabel(String).
Method in class marimba.gui.ButtonWidget
- Set the label.
- setLabel(String).
Method in class marimba.gui.ComponentWidget
- Set the label for this component.
- setLabel(String).
Method in class marimba.gui.GroupBoxWidget
- Set the label.
- setLabel(String).
Method in class marimba.gui.WindowWidget
- Set the title.
- setLabel(String, String).
Method in class marimba.desktop.AppMenuBar
- Set the label of a menu item.
- setLabel(String, String, String).
Method in class marimba.desktop.AppMenuBar
- Set the label and key-shortcut of a menu item.
- setLabelFont(Font).
Method in class marimba.gui.GroupBoxWidget
- Set the font of the label.
- setLayoutMgr(WidgetLayoutMgr).
Method in class marimba.gui.Widget
- Set the layout manager for this widget.
- setLine(boolean).
Method in class marimba.gui.ShapeWidget
- Let the shape draw a line or not.
- setLineMode(int).
Method in class marimba.gui.GroupWidget
- Set the line mode
- setLineSize(int).
Method in class marimba.gui.ScrollbarWidget
- Set the line size.
- setLineWidth(int).
Method in class marimba.gui.LineWidget
- Set the linewidth to the given number of pixels.
- setLong(String, long, long).
Method in class marimba.persist.PersistentState
-
- setLong(String, long, long).
Method in class marimba.persist.PropertyList
-
- setLoop(boolean).
Method in class marimba.gui.AudioWidget
- Set loop;
- setMaxValue(int).
Method in class marimba.gui.ValueWidget
- Set the maximum value.
- setMaxVisible(int).
Method in class marimba.gui.DropDownListBoxWidget
- Set the maximum number of visible items.
- setMaxVisible(int).
Method in class marimba.gui.PopupMenu
- Set the maximum number of visible items.
- setMenu(PopupMenu).
Method in class marimba.gui.MenuButtonWidget
- Set the menu.
- setMinValue(int).
Method in class marimba.gui.ValueWidget
- Set the minimum value.
- setMode(int).
Method in class marimba.gui.ColorButtonWidget
- Set the mode for the button.
- setMode(int).
Method in class marimba.gui.CommandButtonWidget
- Set the mode for the button.
- setMode(int).
Method in class marimba.gui.ImageWidget
- Set the current mode to center, scale or topleft.
- setModified().
Method in class marimba.text.TextView
-
- setMoveable(boolean).
Method in class marimba.gui.WindowWidget
- Allow or prevent moving the window.
- setName(String).
Method in class marimba.gui.Widget
- Set the name.
- setNextText(String).
Method in class marimba.gui.AnimatedTextWidget
- Set the next text.
- setObject(String, Object, Object).
Method in class marimba.persist.PersistentState
-
- setObject(String, Object, Object).
Method in class marimba.persist.PropertyList
-
- setObjectArray(String, int, Object[]).
Method in class marimba.persist.PersistentState
-
- setObjectArray(String, int, Object[]).
Method in class marimba.persist.PropertyList
-
- setOption(String, Options, int, int).
Method in class marimba.persist.PersistentState
-
- setOption(String, Options, int, int).
Method in class marimba.persist.PropertyList
-
- setOrientation(int).
Method in class marimba.gui.LineWidget
- Set the orientation to horizontal, vertical or diagonal.
- setOrientation(int).
Method in class marimba.gui.ScrollbarWidget
- Set the orientation to horizontal or vertical.
- setOrientation(int).
Method in class marimba.gui.SliderWidget
- Set the orientation, using two integers defined in
the class WidgetConstants.
- setOwner(Widget).
Method in class marimba.gui.PopupMenu
- Set the owner.
- setPageSize(int).
Method in class marimba.gui.ScrollbarWidget
- Set the current size of the page.
- setParam(int, int, int).
Method in class marimba.gui.ScrollbarWidget
- Set the value, minValue and maxValue all at once.
- setParam(int, int, int).
Method in class marimba.gui.ValueWidget
- Set all parameters of the ValueWidget at once.
- setParam(int, int, int, int, int).
Method in class marimba.gui.ScrollbarWidget
- Set all parameters of the scroll bar at once.
- setParam(int, int, int, int, int, int, int, int, boolean, int, int).
Method in class marimba.gui.SliderWidget
- Set all parameters of the Slider at once.
- setParameters(String).
Method in class marimba.gui.AppletWidget
- Set the parameters for this widget (as a string seperated by
newlines).
- setPattern(String).
Method in class marimba.gui.GroupWidget
- Set the pattern and patternsource using the given source.
- setPresentation(Presentation).
Method in class marimba.gui.PlayerPanel
- Set the presentation.
- setPresentation(String).
Method in class marimba.gui.PlayerUtil
- Set a presentation from a file
- setPresentation(URL).
Method in class marimba.gui.PlayerUtil
- Set a presentation from a url
- setProfile(byte[]).
Method in interface marimba.channel.ApplicationContext
- Set the profile for a channel.
- setProp(Object, Object).
Method in class marimba.util.Props
- Store a property only if the value is not null or
an empty string.
- setProperties(PropertyList).
Method in class marimba.gui.AnimatedImageWidget
- Set the properties of this widget.
- setProperties(PropertyList).
Method in class marimba.gui.AnimatedTextWidget
- Set the properties of this widget.
- setProperties(PropertyList).
Method in class marimba.gui.AnimatedWidget
- Set the properties of this widget.
- setProperties(PropertyList).
Method in class marimba.gui.AppletWidget
- Set the properties of this widget.
- setProperties(PropertyList).
Method in class marimba.gui.AudioWidget
- Set the properties of this widget.
- setProperties(PropertyList).
Method in class marimba.gui.ButtonWidget
- Set the properties of this widget.
- setProperties(PropertyList).
Method in class marimba.gui.CheckBoxWidget
- Set the properties of the checkbox.
- setProperties(PropertyList).
Method in class marimba.gui.ChoiceWidget
- Set the properties of this widget.
- setProperties(PropertyList).
Method in class marimba.gui.ColorButtonWidget
- Set the properties of the color button.
- setProperties(PropertyList).
Method in class marimba.gui.ColorPickerWidget
- Set the properties of this widget.
- setProperties(PropertyList).
Method in class marimba.gui.CommandButtonWidget
- Set the properties of this widget.
- setProperties(PropertyList).
Method in class marimba.gui.ComponentWidget
- Set the properties of this widget.
- setProperties(PropertyList).
Method in class marimba.gui.ContainerWidget
- Set the properties.
- setProperties(PropertyList).
Method in class marimba.gui.DropDownListBoxWidget
- Set the properties of this widget.
- setProperties(PropertyList).
Method in class marimba.gui.FolderWidget
- Set the properties.
- setProperties(PropertyList).
Method in class marimba.gui.GroupBoxWidget
- Set the properties of this widget.
- setProperties(PropertyList).
Method in class marimba.gui.GroupWidget
- Set the properties.
- setProperties(PropertyList).
Method in class marimba.gui.ImageWidget
- Set the properties of this widget.
- setProperties(PropertyList).
Method in class marimba.gui.LineWidget
- Set the properties.
- setProperties(PropertyList).
Method in class marimba.gui.ListBoxWidget
- Set the properties of this widget.
- setProperties(PropertyList).
Method in class marimba.gui.ListWidget
- Set the properties of this widget.
- setProperties(PropertyList).
Method in class marimba.gui.MenuButtonWidget
- Set the properties of this widget.
- setProperties(PropertyList).
Method in class marimba.gui.PageWidget
- Set the properties.
- setProperties(PropertyList).
Method in class marimba.gui.Presentation
- Set the properties.
- setProperties(PropertyList).
Method in class marimba.gui.PresentationWidget
- Set the properties of this widget.
- setProperties(PropertyList).
Method in class marimba.gui.ProgressIndicatorWidget
- Set the properties of the ProgressIndicatorWidget.
- setProperties(PropertyList).
Method in interface marimba.persist.PropertyObject
- Set the object's properties from the property list.
- setProperties(PropertyList).
Method in class marimba.gui.ResourceWidget
- Set the properties of this widget.
- setProperties(PropertyList).
Method in class marimba.gui.RichTextBoxWidget
- Set the properties of this widget.
- setProperties(PropertyList).
Method in class marimba.gui.ScrollbarWidget
- Set the properties.
- setProperties(PropertyList).
Method in class marimba.gui.ScrollingContainerWidget
- Set the properties.
- setProperties(PropertyList).
Method in class marimba.gui.ShapeWidget
- Set the properties of this widget.
- setProperties(PropertyList).
Method in class marimba.gui.SliderWidget
- Set the properties.
- setProperties(PropertyList).
Method in class marimba.gui.SparseTableWidget
- Set the properties of a sparse table.
- setProperties(PropertyList).
Method in class marimba.gui.SpinBoxTextWidget
- Set the properties of the dropdown textbox.
- setProperties(PropertyList).
Method in class marimba.gui.SpinBoxWidget
- Set the properties of this widget.
- setProperties(PropertyList).
Method in class marimba.gui.TableColumn
- Set the properties of this widget.
- setProperties(PropertyList).
Method in class marimba.gui.TableRow
- Set the properties of this widget.
- setProperties(PropertyList).
Method in class marimba.gui.TableWidget
- Set the properties of this widget.
- setProperties(PropertyList).
Method in class marimba.gui.TextBoxWidget
- Set the properties of this widget.
- setProperties(PropertyList).
Method in class marimba.text.TextView
- Set the properties of this widget.
- setProperties(PropertyList).
Method in class marimba.gui.TextWidget
- Set the properties of this widget.
- setProperties(PropertyList).
Method in class marimba.gui.TreeNodeWidget
- Set the properties of this widget.
- setProperties(PropertyList).
Method in class marimba.gui.TreeWidget
- Set the properties of this widget.
- setProperties(PropertyList).
Method in class marimba.gui.URLButtonWidget
- Set the properties of this widget.
- setProperties(PropertyList).
Method in class marimba.gui.URLTextWidget
- Set the properties of this widget.
- setProperties(PropertyList).
Method in class marimba.gui.ValueWidget
- Set the properties.
- setProperties(PropertyList).
Method in class marimba.gui.Widget
- Set the properties of this widget.
- setProperties(PropertyList).
Method in class marimba.gui.WindowWidget
- Set the properties of this widget.
- setProperty(String, String).
Method in class marimba.util.Props
- Set a property, ignore case.
- setProportional(boolean).
Method in class marimba.gui.ScrollbarWidget
- Let the scroll box always be square or let it
represent the current page size.
- setRange(int, int).
Method in class marimba.gui.ValueWidget
- Set the range of the ValueWidget.
- setReadonly(File, boolean).
Static method in class marimba.desktop.FileSystem
- Sets a file to readonly (or not) depending on ON.
- setResizable(boolean).
Method in class marimba.gui.Presentation
- Enable/disable resizing this presentation.
- setResizable(boolean).
Method in class marimba.gui.WindowWidget
- Make this window resizable or not resizable.
- setRestSound(String).
Method in class marimba.gui.AudioWidget
- Set the sound for the rest event.
- setRichText(String).
Method in class marimba.text.Text
- Sets the value of the text from a "rich text" representation.
- setRichText(String).
Method in class marimba.text.TextView
- Set the value of the view as rich text
- setRowHeight(int).
Method in class marimba.gui.SparseTableWidget
- Set the height of every row to the given number of pixels.
- setRowPadding(int).
Method in class marimba.gui.TableWidget
- Set the number of pixels at the top and
bottom of each cell.
- setRows(TableRow[]).
Method in class marimba.gui.TableWidget
- Set the rows by supplying the array with
TableRows directly.
- setRows(Vector[]).
Method in class marimba.gui.TableWidget
- Set the rows by supplying the array with
Vectors containing the data directly.
- setSavetext(boolean).
Method in class marimba.gui.RichTextBoxWidget
- Let the text be saved or not.
- setSavetext(boolean).
Method in class marimba.gui.TextBoxWidget
- Let the text be saved or not.
- setSavetext(boolean).
Method in class marimba.text.TextView
-
- setScrollbar(boolean).
Method in class marimba.gui.RichTextBoxWidget
- Let the RichTextBox use a scrollbar or not.
- setScrollbar(ScrollbarWidget).
Method in class marimba.gui.RichTextBoxWidget
- Set the vertical scrollbar.
- setScrollbar(ScrollbarWidget).
Method in class marimba.text.TextView
-
- setScrollbarModes(int, int).
Method in class marimba.gui.ScrollingContainerWidget
- Set scrollbar mode.
- setScrollbarValues().
Method in class marimba.text.TextView
-
- setScrolling(boolean).
Method in class marimba.gui.RichTextBoxWidget
- Allow or forbid scrolling of the text.
- setScrolling(boolean).
Method in class marimba.text.TextView
-
- setScrollMore(int).
Method in class marimba.gui.ScrollbarWidget
- Set the adjusting value of the scrollbar for unconstrained mode.
- setSelBackground(Color).
Method in class marimba.gui.Presentation
- Set background selection color.
- setSelColors(Color, Color).
Method in class marimba.gui.Presentation
- Set both selection colors at once.
- setSelectFont(Font).
Method in class marimba.gui.FolderWidget
- Set the font for the selected tab control.
- setSelections(boolean).
Method in class marimba.gui.RichTextBoxWidget
- Allow or forbid selections.
- setSelections(boolean).
Method in class marimba.text.TextView
-
- setSelectMode(int).
Method in class marimba.gui.TableWidget
- Set the select mode to none, exclusive or multiple.
- setSelForeground(Color).
Method in class marimba.gui.Presentation
- Set foreground selection color.
- setShadowColor(Color).
Method in class marimba.gui.RichTextBoxWidget
- Set the shadow color.
- setShadowColor(Color).
Method in class marimba.gui.TextBoxWidget
- Set the shadowColor of this textBox.
- setShadowColor(Color).
Method in class marimba.text.TextView
- Set the shadow color.
- setShowRoot(boolean).
Method in class marimba.gui.TreeWidget
- Show or hide the root.
- setSizeBox(boolean).
Method in class marimba.gui.WindowWidget
- Enable or disable the use of a resize box in this window.
- setSizeToCell(boolean).
Method in class marimba.gui.TableWidget
- Size the widgets to the cell size automatically or not.
- setSocketLinger(Socket, int).
Static method in class marimba.desktop.FileSystem
-
- setSortMode(int).
Method in class marimba.gui.TableWidget
- Set the sort mode to be none, ascending, descending or both.
- setSortSymbol(boolean).
Method in class marimba.gui.TableWidget
- Show or hide the sort symbol for showing the current
sorting column column and its way of sorting.
- setSource(String).
Method in class marimba.gui.AnimatedImageWidget
- Set the source for this animated image.
- setSource(String).
Method in class marimba.gui.CommandButtonWidget
- Set the source-file for the image.
- setSource(String).
Method in class marimba.gui.ResourceWidget
- Set the source.
- setSpeed(int).
Method in class marimba.gui.ScrollbarWidget
- Set the repeat rate in times/second for the scroll arrows.
- setStartframe(int).
Method in class marimba.gui.AnimatedImageWidget
- Set the frame number with which the animation starts.
- setStartSound(String).
Method in class marimba.gui.AudioWidget
- Set the sound for starting this widget.
- setState(String, boolean).
Method in class marimba.desktop.AppMenuBar
- Set the state of a named CheckboxMenuItem.
- setSticky(boolean).
Method in class marimba.gui.ButtonWidget
- Set the sticky-ness.
- setSticky(boolean).
Method in class marimba.gui.CommandButtonWidget
- Set the sticky-ness.
- setStopSound(String).
Method in class marimba.gui.AudioWidget
- Set the sound for stopping this widget.
- setString(String, String, String).
Method in class marimba.persist.PersistentState
-
- setString(String, String, String).
Method in class marimba.persist.PropertyList
-
- setStyle(int).
Method in class marimba.gui.DropDownListBoxWidget
- Set style.
- setStyle(int).
Method in class marimba.gui.RichTextBoxWidget
- Set the style.
- setStyle(int).
Method in class marimba.gui.SpinBoxTextWidget
- Set the style of this widget the same as in the
super class, but adjust the transparent boolean.
- setStyle(int).
Method in class marimba.gui.TextBoxWidget
- Set the style of this widget.
- setStyle(int).
Method in class marimba.text.TextView
- Set the style of the text to plain, boxed or filled.
- setTabFont(Font).
Method in class marimba.gui.FolderWidget
- Set the font for tab controls.
- setTabMode(int).
Method in class marimba.gui.FolderWidget
- Set the tab mode.
- setText(String).
Method in class marimba.gui.AnimatedTextWidget
- Set the text.
- setText(String).
Method in class marimba.gui.ButtonWidget
- Set the label of the button.
- setText(String).
Method in class marimba.gui.ChoiceWidget
- Set the choice.
- setText(String).
Method in class marimba.gui.GroupBoxWidget
- Set the label.
- setText(String).
Method in class marimba.gui.ListBoxItemWidget
- Set the label of this list item.
- setText(String).
Method in class marimba.gui.PageWidget
- Set the title.
- setText(String).
Method in class marimba.gui.PopupMenuItemWidget
- Set the label.
- setText(String).
Method in class marimba.gui.RichTextBoxWidget
- Sets the value for the text.
- setText(String).
Method in class marimba.gui.TextBoxWidget
- Set the value of the text.
- setText(String).
Method in class marimba.text.TextView
- Set the text to the specified string.
- setText(String).
Method in class marimba.gui.TreeNodeWidget
- Set the label of this node
- setText(String).
Method in class marimba.gui.URLTextWidget
- Set the value of the text.
- setText(String).
Method in class marimba.gui.Widget
- Set the text of a widget.
- setText(String).
Method in class marimba.gui.WindowWidget
- Set the title.
- setText(String, String).
Method in class marimba.gui.PlayerUtil
- Get the text of a widget.
- setText(String, String).
Method in class marimba.gui.Widget
- Set the text of a named widget.
- setText(Text).
Method in class marimba.text.TextView
- Set this view's text object.
- setTextProperties(PropertyList).
Method in class marimba.text.TextView
-
- setTickMarkInterval(int).
Method in class marimba.gui.SliderWidget
- Set the interval between tick marks to the given value.
- setTickMarkSize(int).
Method in class marimba.gui.SliderWidget
- Set the size of the tick marks to the given number of pixels.
- setTip(String).
Method in class marimba.gui.Widget
- Set the tip.
- setTitle(String).
Method in class marimba.gui.Presentation
- Set the title of this presentation.
- setTitleColor(Color).
Method in class marimba.gui.WindowWidget
- Set the color of the title bar.
- setTitleFont(Font).
Method in class marimba.gui.WindowWidget
- Set the font of the title.
- setTrackAll(boolean).
Method in class marimba.gui.ScrollbarWidget
- Let the scrollbar call action() after every change of the
value or only once.
- setTrackAll(boolean).
Method in class marimba.gui.SliderWidget
- Let the Slider call action() after every change of the
value or only once.
- setTrackAll(boolean).
Method in class marimba.gui.SpinBoxWidget
- Let the spinBox call action() after every change of the
value or only once.
- setTransparent(boolean).
Method in class marimba.gui.Widget
- Set the transparency.
- setTreeWidget(TreeWidget).
Method in class marimba.gui.TreeNodeWidget
- Set the TreeWidget in which this node is embedded,
by setting this the search for the tree all the way
up is not necessary anymore.
- setUnderlined(boolean).
Method in class marimba.gui.URLTextWidget
- Set underlined to true or false.
- setUnsort(boolean).
Method in class marimba.gui.TableWidget
- (Dis)allow unsorting the data using the headers.
- setURL(String).
Method in class marimba.gui.URLButtonWidget
- Set the URL.
- setURL(String).
Method in class marimba.gui.URLTextWidget
- Set the URL.
- setURL(String, String, String).
Method in class marimba.persist.PersistentState
-
- setURL(String, String, String).
Method in class marimba.persist.PropertyList
-
- setURL(String, String, String).
Method in class marimba.persist.RenamePersistentState
- Set a URL.
- setUseTickMarks(boolean).
Method in class marimba.gui.SliderWidget
- Set the value of useTickMarks.
- setValue(boolean).
Method in class marimba.gui.ButtonWidget
- Set the value of the button.
- setValue(Color).
Method in class marimba.gui.ColorButtonWidget
- Set the current color.
- setValue(int).
Method in class marimba.gui.AnimatedWidget
- Set the current frame.
- setValue(int).
Method in class marimba.gui.ChoiceWidget
- Set the current choice given the index.
- setValue(int).
Method in class marimba.gui.DropDownListBoxWidget
- Set the current choice given the index.
- setValue(int).
Method in class marimba.gui.ListBoxWidget
- Set the current choice given the index.
- setValue(int).
Method in class marimba.gui.SpinBoxWidget
- Set the current value.
- setValue(int).
Method in class marimba.gui.TableWidget
- Select a row.
- setValue(int).
Method in class marimba.gui.ValueWidget
- Set the value of the ValueWidget.
- setValue(ListItemWidget).
Method in class marimba.gui.ListWidget
- Select an item.
- setValue(Object).
Method in class marimba.gui.AnimatedWidget
- Set the current frame.
- setValue(Object).
Method in class marimba.gui.ButtonWidget
- Set the value.
- setValue(Object).
Method in class marimba.gui.ChoiceWidget
- Set the current choice.
- setValue(Object).
Method in class marimba.gui.ColorButtonWidget
- Set the current color.
- setValue(Object).
Method in class marimba.gui.ColorPickerWidget
- Set the current color.
- setValue(Object).
Method in class marimba.gui.FolderWidget
- Set the current page.
- setValue(Object).
Method in class marimba.gui.ImageWidget
- Set the image, by specifying the source location or by
giving it an image object directly, in which case the
source location does not match the image anymore, unless
you do that manually.
- setValue(Object).
Method in class marimba.gui.ListWidget
- Select an item.
- setValue(Object).
Method in class marimba.gui.PopupMenuItemWidget
- Set the value.
- setValue(Object).
Method in class marimba.gui.PresentationWidget
- Set a new presentation.
- setValue(Object).
Method in class marimba.gui.TableWidget
- Select a row by specifying a Number, String or
TableRow object.
- setValue(Object).
Method in class marimba.text.TextView
- Set the text to the specified string.
- setValue(Object).
Method in class marimba.gui.TextWidget
- Set the value of the text.
- setValue(Object).
Method in class marimba.gui.ValueWidget
- Set the value of the ValueWidget.
- setValue(Object).
Method in class marimba.gui.Widget
- Set the value of the widget.
- setValue(Presentation).
Method in class marimba.gui.PresentationWidget
- Set a new presentation
- setValue(String).
Method in class marimba.gui.ChoiceWidget
- Set the current choice.
- setValue(String).
Method in class marimba.gui.DropDownComboBoxWidget
- Set value.
- setValue(String).
Method in class marimba.gui.ImageWidget
- Set the image.
- setValue(String).
Method in class marimba.gui.PresentationWidget
- Set a new presentation
- setValue(String, Object).
Method in class marimba.gui.PlayerUtil
- Get the value of a widget.
- setValue(String, Object).
Method in class marimba.gui.Widget
- Set the value of a named widget.
- setValue(String, String).
Method in class marimba.gui.URLTextWidget
- Set the value.
- setValueIncremental(int).
Method in class marimba.gui.SliderWidget
- Set the value to the IncrementValue closest to the given value.
- setVertmode(int).
Method in class marimba.gui.ListBoxWidget
- Set the mode for the vertical scrollbar.
- setVertmode(int).
Method in class marimba.gui.ScrollingContainerWidget
- Set the mode for the vertical scrollbar.
- setWakeSound(String).
Method in class marimba.gui.AudioWidget
- Set the sound for the wake event.
- setWrap(int).
Method in class marimba.gui.RichTextBoxWidget
- Set the wrap.
- setWrap(int).
Method in class marimba.text.Style
-
- setWrap(int).
Method in class marimba.text.TextView
- Set the wrap mode to char, word, truncate.
- shadowColor.
Variable in class marimba.gui.TextBoxWidget
- The color for the shadow of the characters.
- shadowColor.
Variable in class marimba.text.TextView
-
- ShapeWidget().
Constructor for class marimba.gui.ShapeWidget
- Constructor.
- SHORTCUTS.
Static variable in class marimba.desktop.Desktop
-
- show().
Method in class marimba.gui.PlayerDialog
- Show the frame, making sure it is visible on the screen.
- show().
Method in class marimba.gui.PlayerFrame
- Show the frame, making sure it is visible on the screen.
- show().
Method in class marimba.gui.Widget
- Show
- show(boolean).
Method in class marimba.gui.Widget
- Show conditionally.
- show(String).
Method in class marimba.gui.PlayerUtil
- Show a named widget.
- show(String, boolean).
Method in class marimba.gui.PlayerUtil
- Show/Hide a named widget.
- showAppletException(Throwable).
Method in class marimba.channel.AppletViewer
-
- showAppletLog(String).
Method in class marimba.channel.AppletViewer
-
- showDocument(String).
Method in interface marimba.channel.ApplicationContext
- Show a document.
- showDocument(String, String).
Method in interface marimba.channel.ApplicationContext
- Show a Document in a frame.
- showDocument(URL).
Method in class marimba.channel.AppletViewer
-
- showDocument(URL).
Method in class marimba.gui.AppletWidget
-
- showDocument(URL).
Method in interface marimba.channel.ApplicationContext
- Show a document.
- showDocument(URL, String).
Method in class marimba.channel.AppletViewer
-
- showDocument(URL, String).
Method in class marimba.gui.AppletWidget
-
- showDocument(URL, String).
Method in interface marimba.channel.ApplicationContext
- Show a document in a named frame.
- showPercent.
Variable in class marimba.gui.ProgressIndicatorWidget
- A progress indicator can show its percentage in the middle.
- showPercent(boolean).
Method in class marimba.gui.ProgressIndicatorWidget
- Let the progress indicator show its percentage or not.
- showRoot.
Variable in class marimba.gui.TreeWidget
- The root can be shown or hidden by the tree.
- showsPercent().
Method in class marimba.gui.ProgressIndicatorWidget
- Check whether the progress indicator shows its pecentage
- showStatus(String).
Method in class marimba.channel.AppletViewer
-
- showStatus(String).
Method in class marimba.gui.AppletWidget
-
- showStatus(String).
Method in interface marimba.channel.ApplicationContext
- Show status.
- SHOWURL.
Static variable in class marimba.desktop.Desktop
-
- showURL(String).
Method in class marimba.desktop.Desktop
-
- showURL(String).
Static method in class marimba.util.Environment
- Show a URL (specified as a string)
- showURL(String, String).
Static method in class marimba.util.Environment
- Show a URL in a frame.
- showURL(URL).
Method in class marimba.desktop.Desktop
-
- showURL(URL).
Static method in class marimba.util.Environment
- Show a URL.
- showURL(URL, String).
Static method in class marimba.util.Environment
- Show a URL in a frame.
- showWindow(String).
Method in class marimba.desktop.Desktop
-
- SIZE.
Static variable in class marimba.gui.ColorPaletteWidget
- The size of a color field.
- size.
Variable in class marimba.gui.TableColumn
- The size of the column.
- size().
Method in class marimba.io.FastOutputStream
-
- size().
Method in class marimba.gui.Widget
- Get the size as a Dimension object.
- sizeBox.
Variable in class marimba.gui.WindowWidget
- The window can have a sizebox, which is displayed in
the right bottom corner and with which the window can
be resized.
- sizeToCell.
Variable in class marimba.gui.TableWidget
- The widgets can be sized to the cell size.
- skip(long).
Method in class marimba.io.FastInputStream
-
- skip(long).
Method in class marimba.io.MD5InputStream
-
- skip(long).
Method in class marimba.io.RAFInputStream
-
- skipBytes(int).
Method in class marimba.io.FastInputStream
-
- skipWhiteSpace(int, int).
Method in class marimba.text.Text
- Skips over white space.
- SliderWidget().
Constructor for class marimba.gui.SliderWidget
- Constructor.
- SliderWidget(int).
Constructor for class marimba.gui.SliderWidget
- Constructor with orientation
- SOLID.
Static variable in interface marimba.gui.WidgetConstants
-
- sort(int[], int, int).
Static method in class marimba.util.QuickSort
- Sort an array of integers.
- sort(Sortable[], int, int, Object).
Static method in class marimba.util.QuickSort
- Sort an array of Sortable objects.
- sort(String[], int, int).
Static method in class marimba.util.QuickSort
- Sort an array of strings.
- sortIndex.
Variable in class marimba.gui.TableWidget
- The current column index on which is being sorted, which
is the actual index and not the display index.
- sortMethod.
Variable in class marimba.gui.TableWidget
- The current sort method, ascending/descending/none.
- sortMode.
Variable in class marimba.gui.TableWidget
- The current option for sorting.
- sortModeOptions.
Static variable in class marimba.gui.TableWidget
- The possible options for sorting,
which are none, ascending, descending, both.
- sortOnColumn(TableColumn, int).
Method in class marimba.gui.TableWidget
- Sort on the given column.
- sortOnColumnAt(int, int).
Method in class marimba.gui.SparseTableWidget
- Flush the content's cache when sorting.
- sortOnColumnAt(int, int).
Method in class marimba.gui.TableWidget
- Sort on the column at the given actual index,
so not a display index.
- sortSymbol.
Variable in class marimba.gui.TableWidget
- The current sorting can be drawn in the headers using
an appropriate symbol.
- south.
Variable in class marimba.gui.Widget
- The number of pixels that the distance between the southern
side and this widget has to be.
- SparseTableContent().
Constructor for class marimba.gui.SparseTableContent
-
- SparseTableWidget().
Constructor for class marimba.gui.SparseTableWidget
-
- speed.
Variable in class marimba.gui.ScrollbarWidget
- The repeat rate in times/second for the scroll arrows.
- spin.
Variable in class marimba.gui.SpinBoxWidget
- The textbox used to display the spinbox.
- SpinBoxTextWidget().
Constructor for class marimba.gui.SpinBoxTextWidget
- Constructor.
- SpinBoxWidget().
Constructor for class marimba.gui.SpinBoxWidget
- Default constructor.
- SQUARE.
Static variable in interface marimba.gui.WidgetConstants
-
- squareBlockWidth().
Method in class marimba.gui.ProgressIndicatorWidget
- Determine the width of the blocks to let them be as square
as possible.
- src.
Variable in class marimba.gui.AnimatedImageWidget
- The source directory in which the images for the
animation reside.
- src.
Variable in class marimba.gui.CommandButtonWidget
- The source-file for the image.
- src.
Variable in class marimba.gui.ResourceWidget
- The source file for this resource.
- src.
Variable in class marimba.gui.TreeNodeWidget
- The name of the source file for the image.
- start().
Method in class marimba.gui.AnimatedImageWidget
- Start the animation.
- start().
Method in class marimba.gui.AnimatedWidget
- Start the animation.
- start().
Method in class marimba.channel.AppletViewer
- Initialize the Channel, show the base frame.
- start().
Method in class marimba.gui.AppletWidget
- Start the applet.
- start().
Method in interface marimba.channel.Application
- Start the application.
- start().
Method in class marimba.channel.ApplicationFrame
- Initialize the Channel, show the base frame.
- start().
Method in class marimba.channel.ApplicationPlayerFrame
- Initialize the Channel.
- start().
Method in class marimba.gui.AudioWidget
- Play the start sound (if any)
- start().
Method in class marimba.gui.AWTWidget
- Start the widget and show the AWT component.
- start().
Method in class marimba.gui.ColorPickerWidget
- Create the images.
- start().
Method in class marimba.gui.CommandButtonWidget
- Start loading the image label (if any)
- start().
Method in class marimba.gui.ImageWidget
- Start loading the image.
- start().
Method in class marimba.gui.PageWidget
- Send an event when this page becomes visible.
- start().
Method in class marimba.gui.PlayerApplet
- Start the applet.
- start().
Method in class marimba.gui.PlayerPanel
- Call this when the panel is first shown on the screen.
- start().
Method in class marimba.gui.PresentationWidget
- Load the presentation when the widget is started.
- start().
Method in class marimba.gui.TreeNodeWidget
- Start loading the image.
- start().
Method in class marimba.gui.Widget
- Called to start a widget.
- startChannel(String, String).
Method in interface marimba.channel.ApplicationContext
- Start a channel.
- startframe.
Variable in class marimba.gui.AnimatedImageWidget
- The frame number with which the animation starts.
- startPageScrolling(int, int).
Method in class marimba.gui.ScrollbarWidget
- Start auto-scrolling pages.
- startSound.
Variable in class marimba.gui.AudioWidget
- The URL of the sound that is played
when the widget is started.
- StaticTextWidget().
Constructor for class marimba.gui.StaticTextWidget
- Default constructor.
- StaticTextWidget(String).
Constructor for class marimba.gui.StaticTextWidget
- Constructor with value.
- sticky.
Variable in class marimba.gui.CommandButtonWidget
- A sticky button remains down or up after a mouse-click
to visualize that the value remains set or unset.
- stop().
Method in class marimba.gui.AnimatedWidget
- Stop the animation.
- stop().
Method in class marimba.channel.AppletViewer
- Destroy the Channel, hide and dispose the base frame.
- stop().
Method in class marimba.gui.AppletWidget
- Stop the applet.
- stop().
Method in interface marimba.channel.Application
- Stop the applicaton.
- stop().
Method in interface marimba.channel.ApplicationContext
- Stop the application.
- stop().
Method in class marimba.channel.ApplicationFrame
- Destroy the Channel, hide and dispose the base frame.
- stop().
Method in class marimba.channel.ApplicationPlayerFrame
- Destroy the Channel.
- stop().
Method in class marimba.gui.AudioWidget
- Play the stop sound (if any)
- stop().
Method in class marimba.gui.AWTWidget
- Hide the AWT component.
- stop().
Method in class marimba.gui.DropDownListBoxWidget
- Get rid of the menu (just in case).
- stop().
Method in class marimba.gui.PlayerApplet
- Stop the applet.
- stop().
Method in class marimba.gui.PlayerPanel
- Call this when the panel is taken from the screen.
- stop().
Method in class marimba.gui.Widget
- Called to stop a widget.
- stopSound.
Variable in class marimba.gui.AudioWidget
- The URL of the sound that is played
when the widget is stopped.
- STRING.
Static variable in class marimba.io.ScannerInputStream
-
- strValue.
Variable in class marimba.io.ScannerInputStream
-
- strx.
Variable in class marimba.gui.AnimatedTextWidget
- The current x-position of the text being displayed.
- stry.
Variable in class marimba.gui.AnimatedTextWidget
- The current y-position of the text being displayed.
- style.
Variable in class marimba.gui.DropDownListBoxWidget
- A dropdownlistbox can be plain, boxed, filled or underlined.
- style.
Variable in class marimba.gui.TextBoxWidget
- A textbox can be plain, boxed, filled and underlined.
- Style().
Constructor for class marimba.text.Style
-
- StyleChange().
Constructor for class marimba.text.StyleChange
-
- styleIndex.
Variable in class marimba.text.TextView
- The current style index, while we're formatting.
- styleOptions.
Static variable in class marimba.gui.DropDownListBoxWidget
- The possible options for the style.
- styleOptions.
Static variable in class marimba.gui.TextBoxWidget
- The possible options for the style.
- styleOptions.
Static variable in class marimba.text.TextView
-
- styles.
Variable in class marimba.text.Text
- The style references in this document.
- subscribeChannel(String, String).
Method in interface marimba.channel.ApplicationContext
- Subscribe to a channel, but don't start it yet.
- substring(int).
Method in class marimba.text.Text
- Returns contents of the text from POS0 to the end as a string.
- substring(int, int).
Method in class marimba.text.Text
- Returns contents of the text from POS0 to POS1 as a string.
- supports(int).
Method in class marimba.desktop.Desktop
-
- switchColumns(int, int).
Method in class marimba.gui.SparseTableWidget
- Flush the content's cache when switching columns.
- switchColumns(int, int).
Method in class marimba.gui.TableWidget
- Switch two columns.
- sync().
Method in class marimba.gui.Widget
- Sync the toolkit.
- SyntaxError(String).
Constructor for class marimba.io.SyntaxError
-
- systemGroup.
Static variable in class marimba.util.ThreadUtil
- The system thread group.
- tabFont.
Variable in class marimba.gui.FolderWidget
- The font that is used for the text in the tab controls.
- TableColumn().
Constructor for class marimba.gui.TableColumn
- Constructor
- TableColumn(String, int, int, int).
Constructor for class marimba.gui.TableColumn
- Constructor
- TableContent().
Constructor for class marimba.gui.TableContent
-
- tableFontAscent().
Method in class marimba.gui.TableContent
- Get the ascent of the table font.
- tableFontHeight().
Method in class marimba.gui.TableContent
- Get the height of the table font.
- TableRow().
Constructor for class marimba.gui.TableRow
- Constructor for constructing a
default row with no data.
- TableRow(String, int, int, int, Vector).
Constructor for class marimba.gui.TableRow
- Constructor which takes all possible arguments.
- TableWidget().
Constructor for class marimba.gui.TableWidget
- Constructor.
- tabMode.
Variable in class marimba.gui.FolderWidget
- A folder can hide the tab controls (none)
or display them at the top (top) of the folder.
- tabOptions.
Static variable in class marimba.gui.FolderWidget
- The possible options for the tabMode.
- target.
Variable in class marimba.gui.ColorPaletteWidget
- The color button that uses this color palette.
- target.
Variable in class marimba.gui.SpinBoxTextWidget
- The button that is being pressed.
- TASKICONS.
Static variable in class marimba.desktop.Desktop
-
- text.
Variable in class marimba.gui.AnimatedTextWidget
- The text that is being animated.
- text.
Variable in class marimba.gui.DropDownListBoxWidget
- The textbox used for this dropdownlistbox.
- text.
Variable in class marimba.gui.RichTextBoxWidget
- The text that is currently in the rich text box.
- text.
Variable in class marimba.gui.TextBoxWidget
- The content of the textbox.
- text.
Variable in class marimba.text.TextView
- Text we're displaying.
- text.
Variable in class marimba.gui.URLTextWidget
- The content of the textbox.
- Text().
Constructor for class marimba.text.Text
-
- Text(int).
Constructor for class marimba.text.Text
-
- TextBoxWidget().
Constructor for class marimba.gui.TextBoxWidget
- Default constructor.
- TextBoxWidget(String).
Constructor for class marimba.gui.TextBoxWidget
- Constructor with value.
- TextBoxWidget(String, boolean, int).
Constructor for class marimba.gui.TextBoxWidget
- Constructor with value for editing.
- textColor.
Variable in class marimba.gui.TextBoxWidget
- The color in which the text is painted,
by default always the foreground color;
but in subclasses one can set this color
to something else and draw just the text
in a different color.
- TextOutputStream(TextWidget).
Constructor for class marimba.gui.TextOutputStream
- Create an output stream which writes to a TextWidget.
- TextPersistentState().
Constructor for class marimba.persist.TextPersistentState
-
- TextView().
Constructor for class marimba.text.TextView
-
- TextView(Text).
Constructor for class marimba.text.TextView
-
- TextWidget().
Constructor for class marimba.gui.TextWidget
-
- thaw(PersistentObject).
Method in class marimba.persist.PersistentState
- Thaw an object.
- ThreadUtil().
Constructor for class marimba.util.ThreadUtil
-
- threeD.
Variable in class marimba.gui.LineWidget
- The line can be displayed in a 3D-style
- tick(long, Object).
Method in class marimba.gui.AnimatedWidget
- Advance the animation.
- tick(long, Object).
Method in class marimba.gui.PlayerUtil
- Tick, means clear a text widget.
- tick(long, Object).
Method in class marimba.gui.ScrollbarWidget
- Auto repeat
- tick(long, Object).
Method in class marimba.gui.SpinBoxWidget
- Auto repeat.
- tick(long, Object).
Method in class marimba.gui.TextBoxWidget
- Blink the caret.
- tick(long, Object).
Method in class marimba.gui.TextOutputStream
- Focus on the end of the text.
- tick(long, Object).
Method in class marimba.text.TextView
- The clock is ticking...
- tick(long, Object).
Method in interface marimba.util.TimerClient
- Called when the clock ticks.
- tick(long, Object).
Method in class marimba.gui.Widget
- The clock is ticking...
- tickMarkInterval.
Variable in class marimba.gui.SliderWidget
- The number of values between two tickMark
- tickMarkSize.
Variable in class marimba.gui.SliderWidget
- The size of the tickMarks.
- Timer().
Constructor for class marimba.util.Timer
-
- tip.
Variable in class marimba.gui.Widget
- The tip that is displayed under the mouse pointer
when it is pointing at this widget for a while.
- Tip(Widget, String, int, int).
Constructor for class marimba.gui.Tip
- Constructor.
- tipBackground.
Static variable in class marimba.gui.Tip
-
- tipFont.
Static variable in class marimba.gui.Tip
-
- tipForeground.
Static variable in class marimba.gui.Tip
-
- title.
Variable in class marimba.gui.PageWidget
- The title of this page.
- title.
Variable in class marimba.gui.Presentation
- The title of this presentation, displayed in the
title bar when this presentation is run.
- title.
Variable in class marimba.gui.WindowWidget
- The title of this window, which is displayed in the titlebar.
- titleColor.
Variable in class marimba.gui.WindowWidget
- The color of the title bar.
- titleFont.
Variable in class marimba.gui.WindowWidget
- The font of the title.
- toArray().
Method in class marimba.util.Checksum
- Return an array of two longs.
- toBack().
Method in class marimba.gui.Widget
- Send this widget to the back.
- toBack(Widget).
Method in class marimba.gui.Widget
- Move a widget to the back.
- toByteArray().
Method in class marimba.io.FastOutputStream
-
- toFront().
Method in class marimba.gui.Widget
- Bring this widget to the front.
- toFront(Widget).
Method in class marimba.gui.Widget
- Move a widget to the front.
- toHexString().
Method in class marimba.util.Checksum
- Convert the checksum to a hexadecimal string.
- tok.
Variable in class marimba.io.ScannerInputStream
-
- TOP.
Static variable in class marimba.text.TextView
-
- TOP.
Static variable in interface marimba.gui.WidgetConstants
-
- TOPLEFT.
Static variable in interface marimba.gui.WidgetConstants
-
- toString().
Method in class marimba.gui.BackingStore
- Debugging.
- toString().
Method in class marimba.text.ByteString
-
- toString().
Method in class marimba.util.Checksum
- Convert the checksum to a 27 character string.
- toString().
Method in class marimba.gui.Dash
- Debugging.
- toString().
Method in class marimba.io.FastOutputStream
-
- toString().
Method in class marimba.gui.Pattern
- Debugging.
- toString().
Method in class marimba.persist.PersistentObject
-
- toString().
Method in class marimba.util.Props
- Debugging.
- toString().
Method in class marimba.persist.ScriptClassLoader
- Convert to a string.
- toString().
Method in class marimba.text.Style
-
- toString().
Method in class marimba.gui.TableColumn
- A string representation of this class.
- toString().
Method in class marimba.text.Text
- Returns the entire text object as a String.
- toString().
Method in class marimba.persist.URLClassLoader
- Convert to a string.
- toString().
Method in class marimba.gui.Widget
- Convert the widget to a string for debugging.
- toString(Style).
Method in class marimba.text.Style
- Outputs all the parameters of this style where they are
different from the styles in the other style.
- touch().
Method in class marimba.util.Props
- Mark the properties as changed.
- touch(File).
Static method in class marimba.desktop.FileSystem
-
- trackAll.
Variable in class marimba.gui.ScrollbarWidget
- If true, action() is called after every change of the value.
- trackAll.
Variable in class marimba.gui.SliderWidget
- If true, action() is called after every change of the value.
- trackAll.
Variable in class marimba.gui.SpinBoxWidget
- If true, action() is called by SpinTextBoxWidget
after every change of the value.
- tracksAll().
Method in class marimba.gui.ScrollbarWidget
- Check if all changes of the value are being tracked.
- tracksAll().
Method in class marimba.gui.SliderWidget
- Check if all changes of the value are being tracked.
- tracksAll().
Method in class marimba.gui.SpinBoxWidget
- Check if all changes of the value are being tracked.
- transparent.
Variable in class marimba.gui.Widget
- If a widget is transparent, the background behind this
widget is still visible.
- TreeNodeWidget().
Constructor for class marimba.gui.TreeNodeWidget
- Constructor
- TreeNodeWidget(String).
Constructor for class marimba.gui.TreeNodeWidget
- Some handy constructors.
- TreeWidget().
Constructor for class marimba.gui.TreeWidget
- Constructor.
- TRUNCATE.
Static variable in class marimba.text.Style
-
- TRUNCATE.
Static variable in interface marimba.gui.WidgetConstants
-
- tx.
Variable in class marimba.gui.Widget
- The widget is translated in the x-direction
using this value.
- ty.
Variable in class marimba.gui.Widget
- The widget is translated in the y-direction
using this value.
- UNDERLINE.
Static variable in interface marimba.gui.WidgetConstants
-
- underlined.
Variable in class marimba.gui.URLTextWidget
- Detects whether the link is underlines.
- unRegisterService(String).
Method in class marimba.desktop.Desktop
-
- unsort.
Variable in class marimba.gui.TableWidget
- Determines whether the user can 'unsort' the data
by clicking the column header.
- unSort().
Method in class marimba.gui.SparseTableWidget
- Flush the content's cache when unsorting.
- unSort().
Method in class marimba.gui.TableWidget
- Unsort the data in the table.
- unsubscribeChannel(String).
Method in interface marimba.channel.ApplicationContext
- Unsubscribe a channel from this transmitter
- UP.
Static variable in interface marimba.gui.WidgetConstants
-
- update().
Method in interface marimba.channel.ApplicationContext
- Update the application.
- update(Graphics).
Method in class marimba.gui.GroupWidget
- Remember the translation
- update(Graphics).
Method in class marimba.gui.PlayerPanel
- Update the panel
- update(Graphics).
Method in class marimba.text.TextView
- Incremental redisplay of the screen.
- update(Graphics).
Method in class marimba.gui.Widget
- Update the widget, this will be called in
response to a repaint() request.
- updateList().
Method in class marimba.gui.ListBoxWidget
- Update the properties of the list, to let
them match those of this ListBox.
- Updates(Vector, Vector, Vector).
Constructor for class marimba.channel.Updates
-
- updateTime().
Method in interface marimba.channel.ApplicationContext
- Return the time the channel was updated with new data.
- url.
Variable in class marimba.gui.URLButtonWidget
- The URL that this button points to.
- url.
Variable in class marimba.persist.URLClassLoader
-
- url.
Variable in class marimba.gui.URLTextWidget
- The URL that this textbox points to.
- URLButtonWidget().
Constructor for class marimba.gui.URLButtonWidget
-
- URLClassLoader(URLClassLoader, URL).
Constructor for class marimba.persist.URLClassLoader
- Create a file class loader.
- URLClassLoader(URLClassLoader, URL, String).
Constructor for class marimba.persist.URLClassLoader
- Create a file class loader.
- URLTextWidget().
Constructor for class marimba.gui.URLTextWidget
- Default constructor.
- URLTextWidget(String).
Constructor for class marimba.gui.URLTextWidget
- Constructor with value.
- URLTextWidget(String, String).
Constructor for class marimba.gui.URLTextWidget
- Constructor with value.
- useTickMarks.
Variable in class marimba.gui.SliderWidget
- A slider can display tickMarks to visualize values.
- util.
Variable in class marimba.gui.PlayerDialog
- The PlayerUtil for manipulating widgets in this dialog.
- util.
Variable in class marimba.gui.PlayerFrame
-
- valid.
Variable in class marimba.gui.Widget
- If the widget is invalid, the next time the widget is
repainted, the layout has to be redone.
- valid().
Method in class marimba.util.Checksum
- Check if the checksum is not 0.
- validate().
Method in class marimba.gui.AWTWidget
- Move the AWT component to the right position.
- validate().
Method in class marimba.gui.ScrollbarWidget
- Validates the scroll bar.
- validate().
Method in class marimba.text.TextView
- Validate the widget.
- validate().
Method in class marimba.gui.Widget
- Validate the widget.
- value.
Variable in class marimba.gui.ButtonWidget
-
- value.
Variable in class marimba.gui.ColorPaletteWidget
- The initial value of the color palette.
- value.
Variable in class marimba.gui.ValueWidget
- The current value of the valueWidget.
- valueToPixels(int).
Method in class marimba.gui.ProgressIndicatorWidget
- The value translated into pixels.
- valueToPixels(int).
Method in class marimba.gui.ScrollbarWidget
- Translates the given value to the number of pixels
between the scroll box and the left/bottom.
- valueToPixels(int).
Method in class marimba.gui.SliderWidget
- The value translated into pixels.
- ValueWidget().
Constructor for class marimba.gui.ValueWidget
- Constructor.
- verifyServerConfig(String).
Method in class marimba.desktop.Desktop
- Verifies whether the given serverName is properly configured
for automatic service.
- vert.
Variable in class marimba.gui.ScrollingContainerWidget
- The vertical scrollbar.
- VERTICAL.
Static variable in interface marimba.gui.WidgetConstants
-
- vertmode.
Variable in class marimba.gui.ListBoxWidget
- The mode for the vertical scrollbar:
never, optional or always.
- vertmode.
Variable in class marimba.gui.ScrollingContainerWidget
- The mode for the vertical scrollbar:
never, optional or always.
- vertOptions.
Static variable in class marimba.gui.ScrollingContainerWidget
- The possible options for the vertical scrollbar.
- view.
Variable in class marimba.gui.RichTextBoxWidget
- The textview that is used for rich text boxes.
- visible.
Variable in class marimba.gui.Widget
- A widget can be made invisible.
- visibleLines.
Variable in class marimba.text.TextView
- Visible lines on the screen.
- vsbar.
Variable in class marimba.gui.RichTextBoxWidget
- The vertical scrollbar that can be used in
rich text boxes.
- w.
Variable in class marimba.gui.DropDownMenu
- The widget that uses this DropDownMenu.
- waitFor().
Method in class marimba.gui.Pattern
- Wait for this background to arrive.
- waitForPattern().
Method in class marimba.gui.GroupWidget
- Wait for the pattern of this container to arrive...
- WAKE_EVENT.
Static variable in interface marimba.gui.WidgetConstants
-
- wakeSound.
Variable in class marimba.gui.AudioWidget
- The URL of the sound that is played on a wake event.
- wBackground.
Variable in class marimba.gui.Widget
- When wBackground is null, background is the inherited value.
- west.
Variable in class marimba.gui.Widget
- The number of pixels that the distance between the western
side and this widget has to be.
- wFont.
Variable in class marimba.gui.Widget
- When wFont is null, font is the inherited value.
- wForeground.
Variable in class marimba.gui.Widget
- When wForeground is null, foreground is the inherited value.
- wHilite.
Variable in class marimba.gui.Widget
- When wHilite is null, hilite is the inherited value.
- Widget().
Constructor for class marimba.gui.Widget
- Construct a widget.
- WidgetDialog(Widget, Presentation).
Constructor for class marimba.gui.WidgetDialog
- Construct a new dialog by giving it a
presentation object directly.
- WidgetDialog(Widget, URL).
Constructor for class marimba.gui.WidgetDialog
- Construct a new player dialog and show a presentation in it,
by specifying the widget to which it belongs and the url
to the gui that has to be shown.
- widgets.
Variable in class marimba.gui.PlayerPanel
-
- widgets.
Variable in class marimba.gui.Widget
- The widgets that are contained by this widget.
- width.
Variable in class marimba.gui.Widget
- The width of this widget.
- WindowWidget().
Constructor for class marimba.gui.WindowWidget
-
- WORD.
Static variable in interface marimba.gui.WidgetConstants
-
- WORD_WRAP.
Static variable in class marimba.text.Style
-
- wrapNames.
Static variable in class marimba.text.Style
-
- wrapOptions.
Static variable in class marimba.text.TextView
-
- wrapStrings.
Static variable in class marimba.text.Style
-
- write(byte[]).
Method in class marimba.io.EncoderStream
-
- write(byte[]).
Method in class marimba.io.MD5OutputStream
-
- write(byte[]).
Method in class marimba.io.RAFOutputStream
-
- write(byte[], int, int).
Method in class marimba.io.EncoderStream
- Encode a buffer to an output stream.
- write(byte[], int, int).
Method in class marimba.io.FastOutputStream
-
- write(byte[], int, int).
Method in class marimba.io.MD5OutputStream
-
- write(byte[], int, int).
Method in class marimba.io.RAFOutputStream
-
- write(byte[], int, int).
Method in class marimba.gui.TextOutputStream
- Write a buffer.
- write(int).
Method in class marimba.io.EncoderStream
-
- write(int).
Method in class marimba.io.FastOutputStream
-
- write(int).
Method in class marimba.io.MD5OutputStream
-
- write(int).
Method in class marimba.io.RAFOutputStream
-
- write(int).
Method in class marimba.gui.TextOutputStream
- Write a byte.
- writeBoolean(boolean).
Method in class marimba.io.FastOutputStream
-
- writeByte(int).
Method in class marimba.io.FastOutputStream
-
- writeBytes(String).
Method in class marimba.io.FastOutputStream
-
- writeChar(int).
Method in class marimba.io.FastOutputStream
-
- writeChars(String).
Method in class marimba.io.FastOutputStream
-
- writeChecksum(FastOutputStream).
Method in class marimba.util.Checksum
- Write the checksum to an output stream.
- writeDouble(double).
Method in class marimba.io.FastOutputStream
-
- writeFloat(float).
Method in class marimba.io.FastOutputStream
-
- writeInt(int).
Method in class marimba.io.FastOutputStream
-
- writeLong(long).
Method in class marimba.io.FastOutputStream
-
- writeObject(PropertyObject).
Method in class marimba.io.FastOutputStream
-
- writeShort(int).
Method in class marimba.io.FastOutputStream
-
- writeStyles(byte[], int, int, OutputStream).
Method in class marimba.text.StylePool
- Write the styles to the specified output stream, using the
specified text data.
- writeUTF(String).
Method in class marimba.io.FastOutputStream
-
- wScript.
Variable in class marimba.gui.Widget
- This is the script which is currently being edited.
- wTip.
Variable in class marimba.gui.Widget
- REMIND
- x.
Variable in class marimba.gui.Widget
- The x-coordinate of the upper-left corner of this widget.
- x2pos(int).
Method in class marimba.gui.TextBoxWidget
- Convert an x coordinate into a text position.
- y.
Variable in class marimba.gui.Widget
- The y-coordinate of the upper-left corner of this widget.