public class ManualLayoutUpdater extends ComponentAdapter implements InternalFrameListener
Constructor and Description |
---|
ManualLayoutUpdater(ManualLayout layout,
IDARELegend legend,
LayoutGUI gui,
NodeManager nm) |
Modifier and Type | Method and Description |
---|---|
void |
addFrame(DataSetFrame frame)
Add a frame to this layout
|
void |
componentMoved(ComponentEvent e) |
void |
componentResized(ComponentEvent e) |
String |
getNodeID() |
void |
internalFrameActivated(InternalFrameEvent e) |
void |
internalFrameClosed(InternalFrameEvent e) |
void |
internalFrameClosing(InternalFrameEvent e) |
void |
internalFrameDeactivated(InternalFrameEvent e) |
void |
internalFrameDeiconified(InternalFrameEvent e) |
void |
internalFrameIconified(InternalFrameEvent e) |
void |
internalFrameOpened(InternalFrameEvent e) |
void |
updateColors(ColorMap colors) |
void |
updateNode(String Node) |
void |
updateProperties(DataSetLayoutInfoBundle bundle)
Inform the layout that properties have changed.
|
void |
updateProperties(DataSetLayoutProperties props) |
componentHidden, componentShown
public ManualLayoutUpdater(ManualLayout layout, IDARELegend legend, LayoutGUI gui, NodeManager nm)
public void updateProperties(DataSetLayoutInfoBundle bundle) throws WrongDatasetTypeException
bundle
- the bundle to update the propertiesWrongDatasetTypeException
- if the bundle contains an invalid DataSet
public void addFrame(DataSetFrame frame) throws WrongDatasetTypeException
frame
- the frame to addWrongDatasetTypeException
- if the DataSet contained in the frame is invalid.public void componentResized(ComponentEvent e)
componentResized
in interface ComponentListener
componentResized
in class ComponentAdapter
public void componentMoved(ComponentEvent e)
componentMoved
in interface ComponentListener
componentMoved
in class ComponentAdapter
public void updateColors(ColorMap colors)
public void updateNode(String Node)
public void updateProperties(DataSetLayoutProperties props)
public String getNodeID()
public void internalFrameClosing(InternalFrameEvent e)
internalFrameClosing
in interface InternalFrameListener
public void internalFrameActivated(InternalFrameEvent e)
internalFrameActivated
in interface InternalFrameListener
public void internalFrameClosed(InternalFrameEvent e)
internalFrameClosed
in interface InternalFrameListener
public void internalFrameIconified(InternalFrameEvent e)
internalFrameIconified
in interface InternalFrameListener
public void internalFrameDeiconified(InternalFrameEvent e)
internalFrameDeiconified
in interface InternalFrameListener
public void internalFrameDeactivated(InternalFrameEvent e)
internalFrameDeactivated
in interface InternalFrameListener
public void internalFrameOpened(InternalFrameEvent e)
internalFrameOpened
in interface InternalFrameListener
Copyright © 2018. All rights reserved.