Package palmed.ui

Examples of palmed.ui.IInputListener


        show();
    }

    private void createFile( final Displayable next )
    {
        final IInputListener listener = new IInputListener()
        {
            public void enter( final String value )
            {
                select( value );
            }
View Full Code Here


        display_.setCurrent( new InputDialog( "Save in a new file", "Enter file name", listener ) );
    }

    private void createDirectory( final Displayable next )
    {
        final IInputListener listener = new IInputListener()
        {
            public void enter( final String value )
            {
                try
                {
View Full Code Here

TOP

Related Classes of palmed.ui.IInputListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.