Class Summary| FvAlert |
Alert dialog box.
|
| FvAlertResources |
Localisation properties for FvAlert
component |
| FvBitmapIcon |
Use BitmapData feature to paint AsWing Icons |
| FvButton |
FvButton class adds Fever features to basic
JButton class.
var button : FvButton = new FvButton( "click me please" );
button.setSoundID( "click" );
button.setShortcut( new KeyCombo( Keyboard.onKeyCONTROL, Keyboard.onKeyO ), "myKeyMap" );
button.setToolTipText( "open file" );
button.addActionListener( _onClick, this );
|
| FvCalculator |
A simple calculator component ( JFrame ) |
| FvCalendar |
Calendar component.
|
| FvCalendarField |
calendar basic field component.
|
| FvColorChooser |
Color chooser component dialog |
| FvDateLabel |
Simple label component with automatic today's date.
|
| FvFileChooser |
FvFileChooser provides a simple mechanism for the user to
choose a file for save or open process.
|
| FvForm |
Builds data forms.
|
| FvInputComponentDialog |
Opens a dialog with a custom component as input controller.
|
| FvInputDialog |
Input dialog implementation.
|
| FvLabelButton |
Label act as a button.
|
| FvLocalisationChooser |
Chooser dialog to customize application language.
|
| FvModalFrame |
Modal frame component |
| FvPopupMenu |
FvPopupMenu class |
| FvRemoteLoginDialog |
Displays a dialog window with necessaries control to allow a remoting user
identification |
| FvThemeChooser |
Chooser dialog to customize application Look and Feel.
|
| FvTree |
Tree componant.
|