ABLE 2.3.0 07/13/2005 14:21:00

Deprecated API

Deprecated Methods
com.ibm.able.rules.AbleRuleSet.addRuleBlock(String, String)
          Use version with 'FormalSignature'. 
com.ibm.able.rules.AbleRuleSet.instantiateFrom(DataInputStream, AbleLogger, boolean)
          As of version 1.4.2, use parseFromArl(DataInputStream) 
com.ibm.able.rules.AbleRuleSet.instantiateFrom(String, AbleLogger, boolean)
          As of version 1.4.2, use parseFromArl(String theFileName) 
com.ibm.able.rules.AbleRuleSet.instantiateFromXml(File, AbleLogger, boolean)
          As of version 1.4.2, use parseFromXrl(File theFile) 
com.ibm.able.rules.AbleRuleSet.instantiateFromXml(InputStream, AbleLogger, boolean)
          As of version 1.4.2, use parseFromXml(InputStream theInputStream) 
com.ibm.able.rules.AbleRuleSet.instantiateFromXml(String)
          As of version 1.4.2, use parseFromXrl(String theFileName) 
com.ibm.able.rules.AbleRuleSet.instantiateFromXml(String, AbleLogger, boolean)
          As of version 1.4.2, use parseFromXml(String theFileName) 
com.ibm.able.beans.AbleDBExport.isCreatable()
          We are considering whether we want to support creating tables on the fly so this is deprecated as a warning. 
com.ibm.able.beans.AbleDBExport.isCreatableDB()
          We are considering whether we want to support creating tables on the fly so this is deprecated as a warning. 
com.ibm.able.rules.AbleRuleSet.isDeclaredRuleBlockName(String)
          Use isDeclaredRuleBlockKey(String). 
com.ibm.able.rules.AbleRuleSet.parseExpressionFromXML(String)
          As of version 2.2.0, use parseExpressionFromARML(String) 
com.ibm.able.rules.AbleRuleSet.parseFromXML(File)
          As of version 2.2.0, use parseFromARML(File) 
com.ibm.able.rules.AbleRuleSet.parseFromXML(InputStream)
          As of version 2.2.0, use parseFromARML(InputStream) 
com.ibm.able.rules.AbleRuleSet.parseFromXML(String)
          As of version 2.2.0, use parseFromARML(String) 
com.ibm.able.rules.AbleRuleSet.parseRuleBlockFromXML(String)
          As of version 2.2.0, use parseRuleBlockFromARML(String) 
com.ibm.able.rules.AbleRuleSet.parseRuleFromXML(String, String, boolean)
          As of version 2.2.0, use parseRuleFromARML(String,String) 
com.ibm.able.rules.AbleRuleSet.parseRuleSetFromXML(String)
          As of version 2.2.0, use parseRuleSetFromARML(String) 
com.ibm.able.beans.filter.AbleFilterPanel.preferredSize()
          provided for backward compatibility with old layout managers. 
com.ibm.able.rules.ARL.setAbleEventProcessingStates(AbleBean, boolean, boolean)
          As of version 1.3d, object.method() syntax makes this method obsolete. Use theAbleBean.setAbleEventProcessingStates(Able.ProcessingEnabled_PostingEnabled); 
com.ibm.able.beans.AbleDBExport.setCreatable(boolean)
          We are considering whether we want to support creating tables on the fly so this is deprecated as a warning. 
com.ibm.able.beans.AbleDBExport.setCreatableDB(boolean)
          We are considering whether we want to support creating tables on the fly so this is deprecated as a warning. It would be better if you included any additional JDBC protocol information in the subprotocol specific to your JDBC implementation. 
com.ibm.able.AblePanelHelper.setFileDialog(JTextField, String, String)
          Use setTextFieldFromFileDialog instead. 
com.ibm.able.rules.AbleRuleSet.xmlString()
          Use armlString() since version 2.2.0. 
 

Deprecated Constructors
com.ibm.able.rules.AbleRuleBlock(String, AbleRuleSet, AbleLogger, String)
          Use version with 'FormalSignature'. 
 


ABLE 2.3.0 07/13/2005 14:21:00

(C) Copyright IBM Corporation 1999, 2005