Package com.iizigo.editor
Class MoveDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
com.iizigo.editor.MoveDialog
- All Implemented Interfaces:
- ICheckStateListener,- ISelectionChangedListener
Dialog used for moving properties within all open projects.
- Author:
- Christopher Mindus
- Constructor SummaryConstructorsConstructorDescription- MoveDialog- (DesignerProp base, GProp<?>[] props, IPropUndoRedo undoRedo) Create the dialog.
- Method SummaryModifier and TypeMethodDescription- voidCheck changes.- void- open()Open the dialog.- voidSelection changes.
- Constructor Details- MoveDialogCreate the dialog. The properties to move must all be of the same type, otherwise a common destination cannot be set.- Parameters:
- base- Base designer property, or null.
- props- The properties to move.
- undoRedo- The undo context, null for none.
 
 
- Method Details- openpublic void open()Open the dialog.
- selectionChangedSelection changes.- Specified by:
- selectionChangedin interface- ISelectionChangedListener
 
- checkStateChangedCheck changes.- Specified by:
- checkStateChangedin interface- ICheckStateListener