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.
 
Methods inherited from interface com.cosylab.gui.components.util.PopupManageable
getPopupManager
 

Method Detail

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.