public interface OdsxSelectorPanelInterface extends FwkPanelInterface
BOTTOM, CENTER, LEFT, RIGHT, TOPINFOBUS_SOURCEAUTHOR, BUILDNR, COMPANY, COPYRIGHT, DATE_FORMAT, DEFAULT_ICON, DESCRIPTION, INTERNET, LARGE_ICON, LARGE_KEY_EXT, LARGE_OPAQUE_ICON, LARGE_OPAQUE_KEY_EXT, OPAQUE_ICON, OPAQUE_KEY_EXT, RCS_DATE_FORMAT, SUPPORT_EMAIL, TITLE_NAME| Modifier and Type | Method and Description |
|---|---|
void |
addMouseListener(java.awt.event.MouseListener listener)
Add a mouse listener.
|
void |
addMouseMotionListener(java.awt.event.MouseMotionListener listener)
Add a mouse motion listener.
|
void |
addTreeMouseListener(java.awt.event.MouseListener listener)
Add a tree mouse listener.
|
void |
addTreeMouseMotionListener(java.awt.event.MouseMotionListener listener)
Add a tree mouse motion listener.
|
FwkCommandInterface |
getCommandObject()
Get the command object.
|
OdsxFilterInterface |
getFilter()
Get the filter of this selector.
|
java.lang.String |
getRootTitleName()
Get the name of the root title.
|
OdsxSelectorInterface |
getSelector()
Get the selector.
|
OdsxSessionInterface |
getSession()
Get the session of this selector.
|
void |
setFilter(OdsxFilterInterface odsFilter,
boolean recursive)
Set the filter of this selector.
|
void |
setRootTitleName(java.lang.String rootTitleName)
Set the name of the root title.
|
void |
setSelectedAsamPath(java.lang.String asamPath)
Set the current selection to the given AsamPath.
|
void |
setSelectedAsamPath(java.lang.String asamPath,
boolean setAsRoot,
boolean open)
Set the current selection to the given AsamPath.
|
void |
setSelector(OdsxSelectorInterface odsSelector)
Set the selector.
|
void |
setSession(OdsxSessionInterface odsSession,
OdsxSelectorInterface odsSelector)
Set the session of this selector.
|
add, getTitle, getTitleName, printPanel, refresh, setTitleNamegetController, setControllergetCompany, readConstructor, readFromDOM, readingDOM, readingDOM, writeConstructor, writeToDOM, writeToXMLgetPrintJobName, setPageFormatfireItemAdded, fireItemDeleted, fireItemRevoked, fireItemValueChanged, getProperty, getPropertyGroup, setProperty, setPropertyGroup, suspendChangeManagergetCommands, getPersistentObjectNamesdestroyControlleraddPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeArray, getPropertyChangeListenerArray, getPropertyChangeListenerArray, isPropertyChangeEventSuspended, removePropertyChangeListener, removePropertyChangeListener, setSource, suspendPropertyChangeEventsaddVetoableChangeListener, addVetoableChangeListener, getVetoableChangeArray, getVetoableChangeListenerArray, getVetoableChangeListenerArray, removeVetoableChangeListener, removeVetoableChangeListenergetAuthor, getBuild, getClassName, getCompanyInternetAddress, getCopyright, getCreationDate, getCreationDate, getDateFormatString, getDescription, getIcon, getIcon, getIconKey, getIconKey, getName, getPresentationString, getPresentationString, getSupportEMail, setAuthor, setBuild, setClassName, setCompany, setCompanyInternetAddress, setCopyright, setCreationDate, setCreationDate, setDateFormatString, setDescription, setDescriptor, setIcon, setIcon, setIconKey, setIconKey, setName, setSupportEMailgetTransferData, getTransferDataFlavors, isDataFlavorSupportedaddCommand, addCommand, addToGroup, addToGroup, clearCommands, commandsAvailable, deleteGroup, getCommand, getCommands, getGroup, groupExists, removeCommand, removeFromGroup, setCommandsgetPresentationString, getPresentationStringgetVersion, releasevoid setSelector(OdsxSelectorInterface odsSelector)
odsSelector - The selector.OdsxSelectorInterface getSelector()
OdsxFilterInterface getFilter()
OdsxSessionInterface getSession()
void setFilter(OdsxFilterInterface odsFilter, boolean recursive)
odsFilter - The filter of this selector.recursive - Recursively set the filters in all nodes.void setSession(OdsxSessionInterface odsSession, OdsxSelectorInterface odsSelector)
odsSession - The session for this selector.void setSelectedAsamPath(java.lang.String asamPath)
throws AoException
asamPath - The asam path to the new selection.AoExceptionvoid setSelectedAsamPath(java.lang.String asamPath,
boolean setAsRoot,
boolean open)
throws AoException
asamPath - The asam path to the new selection.setAsRoot - Make the selected element the tree root.open - if true the found node will be opened.AoExceptionvoid setRootTitleName(java.lang.String rootTitleName)
rootTitleName - The name of the root title..java.lang.String getRootTitleName()
void addMouseListener(java.awt.event.MouseListener listener)
listener - The mouse listener.void addMouseMotionListener(java.awt.event.MouseMotionListener listener)
listener - The mouse motion listener.void addTreeMouseListener(java.awt.event.MouseListener listener)
listener - The mouse listener.void addTreeMouseMotionListener(java.awt.event.MouseMotionListener listener)
listener - The mouse motion listener.FwkCommandInterface getCommandObject()