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, componentShownpublic 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 DataSetpublic 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 ComponentListenercomponentResized in class ComponentAdapterpublic void componentMoved(ComponentEvent e)
componentMoved in interface ComponentListenercomponentMoved in class ComponentAdapterpublic 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 InternalFrameListenerpublic void internalFrameActivated(InternalFrameEvent e)
internalFrameActivated in interface InternalFrameListenerpublic void internalFrameClosed(InternalFrameEvent e)
internalFrameClosed in interface InternalFrameListenerpublic void internalFrameIconified(InternalFrameEvent e)
internalFrameIconified in interface InternalFrameListenerpublic void internalFrameDeiconified(InternalFrameEvent e)
internalFrameDeiconified in interface InternalFrameListenerpublic void internalFrameDeactivated(InternalFrameEvent e)
internalFrameDeactivated in interface InternalFrameListenerpublic void internalFrameOpened(InternalFrameEvent e)
internalFrameOpened in interface InternalFrameListenerCopyright © 2018. All rights reserved.