edu.stanford.smi.protegex.widget.contains
Class WidgetWrapperPool
java.lang.Object
edu.stanford.smi.protegex.widget.contains.WidgetWrapperPool
public class WidgetWrapperPool
- extends Object
Description of the Class
- Author:
- William Grosso
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WidgetWrapperPool
public WidgetWrapperPool(Project project,
KnowledgeBase kb,
Cls cls,
int maxSize,
int numberToAllocateInAdvance,
Class formDescriptionClass)
dispose
public void dispose()
getPoolForClass
public static WidgetWrapperPool getPoolForClass(Cls cls,
Class formDescriptionClass,
int maxSize,
int numberToAllocateInAdvance)
getWidgetWrapperForInstance
public WidgetWrapper getWidgetWrapperForInstance(Instance instance)
returnWidgetWrapper
public void returnWidgetWrapper(WidgetWrapper widgetWrapperToReturn)
Submit a bug report or feature request