Package net.sf.jabref.groups

Examples of net.sf.jabref.groups.GroupsPrefsTab


    // ----------------------------------------------------------------
    ArrayList<PrefsTab> tabs = new ArrayList<PrefsTab>();
    tabs.add(new GeneralTab(frame, prefs));
        tabs.add(new FileTab(frame, prefs));
        tabs.add(new EntryEditorPrefsTab(frame, prefs));
        tabs.add(new GroupsPrefsTab(prefs));
    tabs.add(new AppearancePrefsTab(prefs));
    tabs.add(new ExternalTab(frame, this, prefs, parent.helpDiag));
    tabs.add(new TablePrefsTab(prefs, parent));
    tabs.add(new TableColumnsTab(prefs, parent));
    tabs.add(new TabLabelPattern(prefs, parent.helpDiag));
View Full Code Here

TOP

Related Classes of net.sf.jabref.groups.GroupsPrefsTab

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.