public class WidgetLocation extends Object implements Serializable
| Constructor and Description |
|---|
WidgetLocation() |
WidgetLocation(int column,
int row) |
| Modifier and Type | Method and Description |
|---|---|
void |
decrementRow() |
boolean |
equals(Object obj) |
int |
getColumn() |
int |
getRow() |
int |
hashCode() |
void |
incrementRow() |
void |
setColumn(int column) |
void |
setRow(int row) |
String |
toString() |
public WidgetLocation()
public WidgetLocation(int column,
int row)
Copyright © 2025. All rights reserved.