Deprecated API


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

Deprecated Classes
com.levigo.jadice.annotation.profiles.AnnotationBeanPropertyCache
          This class will be removed from public API in version 5.5 
com.levigo.jadice.annotation.AnnotationRenderer
          This class is an instance of an internal model class. As such this class can and should not be used like other public classes. Therefore this class is marked as deprecated and it is recommended not to use this class in any direct way. With the next major release this class will become part of the internal API. 
com.levigo.jadice.swing.commands.CopyRasterizedSelectionCommand
          This implementation doesn't respect permissions. Please use the corresponding command in jadice appbase. This command might be removed in a future release. 
com.levigo.jadice.search.CopySelectedTextCommand
          This implementation is misplaced and doesn't respect permissions. Please use the corresponding command in jadice appbase. This command might be removed in a future release. 
com.levigo.util.swing.LevigoSeparators
          This class will be removed in future releases. If you would like to continue using this class, please contact us and we will provide you the source code. 
com.levigo.jadice.swing.tool.ls.MarkedContentFinderTool
          intended as a preview for functionality to come. Not intended for production use. 
com.levigo.jadice.swing.tool.ls.MarkedContentHighlighterTool
          intended as a preview for functionality to come. Not intended for production use. 
 

Deprecated Fields
com.levigo.jadice.swing.BasicViewer.CURRENT_PAGE_NUMBER_PROPERTY
          Not used anymore. 
com.levigo.jadice.swing.BasicViewer.PAN_POINT_PROPERTY
          Not used anymore. 
 

Deprecated Methods
com.levigo.util.base.glazedlists.event.ListEventAssembler.addChange(int, int)
          replaced with ListEventAssembler.elementInserted(int, E), ListEventAssembler.elementUpdated(int, E, E) and ListEventAssembler.elementDeleted(int, E). 
com.levigo.util.base.glazedlists.event.ListEventAssembler.addChange(int, int, int)
          replaced with ListEventAssembler.elementInserted(int, E), ListEventAssembler.elementUpdated(int, E, E) and ListEventAssembler.elementDeleted(int, E). 
com.levigo.util.base.glazedlists.event.ListEventAssembler.addDelete(int)
          replaced with ListEventAssembler.elementDeleted(int, E). 
com.levigo.util.base.glazedlists.event.ListEventAssembler.addDelete(int, int)
          replaced with ListEventAssembler.elementDeleted(int, E). 
com.levigo.util.base.glazedlists.event.ListEventPublisher.addDependency(EventList, ListEventListener)
          replaced with ListEventPublisher.setRelatedSubject(java.lang.Object, java.lang.Object), which has different semantics and takes different arguments, but accomplishes the same goal 
com.levigo.util.base.glazedlists.event.ListEventAssembler.addInsert(int)
          replaced with ListEventAssembler.elementInserted(int, E). 
com.levigo.util.base.glazedlists.event.ListEventAssembler.addInsert(int, int)
          replaced with ListEventAssembler.elementInserted(int, E). 
com.levigo.util.base.glazedlists.event.ListEventAssembler.addUpdate(int)
          replaced with ListEventAssembler.elementUpdated(int, E, E). 
com.levigo.util.base.glazedlists.event.ListEventAssembler.addUpdate(int, int)
          replaced with ListEventAssembler.elementUpdated(int, E, E). 
com.levigo.util.base.glazedlists.GlazedLists.beanPropertyMatcher(Class, String, Object)
          as of 3/3/2006 - this method has been replaced by Matchers.beanPropertyMatcher(java.lang.Class, java.lang.String, java.lang.Object). Matchers is now the permanent factory class which creates all basic Matcher implementations. 
com.levigo.util.base.glazedlists.event.ListEventAssembler.elementUpdated(int, E)
          replaced with ListEventAssembler.elementUpdated(int, Object, Object). 
com.levigo.util.swing.TGASwingUtil.ensureEventDispatchThread(Component)
           
com.levigo.jadice.annotation.profiles.AnnotationType.getAnnotationClassXML()
          This method is for XML marshalling use only 
