Uses of Interface
dsto.dfc.swing.text.Term

Packages that use Term
dsto.dfc.swing.text Generic expression tree editing framework. 
 

Uses of Term in dsto.dfc.swing.text
 

Subinterfaces of Term in dsto.dfc.swing.text
 interface CompositeTerm
          A condition containing a set of child conditions.
 interface EnumeratedTerm
          Interface for terms that have one or more properties whose value can cycle through a small set of enumerated values.
 

Fields in dsto.dfc.swing.text declared as Term
protected  Term TermCustomizer.rootTerm
           
 

Methods in dsto.dfc.swing.text that return Term
protected  Term TermCustomizer.customizeTermVisually(Term term, String property)
          Customize a property of a term using its customizer UI.
 Term TermCustomizer.getRootTerm()
          Get the root term that is being edited.
protected  Term TermCustomizer.selectTemplateTerm()
          Show a list of template terms and allow the user to select one.
 

Methods in dsto.dfc.swing.text with parameters of type Term
 void TermCustomizer.Document.addTerm(ArrayList currentBuffer, Term term, int index, int level)
          Insert the ElementSpec's for a term into a buffer.
protected  Term TermCustomizer.customizeTermVisually(Term term, String property)
          Customize a property of a term using its customizer UI.
 CompositeTerm TermCustomizer.getParent(Term child)
           
protected  void TermCustomizer.replaceTerm(Term term, Term newTerm, int termRow)
          Replace one term with another at the same location.
 void TermCustomizer.setRootTerm(Term newValue)
          Set the term that is to be edited.
protected  void TermCustomizer.textifyTerm(ArrayList buffer, Term term, int level)
          Turn a term tree into its textual customizer form.
 



Copyright © 2008 Commonwealth of Australia