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.PaneHandler

Uses of PaneHandler in com.virtuosotechnologies.asaph.maingui
 

Fields in com.virtuosotechnologies.asaph.maingui declared as PaneHandler
private  PaneHandler PaneManagerImpl.PaneControllerImpl.handler_
           
 

Methods in com.virtuosotechnologies.asaph.maingui that return PaneHandler
(package private)  PaneHandler PaneManagerImpl.PaneControllerImpl.getHandler()
           
 

Methods in com.virtuosotechnologies.asaph.maingui with parameters of type PaneHandler
 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.
 

Constructors in com.virtuosotechnologies.asaph.maingui with parameters of type PaneHandler
PaneManagerImpl.PaneControllerImpl(javax.swing.JInternalFrame frame, PaneHandler handler)