Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.virtuosotechnologies.asaph.maingui
Class PrefsWindowManagerImpl  view PrefsWindowManagerImpl download PrefsWindowManagerImpl.java

java.lang.Object
  extended bycom.virtuosotechnologies.asaph.maingui.PrefsWindowManagerImpl
All Implemented Interfaces:
PrefsWindowManager

class PrefsWindowManagerImpl
extends java.lang.Object
implements PrefsWindowManager

Implementation of PrefsWindowManager


Nested Class Summary
private  class PrefsWindowManagerImpl.PaneInfoRec
           
 
Field Summary
private  javax.swing.JList categoryList_
           
private  int curPaneNum_
           
private  javax.swing.JFrame frame_
           
private  java.util.Vector paneInfoRecs_
           
private static java.lang.String STR_PrefsWindow_Title
           
 
Fields inherited from interface com.virtuosotechnologies.asaph.maingui.PrefsWindowManager
API_NAME
 
Constructor Summary
(package private) PrefsWindowManagerImpl()
          Constructor
 
Method Summary
(package private)  void closePrefsWindow()
           
(package private)  void openPrefsWindow()
          Opens the preferences window if it isn't already open, and brings it to the front.
 void registerPrefsPaneProvider(PrefsPaneProvider provider, java.lang.String title, java.lang.String description)
          Register a PrefsPaneProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STR_PrefsWindow_Title

private static final java.lang.String STR_PrefsWindow_Title

paneInfoRecs_

private java.util.Vector paneInfoRecs_

frame_

private javax.swing.JFrame frame_

curPaneNum_

private int curPaneNum_

categoryList_

private javax.swing.JList categoryList_
Constructor Detail

PrefsWindowManagerImpl

PrefsWindowManagerImpl()
Constructor

Method Detail

openPrefsWindow

void openPrefsWindow()
Opens the preferences window if it isn't already open, and brings it to the front.


closePrefsWindow

void closePrefsWindow()

registerPrefsPaneProvider

public void registerPrefsPaneProvider(PrefsPaneProvider provider,
                                      java.lang.String title,
                                      java.lang.String description)
Register a PrefsPaneProvider

Specified by:
registerPrefsPaneProvider in interface PrefsWindowManager