|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstructorProperties | |
---|---|
java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
java.beans | Contains classes related to developing beans -- components based on the JavaBeansTM architecture. |
java.lang.management | Provides the management interface for monitoring and management of the Java virtual machine as well as the operating system on which the Java virtual machine is running. |
javax.management.remote | Interfaces for remote access to JMX MBean servers. |
javax.swing | Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. |
javax.swing.border | Provides classes and interface for drawing specialized borders around a Swing component. |
javax.swing.plaf | Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities. |
javax.swing.tree | Provides classes and interfaces for dealing with
javax.swing.JTree . |
Uses of ConstructorProperties in java.awt |
---|
Constructors in java.awt with annotations of type ConstructorProperties | |
---|---|
Color(int r,
int g,
int b,
int a)
Creates an sRGB color with the specified red, green, blue, and alpha values in the range (0 - 255). |
|
Cursor(int type)
Creates a new cursor object with the specified type. |
|
ScrollPane(int scrollbarDisplayPolicy)
Create a new scrollpane container. |
Uses of ConstructorProperties in java.beans |
---|
Constructors in java.beans with annotations of type ConstructorProperties | |
---|---|
EventHandler(Object target,
String action,
String eventPropertyName,
String listenerMethodName)
Creates a new EventHandler object;
you generally use one of the create methods
instead of invoking this constructor directly. |
|
Expression(Object target,
String methodName,
Object[] arguments)
Creates a new Statement object with a target ,
methodName and arguments as per the parameters. |
|
Statement(Object target,
String methodName,
Object[] arguments)
Creates a new Statement object with a target ,
methodName and arguments as per the parameters. |
Uses of ConstructorProperties in java.lang.management |
---|
Constructors in java.lang.management with annotations of type ConstructorProperties | |
---|---|
LockInfo(String className,
int identityHashCode)
Constructs a LockInfo object. |
Uses of ConstructorProperties in javax.management.remote |
---|
Constructors in javax.management.remote with annotations of type ConstructorProperties | |
---|---|
JMXServiceURL(String protocol,
String host,
int port,
String urlPath)
Constructs a JMXServiceURL with the given parts. |
Uses of ConstructorProperties in javax.swing |
---|
Constructors in javax.swing with annotations of type ConstructorProperties | |
---|---|
Box.Filler(Dimension min,
Dimension pref,
Dimension max)
Constructor to create shape with the given size ranges. |
|
BoxLayout(Container target,
int axis)
Creates a layout manager that will lay out components along the given axis. |
|
DefaultCellEditor(JTextField textField)
Constructs a DefaultCellEditor that uses a text field. |
|
ImageIcon(String filename)
Creates an ImageIcon from the specified file. |
|
JButton(String text)
Creates a button with text. |
|
JSplitPane(int newOrientation)
Creates a new JSplitPane configured with the
specified orientation and no continuous layout. |
|
JTree(TreeModel newModel)
Returns an instance of JTree which displays the root node
-- the tree is created using the specified data model. |
|
OverlayLayout(Container target)
Constructs a layout manager that performs overlay arrangement of the children. |
Uses of ConstructorProperties in javax.swing.border |
---|
Constructors in javax.swing.border with annotations of type ConstructorProperties | |
---|---|
BevelBorder(int bevelType,
Color highlightOuterColor,
Color highlightInnerColor,
Color shadowOuterColor,
Color shadowInnerColor)
Creates a bevel border with the specified type, highlight and shadow colors. |
|
CompoundBorder(Border outsideBorder,
Border insideBorder)
Creates a compound border with the specified outside and inside borders. |
|
EmptyBorder(Insets borderInsets)
Creates an empty border with the specified insets. |
|
EtchedBorder(int etchType,
Color highlight,
Color shadow)
Creates an etched border with the specified etch-type, highlight and shadow colors. |
|
LineBorder(Color color,
int thickness,
boolean roundedCorners)
Creates a line border with the specified color, thickness, and corner shape. |
|
SoftBevelBorder(int bevelType,
Color highlightOuterColor,
Color highlightInnerColor,
Color shadowOuterColor,
Color shadowInnerColor)
Creates a bevel border with the specified type, highlight shadow colors. |
|
TitledBorder(Border border,
String title,
int titleJustification,
int titlePosition,
Font titleFont,
Color titleColor)
Creates a TitledBorder instance with the specified border, title, title-justification, title-position, title-font, and title-color. |
Uses of ConstructorProperties in javax.swing.plaf |
---|
Constructors in javax.swing.plaf with annotations of type ConstructorProperties | |
---|---|
BorderUIResource.BevelBorderUIResource(int bevelType,
Color highlightOuter,
Color highlightInner,
Color shadowOuter,
Color shadowInner)
|
|
BorderUIResource.CompoundBorderUIResource(Border outsideBorder,
Border insideBorder)
|
|
BorderUIResource.EmptyBorderUIResource(Insets insets)
|
|
BorderUIResource.EtchedBorderUIResource(int etchType,
Color highlight,
Color shadow)
|
|
BorderUIResource.LineBorderUIResource(Color color,
int thickness)
|
|
BorderUIResource.TitledBorderUIResource(Border border,
String title,
int titleJustification,
int titlePosition,
Font titleFont,
Color titleColor)
|
|
ColorUIResource(int r,
int g,
int b)
|
Uses of ConstructorProperties in javax.swing.tree |
---|
Constructors in javax.swing.tree with annotations of type ConstructorProperties | |
---|---|
DefaultTreeModel(TreeNode root)
Creates a tree in which any node can have children. |
|
TreePath(Object[] path)
Creates a TreePath from an array. |
|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |