public static class Ribbon.Action extends Object
Constructor and Description |
---|
Action(Component component,
int height,
Insets insets) |
Action(List<Component> components,
int height,
Insets insets) |
Modifier and Type | Method and Description |
---|---|
List<Component> |
getComponents() |
Component |
getFirstComponent() |
int |
getHeight() |
Insets |
getInsets() |
boolean |
isVisible() |
void |
setComponents(List<Component> components) |
void |
setHeight(int height) |
void |
setInsets(Insets insets) |
void |
setVisible(boolean visible) |
public boolean isVisible()
public void setVisible(boolean visible)
public Component getFirstComponent()
public int getHeight()
public void setHeight(int height)
public Insets getInsets()
public void setInsets(Insets insets)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.