MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / TreePanel

Method TreePanel

ij/src/main/java/ij/plugin/ControlPanel.java:693–695  ·  view source on GitHub ↗
(DefaultMutableTreeNode root, ControlPanel pcp, boolean isMainPanel)

Source from the content-addressed store, hash-verified

691 private static final ImageIcon upIcon = new ImageIcon( Toolkit.getDefaultToolkit().createImage(new MemoryImageSource(16,16,iconCM,_uparrow1_data,0,16)));
692
693 public TreePanel (DefaultMutableTreeNode root, ControlPanel pcp, boolean isMainPanel) {
694 new TreePanel(root,pcp,isMainPanel,null);
695 }
696
697 public TreePanel(DefaultMutableTreeNode root, ControlPanel pcp, boolean isMainPanel, Point location) {
698 this.root=root;

Callers

nothing calls this directly

Calls 3

buildTreePanelMethod · 0.95
registerPanelMethod · 0.80
getPathMethod · 0.45

Tested by

no test coverage detected