home *** CD-ROM | disk | FTP | other *** search
- % This is the initialization file for Awt2AFC.
- % The format is AWTClassName; AFCClassReplacement; CodeComment; HTML Page (relative)
-
- % This file is provided with the tool; any changes you make are at your own risk.
- % The program does very limited error-checking on this file.
-
- % Copyright 1997, Microsoft Corporation
-
- FirstCommentInSource; nothing; Import AFC classes from com.ms.ui.* and com.ms.fx.* (when appropriate); nothing
- ActionEvent; UIActionEvent; Replace ActionEvent with UIActionEvent (also have UIActionAdapter); docs/ActionEvent.htm
- ActionListener; IUIActionListener; Replace ActionListener with IUIActionListener; docs/ActionListener.htm
- Adjustable; IUIScroll; Replace Adjustable with IUIScroll; docs/Adjustable.htm
- AdjustmentEvent; UIAdjustmentEvent; Replace AdjustmentEvent with UIAdjustmentEvent (also have UIAdjustmentAdapter); docs/AdjustmentEvent.htm
- AdjustmentListener; IUIAdjustmentListener; Replace AdjustmentListener with IUIAdjustmentListener; docs/AdjustmentListener.htm
- Applet; UIApplet; Replace Applet with a combination of UIApplet and AwtUIApplet (see docs); docs/Applet.htm
- AWTEvent; UIEvent; Replace AWTEvent with UIEvent; docs/AWTEvent.htm
- AWTEventMulticaster; none; AFC does not support AWTEventMulticaster; docs/AWTEventMulticaster.htm
- BorderLayout; UIBorderLayout; Replace BorderLayout with UIBorderLayout; docs/BorderLayout.htm
- Button; UIPushButton; Replace Button with UIPushButton; docs/Button.htm
- Canvas; UICanvas; Replace Canvas with UICanvas; docs/Canvas.htm
- CardLayout; UITabLayout; No direct replacement for CardLayout -- try UITabLayout; docs/CardLayout.htm
- Checkbox; UICheckButton; Replace Checkbox with UICheckButton; docs/Checkbox.htm
- CheckboxGroup; UIRadioGroup; Replace CheckboxGroup with UIRadioGroup; docs/CheckboxGroup.htm
- CheckboxMenuItem; UICheckButton; Replace CheckboxMenuItem with UICheckButton; docs/CheckboxMenuItem.htm
- Choice; UIChoice; Replace Choice with UIChoice; docs/Choice.htm
- Color; FxColor; Suggestion--Replace Color with FxColor; docs/Color.htm
- Component; UIStateComponent; Replace Component with UIStateComponent; docs/Component.htm
- ComponentAdapter; UIComponentAdapter; AFC does not support ComponentAdapter; docs/ComponentAdapter.htm
- ComponentEvent; UIComponentEvent; AFC does not support ComponentEvent; docs/ComponentEvent.htm
- ComponentListener; IUIComponentListener; AFC does not support ComponentListener; docs/ComponentListener.htm
- Container; UIStateContainer; Replace Container with UIStateContainer; docs/Container.htm
- ContainerAdapter; UIContainerAdapter; Replace ContainerAdapter with UIContainerAdapter; docs/ContainerAdapter.htm
- ContainerEvent; UIContainerEvent; Replace ContainerEvent with UIContainerEvent; docs/ContainerEvent.htm
- ContainerListener; IUIContainerListener; Replace ContainerListener with IUIContainerListener; docs/ContainerListener.htm
- Dialog; UIDialog; Replace Dialog with UIDialog; docs/Dialog.htm
- EventObject; UIBaseEvent; Replace EventObject with UIBaseEvent; docs/EventObject.htm
- FlowLayout; UIFlowLayout; Replace FlowLayout with UIFlowLayout or try a similar UILayoutManager; docs/FlowLayout.htm
- FocusAdapter; UIFocusAdapter; Replace FocusAdapter with UIFocusAdapter; docs/FocusAdapter.htm
- FocusEvent; UIFocusEvent; Replace FocusEvent with UIFocusEvent; docs/FocusEvent.htm
- FocusListener; IUIFocusListener; Replace FocusListener with IUIFocusListener; docs/FocusListener.htm
- Font; FxFont; Suggestion--Replace Font with FxFont; docs/Font.htm
- FontMetrics; FxFontMetrics; Replace FontMetrics with FxFontMetrics; docs/FontMetrics.htm
- Frame; UIFrame; Replace Frame with UIFrame; docs/Frame.htm
- Graphics; FxGraphics; Suggestion--Replace Graphics with FxGraphics; docs/Graphics.htm
- GridBagConstraints; UIGridBagConstraints; Replace GridBagConstraints with UIGridBagConstraints; docs/GridBagConstraints.htm
- GridBagLayout; UIGridBagLayout; Replace GridBagLayout with UIGridBagLayout; docs/GridBagLayout.htm
- GridLayout; UIGridLayout; Replace GridLayout with UIGridLayout; docs/GridLayout.htm
- InputEvent; UIInputEvent; Replace InputEvent with UIInputEvent; docs/InputEvent.htm
- ItemEvent; UIItemEvent; Replace ItemEvent with UIItemEvent (also have UIItemAdapter); docs/ItemEvent.htm
- ItemListener; IUIItemListener; Replace ItemListener with IUIItemListener; docs/ItemListener.htm
- KeyAdapter; UIKeyAdapter; Replace KeyAdapter with UIKeyAdapter; docs/KeyAdapter.htm
- KeyEvent; UIKeyEvent; Replace KeyEvent with UIKeyEvent; docs/KeyEvent.htm
- KeyListener; IUIKeyListener; Replace KeyListener with IUIKeyListener; docs/KeyListener.htm
- Label; UIText; Replace Label with UIText; docs/Label.htm
- LayoutManager; IUILayoutManager; Replace LayoutManager with IUILayoutManager; docs/LayoutManager.htm
- LayoutManager2; IUILayoutManager; Replace LayoutManager2 with IUILayoutManager; docs/LayoutManager2.htm
- List; UIList; Replace List with UIList; docs/List.htm
- Menu; UIMenuList; Replace Menu with UIMenuList; docs/Menu.htm
- MenuBar; UIBand; Replace MenuBar with UIBand; docs/MenuBar.htm
- MenuComponent; UIComponent; Replace MenuComponent with UIComponent; docs/MenuComponent.htm
- MenuItem; UIText; Replace MenuItem with UIText (or another UIComponent); docs/MenuItem.htm
- MenuShortcut; none; MenuShortcuts are not implemented: incremental search exists by default; docs/MenuShortcut.htm
- MouseAdapter; UIMouseAdapter; Replace MouseAdapter with UIMouseAdapter; docs/MouseAdapter.htm
- MouseEvent; UIMouseEvent; Replace MouseEvent with UIMouseEvent; docs/MouseEvent.htm
- MouseListener; IUIMouseListener; Replace MouseListener with IUIMouseListener; docs/MouseListener.htm
- MouseMotionAdapter; UIMouseMotionAdapter; Replace MouseMotionAdapter with UIMouseMotionAdapter; docs/MouseMotionAdapter.htm
- MouseMotionListener; IUIMouseMotionListener; Replace MouseMotionListener with IUIMouseMotionListener; docs/MouseMotionListener.htm
- Panel; UIPanel; Replace Panel with UIPanel; docs/Panel.htm
- PopupMenu; UIContextMenu; Replace PopupMenu with UIMenuList plus UIContextMenu or another type of menu; docs/PopupMenu.htm
- Scrollbar; UIScrollbar; Replace Scrollbar with UIScrollbar; docs/Scrollbar.htm
- ScrollPane; UIScrollViewer; Replace ScrollPane with UIScrollViewer; docs/ScrollPane.htm
- TextArea; UIEdit; Replace TextArea with UIEdit (and use UIScrollViewer--see docs); docs/TextArea.htm
- TextComponent; UIEdit; Replace TextComponent with UIEdit; docs/TextComponent.htm
- TextEvent; UITextEvent; Replace TextEvent with UITextEvent; docs/TextEvent.htm
- TextField; UIEdit; Replace TextField with UIEdit; docs/TextField.htm
- TextListener; IUITextListener; Replace TextListener with IUITextListener; docs/TextListener.htm
- Window; UIWindow; Replace Window with UIWindow; docs/Window.htm
- WindowAdapter; UIWindowAdapter; Replace WindowAdapter with UIWindowAdapter; docs/WindowAdapter.htm
- WindowEvent; UIWindowEvent; Replace WindowEvent with UIWindowEvent; docs/WindowEvent.htm
- WindowListener; IUIWindowListener; Replace WindowListener with IUIWindowListener; docs/WindowListener.htm
-