|
org.openide.loaders 6.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openide.windows.CloneableOpenSupport
org.openide.loaders.OpenSupport
public abstract class OpenSupport
Simple support for an openable file.
Can be used either as an OpenCookie,
ViewCookie, or CloseCookie,
depending on which cookies the subclass implements.
| Nested Class Summary | |
|---|---|
static class |
OpenSupport.Env
Environment that connects the support together with DataObject. |
| Field Summary | |
|---|---|
protected MultiDataObject.Entry |
entry
Entry to work with. |
| Fields inherited from class org.openide.windows.CloneableOpenSupport |
|---|
allEditors, env |
| Constructor Summary | |
|---|---|
|
OpenSupport(MultiDataObject.Entry entry)
New support for a given entry. |
protected |
OpenSupport(MultiDataObject.Entry entry,
OpenSupport.Env env)
Constructor that allows subclasses to provide their own environment. |
| Method Summary | |
|---|---|
protected String |
messageOpened()
Message to display when an object has been opened. |
protected String |
messageOpening()
Message to display when an object is being opened. |
| Methods inherited from class org.openide.windows.CloneableOpenSupport |
|---|
canClose, close, close, createCloneableTopComponent, edit, open, openCloneableTopComponent, view |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected MultiDataObject.Entry entry
| Constructor Detail |
|---|
public OpenSupport(MultiDataObject.Entry entry)
entry - entry to create instance fromprotected OpenSupport(MultiDataObject.Entry entry, OpenSupport.Env env)
entry - the entry to work onenv - the environment to work on| Method Detail |
|---|
protected String messageOpening()
messageOpening in class CloneableOpenSupportprotected String messageOpened()
messageOpened in class CloneableOpenSupport
|
org.openide.loaders 6.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||