Deprecated API


Contents
Deprecated Interfaces
com.levigo.util.swing.action.Privileges
          dg: I guess this class is unused and can be removed. 
 

Deprecated Methods
com.levigo.util.swing.glazedlists.EventSelectionModel.getEventList()
          As of 2005/02/18, the naming of this method became ambiguous. Please use EventSelectionModel.getSelected(). 
com.levigo.util.swing.glazedlists.EventSelectionModel.getListSelectionModel()
          As of 2004/11/26, the EventSelectionModel implements ListSelectionModel directly. 
com.levigo.util.swing.CollapsiblePane.getOrientation()
          Please use CollapsiblePane.getStyle() instead. 
com.levigo.util.swing.AbstractGeometryFrame.hide()
            
com.levigo.util.swing.action.DefaultMenuComponentFactory.putLookupProperty(String, String)
          use DefaultMenuComponentFactory.setLookupProperty(String, String) instead 
com.levigo.util.swing.action.DefaultCommandFactory.putLookupProperty(String, String)
          use DefaultCommandFactory.setLookupProperty(String, String) instead 
com.levigo.util.swing.action.DefaultActionFactory.putLookupProperty(String, String)
          use DefaultActionFactory.setLookupProperty(String, String) instead 
com.levigo.util.swing.action.BasicMenuComponentFactory.putLookupProperty(String, String)
          use BasicMenuComponentFactory.setLookupProperty(String, String) instead 
com.levigo.util.swing.action.BasicCommandFactory.putLookupProperty(String, String)
          use BasicCommandFactory.setLookupProperty(String, String) instead 
com.levigo.util.swing.action.BasicActionFactory.putLookupProperty(String, String)
          use BasicActionFactory.setLookupProperty(String, String) instead 
com.levigo.util.swing.CollapsiblePane.setOrientation(int)
          Please use CollapsiblePane.setStyle(Style) instead. 
com.levigo.util.swing.AbstractPropertyGeometryFrame.show()
            
com.levigo.util.swing.AbstractGeometryFrame.show()
            
 

Deprecated Constructors
com.levigo.util.swing.glazedlists.TableComparatorChooser(JTable, SortedList, boolean)
          replaced with TableComparatorChooser.install(javax.swing.JTable, com.levigo.util.base.glazedlists.SortedList, java.lang.Object), which is functionally identical but uses a more fitting name to convey the action that is performed and fixes an API flaw by explicitly requiring the TableFormat. 
com.levigo.util.swing.glazedlists.TableComparatorChooser(JTable, SortedList, Object)
          9/25/06 replaced with TableComparatorChooser.install(javax.swing.JTable, com.levigo.util.base.glazedlists.SortedList, java.lang.Object), which is functionally identical but uses a more fitting name to convey the action that is performed and fixes an API flaw by explicitly requiring the TableFormat. 
 



Copyright © 2012. All Rights Reserved.