| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcscene.TOCSxLegendSelectionView
public class TOCSxLegendSelectionView
| Constructor Summary | |
|---|---|
| TOCSxLegendSelectionView()Constructs a TOCSxLegendSelectionView using ArcGIS Engine. | |
| TOCSxLegendSelectionView(Object obj)Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.  TOCSxLegendSelectionView theTOCSxLegendSelectionView = (TOCSxLegendSelectionView) obj; | |
| Method Summary | |
|---|---|
|  void | activate(int parentHWnd,
         ISxDocument document)Activates the contents view. | 
|  void | addToSelectedItems(Object item)Adds to the selected items. | 
|  void | deactivate()Deactivates the contents view. | 
|  boolean | equals(Object o)Compare this object with another | 
| static String | getClsid()getClsid. | 
|  Object | getContextItem()The context item (could be an enumerator). | 
|  int | getHWnd()The HWND of the contents view. | 
|  String | getName()The name of the contents view. | 
|  Object | getSelectedItem()The selected item (could be an enumerator). | 
|  int | hashCode()the hashcode for this object | 
|  boolean | isShowLines()Indicates whether to show lines in the TOC tree. | 
|  boolean | isVisible()Indicates if the view is visible. | 
|  void | refresh(Object item)Refreshes the contents view. | 
|  void | removeFromSelectedItems(Object item)Removes an item from the selected items. | 
|  void | setContextItem(Object item)The context item (could be an enumerator). | 
|  void | setProcessEvents(boolean rhs1)Indicates whether the view is currently responding to events. | 
|  void | setSelectedItem(Object item)The selected item (could be an enumerator). | 
|  void | setShowLines(boolean show)Indicates whether to show lines in the TOC tree. | 
|  void | setVisible(boolean vis)Indicates if the view is visible. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef | 
|---|
| getJintegraDispatch, release | 
| Constructor Detail | 
|---|
public TOCSxLegendSelectionView()
                         throws IOException,
                                UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public TOCSxLegendSelectionView(Object obj)
                         throws IOException
 TOCSxLegendSelectionView theTOCSxLegendSelectionView = (TOCSxLegendSelectionView) obj;
obj to TOCSxLegendSelectionView.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail | 
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public String getName()
               throws IOException,
                      AutomationException
getName in interface ISxContentsViewIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHWnd()
            throws IOException,
                   AutomationException
getHWnd in interface ISxContentsViewIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void activate(int parentHWnd,
                     ISxDocument document)
              throws IOException,
                     AutomationException
activate in interface ISxContentsViewparentHWnd - The parentHWnd (A  COM typedef)   (in)document - A reference to a com.esri.arcgis.arcscene.ISxDocument  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deactivate()
                throws IOException,
                       AutomationException
deactivate in interface ISxContentsViewIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void refresh(Object item)
             throws IOException,
                    AutomationException
refresh in interface ISxContentsViewitem - A Variant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getSelectedItem()
                       throws IOException,
                              AutomationException
getSelectedItem in interface ISxContentsViewIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSelectedItem(Object item)
                     throws IOException,
                            AutomationException
setSelectedItem in interface ISxContentsViewitem - A Variant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addToSelectedItems(Object item)
                        throws IOException,
                               AutomationException
addToSelectedItems in interface ISxContentsViewitem - A Variant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeFromSelectedItems(Object item)
                             throws IOException,
                                    AutomationException
removeFromSelectedItems in interface ISxContentsViewitem - A Variant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getContextItem()
                      throws IOException,
                             AutomationException
getContextItem in interface ISxContentsViewIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setContextItem(Object item)
                    throws IOException,
                           AutomationException
setContextItem in interface ISxContentsViewitem - A Variant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isShowLines()
                    throws IOException,
                           AutomationException
isShowLines in interface ISxContentsViewIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShowLines(boolean show)
                  throws IOException,
                         AutomationException
setShowLines in interface ISxContentsViewshow - The show  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isVisible()
                  throws IOException,
                         AutomationException
isVisible in interface ISxContentsViewIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVisible(boolean vis)
                throws IOException,
                       AutomationException
setVisible in interface ISxContentsViewvis - The vis  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setProcessEvents(boolean rhs1)
                      throws IOException,
                             AutomationException
setProcessEvents in interface ISxContentsViewrhs1 - The rhs1  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||