|
Class / Interface in Package javax.swing.event |
Functionality |
JLCA 3.0 Coverage |
Description |
|
AncestorEvent
AncestorListener
|
AncestorEvent occurs when there is a change to ancestor happens.
AncestorListener listens for AncestorEvent. |
Not Converted |
These have no equivalent in .NET Framework. |
|
CaretEvent
CaretListener
|
CaretEvent occurs when text caret has changed.
CaretListener listens for changes in the caret position of a text component. |
Not Converted |
These have no equivalent in .NET Framework. |
|
ChangeEvent
ChangeListener |
ChangeEvent occurs when state has changed in the event source.
ChangeListener listens for ChangeEvents. |
Partially Converted |
Only JSlider and JTabbedPane are converted to System.Windows.Forms.TrackBar.ValueChanged and System.Windows.Forms.TabControl.SelectedIndexChanged. |
|
HyperlinkEvent
HyperlinkListener |
HyperlinkEvent occurs when something has happened with respect to a hypertext link.
HyperlinkListener listens for HyperlinkEvent |
Partially Converted |
Only JEditorPane is converted to System.Windows.Forms.RichTextBox.LinkClicked. |
|
InternalFrameEvent
InternalFrameListener |
InternalFrameEvent adds support for JInternalFrame objects as the event source.
InternalFrameListener is the listener interface for receiving internal frame events. |
Partially
Converted |
JInternalFrame is converted. Messages Deiconified and Iconified are not supported. |
|
javax.swing.Action |
Action interface provides a useful extension to the ActionListener interface in cases where the same functionality may be accessed by several controls. |
Partially
Converted |
Only actionPerformed is converted. |
|
ListDataEvent
ListDataListener
|
ListDataEvent occurs when list changes.
ListDataListener listens for changes in list. |
Not Converted |
These have no equivalent in .NET Framework. |
|
ListSelectionEvent
ListSelectionListener |
ListSelectionEvent occurs when a change in the current selection occurs.
ListSelectionListener listens for lists selection value changes. |
Partially
Converted |
Only JList is converted to System.Windows.Forms.ListBox.SelectedValueChanged. |
|
MenuDragMouseEvent
MenuDragMouseListener
|
MenuDragMouseEvent occurs when menu element has received a MouseEvent under drag conditions.
MenuDragMouseListener listens for MenuDragMouseEvent. |
Not Converted |
These have no equivalent in .NET Framework. |
|
MenuEvent
MenuListener |
MenuEvent occurs when a menu has been posted or selected or canceled.
MenuListener listener for menu events. |
Partially Converted |
JMenu (message Selected) is converted to System.Windows.Forms.MenuItem.Select. |
|
MenuKeyEvent
MenuKeyListener
|
MenuKeyEvent occurs when menu element has received a KeyEvent forwarded to it in a menu tree.
MenuKeyListener listens for MenuKeyListener. |
Not Converted |
These have no equivalent in .NET Framework. |
|
PopupMenuEvent
PopupMenuListener |
PopupMenuEvent occurs with regarding to JPopupMenu.
PopupMenuListener listens for PopupMenuEvent. |
Partially
Converted |
JPopupMenu is converted to System.Windows.Forms.ContextMenu.Popup (message WillBecomeVisible) |
|
PropertyChangeEvent
PropertyChangeListener
|
PropertyChangeEvent occurs whenever a bean changes a "bound" or "constrained" property.
PropertyChangeListener listens for PropertyChangeEvent. |
Not Converted |
These have no equivalent in .NET Framework. |
|
TableColumnModelEvent
TableColumnModelListener |
TableColumnModelEvent occurs when a table column has been added or moved or removed.
TableColumnModelListener listens to changes in a TableColumnModel. |
Partially
Converted |
Only converted for messages Added/Removed to System.Data.DataColumnCollection.CollectionChanged. |
|
TableModelEvent
TableModelListener |
TableModelEvent occurs when a table model has changed.
TableModelListener listens to changes in a Table Model. |
Converted |
AbstractTableModel is converted to System.Data.DataTable.RowChanged. |
|
TreeExpansionEvent
TreeExpansionListener |
TreeExpansionEventoccurs when a tree expands or collapses a node.
TreeExpansionListener listens for TreeExpansionEvent. |
Converted |
Converted to System.Windows.Forms.TreeView.BeforeExpand,
System.Windows.Forms.TreeView.BeforeCollapse,
System.Windows.Forms.TreeView.AfterExpand and
System.Windows.Forms.TreeView.AfterCollapse. |
|
TreeModelEvent
TreeModelListener
|
TreeModelEvent occurs when tree model has changed.
TreeModelListener listens to changes in a TreeModel. |
Not Converted |
These have no equivalent in .NET Framework. |
|
TreeSelectionEvent
TreeSelectionListener |
TreeSelectionEvent occurs when the selection in a TreeSelectionModel changes.
TreeSelectionListener listens for TreeSelectionEvent. |
Converted |
JTree is converted through System.Windows.Forms.TreeView.AfterSelect. |
|
UndoableEditEvent
UndoableEditListener |
UndoableEditEvent occurs when operation that can be undone has occurred.
UndoableEditListener listens for undoable operations. |
Not Converted |
These have no equivalent in .NET Framework. |