Uses of Class
holoedit.Main

Packages that use Main
holoedit.data   
holoedit.fileio   
holoedit.gui   
holoedit.rt   
holoedit.util   
 

Uses of Main in holoedit.data
 

Fields in holoedit.data declared as Main
private  Main HoloRecentFile.mainRef
           
 

Constructors in holoedit.data with parameters of type Main
HoloRecentFile(Main s)
           
HoloRecentFile(Main s, HoloRecentFile toClone)
           
HoloRecentFile(Main s, java.lang.String all)
           
HoloRecentFile(Main s, java.lang.String fileDir, java.lang.String fileName)
           
HoloRecentFile(Main s, java.lang.String fileDir, java.lang.String fileName, int fileType)
           
 

Uses of Main in holoedit.fileio
 

Fields in holoedit.fileio declared as Main
private  Main WaveFormReader.mainRef
           
private  Main SDIFreader.mainRef
           
private  Main HoloSettings.mainRef
           
 

Constructors in holoedit.fileio with parameters of type Main
HoloSettings(Main owner)
           
SDIFreader(java.io.File f, java.lang.String importOptions, Main owner)
           
WaveFormReader(java.io.File f, Main owner)
           
 

Uses of Main in holoedit.gui
 

Fields in holoedit.gui declared as Main
(package private)  Main TransportPanel.mainRef
           
private  Main TimeEditorGUI.mainRef
           
protected  Main SpeakerEditor.mainRef
           
private  Main SoundPoolGUI.mainRef
           
private  Main ScoreGUI.mainRef
           
private  Main RoomGUI.mainRef
           
private  Main Room3DGUI.mainRef
           
private  Main PrefPane.mainRef
           
private  Main HoloPointEditor.mainRef
           
private  Main HoloMenuBar.mainRef
           
private  Main HelpWindow.mainRef
           
 Main GestionPistes.mainRef
           
private  Main CounterPanel.mainRef
           
private  Main ConnectionPanel.mainRef
           
private  Main FloatingWindow.mr
           
 

Constructors in holoedit.gui with parameters of type Main
AboutDialog(Main owner, java.lang.String title)
           
ConnectionPanel(Main owner)
           
CounterPanel(Main owner)
           
FloatingWindow(java.lang.String title, Main owner, int sizeW, int sizeH, int posiX, int posiY, boolean visi)
           
GestionPistes(Main owner)
           
HelpWindow(Main owner)
           
HoloMenuBar(Main s, FloatingWindow p)
           
HoloPointEditor(int _ptIndex, java.awt.Point position, FloatingWindow fw, Main mr)
           
HoloPointEditorRenderer(Main owner)
           
PrefPane(Main m)
           
Room3DGUI(Main owner)
           
RoomGUI(Main owner)
           
ScoreGUI(Main owner)
           
SoundPoolGUI(Main owner)
           
TimeEditorGUI(Main owner)
           
TransportPanel(Main owner)
           
WaveFormRenderer(Main owner)
           
 

Uses of Main in holoedit.rt
 

Fields in holoedit.rt declared as Main
protected  Main Connection.mainRef
           
 

Constructors in holoedit.rt with parameters of type Main
BonjourConnection(Main m)
           
Connection(Main m)
           
OSCConnection(Main m)
           
 

Uses of Main in holoedit.util
 

Fields in holoedit.util declared as Main
private  Main MacFileManager.mainRef
           
(package private)  Main MacApplication.mainRef
           
 

Constructors in holoedit.util with parameters of type Main
MacApplication(Main owner)
           
MacFileManager(Main owner)