All Downloads are FREE. Search and download functionalities are using the official Maven repository.

evicebeans.7.131.2.source-code.DeviceOk Maven / Gradle / Ivy

There is a newer version: 7.139.60
Show newest version
public class DeviceOk extends DeviceControl
{
	/**
	 *
	 */
	private static final long serialVersionUID = 1L;

	public DeviceOk()
	{
		setText("Ok");
	}

	@Override
	protected void doOperation(DeviceSetup deviceSetup)
	{
		check();
		deviceSetup.apply();
		deviceSetup.cancel();
	}

	@Override
	void setReadOnly(boolean readOnly)
	{
		setEnabled(!readOnly);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy