protected class SearchManagerView.SearchEditor extends java.lang.Object implements de.ims.icarus.ui.helper.Editor<SearchDescriptor>, java.awt.event.ActionListener
Modifier and Type | Field and Description |
---|---|
protected SearchDescriptor |
descriptor |
protected de.ims.icarus.ui.dialog.FormBuilder |
formBuilder |
protected javax.swing.Timer |
timer |
Modifier | Constructor and Description |
---|---|
protected |
SearchManagerView.SearchEditor() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
applyEdit() |
void |
close() |
SearchDescriptor |
getEditingItem() |
java.awt.Component |
getEditorComponent() |
boolean |
hasChanges() |
void |
refresh() |
void |
resetEdit() |
void |
setEditingItem(SearchDescriptor item) |
protected SearchDescriptor descriptor
protected de.ims.icarus.ui.dialog.FormBuilder formBuilder
protected javax.swing.Timer timer
public java.awt.Component getEditorComponent()
getEditorComponent
in interface de.ims.icarus.ui.helper.Editor<SearchDescriptor>
Editor.getEditorComponent()
public void refresh()
public void setEditingItem(SearchDescriptor item)
setEditingItem
in interface de.ims.icarus.ui.helper.Editor<SearchDescriptor>
Editor.setEditingItem(java.lang.Object)
public SearchDescriptor getEditingItem()
getEditingItem
in interface de.ims.icarus.ui.helper.Editor<SearchDescriptor>
Editor.getEditingItem()
public void resetEdit()
resetEdit
in interface de.ims.icarus.ui.helper.Editor<SearchDescriptor>
Editor.resetEdit()
public void applyEdit()
applyEdit
in interface de.ims.icarus.ui.helper.Editor<SearchDescriptor>
Editor.applyEdit()
public boolean hasChanges()
hasChanges
in interface de.ims.icarus.ui.helper.Editor<SearchDescriptor>
Editor.hasChanges()
public void close()
close
in interface de.ims.icarus.ui.helper.Editor<SearchDescriptor>
Editor.close()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
ActionListener.actionPerformed(java.awt.event.ActionEvent)