List of usage examples for org.eclipse.jface.commands ToggleState subclass-usage
From source file org.eclipse.papyrus.diagram.menu.providers.AbstractLineStyleToggleState.java
/**
* abstract class for the Line Style action, which are represented with toggle buttons
*
*
*
*/
From source file org.eclipse.papyrus.diagram.menu.providers.InitTrueToggleState.java
public class InitTrueToggleState extends ToggleState { public InitTrueToggleState() { setValue(Boolean.TRUE); }
From source file org.eclipse.papyrus.infra.table.menu.handler.states.AbstractToggleStateProvider.java
/**
* Abstract class for the command using toggle state
* In order refresh command state, this class adds a listener on the SelectionService
*
*
*/
From source file org.eclipse.papyrus.table.menu.handler.states.AbstractToggleStateProvider.java
/**
* Abstract class for the command using toggle state
* In order refresh command state, this class adds a listener on the SelectionService
*
*
*/
From source file org.eclipse.papyrus.uml.diagram.menu.providers.AbstractLineStyleToggleState.java
/**
* abstract class for the Line Style action, which are represented with toggle buttons
*
*
*
*/
From source file org.eclipse.papyrus.uml.diagram.menu.providers.InitTrueToggleState.java
public class InitTrueToggleState extends ToggleState { public InitTrueToggleState() { setValue(Boolean.TRUE); }
From source file org.eclipse.ui.handlers.RegistryToggleState.java
/**
* <p>
* A toggle state that can be read from the registry. This stores a piece of
* boolean state information.
* </p>
* <p>