public abstract class CellSelectionAction extends ElementCaseAction
UpdateAction.UseMenuItem
CURRENT_LEVEL
限定符 | 构造器和说明 |
---|---|
protected |
CellSelectionAction(ElementCasePane t) |
限定符和类型 | 方法和说明 |
---|---|
boolean |
executeActionReturnUndoRecordNeeded() |
protected abstract boolean |
executeActionReturnUndoRecordNeededWithCellSelection(CellSelection cs) |
void |
update()
update enable
TODO ALEX_SEP 这个方法的名字只是简单的叫update,太不明了了
|
getEditingComponent, prepare4Undo, setEditingComponent
actionPerformed, actionPerformedUndoable
addPropertyChangeListener, createCheckBoxMenuItem, createMenuItem, createToolBarComponent, createUseMenuItem, equals, getAccelerator, getMnemonic, getName, getSmallIcon, getValue, hashCode, intoJPopupMenu, intoJToolBar, isEnabled, putValue, removePropertyChangeListener, setAccelerator, setEnabled, setMnemonic, setName, setSmallIcon
asToolBarDef, currentAPILevel, getMenuKeySet, setMenuKeySet
protected CellSelectionAction(ElementCasePane t)
public boolean executeActionReturnUndoRecordNeeded()
protected abstract boolean executeActionReturnUndoRecordNeededWithCellSelection(CellSelection cs)
public void update()
TemplateComponentAction
update
在类中 TemplateComponentAction<ElementCasePane>