Package | Description |
---|---|
esmska.utils |
Modifier and Type | Method and Description |
---|---|
static MiscUtils.Direction |
MiscUtils.Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MiscUtils.Direction[] |
MiscUtils.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
MiscUtils.needsResize(javax.swing.JComponent container,
MiscUtils.Direction direction)
Tell whether some container wants to be resized in a direction
|