Class StructureViewMenuItem

Object
StructureViewMenuItem

@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.
Author:
Igor Sereda
  • Constructor Details

    • StructureViewMenuItem

      public StructureViewMenuItem(StructureView view, boolean preferred)
  • Method Details