Package org.apache.bcel.verifier
Class VerifierFactoryListModel
java.lang.Object
org.apache.bcel.verifier.VerifierFactoryListModel
- All Implemented Interfaces:
ListModel
,VerifierFactoryObserver
This class implements an adapter; it implements both a Swing ListModel and
a VerifierFactoryObserver.
- Version:
- $Id: VerifierFactoryListModel.java 386056 2006-03-15 11:31:56Z tcurdt $
- Author:
- Enver Haase
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getElementAt
(int index) int
getSize()
void
void
VerifierFactoryObserver instances are notified invoking this method.
-
Constructor Details
-
VerifierFactoryListModel
public VerifierFactoryListModel()
-
-
Method Details
-
update
Description copied from interface:VerifierFactoryObserver
VerifierFactoryObserver instances are notified invoking this method. The String argument is the fully qualified class name of a class a new Verifier instance created by the VerifierFactory operates on.- Specified by:
update
in interfaceVerifierFactoryObserver
-
addListDataListener
- Specified by:
addListDataListener
in interfaceListModel
-
removeListDataListener
- Specified by:
removeListDataListener
in interfaceListModel
-
getSize
public int getSize() -
getElementAt
- Specified by:
getElementAt
in interfaceListModel
-