EditorSupportpublic abstract class OpenSupport
extends org.openide.windows.CloneableOpenSupport
OpenCookie,
ViewCookie, or CloseCookie,
depending on which cookies the subclass implements.| Modifier and Type | Class | Description |
|---|---|---|
static class |
OpenSupport.Env |
Environment that connects the support together with DataObject.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected MultiDataObject.Entry |
entry |
Entry to work with.
|
| Modifier | Constructor | Description |
|---|---|---|
|
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.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected java.lang.String |
messageOpened() |
Message to display when an object has been opened.
|
protected java.lang.String |
messageOpening() |
Message to display when an object is being opened.
|
protected MultiDataObject.Entry entry
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 onprotected java.lang.String messageOpening()
messageOpening in class org.openide.windows.CloneableOpenSupportprotected java.lang.String messageOpened()
messageOpened in class org.openide.windows.CloneableOpenSupportBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.