Package com.orchestranetworks.ui.view
Class UICustomViewKeyFactory
- java.lang.Object
-
- com.orchestranetworks.ui.view.UICustomViewKeyFactory
-
public class UICustomViewKeyFactory extends Object
Provides factory methods to createUICustomViewKeys.- Since:
- 6.1.0
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UICustomViewKeyparse(String formattedKey)Parses the specified string so as to return a custom view key.
-
-
-
Method Detail
-
parse
public static UICustomViewKey parse(String formattedKey)
Parses the specified string so as to return a custom view key.The specified string must have been generated by
UICustomViewKey.format().- See Also:
UICustomViewKey.format()
-
-