Java JTabbedPane installPrefsHandler(Preferences prefs, String string, JTabbedPane tabbedPane)

Here you can find the source of installPrefsHandler(Preferences prefs, String string, JTabbedPane tabbedPane)

Description

install Prefs Handler

License

Open Source License

Declaration

public static void installPrefsHandler(Preferences prefs, String string, JTabbedPane tabbedPane) 

Method Source Code

//package com.java2s;
/*/*from  w w  w .  j  a va  2s  .c  om*/
 * @(#)PreferencesUtil.java
 *
 * Copyright (c) 2005-2008 by the original authors of JHotDraw and all its
 * contributors. All rights reserved.
 *
 * You may not use, copy or modify this file, except in compliance with the 
 * license agreement you entered into with the copyright holders. For details
 * see accompanying license terms.
 */

import java.util.prefs.*;
import javax.swing.*;

public class Main {
    public static void installPrefsHandler(Preferences prefs, String string, JTabbedPane tabbedPane) {
        throw new UnsupportedOperationException("Not yet implemented");
    }
}

Related

  1. getTabIndexAt(JTabbedPane tabbedPane, int x, int y)
  2. getTabPaneLeadingPlacement()
  3. getTabsHeight()
  4. getVirtualWidth(Segment seg, int tabSize)
  5. installPrefsHandler(final Preferences prefs, final String name, final JTabbedPane tabbedPane)
  6. isInTabbedContainer(Component c)
  7. moveTab(JTabbedPane tabPane, int srcIndex, int dstIndex)
  8. selectTab(JTabbedPane pane, String title)
  9. setDefaultMnemonics(final JTabbedPane jtp)