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