|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.openide.util.datatransfer.NewType
Describes a type that can be created anew.
Node.getNewTypes()| Constructor Summary | |
NewType()
|
|
| Method Summary | |
abstract void |
create()
Create the object. |
HelpCtx |
getHelpCtx()
Help context for the creation action. |
String |
getName()
Display name for the creation action. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NewType()
| Method Detail |
public String getName()
public HelpCtx getHelpCtx()
getHelpCtx in interface HelpCtx.Provider
public abstract void create()
throws IOException
IOException - if something fails
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||