com.levigo.jadice.annotation.AnnotationPageSegment.getAnnotationRenderer(A)
          Do not use. With the next major release this method will not be available as part of the public API any longer. 
com.levigo.jadice.annotation.profiles.AnnotationType.getArchetypeName(AnnotationType)
          For internal use only, location of this method may change in future. 
com.levigo.util.base.glazedlists.event.ListEvent.getBlocksRemaining()
          this method depends on a particular implementation of how list events are stored internally, and this implementation has since changed. 
com.levigo.jadice.annotation.profiles.AnnotationFactory.getCustomizerFactories()
          This method is for XML umarshalling use only 
com.levigo.jadice.printer.PrintJobConfiguration.getDocument()
            
com.levigo.jadice.annotation.profiles.PropertyProfile.getEditorFactories()
          This method is for XML umarshalling use only 
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.jadice.annotation.TextAnnotation.getFont()
          Will be removed in DOCP Version 5.5, to create your own Font object, use TextAnnotation.getFontFace(), TextAnnotation.getFontSize(), TextAnnotation.isBold(), TextAnnotation.isItalic() methods to get the required attributes. 
com.levigo.util.swing.glazedlists.EventSelectionModel.getListSelectionModel()
          As of 2004/11/26, the EventSelectionModel implements ListSelectionModel directly. 
com.levigo.util.base.glazedlists.event.ListEvent.getNewValue()
          this is a developer preview API that is not yet fit for human consumption. Hopefully the full implementation is complete for Glazed Lists 2.0. 
com.levigo.util.base.glazedlists.event.ListEvent.getOldValue()
          this is a developer preview API that is not yet fit for human consumption. Hopefully the full implementation is complete for Glazed Lists 2.0. 
com.levigo.util.swing.CollapsiblePane.getOrientation()
          Please use CollapsiblePane.getStyle() instead. 
com.levigo.jadice.annotation.profiles.AnnotationProfile.getParentProfileSpec()
          XML mapping use only 
com.levigo.jadice.annotation.profiles.AnnotationProfile.getPropDesc()
          XML mapping use only 
com.levigo.jadice.annotation.profiles.TypeRef.getRefName()
           
com.levigo.jadice.annotation.profiles.AnnotationType.getRendererFactories()
          This method is for XML umarshalling use only 
com.levigo.jadice.annotation.profiles.AnnotationType.getWranglerFactories()
          This method is for XML umarshalling use only 
com.levigo.jadice.document.render.BaseRenderSettings.getZoomFactor()
          Please consider using the BaseRenderSettings.getZoom() method instead. Note though, that you will need to multiply its return value by 100 in order to obtain a percent value. This method has been deprecated, because the integer-granularity may introduce rounding-errors which may be unacceptable in certain situations. 
com.levigo.util.swing.AbstractGeometryFrame.hide()
            
com.levigo.jadice.annotation.AnnotationRenderer.incrementModCount()
          Every change of the annotation causes an updated rendering. 
com.levigo.util.base.glazedlists.SortedList.indexOfSimulated(Object)
          Deprecated as of 12/11/2005. Replaced with SortedList.sortIndex(Object) which has cleaner semantics. 
com.levigo.jadice.swing.thumbnailview.LightboxThumbnailTool.isActive()
          Use LightboxThumbnailTool.isLightboxVisible() instead. 
com.levigo.jadice.swing.pageview.PageView.isFocusTraversable()
          Yes, I know. 
com.levigo.jadice.swing.BasicViewer.isFocusTraversable()
            
com.levigo.util.swing.action.BasicActionFactory.putLookupProperty(String, String)
          use BasicActionFactory.setLookupProperty(String, String) instead 
com.levigo.util.swing.action.BasicCommandFactory.putLookupProperty(String, String)
          use BasicCommandFactory.setLookupProperty(String, String) instead 
com.levigo.util.swing.action.BasicMenuComponentFactory.putLookupProperty(String, String)
          use BasicMenuComponentFactory.setLookupProperty(String, String) instead 
com.levigo.util.swing.action.DefaultActionFactory.putLookupProperty(String, String)
          use DefaultActionFactory.setLookupProperty(String, String) instead 
