Package ptolemy.actor.gui

Examples of ptolemy.actor.gui.TextEditorTableau


                    (StringAttribute) attribute, numberOfRows, numberOfColumns,
                    "Editor for " + attributeName.getExpression() + " of "
                            + getContainer().getFullName());
        }

        TextEditorTableau tableau = new TextEditorTableau(textEffigy,
                "_tableau", _editor);
        return tableau;
    }
View Full Code Here

TOP

Related Classes of ptolemy.actor.gui.TextEditorTableau

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.