|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectartisynth.core.driver.MenuBarHandler
public class MenuBarHandler
to create a class that handles the main menu interactions responds to the events and calls appropriate functions to deal with the events
Field Summary | |
---|---|
static int |
MAX_MENU_ROWS
|
Constructor Summary | |
---|---|
MenuBarHandler(Main parent,
MainFrame theFrame)
|
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent event)
action performed to process all the menu and button actions in this class |
void |
attachModeSelectionToolbar(javax.swing.JPanel panel)
|
void |
attachToolbar()
|
void |
attachViewerToolbar(javax.swing.JPanel panel)
author: andreio create a camera toolbar to control the view of the camera on the GlViewer |
void |
createMenus()
creates menu items |
void |
detachToolbar()
|
void |
detachViewerToolbar(javax.swing.JPanel panel)
|
void |
disableShowPlay()
|
void |
enableShowPlay()
|
GLViewer |
getMainViewer()
|
void |
initToolbar()
|
void |
renderOccurred(GLViewerEvent e)
A render occurred on the viewer. |
void |
runScript(java.lang.String scriptName)
|
void |
schedulerActionPerformed(Scheduler.Action action)
|
void |
setBackgroundColor()
|
void |
setTimelineVisible(boolean visible)
|
void |
updateWidgets()
|
void |
valueChange(ValueChangeEvent e)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MAX_MENU_ROWS
Constructor Detail |
---|
public MenuBarHandler(Main parent, MainFrame theFrame)
Method Detail |
---|
public void initToolbar()
public void createMenus()
public void valueChange(ValueChangeEvent e)
valueChange
in interface ValueChangeListener
public void actionPerformed(java.awt.event.ActionEvent event)
actionPerformed
in interface java.awt.event.ActionListener
public void runScript(java.lang.String scriptName)
public void enableShowPlay()
public void disableShowPlay()
public void detachToolbar()
public void attachToolbar()
public void attachModeSelectionToolbar(javax.swing.JPanel panel)
public void attachViewerToolbar(javax.swing.JPanel panel)
public void detachViewerToolbar(javax.swing.JPanel panel)
public GLViewer getMainViewer()
public void setBackgroundColor()
public void updateWidgets()
public void setTimelineVisible(boolean visible)
public void schedulerActionPerformed(Scheduler.Action action)
schedulerActionPerformed
in interface SchedulerListener
public void renderOccurred(GLViewerEvent e)
GLViewerListener
renderOccurred
in interface GLViewerListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |