Exemplo n.º 1
0
 public String getDockableFrameName() {
   return model.getName();
 }
Exemplo n.º 2
0
 public Set<NotationGuiHolder.Position> getAllowedDockableFramePositions() {
   return model.getAllowedSides();
 }