📄 registeredoperationbrowser.html
字号:
//--></SCRIPT><NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: <A HREF="#nested_classes_inherited_from_class_javax.swing.JPanel">NESTED</A> | <A HREF="#fields_inherited_from_class_JComponent">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_top"></A><!-- ========= END OF TOP NAVBAR ========= --><HR><!-- ======== START OF CLASS DATA ======== --><H2><FONT SIZE="-1">org.geotools.gui.swing.image</FONT><BR>Class RegisteredOperationBrowser</H2><PRE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by"><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Component.html" title="class or interface in java.awt">Component</A> <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by"><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/Container.html" title="class or interface in java.awt">Container</A> <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by"><A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JComponent.html" title="class or interface in javax.swing">JComponent</A> <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by"><A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JPanel.html" title="class or interface in javax.swing">JPanel</A> <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by"><B>RegisteredOperationBrowser</B></PRE><DL><DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/accessibility/Accessible.html" title="class or interface in javax.accessibility">Accessible</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/image/ImageObserver.html" title="class or interface in java.awt.image">ImageObserver</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/awt/MenuContainer.html" title="class or interface in java.awt">MenuContainer</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/Serializable.html" title="class or interface in java.io">Serializable</A></DD></DL><DL><DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../../org/geotools/gui/swing/RegisteredOperationBrowser.html" title="class in org.geotools.gui.swing">RegisteredOperationBrowser</A></DD></DL><HR><DL><DT>public class <B>RegisteredOperationBrowser</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JPanel.html" title="class or interface in javax.swing">JPanel</A></DL><P>Browse through the registered JAI operations. This widget display a tree build from a JAI's <A HREF="http://java.sun.com/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/OperationRegistry.html" title="class or interface in javax.media.jai"><CODE>OperationRegistry</CODE></A>. The tree has the following hierarchy: <p> <ul> <li>At the first level, all <A HREF="http://java.sun.com/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/OperationRegistry.html#getRegistryModes()" title="class or interface in javax.media.jai">registry modes</A> (e.g. "rendered", "renderable", etc.) in alphabetical order.</li> <li>At the second level, all <A HREF="http://java.sun.com/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/OperationRegistry.html#getDescriptors(java.lang.String)" title="class or interface in javax.media.jai">operation descriptors</A> (e.g. "Affine", "Multiply", etc.) registered in each registry mode, in alphabetical order. This is the operation name to be given to <A HREF="http://java.sun.com/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/JAI.html#create(java.lang.String, java.awt.image.renderable.ParameterBlock)" title="class or interface in javax.media.jai"><CODE>JAI.create(...)</CODE></A> methods.</li> <li>At the third level, a list of <A HREF="http://java.sun.com/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/RegistryElementDescriptor.html#getParameterListDescriptor(java.lang.String)" title="class or interface in javax.media.jai">parameters</A> as leafs, and the list of <A HREF="http://java.sun.com/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/OperationRegistry.html#getOrderedProductList(java.lang.String, java.lang.String)" title="class or interface in javax.media.jai">implementing products</A> as nodes. This level is not sorted in alphabetical order, since the ordering is relevant.</li> <li>At the last level, a list of <A HREF="http://java.sun.com/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/OperationRegistry.html#getOrderedFactoryList(java.lang.String, java.lang.String, java.lang.String)" title="class or interface in javax.media.jai">factories</A> as leafs. This level is not sorted in alphabetical order, since the ordering is relevant.</li> </ul><P><P><DL>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -