Package mgui.interfaces.layouts
Interface CategoryObject
- All Known Implementing Classes:
AttributeObjectVideoTaskDialogPanel,CategoryLayout,ChangeSectionVideoTaskDialogPanel,ContinuousColourBar,DiscreteColourMapLayout,InterfaceAttributePanel,InterfaceButtonPanel,InterfaceCaminoPanel,InterfaceCoCoMacPanel,InterfaceComboPanel,InterfaceConsoleDisplay,InterfaceCorticalThicknessPanel,InterfaceDatasourcePanel,InterfaceDataTable,InterfaceDataTableTitle,InterfaceDisplayPanel,InterfaceDynamicModelPanel,InterfaceFilePanel,InterfaceGraphDisplay,InterfaceGraphDisplayTitle,InterfaceGraphic,InterfaceGraphic2D,InterfaceGraphic3D,InterfaceGraphicPanel,InterfaceGraphicWindow,InterfaceHideablePanel,InterfaceLayoutPanel,InterfaceLayoutWindow,InterfaceListPanel,InterfaceMapPanel,InterfaceMeshPanel,InterfaceMorphPanel,InterfaceMorphPanel2,InterfaceNeuroMeshPanel,InterfaceNeuroMeshPanel2,InterfacePanel,InterfacePipelinesPanel,InterfacePlot,InterfacePlotDisplay,InterfacePlotMgui,InterfacePlotMulti,InterfacePlotOsp,InterfacePlotPanel,InterfacePlotSgt,InterfacePolygonPanel,InterfaceProjectPanel,InterfaceQueryPanel,InterfaceRadialRep,InterfaceRadialRep2,InterfaceSectionSetPanel,InterfaceSelectionPanel,InterfaceSelectionSet,InterfaceShapesPanel,InterfaceSplitPanel,InterfaceStatusBarPanel,InterfaceStripChart,InterfaceTabbedDisplayPanel,InterfaceTool2DPanel,InterfaceToolPanel,InterfaceTreePanel,InterfaceVolumePanel,InterfaceVolumeSetPanel,MatrixImagePlot,RotateView3DTaskDialogPanel,SetView3DTaskDialogPanel,SgtMultilinePlot,SgtScatterplot,ShapeStatsPanel,VideoTaskDialogPanel
public interface CategoryObject
-
Method Summary
Modifier and Type Method Description voidcollapseAllCategories()voidcollapseCategory(java.lang.String cat)voidcollapseOtherCategories(java.lang.String cat)voidexpandAllCategories()voidexpandCategory(java.lang.String cat)
-
Method Details
-
expandAllCategories
void expandAllCategories() -
collapseAllCategories
void collapseAllCategories() -
expandCategory
void expandCategory(java.lang.String cat) -
collapseCategory
void collapseCategory(java.lang.String cat) -
collapseOtherCategories
void collapseOtherCategories(java.lang.String cat)
-