@PublicApi public class StructureViewMenuItem extends Object
StructureViewMenuItem
is a small helper class that is basically a pair of
StructureView
and a boolean
. The latter tells whether the view
is "preferred", that is, it should be used as the default view.Constructor and Description |
---|
StructureViewMenuItem(StructureView view,
boolean preferred) |
Modifier and Type | Method and Description |
---|---|
StructureView |
getView() |
boolean |
isPreferred() |
String |
toString() |
public StructureViewMenuItem(StructureView view, boolean preferred)
public boolean isPreferred()
public StructureView getView()
Copyright © 2024 Tempo Software. All Rights Reserved.