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 Filter.getCall()
           
 Call FilterImpl.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 Switch.addCall(Call call)
           
 void SwitchImpl.addCall(Call call)
           
 void CallImpl.addCall(Call call)
           
 void Call.addCall(Call call)
           
 void Switch.removeCall(Call call)
           
 void SwitchImpl.removeCall(Call call)
           
 void CallImpl.removeCall(Call call)
           
 void Call.removeCall(Call call)
           
 void Filter.setCall(Call call)
           
 void FilterImpl.setCall(Call call)
           
 



Copyright © 2006 BarracudaMVC.org All Rights Reserved.