DESY ACOP Beans Home
com.cosylab.gui.components
Interface SimpleDisplayer
- All Superinterfaces:
- PopupManageable
public interface SimpleDisplayer
- extends PopupManageable
SimpleDisplayer
interface defines some usefull features, that
should have all GUI widget, that wants to colaborate with Abeans framework.
- Version:
- $id$
- Author:
- Igor Kriznar
Method Summary |
java.util.Map<java.lang.String,java.lang.Class> |
getEditors()
Returns map of editors for different displayer contexts. |
getEditors
java.util.Map<java.lang.String,java.lang.Class> getEditors()
- Returns map of editors for different displayer contexts. Keys ar of
form "slider", "slider/alarms", etc. Value is
Class
of
editor, which customizes displayer in aspect of context key. Values
must implement Editor
interace.
- Returns:
- map of editors
Copyright © 2010. All Rights Reserved.