public class CustomShortcut extends DefaultShortcut
| Constructor and Description |
|---|
CustomShortcut()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getEventName() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setDescription(String description) |
void |
setEventName(String eventName) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getAction, getActive, getKeyCommand, isActive, setAction, setActive, setKeyCommandpublic String getDescription()
public void setDescription(String description)
public String getEventName()
public void setEventName(String eventName)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizablewrite in class DefaultShortcutIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
writeFields in class DefaultShortcutIOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableload in class DefaultShortcutIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
loadFields in class DefaultShortcutIOExceptionConnectionExceptionpublic String toString()
toString in class DefaultShortcutCopyright © 2015. All Rights Reserved.