MasterShortcut

Inheritance: java.lang.Object

public class MasterShortcut

Specifies a master shortcut defined in the document.

Constructors

Constructor Description
MasterShortcut() Constructor.

Methods

Method Description
equals(Object arg0)
getAlignName() Specifies whether the element’s text in the stencil window is aligned left, right, or center.
getClass()
getID() The unique ID of the element within its parent element.
getIcon() Specifies a MIME (Multipurpose Internet Mail Extensions) encoded binary icon (in .ico format) for a Master or MasterShortcut element in a document.
getIconSize() The size of the element’s icon.
getName() The name of the element.
getNameU() The universal name of the element.
getPatternFlags() Determines whether a master behaves as a custom pattern.
getPrompt() The status bar and tool tip prompt for the element.
getShortcutHelp() A help string for the element.
getShortcutURL() A URL to a MasterShortcut element.
hashCode()
notify()
notifyAll()
setAlignName(int value) For the description of this property, please see getAlignName()
setID(int value) For the description of this property, please see getID()
setIcon(byte[] value) For the description of this property, please see getIcon()
setIconSize(int value) For the description of this property, please see getIconSize()
setName(String value) For the description of this property, please see getName()
setNameU(String value) For the description of this property, please see getNameU()
setPatternFlags(int value) For the description of this property, please see getPatternFlags()
setPrompt(String value) For the description of this property, please see getPrompt()
setShortcutHelp(String value) For the description of this property, please see getShortcutHelp()
setShortcutURL(String value) For the description of this property, please see getShortcutURL()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

MasterShortcut()

public MasterShortcut()

Constructor.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

getAlignName()

public int getAlignName()

Specifies whether the element’s text in the stencil window is aligned left, right, or center.

Returns: int

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getID()

public int getID()

The unique ID of the element within its parent element.

Returns: int

getIcon()

public byte[] getIcon()

Specifies a MIME (Multipurpose Internet Mail Extensions) encoded binary icon (in .ico format) for a Master or MasterShortcut element in a document.

Returns: byte[]

getIconSize()

public int getIconSize()

The size of the element’s icon.

Returns: int

getName()

public String getName()

The name of the element.

Returns: java.lang.String

getNameU()

public String getNameU()

The universal name of the element.

Returns: java.lang.String

getPatternFlags()

public int getPatternFlags()

Determines whether a master behaves as a custom pattern.

Returns: int

getPrompt()

public String getPrompt()

The status bar and tool tip prompt for the element.

Returns: java.lang.String

getShortcutHelp()

public String getShortcutHelp()

A help string for the element.

Returns: java.lang.String

getShortcutURL()

public String getShortcutURL()

A URL to a MasterShortcut element. If this attribute is present, this MasterShortcut element is a shortcut.

Returns: java.lang.String

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAlignName(int value)

public void setAlignName(int value)

For the description of this property, please see getAlignName()

Parameters:

Parameter Type Description
value int

setID(int value)

public void setID(int value)

For the description of this property, please see getID()

Parameters:

Parameter Type Description
value int

setIcon(byte[] value)

public void setIcon(byte[] value)

For the description of this property, please see getIcon()

Parameters:

Parameter Type Description
value byte[]

setIconSize(int value)

public void setIconSize(int value)

For the description of this property, please see getIconSize()

Parameters:

Parameter Type Description
value int

setName(String value)

public void setName(String value)

For the description of this property, please see getName()

Parameters:

Parameter Type Description
value java.lang.String

setNameU(String value)

public void setNameU(String value)

For the description of this property, please see getNameU()

Parameters:

Parameter Type Description
value java.lang.String

setPatternFlags(int value)

public void setPatternFlags(int value)

For the description of this property, please see getPatternFlags()

Parameters:

Parameter Type Description
value int

setPrompt(String value)

public void setPrompt(String value)

For the description of this property, please see getPrompt()

Parameters:

Parameter Type Description
value java.lang.String

setShortcutHelp(String value)

public void setShortcutHelp(String value)

For the description of this property, please see getShortcutHelp()

Parameters:

Parameter Type Description
value java.lang.String

setShortcutURL(String value)

public void setShortcutURL(String value)

For the description of this property, please see getShortcutURL()

Parameters:

Parameter Type Description
value java.lang.String

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

Parameter Type Description
arg0 long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

Parameter Type Description
arg0 long
arg1 int