Package org.apache.harmony.luni.util

Examples of org.apache.harmony.luni.util.NotImplementedException


            }
        }

        public JEditorPaneAccessibleHypertextSupport() throws NotImplementedException {
            super();
            throw new NotImplementedException();
        }
View Full Code Here


            super();
            throw new NotImplementedException();
        }

        public AccessibleHyperlink getLink(int linkIndex) throws NotImplementedException {
            throw new NotImplementedException();
        }
View Full Code Here

        public AccessibleHyperlink getLink(int linkIndex) throws NotImplementedException {
            throw new NotImplementedException();
        }

        public int getLinkCount() throws NotImplementedException {
            throw new NotImplementedException();
        }
View Full Code Here

        public int getLinkCount() throws NotImplementedException {
            throw new NotImplementedException();
        }

        public int getLinkIndex(int charIndex) throws NotImplementedException {
            throw new NotImplementedException();
        }
View Full Code Here

        public int getLinkIndex(int charIndex) throws NotImplementedException {
            throw new NotImplementedException();
        }

        public String getLinkText(int linkIndex) throws NotImplementedException {
            throw new NotImplementedException();
        }
View Full Code Here

        //Not implemented
        public class HTMLLink extends AccessibleHyperlink {
            public HTMLLink(Element e) throws NotImplementedException {
                super();
                throw new NotImplementedException();
            }
View Full Code Here

                throw new NotImplementedException();
            }

            @Override
            public boolean doAccessibleAction(int i) throws NotImplementedException {
                throw new NotImplementedException();
            }
View Full Code Here

                throw new NotImplementedException();
            }

            @Override
            public Object getAccessibleActionAnchor(int i) throws NotImplementedException {
                throw new NotImplementedException();
            }
View Full Code Here

                throw new NotImplementedException();
            }

            @Override
            public int getAccessibleActionCount() throws NotImplementedException {
                throw new NotImplementedException();
            }
View Full Code Here

                throw new NotImplementedException();
            }

            @Override
            public String getAccessibleActionDescription(int i) throws NotImplementedException {
                throw new NotImplementedException();
            }
View Full Code Here

TOP

Related Classes of org.apache.harmony.luni.util.NotImplementedException

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.