Exemplo n.º 1
0
 public int getIndent() {
   if (myParent != null) {
     return myParent.getParent() != null ? 2 : 1;
   }
   return 0;
 }