|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jsh3modtool.gui.imagetable.BaseCell
net.sourceforge.jsh3modtool.gui.imagetable.FolderCell
public class FolderCell
A Cell model for a folder on a disk.
Constructor Summary | |
---|---|
FolderCell(java.io.File path)
Creates a new instance of FolderCell |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
|
java.lang.String |
getName()
Returns the folders name (short |
java.lang.String |
getTargetPath()
Returns the folders path |
int |
hashCode()
|
Methods inherited from class net.sourceforge.jsh3modtool.gui.imagetable.BaseCell |
---|
getCachedName, getCachedNameMaxWidth, recacheName |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FolderCell(java.io.File path)
path
- the pathMethod Detail |
---|
public java.lang.String getTargetPath()
public java.lang.String getName()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |