public class GuiIconDescription extends Object implements IGuiIconDescription
| Constructor and Description |
|---|
GuiIconDescription(org.eclipse.swt.graphics.Device device,
IConstant constant,
File smallIcon,
File mediumIcon,
File largeIcon,
String source) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
boolean |
equals(Object obj) |
IConstant |
getConstant() |
org.eclipse.swt.graphics.Image |
getImage() |
File |
getLargeIcon() |
File |
getMediumIcon() |
File |
getSmallIcon() |
String |
getSource() |
int |
hashCode() |
public IConstant getConstant()
getConstant in interface IGuiIconDescriptionpublic String getSource()
getSource in interface IGuiIconDescriptionpublic org.eclipse.swt.graphics.Image getImage()
getImage in interface IGuiIconDescriptionpublic void dispose()
dispose in interface IGuiIconDescriptionpublic File getSmallIcon()
getSmallIcon in interface IGuiIconDescriptionpublic File getMediumIcon()
getMediumIcon in interface IGuiIconDescriptionpublic File getLargeIcon()
getLargeIcon in interface IGuiIconDescriptionCopyright © 2007–2018 Andreas Bartels. All rights reserved.