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

All Known Subinterfaces:
CoGTop
All Known Implementing Classes:
AbstractDesktop

public interface AccessIcons


Field Summary
static String sCancel_button
           
static String sOK_button
           
 
Method Summary
 void addIcon()
           
 void addIcon(AbstractIcon newIcon)
           
 void addIcon(AbstractIcon newIcon, int xLoc, int yLoc, MouseListener mouseListener, MouseMotionListener mouseMotionListener, TransferHandler transferHandler, DropTarget dropTarget)
           
 void addIcon(String text)
           
 void addIcon(String text, int xLoc, int yLoc)
           
 void addIcon(String applicationClass, ObjectPair arguments)
           
 void addIcon(String applicationClass, ObjectPair arguments, String text)
           
 void addIcon(String applicationClass, ObjectPair arguments, String text, String iconType, String iconImage)
           
 void addIcon(String applicationClass, ObjectPair arguments, String text, String iconType, String iconImage, int xLoc, int yLoc)
           
 void addIcon(String iconType, String iconImage)
           
 void addIcon(String iconType, String iconImage, int xLoc, int yLoc)
           
 void addIcon(String text, String iconType, String iconImage)
           
 void addIcon(String text, String iconType, String iconImage, int xLoc, int yLoc)
           
 void arrangeIcons()
           
 int captureIconSelection()
           
 void clearCapturedIconSelection()
           
 void deselectAllIcons()
           
 void deselectIcon(int iconId)
           
 void deselectIcons(DesktopIconGroup icons)
           
 void dissableIcon(int iconId)
           
 void dissableIcons(DesktopIconGroup icons)
           
 void enableIcon(int iconId)
           
 void enableIcons(DesktopIconGroup icons)
           
 JMenu getAddNewIconMenu()
           
 DesktopIconGroup getAllIcons()
           
 Vector getAvailableIconTypes()
           
 AbstractIcon getIcon(int Id)
           
 DesktopIconGroup getSelectedIcons()
           
 DesktopIconGroup getUnSelectedIcons()
           
 void invertIconSelection()
           
 void placeIcon(AbstractIcon oldIcon)
           
 int releaseIconSelection()
           
 void removeAllIcons()
           
 void removeIcon(AbstractIcon icon)
           
 void removeIcons(DesktopIconGroup icons)
           
 void selectAllIcons()
           
 void selectIcon(int iconId)
           
 void selectIcons(DesktopIconGroup icons)
           
 

Field Detail

sOK_button

public static final String sOK_button
See Also:
Constant Field Values

sCancel_button

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

getAvailableIconTypes

public Vector getAvailableIconTypes()

getAddNewIconMenu

public JMenu getAddNewIconMenu()

addIcon

public void addIcon()
             throws Exception
Throws:
Exception

addIcon

public void addIcon(String text)
             throws Exception
Throws:
Exception

addIcon

public void addIcon(String iconType,
                    String iconImage)
             throws Exception
Throws:
Exception

addIcon

public void addIcon(String text,
                    String iconType,
                    String iconImage)
             throws Exception
Throws:
Exception

addIcon

public void addIcon(String text,
                    int xLoc,
                    int yLoc)
             throws Exception
Throws:
Exception

addIcon

public void addIcon(String iconType,
                    String iconImage,
                    int xLoc,
                    int yLoc)
             throws Exception
Throws:
Exception

addIcon

public void addIcon(String text,
                    String iconType,
                    String iconImage,
                    int xLoc,
                    int yLoc)
             throws Exception
Throws:
Exception

addIcon

public void addIcon(String applicationClass,
                    ObjectPair arguments)
             throws Exception
Throws:
Exception

addIcon

public void addIcon(String applicationClass,
                    ObjectPair arguments,
                    String text)
             throws Exception
Throws:
Exception

addIcon

public void addIcon(String applicationClass,
                    ObjectPair arguments,
                    String text,
                    String iconType,
                    String iconImage)
             throws Exception
Throws:
Exception

addIcon

public void addIcon(String applicationClass,
                    ObjectPair arguments,
                    String text,
                    String iconType,
                    String iconImage,
                    int xLoc,
                    int yLoc)
             throws Exception
Throws:
Exception

addIcon

public void addIcon(AbstractIcon newIcon)

addIcon

public void addIcon(AbstractIcon newIcon,
                    int xLoc,
                    int yLoc,
                    MouseListener mouseListener,
                    MouseMotionListener mouseMotionListener,
                    TransferHandler transferHandler,
                    DropTarget dropTarget)

placeIcon

public void placeIcon(AbstractIcon oldIcon)

removeIcon

public void removeIcon(AbstractIcon icon)

removeIcons

public void removeIcons(DesktopIconGroup icons)

removeAllIcons

public void removeAllIcons()

getIcon

public AbstractIcon getIcon(int Id)

getAllIcons

public DesktopIconGroup getAllIcons()

getSelectedIcons

public DesktopIconGroup getSelectedIcons()

getUnSelectedIcons

public DesktopIconGroup getUnSelectedIcons()

selectAllIcons

public void selectAllIcons()

deselectAllIcons

public void deselectAllIcons()

invertIconSelection

public void invertIconSelection()

selectIcons

public void selectIcons(DesktopIconGroup icons)

deselectIcons

public void deselectIcons(DesktopIconGroup icons)

selectIcon

public void selectIcon(int iconId)

deselectIcon

public void deselectIcon(int iconId)

dissableIcons

public void dissableIcons(DesktopIconGroup icons)

enableIcons

public void enableIcons(DesktopIconGroup icons)

dissableIcon

public void dissableIcon(int iconId)

enableIcon

public void enableIcon(int iconId)

captureIconSelection

public int captureIconSelection()

clearCapturedIconSelection

public void clearCapturedIconSelection()

releaseIconSelection

public int releaseIconSelection()

arrangeIcons

public void arrangeIcons()