public abstract class OpenSupport extends CloneableOpenSupport
OpenCookie
,
ViewCookie
, or CloseCookie
,
depending on which cookies the subclass implements.Modifier and Type | Class and Description |
---|---|
static class |
OpenSupport.Env
Environment that connects the support together with DataObject.
|
Modifier and Type | Field and Description |
---|---|
protected MultiDataObject.Entry |
entry
Entry to work with.
|
allEditors, env
Modifier | Constructor and 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 and Description |
---|---|
protected String |
messageOpened()
Message to display when an object has been opened.
|
protected String |
messageOpening()
Message to display when an object is being opened.
|
afterRedirect, canClose, close, close, createCloneableTopComponent, edit, open, openCloneableTopComponent, view
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 String messageOpening()
messageOpening
in class CloneableOpenSupport
protected String messageOpened()
messageOpened
in class CloneableOpenSupport