Uses of Class
org.eclipse.ui.activities.NotDefinedException
-
Packages that use NotDefinedException Package Description org.eclipse.ui.activities Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. -
-
Uses of NotDefinedException in org.eclipse.ui.activities
Methods in org.eclipse.ui.activities that throw NotDefinedException Modifier and Type Method Description String
IActivity. getDescription()
Returns the description of this instance suitable for display to the user.String
ICategory. getDescription()
Returns the description of this instance suitable for display to the user.String
IActivity. getName()
Returns the name of this instance suitable for display to the user.String
ICategory. getName()
Returns the name of this instance suitable for display to the user.boolean
IActivity. isDefaultEnabled()
Returns whether or not this instance should be enabled by default.
-