|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Deprecated Classes | |
|---|---|
| org.formaria.aria.data.BasicDataBindingFactory
|
|
| org.formaria.scripts.groovy.GroovyEvaluator
using the GroovyScript engine instead |
|
| org.formaria.data.ModelHelper
Use org.formaria.aria.data.ModelHelper instead |
|
| org.formaria.builder.swing.NavigationHelper
since 3.0 License: see license.txt |
|
| org.formaria.swing.SwingComponentFactory
|
|
| Deprecated Fields | |
|---|---|
| org.formaria.aria.PageSupport.ANNOTATEDIMAGE
merged with imagemap |
|
| org.formaria.awt.Page.componentFactory
use getComponentFactory() instead. |
|
| org.formaria.swing.Page.componentFactory
use getComponentFactory() instead. |
|
| Deprecated Methods | |
|---|---|
| org.formaria.editor.project.EditorAriaBuilder.addMenuHandler(PageSupport, String, String)
- is this even used? |
|
| org.formaria.swing.app.DockingApp.displayDecoration(PageSupport, String)
use addDecoration |
|
| org.formaria.aria.data.RadioBinding.get()
use StateBinding instead |
|
| org.formaria.aria.data.DataModel.getAttribValueAsDouble(int)
use getAttribValueAsDouble( i, decimalSeparator, groupingSeparator ) instead, if the locale is different from the locale used to write the values to the model, then the parsed value may be incorrect. |
|
| org.formaria.aria.data.BaseModel.getAttribValueAsDouble(int)
use getAttribValueAsDouble( i, decimalSeparator, groupingSeparator ) instead, if the locale is different from the locale used to write the values to the model, then the parsed value may be incorrect. |
|
| org.formaria.aria.data.table.RowModel.getAttribValueAsDouble(int)
use getAttribValueAsDouble( i, decimalSeparator, groupingSeparator ) instead, if the locale is different from the locale used to write the values to the model, then the parsed value may be incorrect. |
|
| org.formaria.aria.data.table.FieldModel.getAttribValueAsDouble(int)
use getAttribValueAsDouble( i, decimalSeparator, groupingSeparator ) instead, if the locale is different from the locale used to write the values to the model, then the parsed value may be incorrect. |
|
| org.formaria.data.pojo.PojoModel.getAttribValueAsDouble(int)
use getAttribValueAsDouble( i, decimalSeparator, groupingSeparator ) instead, if the locale is different from the locale used to write the values to the model, then the parsed value may be incorrect. |
|
| org.formaria.editor.netbeans.visualizer.NbDebuggerModel.getAttribValueAsDouble(int)
use getAttribValueAsDouble( i, decimalSeparator, groupingSeparator ) instead, if the locale is different from the locale used to write the values to the model, then the parsed value may be incorrect. |
|
| org.formaria.aria.data.ModelHelper.getDouble(Object, String)
use getDoubleValue( model, att, decimalSeparator, groupingSeparator ) instead, if the locale is different from the locale used to write the values to the model, then the parsed value may be incorrect. |
|
| org.formaria.aria.data.ModelHelper.getDouble(Object, String, double)
use getDoubleValue( model, att, defaultValue, decimalSeparator, groupingSeparator ) instead, if the locale is different from the locale used to write the values to the model, then the parsed value may be incorrect. |
|
| org.formaria.aria.data.ModelHelper.getDouble(Object, String, double, char, char)
use getDoubleValue( model, att, defaultValue, decimalSeparator, groupingSeparator ) instead, if the locale is different from the locale used to write the values to the model, then the parsed value may be incorrect. |
|
| org.formaria.aria.data.ModelHelper.getDoubleValue(Object, String)
use getDoubleValue( model, att, decimalSeparator, groupingSeparator ) instead, if the locale is different from the locale used to write the values to the model, then the parsed value may be incorrect. |
|
| org.formaria.aria.data.ModelHelper.getDoubleValue(Object, String, double)
use getDoubleValue( model, att, defaultValue, decimalSeparator, groupingSeparator ) instead, if the locale is different from the locale used to write the values to the model, then the parsed value may be incorrect. |
|
| org.formaria.aria.data.ModelHelper.getDoubleValue(Object, String, double, char, char)
use getDoubleValue( model, att, defaultValue, decimalSeparator, groupingSeparator ) instead, if the locale is different from the locale used to write the values to the model, then the parsed value may be incorrect. |
|
| org.formaria.data.sql.NamedConnectionManager.getInstance()
|
|
| org.formaria.data.sql.ConnectionManager.getInstance()
|
|
| org.formaria.xml.XmlParserFactory.getInstance()
|
|
| org.formaria.editor.project.style.EditorStyleManager.getInstance()
use EditorProjectManager.getStyleManager() instead |
|
| org.formaria.aria.ProjectManager.getModel()
please use currentProject.getModel() instead |
|
| org.formaria.swing.table.TableModelAdapter.getModelAt(int, int)
|
|
| org.formaria.aria.data.RadioBinding.getName()
use StateBinding instead |
|
| org.formaria.aria.ProjectManager.getPageManager()
please use currentProject.getPageManager() instead |
|
| org.formaria.aria.ProjectManager.getStyleManager()
please use currentProject.getStyleManager() instead |
|
| org.formaria.aria.ProjectManager.getXmlParserFactory()
please use currentProject.getXmlParserFactory() instead |
|
| org.formaria.swing.Table.isInteractiveTable()
|
|
| org.formaria.awt.Page.layout()
As of JDK version 1.1, replaced by doLayout(). |
|
| org.formaria.swing.Page.layout()
As of JDK version 1.1, replaced by doLayout(). |
|
| org.formaria.editor.langed.LangManager.read(String, String, String, String, String, String, boolean)
uses an old file format public void read( String code ) throws IOException { currentLang = new Language(); String file = url.toString(); String fs = System.getProperty( "file.separator" ); int index = file.lastIndexOf( fs ); if ( index == -1 ) { index = file.lastIndexOf( "/" ); if ( index == -1 ) index = file.lastIndexOf( "\\" ); } file = file.substring( 0, index + 1 ); code += ".jln"; BufferedReader is; //file += "lang/"; file += code; URL url2 = new URL( file ); is = new BufferedReader( new InputStreamReader( url2.openStream())); currentLang.read( is, false ); is.close(); // Read the substrings if ( index == -1 ) { index = file.lastIndexOf( "/" ); if ( index == -1 ) index = file.lastIndexOf( "\\" ); } file = file.substring( 0, index + 1 ); file += "sub.jln"; URL url3 = new URL( file ); is = new BufferedReader( new InputStreamReader( url3.openStream())); subStrings.read( is, true ); is.close(); } |
|
| org.formaria.aria.data.RadioBinding.set()
use StateBinding instead |
|
| org.formaria.swing.Label.setAlign(int)
use setAlignment instead |
|
| org.formaria.swing.Panel.setBorder(String)
use setDrawBorder instead |
|
| org.formaria.swing.Table.setInteractiveTable(boolean)
|
|
| org.formaria.swing.Table.translateTable(TableModelAdapter)
|
|
| Deprecated Constructors | |
|---|---|
| org.formaria.swing.table.TableHeaderRenderer(Color, Color, Font)
- use other constructor |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||