Package org.opensourcephysics.display
Interface Hidable
- All Known Implementing Classes:
AnimationControl
,ArrayFrame
,CalculationControl
,Complex2DFrame
,ComplexPlotFrame
,ControlFrame
,DataTableFrame
,DataTool
,Display3DFrame
,DisplayFrame
,DrawingFrame
,DrawingFrame3D
,FFT2DFrame
,FFTFrame
,FFTRealFrame
,GridTableFrame
,HistogramFrame
,ImageFrame
,LatticeFrame
,OSPControl
,OSPFrame
,ParticleFrame
,PlotFrame
,RasterFrame
,Scalar2DFrame
,SimulationControl
,TableFrame
,TFrame
,TranslatorTool
,Vector2DFrame
,VideoFrame
public interface Hidable
An interface that allows a component to be hidden at all times.
- Version:
- 1.0
- Author:
- W. Christian
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Reads the keepHidden property.void
setKeepHidden
(boolean keepHidden) Sets the keepHidden property so that the object is not visible and does not respond to the setVisible(b) method.
-
Method Details
-
setKeepHidden
void setKeepHidden(boolean keepHidden) Sets the keepHidden property so that the object is not visible and does not respond to the setVisible(b) method.- Parameters:
keepHidden
-
-
isKeepHidden
boolean isKeepHidden()Reads the keepHidden property.
-