public class DomCollectionControl.ControlAddAction extends DefaultAddAction<T>
AnAction.TransparentUpdate
ACTIONS_KEY, EMPTY_ARRAY
Constructor and Description |
---|
ControlAddAction() |
ControlAddAction(java.lang.String text) |
ControlAddAction(java.lang.String text,
java.lang.String description,
javax.swing.Icon icon) |
Modifier and Type | Method and Description |
---|---|
protected void |
afterAddition(javax.swing.JTable table,
int rowIndex) |
protected void |
afterAddition(T newElement) |
protected int |
getColumnToEditAfterAddition() |
protected DomCollectionChildDescription |
getDomCollectionChildDescription() |
protected DomElement |
getParentDomElement() |
actionPerformed, getElementType, performElementAddition, tuneNewValue
addTextOverride, applyTextOverride, beforeActionPerformedUpdate, copyFrom, copyShortcutFrom, displayTextInToolbar, getEventProject, getShortcutSet, getTemplatePresentation, getTemplateText, isDefaultIcon, isEnabledInModalContext, isInInjectedContext, isTransparentUpdate, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, setDefaultIcon, setEnabledInModalContext, setInjectedContext, setShortcutSet, startInTransaction, toString, unregisterCustomShortcutSet, update, useSmallerFontForTextInToolbar
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isDumbAware
public ControlAddAction()
public ControlAddAction(java.lang.String text)
public ControlAddAction(java.lang.String text, java.lang.String description, javax.swing.Icon icon)
protected final DomCollectionChildDescription getDomCollectionChildDescription()
getDomCollectionChildDescription
in class DefaultAddAction<T extends DomElement>
protected final DomElement getParentDomElement()
getParentDomElement
in class DefaultAddAction<T extends DomElement>
protected int getColumnToEditAfterAddition()
protected void afterAddition(javax.swing.JTable table, int rowIndex)
protected final void afterAddition(T newElement)
afterAddition
in class DefaultAddAction<T extends DomElement>