public class REpiceaIOFileHandlerUI
extends java.lang.Object
implements java.awt.event.ActionListener, java.beans.PropertyChangeListener
Modifier and Type | Class and Description |
---|---|
protected static class |
REpiceaIOFileHandlerUI.MessageID |
Constructor and Description |
---|
REpiceaIOFileHandlerUI(IOUserInterface component,
IOUserInterfaceableObject componentOwner,
javax.swing.AbstractButton saveButton,
javax.swing.AbstractButton saveAsButton,
javax.swing.AbstractButton loadButton) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt) |
protected void |
loadAction()
This method loads a previously serialized instance.
|
void |
propertyChange(java.beans.PropertyChangeEvent arg0) |
static void |
RefreshTitle(IOUserInterfaceableObject caller,
REpiceaWindow window)
This method sets the title of the window instance according to the filename provided by the caller.
|
protected void |
saveAction() |
protected boolean |
saveAsAction() |
public REpiceaIOFileHandlerUI(IOUserInterface component, IOUserInterfaceableObject componentOwner, javax.swing.AbstractButton saveButton, javax.swing.AbstractButton saveAsButton, javax.swing.AbstractButton loadButton)
protected void loadAction()
protected void saveAction()
protected boolean saveAsAction()
public void actionPerformed(java.awt.event.ActionEvent evt)
actionPerformed
in interface java.awt.event.ActionListener
public void propertyChange(java.beans.PropertyChangeEvent arg0)
propertyChange
in interface java.beans.PropertyChangeListener
public static void RefreshTitle(IOUserInterfaceableObject caller, REpiceaWindow window)
caller
- a IOUserInterfaceableObject interfacewindow
- a REpiceaWindow window