com.esri.arcgis.catalog
Interface IGxShortcut

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxShortcut, IGxShortcutProxy

public interface IGxShortcut
extends java.io.Serializable

COM Interface 'IGxShortcut'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'

Description: 'Provides access to members that manages the target of a shortcut object.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID82289f34_2c34_40d2_a2cf_5bbcb19cb21f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGxObject getTarget()
          The value of the Target property.
 java.lang.String getTargetLocation()
          The location of the target.
 void setTargetByRef(IGxObject target)
          The value of the Target property.
 void setTargetLocation(java.lang.String location)
          The location of the target.
 

Field Detail

IID82289f34_2c34_40d2_a2cf_5bbcb19cb21f

static final int IID82289f34_2c34_40d2_a2cf_5bbcb19cb21f
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getTarget

IGxObject getTarget()
                    throws java.io.IOException,
                           AutomationException
The value of the Target property.

Returns:
A reference to a com.esri.arcgis.catalog.IGxObject
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTargetByRef

void setTargetByRef(IGxObject target)
                    throws java.io.IOException,
                           AutomationException
The value of the Target property.

Parameters:
target - A reference to a com.esri.arcgis.catalog.IGxObject (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTargetLocation

void setTargetLocation(java.lang.String location)
                       throws java.io.IOException,
                              AutomationException
The location of the target.

Parameters:
location - The location (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTargetLocation

java.lang.String getTargetLocation()
                                   throws java.io.IOException,
                                          AutomationException
The location of the target.

Returns:
The location
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.