com.levigo.util.swing.action.DefaultCommandFactory.putLookupProperty(String, String)
          use DefaultCommandFactory.setLookupProperty(String, String) instead 
com.levigo.util.swing.action.DefaultMenuComponentFactory.putLookupProperty(String, String)
          use DefaultMenuComponentFactory.setLookupProperty(String, String) instead 
com.levigo.util.base.glazedlists.event.ListEventPublisher.removeDependency(EventList, ListEventListener)
          replaced with ListEventPublisher.clearRelatedSubject(java.lang.Object), which has different semantics and takes different arguments, but accomplishes the same goal 
com.levigo.jadice.annotation.profiles.AnnotationType.setAnnotationClassXML(Class)
          This method is for XML umarshalling use only 
com.levigo.jadice.annotation.AnnotationPageSegment.setAnnotationProfile(AnnotationProfile)
          Should not be used, profile will be set via AnnotationPageSegment AnnotationPageSegment.addAnnotation(Annotation) method. 
com.levigo.jadice.demo.commands.ToggleInfoAreaCommand.setCollapsiblePane(CollapsiblePane)
          Will be used by injection exclusively. 
com.levigo.jadice.demo.commands.ToggleCompareCommand.setCompareToggler(CompareToggler)
          Will be used by injection exclusively. 
com.levigo.jadice.swing.commands.ShowProductInfoWindowCommand.setComponent(JComponent)
          Will be used by injection exclusively. 
com.levigo.jadice.appbase.search.ToggleCaseSensitiveCommand.setContext(Context)
          Will be used by injection exclusively. 
com.levigo.jadice.appbase.search.ToggleWholeWordsOnlyCommand.setContext(Context)
          Will be used by injection exclusively. 
com.levigo.jadice.demo.commands.CloseDemoCommand.setDemoApplication(BasicDemoApplication)
          Will be used by injection exclusively. 
com.levigo.jadice.demo.commands.ShowTrayLicenseCommand.setDemoApplication(BasicDemoApplication)
          Will be used by injection exclusively. 
com.levigo.jadice.demo.commands.ToggleTrayCommand.setDemoApplication(BasicDemoApplication)
          Will be used by injection exclusively. 
com.levigo.jadice.demo.infotree.ToggleInfoTreeCommand.setInfoTreeFrame(InfoTreeFrame)
          Will be used by injection exclusively. 
com.levigo.jadice.annotation.profiles.TypeSet.setLabels(Labels)
          JAXB usage exclusively 
com.levigo.jadice.demo.lens.ToggleLensCommand.setLensFrame(LensFrame)
          Will be used by injection exclusively. 
com.levigo.jadice.swing.commands.ZoomCommand.setMode(ZoomCommand.Mode)
          Will be used by injection exclusively. 
com.levigo.jadice.appbase.preview.AbstractNavigablePreviewCommand.setNavigablePreviewThumbnailRenderer(NavigablePreviewThumbnailRenderer)
          Will be used by injection exclusively. 
com.levigo.jadice.demo.navigator.ToggleNavigatorCommand.setNavigatorFrame(NavigatorFrame)
          Will be used by injection exclusively. 
com.levigo.util.swing.CollapsiblePane.setOrientation(int)
          Please use CollapsiblePane.setStyle(Style) instead. 
com.levigo.jadice.swing.commands.AbstractPageViewCommand.setPageView(PageView)
          Will be used by injection exclusively. 
com.levigo.jadice.annotation.profiles.AnnotationProfile.setParentProfileSpec(String)
          XML mapping use only 
com.levigo.jadice.annotation.profiles.AnnotationProfile.setPropDesc(PropertiesDescriptor)
          XML mapping use only 
com.levigo.util.base.glazedlists.RangeList.setRange(int, int)
          2/15/2006 use RangeList.setHeadRange(int, int) instead. The introduction of RangeList.setMiddleRange(int, int) caused us to want a consistent naming scheme for all set*Range methods. 
com.levigo.jadice.demo.gradation.commands.GradationCommand.setScopeFrames(Collection)
          Will be used by injection exclusively. 
