
com.viaoa.web.OATreeTitleNode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of oa-web Show documentation
Show all versions of oa-web Show documentation
Object Automation Web library
package com.viaoa.web;
import javax.swing.Icon;
import com.viaoa.hub.Hub;
import com.viaoa.web.swing.JPopupMenu;
public class OATreeTitleNode extends OATreeNode {
public OATreeTitleNode(String path) {
super(path);
// this.titleFlag = true;
}
public void setCountHub(Hub rootHub) {
// TODO Auto-generated method stub
}
public void setIcon(Icon titleIcon) {
}
public void setPopupMenu(JPopupMenu createTreeTitleNodePopupMenu) {
}
public void setMaxImageHeight(int i) {
// TODO Auto-generated method stub
}
public void setMaxImageWidth(int i) {
// TODO Auto-generated method stub
}
public void add(OATreeNode node) {
// TODO Auto-generated method stub
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy