Package com.iizigo.prop.editor
Class ExtendsFlagPropEditor
java.lang.Object
com.iizigo.prop.editor.ExtendsFlagPropEditor
- All Implemented Interfaces:
IEditedPropertyEntry<PropCnr,,Object> EventListener,Runnable,EventListener,FocusListener,SelectionListener,SWTEventListener
public class ExtendsFlagPropEditor extends Object implements IEditedPropertyEntry<PropCnr,Object>, SelectionListener, EventListener, FocusListener, Runnable
The boolean property editor consists of a simple check box.
- Author:
- Christopher Mindus
Constructor Summary
ConstructorsMethod Summary
Modifier and TypeMethodDescriptioncreateControls(PropertyEditor editor, PropertyEditorInfo info, String[] options, Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton) Creates the required controls in the composite.voiddispose()Called when disposed of.voidAt focus gained, select entire field.voidUpon focus lost, checks the entry field.voidProperty event.voidrun()Runs the updateFromProp code from the SWT thread.voidNot processed.voidCheckbox pressed.
Constructor Details
ExtendsFlagPropEditor
public ExtendsFlagPropEditor()Default constructor called before createControls.
Method Details
createControls
public MultiPropEditor createControls(PropertyEditor editor, PropertyEditorInfo info, String[] options, Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton) Creates the required controls in the composite.- Specified by:
createControlsin interfaceIEditedPropertyEntry<PropCnr,Object> - Parameters:
editor- The property editor instance.info- The information about edited item.options- The options.parent- Parent composite, where to place components.containers- The containers for the edited property.atom- Atom name of the property in the containers.definedButton- The define-button or null for none.- Returns:
- null for normal editors, the instance of the multi-property editor in case of multiple editable entries (lines).
dispose
public void dispose()Called when disposed of.- Specified by:
disposein interfaceIEditedPropertyEntry<PropCnr,Object>
focusGained
At focus gained, select entire field.- Specified by:
focusGainedin interfaceFocusListener
focusLost
Upon focus lost, checks the entry field.- Specified by:
focusLostin interfaceFocusListener
onEvent
Property event.- Specified by:
onEventin interfaceEventListener- Parameters:
e- The event.
run
public void run()Runs the updateFromProp code from the SWT thread.widgetSelected
Checkbox pressed.- Specified by:
widgetSelectedin interfaceSelectionListener
widgetDefaultSelected
Not processed.- Specified by:
widgetDefaultSelectedin interfaceSelectionListener