home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 14 / IOPROG_14.ISO / soft / sdkjava / sdkjava.exe / SDKJava.cab / Bin / awt2afc / awt2afc.ini < prev    next >
Encoding:
Text File  |  1998-03-05  |  6.8 KB  |  81 lines

  1. % This is the initialization file for Awt2AFC.
  2. % The format is AWTClassName; AFCClassReplacement; CodeComment; HTML Page (relative)
  3.  
  4. % This file is provided with the tool; any changes you make are at your own risk.
  5. % The program does very limited error-checking on this file.
  6.  
  7. % Copyright 1997, Microsoft Corporation
  8.  
  9. FirstCommentInSource; nothing; Import AFC classes from com.ms.ui.* and com.ms.fx.* (when appropriate); nothing
  10. ActionEvent; UIActionEvent; Replace ActionEvent with UIActionEvent (also have UIActionAdapter); docs/ActionEvent.htm
  11. ActionListener; IUIActionListener; Replace ActionListener with IUIActionListener; docs/ActionListener.htm
  12. Adjustable; IUIScroll; Replace Adjustable with IUIScroll; docs/Adjustable.htm
  13. AdjustmentEvent; UIAdjustmentEvent; Replace AdjustmentEvent with UIAdjustmentEvent (also have UIAdjustmentAdapter); docs/AdjustmentEvent.htm
  14. AdjustmentListener; IUIAdjustmentListener; Replace AdjustmentListener with IUIAdjustmentListener; docs/AdjustmentListener.htm
  15. Applet; UIApplet; Replace Applet with a combination of UIApplet and AwtUIApplet (see docs); docs/Applet.htm
  16. AWTEvent; UIEvent; Replace AWTEvent with UIEvent; docs/AWTEvent.htm
  17. AWTEventMulticaster; none; AFC does not support AWTEventMulticaster; docs/AWTEventMulticaster.htm
  18. BorderLayout; UIBorderLayout; Replace BorderLayout with UIBorderLayout; docs/BorderLayout.htm
  19. Button; UIPushButton; Replace Button with UIPushButton; docs/Button.htm
  20. Canvas; UICanvas; Replace Canvas with UICanvas; docs/Canvas.htm
  21. CardLayout; UITabLayout; No direct replacement for CardLayout -- try UITabLayout; docs/CardLayout.htm
  22. Checkbox; UICheckButton; Replace Checkbox with UICheckButton; docs/Checkbox.htm
  23. CheckboxGroup; UIRadioGroup; Replace CheckboxGroup with UIRadioGroup; docs/CheckboxGroup.htm
  24. CheckboxMenuItem; UICheckButton; Replace CheckboxMenuItem with UICheckButton; docs/CheckboxMenuItem.htm
  25. Choice; UIChoice; Replace Choice with UIChoice; docs/Choice.htm
  26. Color; FxColor; Suggestion--Replace Color with FxColor; docs/Color.htm
  27. Component; UIStateComponent; Replace Component with UIStateComponent; docs/Component.htm
  28. ComponentAdapter; UIComponentAdapter; AFC does not support ComponentAdapter; docs/ComponentAdapter.htm
  29. ComponentEvent; UIComponentEvent; AFC does not support ComponentEvent; docs/ComponentEvent.htm
  30. ComponentListener; IUIComponentListener; AFC does not support ComponentListener; docs/ComponentListener.htm
  31. Container; UIStateContainer; Replace Container with UIStateContainer; docs/Container.htm
  32. ContainerAdapter; UIContainerAdapter; Replace ContainerAdapter with UIContainerAdapter; docs/ContainerAdapter.htm
  33. ContainerEvent; UIContainerEvent; Replace ContainerEvent with UIContainerEvent; docs/ContainerEvent.htm
  34. ContainerListener; IUIContainerListener; Replace ContainerListener with IUIContainerListener; docs/ContainerListener.htm
  35. Dialog; UIDialog; Replace Dialog with UIDialog; docs/Dialog.htm
  36. EventObject; UIBaseEvent; Replace EventObject with UIBaseEvent; docs/EventObject.htm
  37. FlowLayout; UIFlowLayout; Replace FlowLayout with UIFlowLayout or try a similar UILayoutManager; docs/FlowLayout.htm
  38. FocusAdapter; UIFocusAdapter; Replace FocusAdapter with UIFocusAdapter; docs/FocusAdapter.htm
  39. FocusEvent; UIFocusEvent; Replace FocusEvent with UIFocusEvent; docs/FocusEvent.htm
  40. FocusListener; IUIFocusListener; Replace FocusListener with IUIFocusListener; docs/FocusListener.htm
  41. Font; FxFont; Suggestion--Replace Font with FxFont; docs/Font.htm
  42. FontMetrics; FxFontMetrics; Replace FontMetrics with FxFontMetrics; docs/FontMetrics.htm
  43. Frame; UIFrame; Replace Frame with UIFrame; docs/Frame.htm
  44. Graphics; FxGraphics; Suggestion--Replace Graphics with FxGraphics; docs/Graphics.htm
  45. GridBagConstraints; UIGridBagConstraints; Replace GridBagConstraints with UIGridBagConstraints; docs/GridBagConstraints.htm
  46. GridBagLayout; UIGridBagLayout; Replace GridBagLayout with UIGridBagLayout; docs/GridBagLayout.htm
  47. GridLayout; UIGridLayout; Replace GridLayout with UIGridLayout; docs/GridLayout.htm
  48. InputEvent; UIInputEvent; Replace InputEvent with UIInputEvent; docs/InputEvent.htm
  49. ItemEvent; UIItemEvent; Replace ItemEvent with UIItemEvent (also have UIItemAdapter); docs/ItemEvent.htm
  50. ItemListener; IUIItemListener; Replace ItemListener with IUIItemListener; docs/ItemListener.htm
  51. KeyAdapter; UIKeyAdapter; Replace KeyAdapter with UIKeyAdapter; docs/KeyAdapter.htm
  52. KeyEvent; UIKeyEvent; Replace KeyEvent with UIKeyEvent; docs/KeyEvent.htm
  53. KeyListener; IUIKeyListener; Replace KeyListener with IUIKeyListener; docs/KeyListener.htm
  54. Label; UIText; Replace Label with UIText; docs/Label.htm
  55. LayoutManager; IUILayoutManager; Replace LayoutManager with IUILayoutManager; docs/LayoutManager.htm
  56. LayoutManager2; IUILayoutManager; Replace LayoutManager2 with IUILayoutManager; docs/LayoutManager2.htm
  57. List; UIList; Replace List with UIList; docs/List.htm
  58. Menu; UIMenuList; Replace Menu with UIMenuList; docs/Menu.htm
  59. MenuBar; UIBand; Replace MenuBar with UIBand; docs/MenuBar.htm
  60. MenuComponent; UIComponent; Replace MenuComponent with UIComponent; docs/MenuComponent.htm
  61. MenuItem; UIText; Replace MenuItem with UIText (or another UIComponent); docs/MenuItem.htm
  62. MenuShortcut; none; MenuShortcuts are not implemented: incremental search exists by default; docs/MenuShortcut.htm
  63. MouseAdapter; UIMouseAdapter; Replace MouseAdapter with UIMouseAdapter; docs/MouseAdapter.htm
  64. MouseEvent; UIMouseEvent; Replace MouseEvent with UIMouseEvent; docs/MouseEvent.htm
  65. MouseListener; IUIMouseListener; Replace MouseListener with IUIMouseListener; docs/MouseListener.htm
  66. MouseMotionAdapter; UIMouseMotionAdapter; Replace MouseMotionAdapter with UIMouseMotionAdapter; docs/MouseMotionAdapter.htm
  67. MouseMotionListener; IUIMouseMotionListener; Replace MouseMotionListener with IUIMouseMotionListener; docs/MouseMotionListener.htm
  68. Panel; UIPanel; Replace Panel with UIPanel; docs/Panel.htm
  69. PopupMenu; UIContextMenu; Replace PopupMenu with UIMenuList plus UIContextMenu or another type of menu; docs/PopupMenu.htm
  70. Scrollbar; UIScrollbar; Replace Scrollbar with UIScrollbar; docs/Scrollbar.htm
  71. ScrollPane; UIScrollViewer; Replace ScrollPane with UIScrollViewer; docs/ScrollPane.htm
  72. TextArea; UIEdit; Replace TextArea with UIEdit (and use UIScrollViewer--see docs); docs/TextArea.htm
  73. TextComponent; UIEdit; Replace TextComponent with UIEdit; docs/TextComponent.htm
  74. TextEvent; UITextEvent; Replace TextEvent with UITextEvent; docs/TextEvent.htm
  75. TextField; UIEdit; Replace TextField with UIEdit; docs/TextField.htm
  76. TextListener; IUITextListener; Replace TextListener with IUITextListener; docs/TextListener.htm
  77. Window; UIWindow; Replace Window with UIWindow; docs/Window.htm
  78. WindowAdapter; UIWindowAdapter; Replace WindowAdapter with UIWindowAdapter; docs/WindowAdapter.htm
  79. WindowEvent; UIWindowEvent; Replace WindowEvent with UIWindowEvent; docs/WindowEvent.htm
  80. WindowListener; IUIWindowListener; Replace WindowListener with IUIWindowListener; docs/WindowListener.htm
  81.