Uses of Class
com.iizigo.ImageRegistry

Packages that use ImageRegistry
  • Uses of ImageRegistry in com.iizigo

    Methods in com.iizigo that return ImageRegistry
    Modifier and Type
    Method
    Description
    ImageRegistry.getInstance()
    Gets the Image Registry.
  • Uses of ImageRegistry in com.iizigo.editor

    Fields in com.iizigo.editor declared as ImageRegistry
    Modifier and Type
    Field
    Description
    protected final ImageRegistry
    PropEditorPart.ir
    The Image Registry.
  • Uses of ImageRegistry in com.iizigo.handler

    Methods in com.iizigo.handler with parameters of type ImageRegistry
    Modifier and Type
    Method
    Description
    static org.eclipse.ui.menus.CommandContributionItem
    Copy.create(org.eclipse.ui.services.IServiceLocator serviceLocator, ImageRegistry ir)
    Creates the Command Contribution item.
    static org.eclipse.ui.menus.CommandContributionItem
    Cut.create(org.eclipse.ui.services.IServiceLocator serviceLocator, ImageRegistry ir)
    Creates the Command Contribution item.
    static org.eclipse.ui.menus.CommandContributionItem
    Delete.create(org.eclipse.ui.services.IServiceLocator serviceLocator, ImageRegistry ir)
    Creates the Command Contribution item.
    static org.eclipse.ui.menus.CommandContributionItem
    Link.create(org.eclipse.ui.services.IServiceLocator serviceLocator, ImageRegistry ir)
    Creates the Command Contribution item.
    static org.eclipse.ui.menus.CommandContributionItem
    Move.create(org.eclipse.ui.services.IServiceLocator serviceLocator, ImageRegistry ir)
    Creates the Command Contribution item.
    static org.eclipse.ui.menus.CommandContributionItem
    Open.create(org.eclipse.ui.services.IServiceLocator serviceLocator, ImageRegistry ir)
    Creates the Command Contribution item.
    static org.eclipse.ui.menus.CommandContributionItem
    Paste.create(org.eclipse.ui.services.IServiceLocator serviceLocator, ImageRegistry ir)
    Creates the Command Contribution item.
    static org.eclipse.ui.menus.CommandContributionItem
    PasteAfter.create(org.eclipse.ui.services.IServiceLocator serviceLocator, ImageRegistry ir)
    Creates the Command Contribution item.
    static org.eclipse.ui.menus.CommandContributionItem
    PasteBefore.create(org.eclipse.ui.services.IServiceLocator serviceLocator, ImageRegistry ir)
    Creates the Command Contribution item.
    static org.eclipse.ui.menus.CommandContributionItem
    PasteLink.create(org.eclipse.ui.services.IServiceLocator serviceLocator, ImageRegistry ir)
    Creates the Command Contribution item.
    static org.eclipse.ui.menus.CommandContributionItem
    Rename.create(org.eclipse.ui.services.IServiceLocator serviceLocator, ImageRegistry ir)
    Creates the Command Contribution item.
    static org.eclipse.ui.menus.CommandContributionItem
    SelectAll.create(org.eclipse.ui.services.IServiceLocator serviceLocator, ImageRegistry ir)
    Creates the Command Contribution item.