Uses of Interface
org.barracudamvc.contrib.dbroggisch.display.filters.dtd.Call

Packages that use Call
org.barracudamvc.contrib.dbroggisch.display.filters.dtd   
 

Uses of Call in org.barracudamvc.contrib.dbroggisch.display.filters.dtd
 

Classes in org.barracudamvc.contrib.dbroggisch.display.filters.dtd that implement Call
 class CallImpl
           
 

Methods in org.barracudamvc.contrib.dbroggisch.display.filters.dtd that return Call
 Call FilterImpl.getCall()
           
 Call Filter.getCall()
           
static Call CallImpl.unmarshal(File file)
           
static Call CallImpl.unmarshal(File file, boolean validate)
           
static Call CallImpl.unmarshal(InputStream inputStream)
           
static Call CallImpl.unmarshal(InputStream inputStream, boolean validate)
           
static Call CallImpl.unmarshal(Reader reader)
           
static Call CallImpl.unmarshal(Reader reader, boolean validate)
           
 

Methods in org.barracudamvc.contrib.dbroggisch.display.filters.dtd with parameters of type Call
 void SwitchImpl.addCall(Call call)
           
 void SwitchImpl.removeCall(Call call)
           
 void Switch.addCall(Call call)
           
 void Switch.removeCall(Call call)
           
 void FilterImpl.setCall(Call call)
           
 void Filter.setCall(Call call)
           
 void CallImpl.addCall(Call call)
           
 void CallImpl.removeCall(Call call)
           
 void Call.addCall(Call call)
           
 void Call.removeCall(Call call)
           
 



Copyright © 2004 BarracudaMVC.org All Rights Reserved.