|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openide.util.datatransfer.NewType
public abstract class NewType
Describes a type that can be created anew. Used by Node.getNewTypes.
Constructor Summary | |
---|---|
NewType()
|
Method Summary | |
---|---|
abstract void |
create()
Create the object. |
HelpCtx |
getHelpCtx()
Help context for the creation action. |
java.lang.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 java.lang.String getName()
public HelpCtx getHelpCtx()
getHelpCtx
in interface HelpCtx.Provider
public abstract void create() throws java.io.IOException
java.io.IOException
- if something fails
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |