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

Quick Search    Search Deep

Uses of Interface
com.virtuosotechnologies.asaph.maingui.PaneController

Uses of PaneController in com.virtuosotechnologies.asaph.maingui
 

Classes in com.virtuosotechnologies.asaph.maingui that implement PaneController
private  class PaneManagerImpl.PaneControllerImpl
           
 

Methods in com.virtuosotechnologies.asaph.maingui that return PaneController
 PaneController PaneManagerImpl.createPane(javax.swing.JComponent component, java.lang.String title, com.virtuosotechnologies.lib.command.CommandNode commands, PaneHandler handler)
          Open a pane in the main gui.
 PaneController PaneManager.createPane(javax.swing.JComponent component, java.lang.String title, com.virtuosotechnologies.lib.command.CommandNode commands, PaneHandler handler)
          Open a pane in the main gui.