Searched defs:TOP (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DMediaTray.java55 public static final MediaTray TOP = new MediaTray(0); field in class:MediaTray
114 TOP,
/openjdk7/jdk/src/share/classes/javax/swing/
H A DSwingConstants.java40 * and box-orientation constants (TOP, etc.).
50 public static final int TOP = 1; field in interface:SwingConstants
H A DJSplitPane.java140 public final static String TOP = "top"; field in class:JSplitPane
969 * <li>JSplitPane.TOP
1010 constraints.equals(JSplitPane.TOP))) {
/openjdk7/jdk/src/share/classes/sun/awt/
H A DOrientableFlowLayout.java53 public static final int TOP = 0; field in class:OrientableFlowLayout
89 * @param vAlign the vertical alignment, one of TOP, CENTER, or BOTTOM.
101 * @param vAlign the vertical alignment, one of TOP, CENTER, or BOTTOM.
275 case TOP:
/openjdk7/jdk/src/share/classes/javax/swing/border/
H A DTitledBorder.java88 static public final int TOP = 2; field in class:TitledBorder
260 case TOP:
314 if ((position != TOP) && (position != BOTTOM)) {
361 case TOP: {
480 case TOP:
586 case TOP:
620 case TitledBorder.TOP:
648 if (s.equalsIgnoreCase("TOP")) {
649 return TOP;
664 return TOP;
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSSBorder.java59 final static int TOP = 0, RIGHT = 1, BOTTOM = 2, LEFT = 3; field in class:CSSBorder
134 * Return an array of border widths in the TOP, RIGHT, BOTTOM, LEFT order.
200 insets.set(widths[TOP], widths[LEFT], widths[BOTTOM], widths[RIGHT]);
216 int intY = y + widths[TOP];
218 int intHeight = height - (widths[TOP] + widths[BOTTOM]);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKConstants.java97 TOP, enum constant in enum:GTKConstants.PositionType
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DContextStack.java46 public static final int TOP = 1; field in class:ContextStack
82 private int newCode = TOP;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DFrame.java114 * TOP or DOUBLE + TOP), for local variable types as well as in the operand
194 * The TOP type. This is a BASE type.
196 static final int TOP = BASE | 0; field in class:Frame
625 push(TOP);
836 inputLocals[i++] = TOP;
840 inputLocals[i++] = TOP;
890 push(TOP);
902 push(TOP);
911 push(TOP);
[all...]
H A DOpcodes.java159 Integer TOP = new Integer(0); field in interface:Opcodes
/openjdk7/langtools/test/tools/javac/diags/
H A DHTMLWriter.java564 public static final String TOP = "top"; field in class:HTMLWriter
/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.hpp207 // Normalizes all empty values to TOP. Does not kill _widen bits.
338 static const Type *TOP; member in class:Type
671 const int _offset; // Offset into oop, with TOP & BOT
H A Dtype.cpp110 const Type *Type::TOP; // No values in set member in class:Type
149 return Type::TOP;
159 return TypeInt::TOP;
165 return Type::TOP;
225 TOP = make(Top); // No values in set
282 ffalse[1] = Type::TOP;
286 fneither[0] = Type::TOP;
287 fneither[1] = Type::TOP;
291 ftrue[0] = Type::TOP;
416 _zero_type[T_VOID] = Type::TOP; // th
[all...]
/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIConstants.java239 public static final AlignmentVertical TOP = new AlignmentVertical(_top); field in class:JRSUIConstants.AlignmentVertical

Completed in 149 milliseconds