Package com.swfm.mica.widgets

Interface Summary
MiiAdjustableGrid  
MiiAdjuster  
MiiBackgroundableGrid  
MiiBrowsableGrid  
MiiSelectableTableContentSupplier  
MiiTableSortMethod  
MiiToolkit  
MiiTreeListEntry  
MiiVirtualTableFilter This class supports the 'virtual' table, which is called virtual by virtue of it building only the visible rows of the table at one time - instead of the whole table at once - which scales better and is more efficient, though less flexible.
MiiVirtualTableHighlighter This class supports the 'virtual' table, which is called virtual by virtue of it building only the visible rows of the table at one time - instead of the whole table at once - which scales better and is more efficient, though less flexible.
MiiVirtualTableReporter This class supports the 'virtual' table, which is called virtual by virtue of it building only the visible rows of the table at one time - instead of the whole table at once - which scales better and is more efficient, though less flexible.
MiiVirtualTableRowColumnLocationSupplier  
MiiVirtualTableRowColumnOrderer This class supports the 'virtual' table, which is called virtual by virtue of it building only the visible rows of the table at one time - instead of the whole table at once - which scales better and is more efficient, though less flexible.
MiiVirtualTableRowSource This class supports the 'virtual' table, which is called virtual by virtue of it building only the visible rows of the table at one time - instead of the whole table at once - which scales better and is more efficient, though less flexible.
MiiVirtualTableRowSource2 This class supports the 'virtual' table, which is called virtual by virtue of it building only the visible rows of the table at one time - instead of the whole table at once - which scales better and is more efficient, though less flexible.
MiiVirtualTreeTableRowSourceModifier This class supports the 'virtual' table, which is called virtual by virtue of it building only the visible rows of the table at one time - instead of the whole table at once - which scales better and is more efficient, though less flexible.
 

Class Summary
MiAdjuster This abstract class serves as a base class for 'adjuster' widgets like sliders, scrollbars, meters, etc.
MiAdjusterEventHandler  
MiAlphabeticalSortMethod This is the default sort manager for all table columns.
MiBox This class draws a box with an optional label.
MiBrowsableGridEventHandler  
MiButton This abstract class is the base class for all sorts of button widgets.
MiChangeAttributesSelectionGraphics This class implements the MiiSelectionGraphics interface.
MiCheckBox  
MiCircleToggleButton  
MiComboBox  
MiComboBoxPopperKeyEventHandler  
MiComboList  
MiCycleButton  
MiDateSortMethod table.getSortManager().setColumnSortMethod(1, new MiDateSortMethod());
MiDialog  
MiEnumeratedValueValidator  
MiExceptionOccurredDialog  
MiExpandoBox  
MiGauge A MiGauge is a vertical or horizontally oriented thermometer-like widget that is usually used to display a percentage of some quantity.
MiGridBackgrounds A class of the MICA Graphics Framework
MiIconWithOptionMenu  
MiIntegerValueValidator  
MiInternalWindow  
MiLabel Create a basic label widget (usually some kind of graphics inside of a rectangle).
MiLabeledWidget  
MiList  
MiMaskedValueValidator  
MiMenu  
MiMenuBar  
MiMenuItem  
MiMenuLauncherButton  
MiMessageDialog  
MiMessageDialogBuilder  
MiMultiLineSingleButtonDialogBox  
MiNativeDialog  
MiNativeMessageDialog  
MiNumericalSortMethod table.getSortManager().setColumnSortMethod(1, new MiNumericalSortMethod());
MiOkCancelHelpButtons  
MiOptionMenu  
MiPushButton A standard push button widget.
MiRadioBox This class manages the selection state of it's contents.
MiRadioStateEnforcer  
MiSash This class draws a sash.
MiScrollBar  
MiScrolledBox  
MiSlider  
MiSpinBox  
MiSpinButtons  
MiStandardMenu  
MiStatusBar  
MiTab  
MiTabbedFolder Note: Make sure that one does not externally set folder contents visible, causing 2 folders to be visible at one time, as this will cause one folder to be very short.
MiTable getColumnDefaults(columnNumber).setStatusHelp(hlepInfo);
MiTableAddItemCommand  
MiTableCell  
MiTableCells  
MiTableEditCellUsingOverlayTextField Example: String newName = new MiTableEditCellUsingOverlayTextField(list, null, LIST_NUMBER_OF_VISIBLE_CHARACTERS_WIDE).getResult();
MiTableHeaderAndFooterManager  
MiTableInteractiveCellCopyTool  
MiTableLayout  
MiTableSelectionManager  
MiTableSortManager  
MiTabs  
MiTaskBar  
MiTaskBarTab  
MiTextField  
MiTextFieldEditor  
MiToggleButton  
MiToggleEventHandler  
MiToolBar  
MiToolkit  
MiTreeList  
MiTreeListDragAndDropEditingEventHandler  
MiTreeListEntryGraphics  
MiTreeListExpandCollapseButton  
MiTwoStateWidgetEventHandler  
MiVirtualTable This class supports the 'virtual' table, which is called virtual by virtue of it building only the visible rows of the table at one time - instead of the whole table at once - which scales better and is more efficient, though less flexible.
MiVirtualTableRowHighlighter This class supports the 'virtual' table, which is called virtual by virtue of it building only the visible rows of the table at one time - instead of the whole table at once - which scales better and is more efficient, though less flexible.
MiVirtualTableRowsFilter This class supports the 'virtual' table, which is called virtual by virtue of it building only the visible rows of the table at one time - instead of the whole table at once - which scales better and is more efficient, though less flexible.
MiVirtualTableRowsMoveToTop This class supports the 'virtual' table, which is called virtual by virtue of it building only the visible rows of the table at one time - instead of the whole table at once - which scales better and is more efficient, though less flexible.
MiVirtualTableSortManager This class supports the 'virtual' table, which is called virtual by virtue of it building only the visible rows of the table at one time - instead of the whole table at once - which scales better and is more efficient, though less flexible.
MiVirtualTableWhatDisplayedReporter This class supports the 'virtual' table, which is called virtual by virtue of it building only the visible rows of the table at one time - instead of the whole table at once - which scales better and is more efficient, though less flexible.
MiVirtualTreeTable This class supports the 'virtual' treelist, which is called virtual by virtue of it building only the visible rows of the table at one time - instead of the whole table at once - which scales better and is more efficient, though less flexible.
MiWidget This is the super class of all widgets in the Mica User Interface Toolkit.
MiWidgetAttributes  
MiWindowBorder  
MiYesNoToggleButton