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) |
protected void |
setDescription(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setEventName(String eventName) |
protected void |
setEventName(XmlInputStream __in,
TypeMapper __typeMapper) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getAction, getActive, getKeyCommand, isActive, setAction, setAction, setActive, setActive, setKeyCommand, setKeyCommandpublic String getDescription()
public void setDescription(String description)
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic String getEventName()
public void setEventName(String eventName)
protected void setEventName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic 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 © 2017. All Rights Reserved.