org.globus.cog.gridface.impl.desktop.interfaces
Interface DesktopIcon

All Superinterfaces:
AccessActionProxy, AccessDesktop, AccessIconProperties, AccessPopup, AccessPreferences, AccessPropertiesPanel, ExecutesLaunch
All Known Implementing Classes:
AbstractIcon

public interface DesktopIcon
extends AccessPopup, AccessIconProperties, AccessActionProxy, ExecutesLaunch, AccessPropertiesPanel, AccessPreferences


Field Summary
static int DEFAULT_LOCATION
           
static int ICONTEXT_HEIGHT
           
static int ICONTEXT_WIDTH
           
static String NATIVEURI
           
static String sDELETEICON
           
static String sNEWICON
           
static String sPROPERTIES
           
 
Fields inherited from interface org.globus.cog.gridface.impl.desktop.interfaces.AccessPropertiesPanel
sCancel_button, sOK_button
 
Fields inherited from interface org.globus.cog.gridface.impl.desktop.interfaces.AccessPreferences
NO_TOSTRING, SUFFIX_TAG
 
Method Summary
 boolean canImportTypePair(String type1, String type2)
           
 AttributesHolder getAttributesHolder()
           
 
Methods inherited from interface org.globus.cog.gridface.impl.desktop.interfaces.AccessPopup
addPopupMenuItem, configurePopup, getPopup, setPopup, showPopupAt
 
Methods inherited from interface org.globus.cog.gridface.impl.desktop.interfaces.AccessIconProperties
getAppClass, getAppClassArgs, getAppClassArgsObject, getDefaultIconImageURI, getDefaultIconText, getDimension, getIconImageURI, getIconText, getIconType, getId, getUseMainMethod, isSelected, remove, setAppClass, setAppClassArgs, setAppClassArgsObject, setIconImage, setIconImageURI, setIconText, setIconType, setSelected, setUseMainMethod
 
Methods inherited from interface org.globus.cog.gridface.impl.desktop.interfaces.AccessActionProxy
getCanImportActionProxy, getImportDataActionProxy, getMouseActionProxy
 
Methods inherited from interface org.globus.cog.gridface.impl.desktop.interfaces.ExecutesLaunch
launch
 
Methods inherited from interface org.globus.cog.gridface.impl.desktop.interfaces.AccessDesktop
getDesktop, setDesktop
 
Methods inherited from interface org.globus.cog.gridface.impl.desktop.interfaces.AccessPropertiesPanel
getPropertiesFrame, getPropertiesPanel, processPropertiesCancelButton, processPropertiesOKButton, showIconProperties
 
Methods inherited from interface org.globus.cog.gridface.impl.desktop.interfaces.AccessPreferences
loadPreferences, savePreferences
 

Field Detail

sNEWICON

public static final String sNEWICON
See Also:
Constant Field Values

sDELETEICON

public static final String sDELETEICON
See Also:
Constant Field Values

sPROPERTIES

public static final String sPROPERTIES
See Also:
Constant Field Values

ICONTEXT_WIDTH

public static final int ICONTEXT_WIDTH
See Also:
Constant Field Values

ICONTEXT_HEIGHT

public static final int ICONTEXT_HEIGHT
See Also:
Constant Field Values

DEFAULT_LOCATION

public static final int DEFAULT_LOCATION
See Also:
Constant Field Values

NATIVEURI

public static final String NATIVEURI
See Also:
Constant Field Values
Method Detail

getAttributesHolder

public AttributesHolder getAttributesHolder()

canImportTypePair

public boolean canImportTypePair(String type1,
                                 String type2)