Package org.apache.bcel.verifier
Class VerifierFactoryListModel
java.lang.Object
org.apache.bcel.verifier.VerifierFactoryListModel
- All Implemented Interfaces:
ListModel<String>
,VerifierFactoryObserver
public class VerifierFactoryListModel
extends Object
implements VerifierFactoryObserver, ListModel<String>
This class implements an adapter; it implements both a Swing ListModel and a VerifierFactoryObserver.
-
Constructor Summary
-
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
-
addListDataListener
- Specified by:
addListDataListener
in interfaceListModel<String>
-
getElementAt
- Specified by:
getElementAt
in interfaceListModel<String>
-
getSize
-
removeListDataListener
- Specified by:
removeListDataListener
in interfaceListModel<String>
-
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
-