|
org.openide.util 7.18.1 1 | |||||||||
| 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. |
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
|
org.openide.util 7.18.1 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||