public class DViewController extends java.lang.Object implements Controller
Modifier and Type | Field and Description |
---|---|
DViewPlotController |
basicController |
private DataHandler |
dataHandler |
(package private) java.util.ArrayList<ViewConfig> |
viewConfigs |
DruMenu |
viewMenu |
Constructor and Description |
---|
DViewController() |
Modifier and Type | Method and Description |
---|---|
void |
attached() |
void |
exit() |
private java.io.File |
findConfig(java.io.File fdir) |
void |
makeImages(java.io.File fdir) |
void |
open() |
void |
open(java.io.File fin) |
void |
reload() |
void |
requestClose() |
void |
requestExit() |
void |
setViewStyle(java.lang.String s) |
void |
syncOptions() |
public DruMenu viewMenu
public DViewPlotController basicController
private DataHandler dataHandler
java.util.ArrayList<ViewConfig> viewConfigs
public void open()
public void open(java.io.File fin)
private java.io.File findConfig(java.io.File fdir)
public void requestClose()
public void reload()
public void requestExit()
public void exit()
public void syncOptions()
public void setViewStyle(java.lang.String s)
public void attached()
attached
in interface Controller
public void makeImages(java.io.File fdir)
Copyright © 2013. All Rights Reserved.