|
Deprecated Methods |
y.module.YPackage.addToMenu(JMenu, YPackageMenuListener)
yEd does not use this method any longer, just add and remove
modules and sub packages, yEd will take care of the menus. |
y.option.OptionItem.adoptEditorValue()
Use Editor.commitValue() instead. |
y.option.OptionItem.checkEditorValue()
Register a VetoableChangeListener instead. |
y.module.YPackage.createMenu(YPackageMenuListener)
yEd does not use this method any longer, just add and remove
modules and sub packages, yEd will take care of the menus. |
y.layout.OrientationLayouter.createOrientedInsets(Insets)
Use OrientationLayouter.createOrientedInsets(y.geom.YInsets) instead. |
y.view.Graph2DViewActions.deleteSelection(Graph2DView)
Use Graph2DViewActions.DeleteSelectionAction.delete(Graph2DView) instead. |
y.view.LayoutMorpher.execute()
Use the no-argument constructor and the LayoutMorpher.execute(Graph2DView, y.layout.GraphLayout) method instead. |
y.option.OptionItem.getEditor()
Use ItemEditorFactory.createEditor(y.option.OptionItem) instead. |
y.option.OptionHandler.getEditor()
Use EditorFactory.createEditor(y.option.OptionHandler) instead. |
y.option.OptionItem.getEditor(GuiFactory, String)
Use ItemEditorFactory.createEditor(y.option.OptionItem) instead. |
y.option.OptionSection.getEditor(int)
Use EditorFactory.createEditor(y.option.OptionHandler) instead. |
y.option.OptionSection.getEditor(int, GuiFactory, String)
Use EditorFactory.createEditor(y.option.OptionHandler) instead. |
y.util.DetailedMessagePanel.getException()
Use DetailedMessagePanel.getThrowable() instead, this method will return null
if the Throwable is not an Exception |
y.view.Graph2D.getHitInfo(double, double)
Use HitInfo's various constructors directly
for control over the hit test order. |
y.view.Graph2D.getHitInfo(double, double, boolean)
Use HitInfo's various constructors directly
for control over the hit test order. |
y.view.Graph2DView.getImage()
Use Graph2DView.paintVisibleContent(Graphics2D) with a
graphics context of an appropriate image type instead. |
y.layout.orthogonal.OrthogonalLayouter.getNodeModel()
use OrthogonalLayouter.setLayoutStyle(int) instead. |
y.option.StringOptionItem.getRows()
Use getAttribute( ATTRIBUTE_ROWS ) instead. |
y.layout.orthogonal.OrthogonalLayouter.getUseSpacePostprocessing()
|
y.io.gml.XGMLTokenizer.parse(Reader)
This method does not handle encodings correctly,
use XGMLTokenizer.parse(org.xml.sax.InputSource) instead. |
y.view.hierarchy.ProxyAutoBoundsNodeRealizer.setAutoBoundsInsets(Insets)
Use ProxyAutoBoundsNodeRealizer.setAutoBoundsInsets(y.geom.YInsets) instead. |
y.view.hierarchy.GroupNodeRealizer.setAutoBoundsInsets(Insets)
Use GroupNodeRealizer.setAutoBoundsInsets(y.geom.YInsets) instead. |
y.view.hierarchy.GroupNodeRealizer.setBorderInsets(Insets)
Use GroupNodeRealizer.setBorderInsets(y.geom.YInsets) instead. |
y.view.hierarchy.GenericGroupNodeRealizer.setBorderInsets(Insets)
Use GenericGroupNodeRealizer.setBorderInsets(y.geom.YInsets) instead. |
y.option.EnumOptionItem.setItemListener(ItemListener)
Customize the used editors. |
y.view.hierarchy.GroupNodeRealizer.setMinimalInsets(Insets)
Use GroupNodeRealizer.setMinimalInsets(y.geom.YInsets) instead. |
y.view.hierarchy.GenericGroupNodeRealizer.setMinimalInsets(Insets)
Use GenericGroupNodeRealizer.setMinimalInsets(y.geom.YInsets) instead. |
y.layout.orthogonal.OrthogonalLayouter.setNodeModel(int)
use OrthogonalLayouter.setLayoutStyle(int) instead. |
y.option.EnumOptionItem.setRenderer(ListCellRenderer)
Customize the used editors. |
y.layout.orthogonal.OrthogonalLayouter.setUseSpacePostprocessing(boolean)
|
y.option.OptionHandler.write(OutputStream)
use the OptionsIOhandler way |