add setter for height
This commit is contained in:
@@ -84,6 +84,8 @@ public interface Widget
|
||||
|
||||
int getHeight();
|
||||
|
||||
void setHeight(int height);
|
||||
|
||||
Rectangle getBounds();
|
||||
|
||||
Collection<WidgetItem> getWidgetItems();
|
||||
|
||||
@@ -110,6 +110,10 @@ public interface RSWidget extends Widget
|
||||
@Override
|
||||
int getHeight();
|
||||
|
||||
@Import("height")
|
||||
@Override
|
||||
void setHeight(int height);
|
||||
|
||||
@Import("isHidden")
|
||||
boolean isRSHidden();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user