Default {@link #getZclass}: z-tab. (since 3.5.0) @author tomyeh
949596979899100101102103
e.printStackTrace(); } } private void setTitle(String title) { Tab tab = (Tab) editWindow.getFellowIfAny("tab"); if (tab != null) { tab.setLabel(title); } }
189190191192193194195196197198
/** * Sets the label of the actual cell in the grid * @param String title */ private void setTitle(String title) { Tab tab = (Tab) editWindow.getFellowIfAny("tab"); if (tab != null) { tab.setLabel(title); } }
70717273747576777879
public List<Snippet> getSnippets() { return labelModel.getSnippets(); } private void setTitle(Component window, String title) { Tab tab = (Tab) window.getFellowIfAny("tab"); if (tab != null) { tab.setLabel(title); } }
9899100101102103104105106107
Util.reloadBindings(editWindow); getVisibility().showOnly(editWindow); } private void setTitle(String title) { Tab tab = (Tab) editWindow.getFellowIfAny("tab"); if (tab != null) { tab.setLabel(title); } }