|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OwShortCutItemContext | |
---|---|
com.wewebu.ow.server.plug.owshortcut |
Uses of OwShortCutItemContext in com.wewebu.ow.server.plug.owshortcut |
---|
Classes in com.wewebu.ow.server.plug.owshortcut that implement OwShortCutItemContext | |
---|---|
class |
OwShortCutItemView
Displays OwShortCutItem s.The view is based on the OwShortCutDocument model object and
renders object-pointing shortcuts and non-object-pointing shortcuts into two separates lists. |
Methods in com.wewebu.ow.server.plug.owshortcut with parameters of type OwShortCutItemContext | |
---|---|
protected OwShortCutItem |
OwShortCutDocument.deserializeShortCut(String persistString,
OwShortCutItemContext context)
(overridable) Factory method called to create an OwShortCutItem object from provided String. If OwShortCut item cannot be instantiated from string a exception will be thrown. |
void |
OwShortcutItemUnresolved.insertIcon(OwShortCutItemContext context_p,
Writer w_p)
|
void |
OwShortCutItemOwObject.insertIcon(OwShortCutItemContext context_p,
Writer w_p)
render a icon link for this short cut |
abstract void |
OwShortCutItem.insertIcon(OwShortCutItemContext context_p,
Writer w_p)
render a icon link for this short cut |
void |
OwShortcutItemUnresolved.insertLabel(OwShortCutItemContext context_p,
Writer w_p)
|
void |
OwShortCutItemOwObject.insertLabel(OwShortCutItemContext context_p,
Writer w_p)
render a label link for this short cut |
abstract void |
OwShortCutItem.insertLabel(OwShortCutItemContext context_p,
Writer w_p)
render a label link for this short cut |
static OwShortCutItem |
OwShortCutItem.loadShortCut(String persistString_p,
OwShortCutItemContext context_p,
int maxChildSize_p)
factory method to create a persistent short cut from given string |
Constructors in com.wewebu.ow.server.plug.owshortcut with parameters of type OwShortCutItemContext | |
---|---|
OwShortCutItemOwObject(String persistString_p,
OwShortCutItemContext context_p,
int maxChildSize_p)
reconstruct the short cut from the given string |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |