|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.beans.ui.ComponentFactory
public class ComponentFactory
A StyleComponent factory classs to generate the various stlye components which are used on the different bean customier;
Method Summary | |
---|---|
javax.swing.border.Border |
createTitleBorder(java.lang.String name,
int up,
int left,
int down,
int right)
Return a tile line border with specified gap. |
StyleComponent |
getAppearanceStyle()
Returns appearance style component |
StyleComponent |
getARAppearanceStyle()
Deprecated. the method is deprecated. |
StyleComponent |
getARBorderStyle()
Deprecated. the method is deprecated. |
StyleComponent |
getARDirection()
Deprecated. the method has been deprecated. |
StyleComponent |
getARMapTools()
Deprecated. the method has been deprecated. |
StyleComponent |
getARPageUnits()
Deprecated. the method has been deprecated. |
StyleComponent |
getBorderStyle()
Returns border style component |
javax.swing.JFileChooser |
getGlobeFileChooser()
Returns a globe file chooser |
StyleComponent |
getGlobeTipsType()
Returns tool style component |
static ComponentFactory |
getInstance()
Returns an instance of the class. |
StyleComponent |
getItemAppearanceStyle()
Returns Item appearance style component |
StyleComponent |
getLabelEdit()
Returns Label Edit style component |
javax.swing.JFileChooser |
getLayerFileChooser()
|
StyleComponent |
getLayerVisibility()
Returns layer visibility style component |
javax.swing.JFileChooser |
getMapFileChooser()
Returns a map document file chooser. |
StyleComponent |
getMousePointerStyle()
Returns mouse pointer style component |
javax.swing.JFileChooser |
getReaderFileChooser()
Returns a reader file chooser |
javax.swing.JFileChooser |
getSceneFileChooser()
Returns a scene file chooser |
javax.swing.JFileChooser |
getServerStyleFileChooser()
Returns a stle file file chooser. |
StyleComponent |
getSymbologyDisplayStyle()
Returns symbology display style component |
StyleComponent |
getSymbologyStyleClass()
Returns symbology display style component |
StyleComponent |
getTextAlignment()
Returns text alignment style component |
StyleComponent |
getToolStyle()
Returns tool style component |
StyleComponent |
getToolTipStyle()
Returns tooltip style component |
StyleComponent |
getUnits()
Returns units style component |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ComponentFactory getInstance()
public javax.swing.border.Border createTitleBorder(java.lang.String name, int up, int left, int down, int right)
name
- String the name of the title panelup
- int - up gapleft
- int - gap to leftdown
- int - gap to downright
- int - gap to right
public StyleComponent getBorderStyle()
public StyleComponent getARBorderStyle()
public StyleComponent getAppearanceStyle()
public StyleComponent getARAppearanceStyle()
public StyleComponent getItemAppearanceStyle()
public StyleComponent getTextAlignment()
public StyleComponent getARMapTools()
public StyleComponent getARDirection()
public StyleComponent getARPageUnits()
public StyleComponent getMousePointerStyle()
public StyleComponent getSymbologyDisplayStyle()
public StyleComponent getSymbologyStyleClass()
public StyleComponent getToolTipStyle()
public StyleComponent getLabelEdit()
public StyleComponent getLayerVisibility()
public StyleComponent getToolStyle()
public StyleComponent getGlobeTipsType()
public StyleComponent getUnits()
public javax.swing.JFileChooser getLayerFileChooser()
public javax.swing.JFileChooser getMapFileChooser()
public javax.swing.JFileChooser getServerStyleFileChooser()
public javax.swing.JFileChooser getGlobeFileChooser()
public javax.swing.JFileChooser getSceneFileChooser()
public javax.swing.JFileChooser getReaderFileChooser()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |