org.eclipse.uml2.uml.editor.presentation
Class UMLActionBarContributor.UMLValidateAction

java.lang.Object
  extended by org.eclipse.core.commands.common.EventManager
      extended by org.eclipse.jface.action.AbstractAction
          extended by org.eclipse.jface.action.Action
              extended by org.eclipse.emf.edit.ui.action.ValidateAction
                  extended by org.eclipse.uml2.uml.editor.presentation.UMLActionBarContributor.UMLValidateAction
All Implemented Interfaces:
org.eclipse.jface.action.IAction, org.eclipse.jface.viewers.ISelectionChangedListener
Enclosing class:
UMLActionBarContributor

protected static class UMLActionBarContributor.UMLValidateAction
extends org.eclipse.emf.edit.ui.action.ValidateAction


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.edit.ui.action.ValidateAction
org.eclipse.emf.edit.ui.action.ValidateAction.EclipseResourcesUtil
 
Field Summary
 
Fields inherited from class org.eclipse.emf.edit.ui.action.ValidateAction
domain, eclipseResourcesUtil, selectedObjects, selectionProvider
 
Fields inherited from interface org.eclipse.jface.action.IAction
AS_CHECK_BOX, AS_DROP_DOWN_MENU, AS_PUSH_BUTTON, AS_RADIO_BUTTON, AS_UNSPECIFIED, CHECKED, DESCRIPTION, ENABLED, HANDLED, IMAGE, RESULT, TEXT, TOOL_TIP_TEXT
 
Constructor Summary
protected UMLActionBarContributor.UMLValidateAction()
           
 
Method Summary
protected  int count(org.eclipse.emf.ecore.EObject eObject)
           
protected  org.eclipse.emf.common.util.Diagnostic validate(org.eclipse.core.runtime.IProgressMonitor progressMonitor)
           
 
Methods inherited from class org.eclipse.emf.edit.ui.action.ValidateAction
createDiagnostician, handleDiagnostic, run, selectionChanged, setActiveWorkbenchPart, updateSelection
 
Methods inherited from class org.eclipse.jface.action.Action
convertAccelerator, convertAccelerator, findKeyCode, findKeyString, findModifier, findModifierString, getAccelerator, getActionDefinitionId, getDescription, getDisabledImageDescriptor, getHelpListener, getHoverImageDescriptor, getId, getImageDescriptor, getMenuCreator, getStyle, getText, getToolTipText, isChecked, isEnabled, isHandled, notifyResult, removeAcceleratorText, removeMnemonics, runWithEvent, setAccelerator, setActionDefinitionId, setChecked, setDescription, setDisabledImageDescriptor, setEnabled, setHelpListener, setHoverImageDescriptor, setId, setImageDescriptor, setMenuCreator, setText, setToolTipText
 
Methods inherited from class org.eclipse.jface.action.AbstractAction
addPropertyChangeListener, firePropertyChange, firePropertyChange, removePropertyChangeListener
 
Methods inherited from class org.eclipse.core.commands.common.EventManager
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UMLActionBarContributor.UMLValidateAction

protected UMLActionBarContributor.UMLValidateAction()
Method Detail

count

protected int count(org.eclipse.emf.ecore.EObject eObject)

validate

protected org.eclipse.emf.common.util.Diagnostic validate(org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Overrides:
validate in class org.eclipse.emf.edit.ui.action.ValidateAction

Copyright 2003, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.