|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.wgmecad.FileNode
Field Summary | |
private static ArgumentMap |
argMap
|
private boolean |
brdDesign
|
private String[] |
brdexts
|
private boolean |
Design
|
(package private) static org.apache.log4j.Logger |
logger
|
protected File |
m_file
|
private boolean |
schDesign
|
private String[] |
schexts
|
Constructor Summary | |
FileNode(File file)
|
Method Summary | |
int |
compareTo(FileNode toCompare)
|
boolean |
expand(DefaultMutableTreeNode parent)
|
boolean |
getBrdDesign()
|
boolean |
getDesign()
|
File |
getFile()
|
static ImageIcon |
getIconType(File newFile)
|
boolean |
getSchDesign()
|
boolean |
hasSubDirs()
|
boolean |
isBRD()
|
boolean |
isCPM()
|
protected File[] |
listFiles()
|
void |
setBrdDesign(boolean _design)
|
void |
setDesign(boolean _design)
|
void |
setSchDesign(boolean _design)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected File m_file
private String[] schexts
private String[] brdexts
private boolean Design
private boolean schDesign
private boolean brdDesign
private static ArgumentMap argMap
static org.apache.log4j.Logger logger
Constructor Detail |
public FileNode(File file)
Method Detail |
public File getFile()
public String toString()
public void setDesign(boolean _design)
public boolean getDesign()
public void setSchDesign(boolean _design)
public boolean getSchDesign()
public void setBrdDesign(boolean _design)
public boolean getBrdDesign()
public boolean isCPM()
public boolean isBRD()
public boolean expand(DefaultMutableTreeNode parent)
public static ImageIcon getIconType(File newFile)
public boolean hasSubDirs()
public int compareTo(FileNode toCompare)
protected File[] listFiles()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |