Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
P
Q
R
S
T
V
W
S
scroller
- Variable in class magi.toolkit.dialogs.dirchooser.
DirectoryChooser
setAllowNegatives(boolean)
- Method in class magi.toolkit.fields.
MagiNumericField
Determines if this text field will allow negative values or not.
setCentered(boolean)
- Method in class magi.toolkit.windows.
MagiFrame
Set the "centered" property to automatically center this window when it becomes visible.
setChildrenLoaded(boolean)
- Method in class magi.toolkit.dialogs.dirchooser.
DirectoryNode
Sets the 'children loaded' flag once all child nodes have been loaded into this parent node.
setData(ComboList)
- Method in class magi.toolkit.fields.
MagiComboBoxModel
Sets the list of data stored in this model.
setData(ComboList)
- Method in class magi.toolkit.fields.
MagiComboBox
Sets the list of Combo Box data into this Combo Box.
setDecimalLength(int)
- Method in class magi.toolkit.fields.
MagiFloatField
Set the length of the right-side (decimal part) of the float.
setDirectory(File)
- Method in class magi.toolkit.dialogs.dirchooser.
DirectoryChooser
Set the directory to display in this dialog.
setDisplaySize(int)
- Method in class magi.toolkit.fields.
MagiDateField
Set the display size of this date field, based on the desired number of characters to be visible in the field.
setForeground(Color)
- Method in class magi.toolkit.fields.
MagiNumericField
Set the text foreground Color for this component.
setFormat(String)
- Method in class magi.toolkit.fields.
MagiDateField
Set the date format for this text field.
setFormatted(boolean)
- Method in class magi.toolkit.fields.
MagiNumericField
Sets this text field to formatted numeric.
setIntegerLength(int)
- Method in class magi.toolkit.fields.
MagiFloatField
Set the length of the left-side (integer part) of the float.
setLength(int, int)
- Method in class magi.toolkit.fields.
MagiFloatField
Set the length of the left-side (integer part) and the right-side (decimal part) of the float.
setLowerCase(boolean)
- Method in class magi.toolkit.fields.
MagiDateField
Set any text month portion of this date to lowercase, if relevant.
setLowerCase(boolean)
- Method in class magi.toolkit.fields.
MagiAlphaField
setMagiModel(MagiComboBoxModel)
- Method in class magi.toolkit.fields.
MagiComboBox
Sets a MagiComboBoxModel used to populate this combo box.
setNegativeColor(Color)
- Method in class magi.toolkit.fields.
MagiNumericField
Sets the Color to use when showing negative values.
setPreferredWidth(int)
- Method in class magi.toolkit.fields.
MagiTextField
Set the preferred width of this text field, leaving the preferred height intact.
setSelectedIndex(int)
- Method in class magi.toolkit.fields.
MagiComboBoxModel
Sets the selected index for this combo box.
setSelectedIndex(int)
- Method in class magi.toolkit.fields.
MagiComboBox
Sets the selected item index in this Combo Box.
setSelectedIndex(int)
- Method in class magi.toolkit.fields.
ComboList
Set the selected item index for this data list.
setSelectedItem(Object)
- Method in class magi.toolkit.fields.
MagiComboBoxModel
Sets the selected item for this combo box.
setSelectedItem(Object)
- Method in class magi.toolkit.fields.
MagiComboBox
Sets the selected item inside this Combo Box.
setSelectedItem(Object)
- Method in class magi.toolkit.fields.
ComboList
Set the selected item Object for this data list.
setShowHidden(boolean)
- Method in class magi.toolkit.dialogs.dirchooser.
DirectoryChooser
Informs this Directory Chooser to display "hidden" directories in the list.
setSize(Dimension)
- Method in class magi.toolkit.dialogs.
CenteredDialog
Override setSize() method to centre the dialog after sizing.
setSize(int, int)
- Method in class magi.toolkit.dialogs.
CenteredDialog
Override setSize() method to centre the dialog after sizing.
setSortList(boolean)
- Method in class magi.toolkit.dialogs.dirchooser.
DirectoryChooser
Informs this Directory Chooser to sort the list of directories under each parent.
setSpecialCharacters(String)
- Method in class magi.toolkit.fields.
MagiNumericField
Sets the allowable special characters that are outside of the character range { 'a' ..
setSpecialCharacters(String)
- Method in class magi.toolkit.fields.
MagiAlphaField
Sets the allowable special characters that are outside of the character range { 'a' ..
setUpperCase(boolean)
- Method in class magi.toolkit.fields.
MagiDateField
Set any text month portion of this date to uppercase, if relevant.
setUpperCase(boolean)
- Method in class magi.toolkit.fields.
MagiAlphaField
setVisible(boolean)
- Method in class magi.toolkit.windows.
MagiFrame
Overrides the setVisible(boolean) functionality for automatic window centering, if required.
setVisible(boolean)
- Method in class magi.toolkit.dialogs.dirchooser.
DirectoryChooser
Override the setVisible (go modal) on this dialog to pre-load the directory tree before displaying.
size()
- Method in interface magi.toolkit.util.
IList
Returns the number of elements in this list.
size()
- Method in class magi.toolkit.util.queue.
Stack
Returns the number of Objects currently in the stack.
size()
- Method in interface magi.toolkit.util.queue.
Queue
Returns the number of Objects currently in the queue.
size()
- Method in class magi.toolkit.util.queue.
FIFOQueue
Returns the number of Objects currently in the queue.
sort()
- Method in class magi.toolkit.util.
MagiList
Sorts elements in this List into ascending order.
sort(Comparator)
- Method in class magi.toolkit.util.
MagiList
Sorts elements in this List in the order defined by the Comparator.
sortAscending()
- Method in class magi.toolkit.util.
MagiList
Sorts elements in this List into ascending order.
sortDescending()
- Method in class magi.toolkit.util.
MagiList
Sorts elements in this List into ascending order.
Stack
- class magi.toolkit.util.queue.
Stack
.
An implementation of a stack, for pushing and popping objects.
Stack()
- Constructor for class magi.toolkit.util.queue.
Stack
Default constructor.
Stack(Object[])
- Constructor for class magi.toolkit.util.queue.
Stack
Creates a Stack pre-populated with an array of Objects.
StringUtil
- class magi.toolkit.util.
StringUtil
.
A collection of useful String utility methods.
subList(int, int)
- Method in interface magi.toolkit.util.
IList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
P
Q
R
S
T
V
W