}
}
public void setObject(Object bean) {
assert bean instanceof LibraryCustomizerContext : bean.getClass();
LibraryCustomizerContext context = (LibraryCustomizerContext)bean;
area = context.getLibraryStorageArea();
impl = context.getLibraryImplementation();
allowRelativePaths = Boolean.valueOf(context.getLibraryImplementation2() != null);
model = new VolumeContentModel(impl, area, volumeType);
content.setModel(model);
if (model.getSize()>0) {
content.setSelectedIndex(0);
}