62 lines
1.0 KiB
Java
62 lines
1.0 KiB
Java
package org.intellij.lang.annotations;
|
|
|
|
@Deprecated
|
|
/* loaded from: classes.dex */
|
|
public final class JdkConstants {
|
|
|
|
public @interface AdjustableOrientation {
|
|
}
|
|
|
|
public @interface BoxLayoutAxis {
|
|
}
|
|
|
|
public @interface CalendarMonth {
|
|
}
|
|
|
|
public @interface CursorType {
|
|
}
|
|
|
|
public @interface FlowLayoutAlignment {
|
|
}
|
|
|
|
public @interface FontStyle {
|
|
}
|
|
|
|
public @interface HorizontalAlignment {
|
|
}
|
|
|
|
public @interface HorizontalScrollBarPolicy {
|
|
}
|
|
|
|
public @interface InputEventMask {
|
|
}
|
|
|
|
public @interface ListSelectionMode {
|
|
}
|
|
|
|
public @interface PatternFlags {
|
|
}
|
|
|
|
public @interface TabLayoutPolicy {
|
|
}
|
|
|
|
public @interface TabPlacement {
|
|
}
|
|
|
|
public @interface TitledBorderJustification {
|
|
}
|
|
|
|
public @interface TitledBorderTitlePosition {
|
|
}
|
|
|
|
public @interface TreeSelectionMode {
|
|
}
|
|
|
|
public @interface VerticalScrollBarPolicy {
|
|
}
|
|
|
|
private JdkConstants() {
|
|
throw new AssertionError("JdkConstants should not be instantiated");
|
|
}
|
|
}
|