public class DomCollectionControl.ControlAddAction extends DefaultAddAction<T>
AnAction.TransparentUpdateACTIONS_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, tuneNewValueaddTextOverride, 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, useSmallerFontForTextInToolbarclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisDumbAwarepublic 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>