evicebeans.7.131.2.source-code.DeviceDispatchBeanInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of devicebeans Show documentation
Show all versions of devicebeans Show documentation
MDSplus device beans for jdevice dialogs
import java.beans.*;
import java.awt.*;
public class DeviceDispatchBeanInfo extends SimpleBeanInfo
{
@Override
public Image getIcon(int kind)
{
return loadImage("DeviceDispatch.gif");
}
@Override
public PropertyDescriptor[] getPropertyDescriptors()
{ return new PropertyDescriptor[] {}; }
}