mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
stuff
This commit is contained in:
32
app/bf/DefaultMutableTreeNodeExtension.java
Normal file
32
app/bf/DefaultMutableTreeNodeExtension.java
Normal file
@@ -0,0 +1,32 @@
|
||||
package bf;
|
||||
|
||||
import G.Q;
|
||||
import javax.swing.tree.DefaultMutableTreeNode;
|
||||
import s.SComponentGolf;
|
||||
|
||||
public class DefaultMutableTreeNodeExtension extends DefaultMutableTreeNode {
|
||||
private Q a;
|
||||
|
||||
public DefaultMutableTreeNodeExtension(Q paramQ) {
|
||||
super(paramQ);
|
||||
this.a = paramQ;
|
||||
}
|
||||
|
||||
public DefaultMutableTreeNodeExtension(String paramString) {
|
||||
super(SComponentGolf.b(paramString));
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return (a() != null) ? a().aL() : super.toString();
|
||||
}
|
||||
|
||||
public Q a() {
|
||||
return this.a;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bf/j.class
|
||||
* Java compiler version: 8 (52.0)
|
||||
* JD-Core Version: 1.1.3
|
||||
*/
|
||||
Reference in New Issue
Block a user