public final class LayoutSlot
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static char |
FILLED_RESERVED_CHAR |
| Constructor and Description |
|---|
LayoutSlot(char character,
@Nullable java.util.function.IntFunction<ComponentFactory> factory,
int[] positions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
char |
getCharacter() |
java.util.function.IntFunction<ComponentFactory> |
getFactory() |
int[] |
getPositions() |
int |
hashCode() |
boolean |
isDefinedByTheUser() |
java.lang.String |
toString() |
LayoutSlot |
withFactory(@Nullable java.util.function.IntFunction<ComponentFactory> factory) |
public static final char FILLED_RESERVED_CHAR
public LayoutSlot(char character,
@Nullable
@Nullable java.util.function.IntFunction<ComponentFactory> factory,
int[] positions)
public char getCharacter()
public java.util.function.IntFunction<ComponentFactory> getFactory()
public LayoutSlot withFactory(@Nullable @Nullable java.util.function.IntFunction<ComponentFactory> factory)
public int[] getPositions()
public boolean isDefinedByTheUser()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object