JGraphpad Pro
v6.0.5.0


com.jgraph.pad.factory
Class JGraphpadComboBox

java.lang.Object
  extended bycom.jgraph.pad.factory.JGraphpadComboBox

public class JGraphpadComboBox
extends Object

Combo box factory methods with special dialogs and custom cell views for specific attributes (shape).


Nested Class Summary
static class JGraphpadComboBox.ColorComboFactoryMethod
          Provides a factory method to construct a color combo box.
static class JGraphpadComboBox.VertexShapeComboFactoryMethod
          Provides a factory method to construct a shape combo box.
 
Field Summary
static Color[] defaultColors
          Default array of colors.
static int[] defaultShapes
          Default array of shapes.
static int TYPE_BACKGROUND
          Defines the combo box types for JGraphpadComboBox.ColorComboFactoryMethod.
static int TYPE_GRADIENT
          Defines the combo box types for JGraphpadComboBox.ColorComboFactoryMethod.
static int TYPE_LINECOLOR
          Defines the combo box types for JGraphpadComboBox.ColorComboFactoryMethod.
 
Constructor Summary
JGraphpadComboBox()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_BACKGROUND

public static final int TYPE_BACKGROUND
Defines the combo box types for JGraphpadComboBox.ColorComboFactoryMethod.

See Also:
Constant Field Values

TYPE_GRADIENT

public static final int TYPE_GRADIENT
Defines the combo box types for JGraphpadComboBox.ColorComboFactoryMethod.

See Also:
Constant Field Values

TYPE_LINECOLOR

public static final int TYPE_LINECOLOR
Defines the combo box types for JGraphpadComboBox.ColorComboFactoryMethod.

See Also:
Constant Field Values

defaultColors

public static Color[] defaultColors
Default array of colors.


defaultShapes

public static int[] defaultShapes
Default array of shapes.

Constructor Detail

JGraphpadComboBox

public JGraphpadComboBox()

JGraphpad Pro
v6.0.5.0


Copyright (C) 2005 JGraph.com. All rights reserved.