org.openbp.swing
Interface AdvancedAccelerator


public interface AdvancedAccelerator

Classes that implement this interface use an accelerator concept that differs from the one originally used. The single method of this interface is used by the UI to retrieve the string that is to be displayed as accelerator.

Author:
Stephan Moritz

Method Summary
 java.lang.String getAcceleratorString()
          Returns the string representation of the accelerator for this element.
 

Method Detail

getAcceleratorString

java.lang.String getAcceleratorString()
Returns the string representation of the accelerator for this element.



Copyright © 2011. All Rights Reserved.