Deprecated API


Contents
Deprecated Fields
com.miginfocom.calendar.category.Category.ICON
          Use Category.PROP_ICON, it will be the exact same but with a more correct name. 
com.miginfocom.calendar.theme.CalendarTheme.KEY_COMBO_BUTTONS_OPAQE
          NOT USED DUE TO SPELLING. See CalendarTheme.KEY_COMBO_BUTTONS_OPAQUE. 
com.miginfocom.ashape.shapes.TextAShape.TYPE_SINGE_LINE
          Typo 
com.miginfocom.ashape.shapes.TextAShape.TYPE_SINGE_LINE_ROT_CCW
          Typo 
com.miginfocom.ashape.shapes.TextAShape.TYPE_SINGE_LINE_ROT_CW
          Typo 
 

Deprecated Methods
com.miginfocom.calendar.activity.ActivityDepository.addActivityListListener(TimeSpanListListener, boolean)
          Use #addDepositoryListener instead. Notification during synchronized block could lead to dead-locks. 
com.miginfocom.calendar.category.Category.addParent(Category)
          See this class' JavaDoc for details. Basically you should from 5.6 do all add/removes from the CategoryDepository. 
com.miginfocom.util.io.IOUtil.addPersistanceDelegates(XMLEncoder)
          Spelling error. Use addDelegates 
com.miginfocom.calendar.category.Category.addSubCategory(Category)
          See this class' JavaDoc for details. Basically you should from 5.6 do all add/removes from the CategoryDepository. 
com.miginfocom.calendar.category.Category.addSubCategory(Object, String)
          See this class' JavaDoc for details. Basically you should from 5.6 do all add/removes from the CategoryDepository. 
com.miginfocom.calendar.category.Category.createSubCategory(Object, String)
          Should not be used from v5.6. 
com.miginfocom.calendar.activity.ActivityDepository.fireManualDepositoryListChanged(TimeSpan[], int, DateRangeI)
          Use #fireDepositoryChanged instead. Notification during synchronized block could lead to dead-locks. 
com.miginfocom.calendar.datearea.DefaultDateArea.getActivityRecreateDelay()
          This is handleded in a better way from 5.7.1 (internal) and now has no meaning 
com.miginfocom.calendar.DatePicker.getEditorTextAntiAlias()
          Use DatePicker.getEditorTextAntiAliasHint() 
com.miginfocom.calendar.datearea.DefaultDateArea.getLayoutDelayFromOther()
          Use DefaultDateArea.getActivityLayoutDelay() 
com.miginfocom.util.dates.DateUtil.getMiddleDate(Date, Date, Locale)
          Do not use. 
com.miginfocom.beans.CategoryHeaderBean.getNoExpandedFolderGridLine()
          Use DateAreaBean#getNoExpandedFolderGridLine instead. 
com.miginfocom.beans.ActivityAShapeBean.getPrimaryDimension()
          Shunted to ActivityAShapeBean.getResizeHandles() 
com.miginfocom.calendar.header.AbstractGridHeader.getPrimDim()
          Use AbstractGridHeader.getPrimaryDimension() instead. 
com.miginfocom.calendar.grid.AbstractGrid.getRowAt(int, Point, int, boolean)
          Since rows may not be layed out neck-to-neck from v5.5 the lenient argument can not be used. Use AbstractGrid.getRowAt(int, java.awt.Point, int) instead. 
com.miginfocom.util.states.ToolTipProvider.getScreenInsets()
          Replaced with ToolTipProvider.getScreenInsets(java.awt.GraphicsConfiguration). 
com.miginfocom.calendar.datearea.DefaultDateArea.getSubGridRowCreator()
          Renamed. Use DefaultDateArea.getSubRowCreator() instead. 
com.miginfocom.calendar.decorators.CellLabelDecorator.isAntiAlias()
          Use CellLabelDecorator.getTextAntiAlias() 
com.miginfocom.calendar.activity.ActivityDepository.removeActivityListListener(TimeSpanListListener)
          Use #removeDepositoryListener instead. Notification during synchronized block could lead to dead-locks. 
com.miginfocom.calendar.category.CategoryDepository.removeCategoriesBelow(Object)
          use CategoryDepository.removeBrokedCategoryByIdDeep(Object, Object, int). 
com.miginfocom.calendar.category.CategoryDepository.removeCategory(Object)
          Use CategoryDepository.removeBrokedCategoryById(Object, Object, int) instead. Name has changed to be more similar to ActivityDepository. 
com.miginfocom.calendar.category.Category.removeSubCategory(Category)
          See this class' JavaDoc for details. Basically you should from 5.6 do all add/removes from the CategoryDepository. 
com.miginfocom.calendar.category.Category.removeSubCategoryDeep(Category)
          See this class' JavaDoc for details. Basically you should from 5.6 do all add/removes from the CategoryDepository. 
com.miginfocom.calendar.datearea.DefaultDateArea.setActivityRecreateDelay(int)
          This is handleded in a better way from 5.7.1 (internal) and now has no meaning 
com.miginfocom.calendar.decorators.CellLabelDecorator.setAntiAlias(boolean)
          Use CellLabelDecorator.setTextAntiAlias(int) 
