|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RemoteFileSelectorInterface
Any view component that uses the RemoteFileToolBar
must contain the
methods defined in this interface.
The model of the RemoteFileToolBar by default is an instance of
the RemoteFileSelector
view component. The RemoteFileSelector implements this interface.
Field Summary | |
---|---|
static int |
REGULAR_MODE
Selector's default mode. |
static int |
SEARCH_MODE
Selector's mode when a search is in progress. |
static java.lang.String |
SEARCH_RESULTS
Value used to identify the Search Results
string in the toolbar drop-down. |
Method Summary | |
---|---|
int |
getMode()
Mode of general component. |
RemoteFileNavigationModelInterface |
getModel()
Component must use an instance of the RemoteFileNavigationModelInterface as the model. |
Field Detail |
---|
static final int SEARCH_MODE
getMode()
,
Constant Field Valuesstatic final int REGULAR_MODE
getMode()
,
Constant Field Valuesstatic final java.lang.String SEARCH_RESULTS
Search Results
string in the toolbar drop-down.
Method Detail |
---|
RemoteFileNavigationModelInterface getModel()
UP_ONE_LEVEL_ACTION
is an
example of an action that is impacted by the state
of the viewers model. This model is
responsible for loading the correct file information
when navigating with the
RemoteFileSelector
component.
RemoteFileSelector
int getMode()
SEARCH_MODE
and REGULAR_MODE
. The display and state of
the UpOneLevel action
changes depending on the mode. The UpOneLevel action is
disabled when the selector is in SEARCH_MODE
mode.
Otherwise the action is enabled.
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |