| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.framework.SymbolPickerDialog
public class SymbolPickerDialog
The SymbolPicker Dialog Object.
| Constructor Summary | |
|---|---|
SymbolPickerDialog()
Constructs a SymbolPickerDialog using ArcGIS Engine.  | 
|
SymbolPickerDialog(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.  SymbolPickerDialog theSymbolPickerDialog = (SymbolPickerDialog) obj; | 
|
| Method Summary | |
|---|---|
 boolean | 
doModal(int hWndParent)
Shows modal version of dialog.  | 
 boolean | 
equals(Object o)
Compare this object with another  | 
static String | 
getClsid()
getClsid.  | 
 int | 
getSelectedChar()
The Selected unicode Character.  | 
 String | 
getSelectedFontName()
The name of the Selected Font.  | 
 int | 
hashCode()
the hashcode for this object  | 
 void | 
setSelectedChar(int iCharUnicode)
The Selected unicode Character.  | 
 void | 
setSelectedFontName(String fontFaceName)
The name of the Selected Font.  | 
| 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 SymbolPickerDialog()
                   throws IOException,
                          UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public SymbolPickerDialog(Object obj)
                   throws IOException
 SymbolPickerDialog theSymbolPickerDialog = (SymbolPickerDialog) obj;
obj to SymbolPickerDialog.
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 getSelectedFontName()
                           throws IOException,
                                  AutomationException
getSelectedFontName in interface ISymbolPickerDialogIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSelectedFontName(String fontFaceName)
                         throws IOException,
                                AutomationException
setSelectedFontName in interface ISymbolPickerDialogfontFaceName - The fontFaceName  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSelectedChar()
                    throws IOException,
                           AutomationException
getSelectedChar in interface ISymbolPickerDialogIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSelectedChar(int iCharUnicode)
                     throws IOException,
                            AutomationException
setSelectedChar in interface ISymbolPickerDialogiCharUnicode - The iCharUnicode  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean doModal(int hWndParent)
                throws IOException,
                       AutomationException
doModal in interface ISymbolPickerDialoghWndParent - The hWndParent (A  COM typedef)   (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 | ||||||||