com.miginfocom.calendar.DatePicker.setEditorTextAntiAlias(Boolean)
          Use DatePicker.setEditorTextAntiAliasHint(int) 
com.miginfocom.calendar.category.Category.setId(Object)
          Parent ID should only be set in constructor. 
com.miginfocom.calendar.datearea.DefaultDateArea.setLayoutDelayFromOther(int)
          Use DefaultDateArea.setActivityLayoutDelay(int) 
com.miginfocom.beans.CategoryHeaderBean.setNoExpandedFolderGridLine(boolean)
          Use DateAreaBean#setNoExpandedFolderGridLine instead. 
com.miginfocom.calendar.category.Category.setParentID(Object)
          See this class' JavaDoc for details. Basically you should from 5.6 do all add/removes from the CategoryDepository. 
com.miginfocom.calendar.category.Category.setParents(Category[])
          See this class' JavaDoc for details. Basically you should from 5.6 do all add/removes from the CategoryDepository. 
com.miginfocom.beans.ActivityAShapeBean.setPrimaryDimension(int)
          Shunted to (int) 
com.miginfocom.calendar.datearea.DefaultDateArea.setSubGridRowCreator(SubRowCreator)
          Renamed. Use DefaultDateArea.setSubRowCreator(com.miginfocom.calendar.grid.SubRowCreator) instead 
 

Deprecated Constructors
com.miginfocom.calendar.category.Category()
          Should no longer be used and will be package protected in the next release 
com.miginfocom.calendar.category.CategoryStaticInteractor(Category)
          Use the ID version. 
com.miginfocom.calendar.decorators.CellLabelDecorator(DateGridContainer, int, PlaceRect, DateFormatList, Font, Paint, AtRefRangeNumber, AtRefRangeNumber, int, boolean, Paint)
          Use the version which has an Object hint as anti alias. 
com.miginfocom.util.command.DefaultCommand(Object, String, String, Object, String)
          For backwards compatibility. Don't use. 
com.miginfocom.util.command.DefaultCommand(String, String, Object, String)
          For backwards compatibility. Don't use. 
com.miginfocom.ashape.shapes.DrawAShape(String, Shape, PlaceRect, Paint, Stroke, Boolean)
          Use the constroctor with an int for the antiAliasHint. 
com.miginfocom.ashape.shapes.DrawAShape(String, Shape, Shape[], PlaceRect, Paint, Stroke, Boolean)
          Use the constroctor with an int for the antiAliasHint. 
com.miginfocom.ashape.shapes.FillAShape(String, Shape, PlaceRect, Paint, Boolean)
          Use the constructor with an int for the antiAliasHint. 
com.miginfocom.ashape.shapes.FillAShape(String, Shape, Shape[], PlaceRect, Paint, Boolean)
          Use the constructor with an int for the antiAliasHint. 
com.miginfocom.ashape.shapes.FittingTextAShape(String, String[], PlaceRect, int, Font, Paint)
          Use the version that takes an Object anti alias hint instead. 
com.miginfocom.ashape.shapes.FittingTextAShape(String, String[], PlaceRect, int, Font, Paint, AtRefRangeNumber, AtRefRangeNumber, Boolean)
          Use the version that takes an int anti alias hint instead. 
com.miginfocom.ashape.shapes.FittingTextAShape(String, String[], PlaceRect, int, Font, Paint, AtRefRangeNumber, AtRefRangeNumber, Boolean, Point, Color)
          Use the version that takes an int anti alias hint instead. 
com.miginfocom.calendar.header.HeaderDecorationSpec(CellDecorationRow[], int, boolean)
          Use the version that takes an int anti alias hint instead. 
com.miginfocom.calendar.header.HeaderDecorationSpec(CellDecorationRow, int, boolean)
          Use the version that takes an int anti alias hint instead. 
com.miginfocom.ashape.interaction.Interaction(Object, String, boolean, Expression, CommandSet, boolean)
          For backwards compatibility only. Do not use! 
com.miginfocom.util.expression.LogicalExpression(String, int, Object)
          Only provided for backwards compatibility. 
com.miginfocom.ashape.animation.OverrideAnimator(Animation, TimeLine, String, String)
          Provided for backwards compatibility. Don't use it. 
com.miginfocom.ashape.animation.OverrideAnimator(Animation, TimeLine, String, String, Integer, Integer)
          Provided for backwards compatibility. Don't use it. 
com.miginfocom.util.gfx.PainterButton(int, int, Color, Color)
          Do not use. Unnecessary connection to a specific ScaleableImage. Use PainterButton(new ArrowPainter(...)) with same arguments instead. 
com.miginfocom.ashape.shapes.TextAShape(String, String, PlaceRect, int, Font, Paint, AtRefRangeNumber, AtRefRangeNumber, Boolean)
          Use the constructor with an int for the antiAliasHint. 
com.miginfocom.ashape.shapes.TextAShape(String, String, PlaceRect, int, Font, Paint, AtRefRangeNumber, AtRefRangeNumber, Boolean, Point, Color)
          Use the constructor with an int for the antiAliasHint. 
 



Copyright © 2009 MiG InfoCom AB. All Rights Reserved.