Extension Points

Hey can somebody tell me what this line would exactly do ?

     ExtensionPointName<WizardMode> MODES = ExtensionPointName.create("com.intellij.wizardMode");

0

Hello Mohit,

This line declares the extension point where the different project creation
modes for the New Project dialog are registered.

Hey can somebody tell me what this line would exactly do ?

ExtensionPointName<WizardMode> MODES =
ExtensionPointName.create("com.intellij.wizardMode");


--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0

请先登录再写评论。