com.im.ijc.core/1 5.9.4

com.im.ijc.core.api.actions
Class ExistingStandardEntityAction

java.lang.Object
  extended by org.openide.util.SharedClassObject
      extended by org.openide.util.actions.SystemAction
          extended by org.openide.util.actions.CallableSystemAction
              extended by org.openide.util.actions.NodeAction
                  extended by org.openide.util.actions.CookieAction
                      extended by com.im.ijc.core.api.actions.AbstractToolbarCookieAction
                          extended by com.im.ijc.core.api.actions.NewDFEntityAbstractAction
                              extended by com.im.ijc.core.api.actions.ExistingStandardEntityAction
All Implemented Interfaces:
ActionListener, Externalizable, Serializable, EventListener, Action, Presenter, Presenter.Menu, Presenter.Popup, Presenter.Toolbar, ContextAwareAction, HelpCtx.Provider
Direct Known Subclasses:
ExistingStandardEntityWithoutDataTreeAction

public class ExistingStandardEntityAction
extends NewDFEntityAbstractAction

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.im.ijc.core.api.actions.AbstractToolbarCookieAction
AbstractToolbarCookieAction.ToolBarAction
 
Nested classes/interfaces inherited from interface org.openide.util.actions.Presenter
Presenter.Menu, Presenter.Popup, Presenter.Toolbar
 
Field Summary
 
Fields inherited from class org.openide.util.actions.CookieAction
MODE_ALL, MODE_ANY, MODE_EXACTLY_ONE, MODE_ONE, MODE_SOME
 
Fields inherited from class org.openide.util.actions.SystemAction
PROP_ENABLED, PROP_ICON
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
ExistingStandardEntityAction()
           
 
Method Summary
protected  List<DFNewType<DFEntity>> filterNewTypes(List<DFNewType<DFEntity>> newTypes)
           
protected  WizardDescriptor.Panel getExtraPanel()
           
 String getName()
           
protected  NewDFItemWizardIterator.WizardType getType()
           
protected  String iconResource()
           
 
Methods inherited from class com.im.ijc.core.api.actions.NewDFEntityAbstractAction
cookieClasses, enable, findSchema, getHelpCtx, mode, performAction
 
Methods inherited from class com.im.ijc.core.api.actions.AbstractToolbarCookieAction
getToolbarPresenter
 
Methods inherited from class org.openide.util.actions.CookieAction
createContextAwareInstance
 
Methods inherited from class org.openide.util.actions.NodeAction
actionPerformed, addNotify, getActivatedNodes, initialize, isEnabled, performAction, removeNotify, setEnabled, surviveFocusChange
 
Methods inherited from class org.openide.util.actions.CallableSystemAction
asynchronous, getMenuPresenter, getPopupPresenter
 
Methods inherited from class org.openide.util.actions.SystemAction
clearSharedData, createPopupMenu, createToolbarPresenter, get, getIcon, getIcon, getValue, linkActions, putValue, setIcon
 
Methods inherited from class org.openide.util.SharedClassObject
addPropertyChangeListener, equals, finalize, findObject, findObject, firePropertyChange, getLock, getProperty, hashCode, putProperty, putProperty, readExternal, removePropertyChangeListener, reset, writeExternal, writeReplace
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.Action
addPropertyChangeListener, getValue, putValue, removePropertyChangeListener
 

Constructor Detail

ExistingStandardEntityAction

public ExistingStandardEntityAction()
Method Detail

filterNewTypes

protected List<DFNewType<DFEntity>> filterNewTypes(List<DFNewType<DFEntity>> newTypes)
Specified by:
filterNewTypes in class NewDFEntityAbstractAction

iconResource

protected String iconResource()
Overrides:
iconResource in class SystemAction

getName

public String getName()
Specified by:
getName in class SystemAction

getExtraPanel

protected WizardDescriptor.Panel getExtraPanel()
Overrides:
getExtraPanel in class NewDFEntityAbstractAction

getType

protected NewDFItemWizardIterator.WizardType getType()
Specified by:
getType in class NewDFEntityAbstractAction

com.im.ijc.core/1 5.9.4