net.sourceforge.jsh3modtool.gui.imagetable
Class FolderCell

java.lang.Object
  extended by net.sourceforge.jsh3modtool.gui.imagetable.BaseCell
      extended by net.sourceforge.jsh3modtool.gui.imagetable.FolderCell

public class FolderCell
extends BaseCell

A Cell model for a folder on a disk.

Author:
erma

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

FolderCell

public FolderCell(java.io.File path)
Creates a new instance of FolderCell

Parameters:
path - the path
Method Detail

getTargetPath

public java.lang.String getTargetPath()
Returns the folders path

Returns:
the complete path to the folder

getName

public java.lang.String getName()
Returns the folders name (short

Returns:
the folders name

hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object other)

Overrides:
equals in class java.lang.Object


Copyright © 2005 sourceforge.net. All Rights Reserved.