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.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.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.swing.crosshair.CrossHairTool.getFrozenStateMode()
since 5.1.0.7. It is strongly recommended to use CrossHairTool.getFrozenMode() instead.
Do not use this method any longer, it will be removed with one of the next major
releases. |
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.AnnotationType.getRendererFactories()
This method is for XML umarshalling use only |
com.levigo.jadice.document.JadiceException.getType()
the exception type has been superseded by the use of
AbstractQualifiedException . Use
AbstractQualifiedException.getMessageID() instead. |
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.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.BasicViewer.isFocusTraversable()
|
com.levigo.jadice.swing.pageview.PageView.isFocusTraversable()
Yes, I know. |
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 extends Annotation>)
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.swing.commands.ShowProductInfoSplashCommand.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.swing.crosshair.CrossHairTool.setFrozenStateMode(int)
since 5.1.0.7. It is strongly recommended to use CrossHairTool.setFrozenMode(FrozenMode)
instead. Do not use this method any longer, it will be removed with one of the next
major releases. |
com.levigo.jadice.demo.infotree.ToggleInfoTreeCommand.setInfoProviderFrame(InfoProviderFrame)
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.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.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.SorterClearSelectionCommand.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.ToggleSorterCommand.setSorterFrame(SorterFrame)
Will be used by injection exclusively. |
com.levigo.jadice.demo.thumbnailview.SorterClearSelectionCommand.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.ToggleSorterCommand.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.JadiceException()
JadiceException is now a qualified exception (see
AbstractQualifiedException ). Please consider
instantiating it with a MessageID or using a different
exception type. |
com.levigo.jadice.document.JadiceException(int)
JadiceException is now a qualified exception (see
AbstractQualifiedException ). Please consider
instantiating it with a MessageID or using a different
exception type. |
com.levigo.jadice.document.JadiceException(int, String)
JadiceException is now a qualified exception (see
AbstractQualifiedException ). Please consider
instantiating it with a MessageID or using a different
exception type. |
com.levigo.jadice.document.JadiceException(int, String, Throwable)
JadiceException is now a qualified exception (see
AbstractQualifiedException ). Please consider
instantiating it with a MessageID or using a different
exception type. |
com.levigo.jadice.document.JadiceException(String)
JadiceException is now a qualified exception (see
AbstractQualifiedException ). Please consider
instantiating it with a MessageID or using a different
exception type. |
com.levigo.jadice.document.JadiceException(String, Throwable)
JadiceException is now a qualified exception (see
AbstractQualifiedException ). Please consider
instantiating it with a MessageID or using a different
exception type. |
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 |