Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
protected boolean | isInState(JComponent
the JComponent to test. This will never be null. c)Implements abstract javax. Gets whether the specified JComponent is in the custom state represented by this class. |
ToolBarEastState | back to summary |
---|---|
pack-priv ToolBarEastState() |
isInState | back to summary |
---|---|
protected boolean isInState(JComponent c) Implements abstract javax. Doc from javax. Gets whether the specified JComponent is in the custom state represented by this class. This is an extremely performance sensitive loop. Please take proper precautions to ensure that it executes quickly. Nimbus uses this method to help determine what state a JComponent is
in. For example, a custom State could exist for JProgressBar such that
it would return
|