com.levigo.jadice.appbase.search.ToggleExtendedSearchCommand.setSearchFrame(SearchFrame)
          Will be used by injection exclusively. 
com.levigo.jadice.appbase.search.ToggleCaseSensitiveCommand.setSearchRequest(SearchRequest)
          Will be used by injection exclusively. 
com.levigo.jadice.appbase.search.ToggleWholeWordsOnlyCommand.setSearchRequest(SearchRequest)
          Will be used by injection exclusively. 
com.levigo.jadice.demo.thumbnailview.ToggleSorterCommand.setSorterFrame(SorterFrame)
          Will be used by injection exclusively. 
com.levigo.jadice.demo.thumbnailview.SorterSelectAllCommand.setSorterFrame(SorterFrame)
          Will be used by injection exclusively. 
com.levigo.jadice.demo.thumbnailview.SorterClearSelectionCommand.setSorterFrame(SorterFrame)
          Will be used by injection exclusively. 
com.levigo.jadice.demo.thumbnailview.ToggleSorterCommand.setSorterToolbar(SorterToolbar)
          Will be used by injection exclusively. 
com.levigo.jadice.demo.thumbnailview.SorterSelectAllCommand.setSorterToolbar(SorterToolbar)
          Will be used by injection exclusively. 
com.levigo.jadice.demo.thumbnailview.SorterClearSelectionCommand.setSorterToolbar(SorterToolbar)
          Will be used by injection exclusively. 
com.levigo.jadice.demo.commands.ToggleToolbarVisibilityCommand.setToolbarProvider(JadiceToolbarProvider)
          Will be used by injection exclusively. 
com.levigo.jadice.annotation.profiles.TypeSet.setTypeSetName(String)
          JAXB usage exclusively 
com.levigo.jadice.swing.thumbnailview.ThumbnailResizeCommand.setView(ThumbnailView)
          Will be used by injection exclusively. 
com.levigo.jadice.document.render.BaseRenderSettings.setZoomFactor(int)
          Please consider using the BaseRenderSettings.setZoom(float) method instead. Note though, that you will need to divide your argument value by 100. This method has been deprecated, because the integer-granularity may introduce rounding-errors which may be unacceptable in certain situations. 
com.levigo.jadice.demo.gradation.GradationFrame.show()
            
com.levigo.util.swing.AbstractGeometryFrame.show()
            
com.levigo.util.swing.AbstractPropertyGeometryFrame.show()
            
com.levigo.jadice.document.Resolution.toDimension()
           
 

Deprecated Constructors
com.levigo.util.base.glazedlists.BasicEventList(List)
          As of 2005/03/06, this constructor has been declared unsafe because the source list is exposed. This allows it to be modified without the required events being fired. This constructor has been replaced by the factory method GlazedLists.eventList(Collection). 
com.levigo.util.base.glazedlists.CompositeList(ReadWriteLock)
          replaced by CompositeList.CompositeList(ListEventPublisher, ReadWriteLock), because prebuilt member lists should share lock and publisher with the CompositeList. 
com.levigo.jadice.document.creator.CompositePageSegment(Rectangle2D)
          The applied origin is always x=0 and y=0, irrespective of the passed bounds origin. Use CompositePageSegment.CompositePageSegment(Dimension2D) instead. 
com.levigo.jadice.swing.dnd.ImportParameters(ViewComponent, Document, int)
           
com.levigo.jadice.annotation.profiles.Label()
          JAXB usage exclusively 
com.levigo.jadice.annotation.profiles.Labels()
          JAXB usage exclusively 
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. 
com.levigo.jadice.annotation.profiles.TypeRef()
          JAXB usage exclusively 
com.levigo.jadice.annotation.profiles.TypeSet()
          JAXB usage exclusively 
 

Deprecated Enum Constants
com.levigo.jadice.swing.lens.FrozenStateMode.ENABLED
          since 5.1.0.7. This state will lead to undefined frozen states. Therefore it is strongly recommended not to use anymore. This constant will be removed with with one of the next major releases. 
 



Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.