站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

Deprecated List (NetBeans UI Utilities API) - NetBeans API Javadoc 5.0.0

 

Deprecated API

Deprecated Classes
org.openide.awt.EqualFlowLayout
          This class is a relic of NetBeans 2.0. It is not used anywhere in the NetBeans codebase, but is retained for backward compatibility in the case it is used elsewhere. 
org.openide.awt.JInlineMenu
          since org.openide.awt 6.5 JInlineMenu is a simple implementation of DynamicMenuContent, it doesn't update when visible and doesn't handle the separators itself anymore. 
org.openide.awt.JMenuPlus
          doesn't do anything special anymore - since org.openide.awt 6.5 
org.openide.awt.JPopupMenuPlus
          - doesn't do anything special anymore. (since org.openide.awt 6.5) 
org.openide.awt.ListPane
          This class does nothing interesting which cannot be done in a more reliable, scalable way with a JTable. 
org.openide.awt.SpinButton
          Obsoleted by javax.swing.JSpinner in JDK 1.4 
org.openide.awt.SpinButtonAdapter
          Obsoleted by javax.swing.JSpinner in JDK 1.4 
org.openide.awt.SplittedPanel
          This class does nothing interesting that cannot be done with a JSplitPane. Use a JSplitPane instead. 
org.openide.awt.SplittedPanel.EmptySplitter
          This class does nothing interesting that cannot be done with a JSplitPane. Use a JSplitPane instead. 
org.openide.awt.SplittedPanel.SplitChangeEvent
          This class does nothing interesting that cannot be done with a JSplitPane. Use a JSplitPane instead. 
org.openide.awt.ToolbarButton
          This class was a workaround for JDK 1.2 era Windows Look and feel issues. All implementation code has been removed. It is here only for backward compatibility. 
org.openide.awt.ToolbarToggleButton
          This class was a workaround for JDK 1.2 era Windows Look and feel issues. All implementation code has been removed. It is here only for backward compatibility. 
org.openide.awt.UndoRedo.Empty
          Use UndoRedo.NONE rather than instantiating this. 
 

Deprecated Interfaces
org.openide.awt.SpinButtonListener
          Obsoleted by javax.swing.JSpinner in JDK 1.4 
 

Deprecated Fields
org.openide.awt.MouseUtils.PopupMouseAdapter.DEFAULT_THRESHOLD
          Obsoleted as of 3.4, PopupMouseAdapter now uses isPopupTrigger properly. Threshold does nothing, please use default constructor without treshold. 
 

Deprecated Methods
org.openide.awt.Actions.connect(AbstractButton, SystemAction)
          Use Actions.connect(AbstractButton, Action) instead. 
org.openide.awt.Actions.connect(JMenuItem, SystemAction, boolean)
          Use Actions.connect(JMenuItem, Action, boolean) instead. 
org.openide.awt.MouseUtils.isLeftMouseButton(MouseEvent)
          Offers no advantages over the standard SwingUtilities.isLeftMouseButton(java.awt.event.MouseEvent). 
org.openide.awt.MouseUtils.isRightMouseButton(MouseEvent)
          Offers no advantages over the standard SwingUtilities.isRightMouseButton(java.awt.event.MouseEvent). 
org.openide.awt.HtmlBrowser.setFactory(HtmlBrowser.Factory)
          Use Lookup instead to register factories 
org.openide.awt.Actions.setMenuText(AbstractButton, String, boolean)
          Use either AbstractButton.setText(java.lang.String) or Mnemonics.setLocalizedText(AbstractButton, String) as appropriate. 
 

Deprecated Constructors
org.openide.awt.MouseUtils.PopupMouseAdapter(int)
          Obsoleted as of 3.4, by class rewrite to use isPopupTrigger. This constructor now just delegates to super constructor, please use default constructor instead. 
 


 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.