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