Common Controls

ProgressBar Control

  Supported Unsupported
Properties BackColor, BorderStyle, Container, Enabled, Font, FontBold, FontItalic, FontName, FontSize, ForeColor, Height, Index, Left, Max, Min, MousePointer, Name, Orientation, Parent, Tag, ToolTipText, Top, Value, Visible, Width Scrolling
Methods Move, Refresh, SetFocus  
Events Click, MouseDown, MouseMove, MouseUp  

CommonDialog Control

  Supported Unsupported
Properties BackColor, Container, DefaultExt, DialogTitle, Enabled, FileName, Filter, Font, FontBold, FontItalic, FontName, FontSize, ForeColor, Height, Index, InitDir, Left, MousePointer, Name, Parent, Tag, ToolTipText, Top, Visible, Width Color, Flags, FontStrikeThru, FontUnderLine, FromPage, ToPage, Min, Max, Copies, CancelError, HelpFile, HelpCommand, HelpKey, PrinterDefault, FilterIndex, HelpContext, Action, MaxFileSize, hDC, FileTitle, Orientation
Methods Move, Refresh, SetFocus  
Events ShowOpen, ShowSave, ShowColor ShowFont, ShowPrinter, ShowHelp

ImageList Control

  Supported Unsupported
Properties BackColor, Container, Enabled, Font, FontBold, FontItalic, FontName, FontSize, ForeColor, Height, Index, Key, Left, ListImages, MousePointer, Name, ObjectTag, Parent, Picture, Tag, ToolTipText, Top, Visible, Width ImageHeight, ImageWidth, MaskColor, UseMaskColor, hImageList
Methods Move, Refresh, SetFocus  
Events Click, DblClick, MouseDown, MouseMove, MouseUp  

ListImage Object

  Supported Unsupported
Properties Key, Picture,Tag  
Methods   Draw, ExtractIcon

ListImages Object

  Supported Unsupported
Properties Count, Item ControlDefault
Methods Add, Clear, Remove  

TabStrip Control

  Supported Unsupported
Properties Enabled, Font, ImageList, MouseIcon, MousePointer, SelectedItem, Tabs  ClientHeight, ClientLeft, ClientTop, ClientWidth, HotTracking, MultiRow, MultiSelect, Placement, Separators, ShowTips, Style, TabFixedHeight, TabFixedWidth, TabMinWidth, TabStyle, TabWidthStyle
Methods Refresh DeselectAll
Events Click, KeyDown, KeyPress, KeyUp, MouseDown, MouseMove, MouseUp BeforeClick

Tabs Object

  Supported Unsupported
Properties Count, Item  
Methods Add, Clear, Remove  
Events    

Tab Object

  Supported Unsupported
Properties Caption, Height, Image, Index, Left, Tag, ToolTipText, Top, Width HighLighted, Key, Selected,
Methods    
Events    

Toolbar Control

  Supported Unsupported
Properties Buttons, Enabled, HelpContextID, ImageList, MouseIcon, MousePointer AllowCustomize, Appearance, BorderStyle, ButtonHeightButtonWidth, Controls, DisabledImageList, HelpFile, HotImageList, ShowTips, Style, TextAlignment, Wrappable
Methods Refresh  Customize, RestoreToolbar, SaveToolbar
Events ButtonClick, Change, Click, DblClick, MouseDown, MouseMove, MouseUp, ButtonDropDown, ButtonMenuClick 

Buttons Object

  Supported Unsupported
Properties Count, Item  
Methods   Add, Clear, Remove
Events    

Button Object

  Supported Unsupported
Properties Caption, Enabled, Height, Image, Index, Key, Left, Style, Tag, ToolTipText, Top, Visible, Width ButtonMenus, Description, MixedStateValue
Methods    
Events    

ButtonMenus Object

  Supported Unsupported
Properties   Count, Item
Methods   Add, Clear, Remove 
Events    

ButtonMenu Object

  Supported Unsupported
Properties   Enabled, Index, Key, Parent, Tag, Text, Visible 
Methods    
Events    

StatusBar Control

  Supported Unsupported
Properties Enabled, Font, MouseIcon, MousePointer, Panels, Style  Align, ShowTips, SimpleText
Methods Refresh  
Events  Click, DblClick, MouseDown, MouseMove, MouseUp PanelClick, PanelDblClick 

Panels Object

  Supported Unsupported
Properties Count, Item  
Methods Add, Clear, Remove  
Events    

Panel Object

  Supported Unsupported
Properties Alignment, Bevel, Enabled, Index, Left, Tag, Text, ToolTipText, Visible, Width AutoSize, Key, MinWidth, Picture, Style
Methods    
Events    
Notes: Only Text style status panels supported.

Slider Control

  Supported Unsupported
Properties BorderStyle, Enabled, GetNumTicks, Max, Min, MouseIcon, MousePointer, TickFrequency, TickStyle, Value LargeChange, Orientation, SelectRange, SelLength, SelStart, SmallChange, Text, TextPosition,  
Methods Refresh ClearSel 
Events Change, Click, KeyDown, KeyPress, KeyUp, MouseDown, MouseMove, MouseUp Scroll

Controls Object

  Supported Unsupported
Properties Count, Item  
Methods    
Events    

ImageCombo Control

  Supported Unsupported
Properties   BackColor, ComboItems, Enabled, Font, ForeColor, ImageList, Indentation, Locked, MouseIcon, MousePointer, SelectedItem, SelLength, SelStart, SelText, Text 
Methods   GetFirstVisible, Refresh 
Events   Change, Click, Dropdown, KeyDown, KeyPress, KeyUp 
Notes: ImageCombo is not supported.

ComboItem Object

  Supported Unsupported
Properties   Image, Indentation, Index, Key, Selected, SelImage, Tag, Text 
Methods    
Events    

ComboItems Object

  Supported Unsupported
Properties   Count, Item 
Methods   Add, Clear, Remove 
Events    

Animation Control

  Supported Unsupported
Properties AutoPlay, BackColor, Enabled BackStyle, Center
Methods Close, Open, Play, Stop  
Events Click, DblClick, MouseDown, MouseMove, MouseUp  
Note: Animation Control requires the Java Media Framework (JMF) to be installed. The reference implementation can be installed from:

http://java.sun.com/products/java-media/jmf/


UpDown Control

  Supported Unsupported
Properties Alignment, AutoBuddy, BuddyControl, Enabled, Increment, Max, Min, Value BuddyProperty, Orientation, SyncBuddy, Wrap
Methods    
Events Change, DownClick, MouseDown, MouseMove, MouseUp, UpClick  
BuddyControl must be a TextBox like control. If another control type is used such as ComboBox then you will need to call the setEditorProperty (called the BuddyProperty in VB) on the UpDown control to be the name of the property on the BuddyControl you want changed. The current setting of BuddyPropery is lost.
Note: The UpDown Control requires Java 2 v1.4 or higher.

FlatScrollBar Control

  Supported Unsupported
Properties Appearance, Arrows, Enabled, LargeChange, Max, Min, MouseIcon, MousePointer, Orientation, SmallChange, Value  
Methods Refresh  
Events Change, Scroll