Package ucar.unidata.collab
Class SharableManager
java.lang.Object
ucar.unidata.collab.SharableManager
- Author:
- Jeff McWhirter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Adds the sharable.static void
addSharableListener
(SharableListener listener) Add a listener to the list of listeners.static void
addShareGroup
(Object group) Adds the share group.static void
addShareGroupName
(String name) Adds the share group name.protected static void
checkShareData
(Sharable from, Object dataId, Object[] data, boolean internal, boolean external) Check share data.static List
Gets the default share groups.static List
Gets the share group names.static void
Removes the sharable.static void
removeSharableListener
(SharableListener listener) Remove a listener from the list of listeners.
-
Field Details
-
LU
_more_ -
GROUP_ALL
_more_- See Also:
-
-
Constructor Details
-
SharableManager
public SharableManager()
-
-
Method Details
-
addSharable
Adds the sharable.- Parameters:
s
- the s
-
removeSharable
Removes the sharable.- Parameters:
s
- the s
-
addSharableListener
Add a listener to the list of listeners.- Parameters:
listener
- the listener
-
removeSharableListener
Remove a listener from the list of listeners.- Parameters:
listener
- the listener