public static class ViewLimits.Controller extends Object implements ActionListener
Modifier and Type | Field and Description |
---|---|
protected ViewLimits.AppFrame |
appFrame |
protected static Sector |
DEFAULT_SECTOR_LIMITS |
protected RenderableLayer |
layer |
protected SurfaceSector |
surfaceSector |
Constructor and Description |
---|
Controller(ViewLimits.AppFrame appFrame) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent actionEvent) |
OrbitView |
getOrbitView() |
void |
loadObjects() |
void |
saveObjects() |
void |
updateRenderables() |
void |
updateViewLimits() |
protected ViewLimits.AppFrame appFrame
protected static final Sector DEFAULT_SECTOR_LIMITS
protected RenderableLayer layer
protected SurfaceSector surfaceSector
public Controller(ViewLimits.AppFrame appFrame)
public void actionPerformed(ActionEvent actionEvent)
actionPerformed
in interface ActionListener
public OrbitView getOrbitView()
public void loadObjects()
public void saveObjects()
public void updateRenderables()
public void updateViewLimits()