/**
* Returns customizer for given volume's type, or null if the volume is not customizable.
* The <code>LibraryCustomizerContext</code> instance is passed
* to the customizer's setObject method.
* The customized object describes the library created by this
* provider, but the customizer cannot assume that the customized
* object is of the same type as the object created by {@link #createLibrary}.
* @param volumeType a type of volume listed in {@link #getSupportedVolumeTypes}
* @return a customizer (must extend {@link javax.swing.JComponent}) or null if such
* customizer doesn't exist.
*/
public Customizer getCustomizer (String volumeType);
LibraryTypeProvider.java 文件源码
java
阅读 19
收藏 0
点赞 0
评论 0
项目:incubator-netbeans
作者:
评论列表
文章目录