ewe.io
Class FileChooserLink
java.lang.Object
ewe.io.FileChooserLink
- public class FileChooserLink
- extends Object
icon
public IImage icon
name
public String name
path
public String path
FileChooserLink
public FileChooserLink(String name,
String path,
IImage icon)
FileChooserLink
public FileChooserLink(String aPath,
File fileModel)
addToMenu
public MenuItem addToMenu(ChoiceControl m,
FontMetrics fm)
toString
public String toString()
- Description copied from class:
Object
- Return a String representation of this object.
- Overrides:
toString in class Object
- Returns:
- a String representing this object.
equals
public boolean equals(Object other)
- This checks for equality of Paths. The object can be another link, or a file or a path string.
- Overrides:
equals in class Object
- Parameters:
other - Another object to compare to.
- Returns:
- true if this object is considered equal to the other object.
toFile
public File toFile(File fileSystem)