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

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

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

	public DeviceApply()
	{
		setText("Apply");
	}

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy