Cross Reference: InputBindingList.java
xref
: /
httpd
/
docs
/
manual
/
programs
/
configure.html
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
/*
* Created on Aug 26, 2004
*/
package
org
.
mindswap
.
owls
.
process
;
/**
*
@author
Evren Sirin
*/
public
interface
InputBindingList
extends
BindingList
{
public
InputBinding
inputBindingAt
(
int
index
);
}